Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public String greeting(@RequestParam(value="workspacePath", defaultValue="NONE") String workspacePath,
- @RequestParam(value="projectName", defaultValue="PROJECTTEST") String projectName,
- @RequestParam(value="simulationName", defaultValue="SIMULATIONUNITTEST") String simulationName,
- @RequestParam(value="xName", defaultValue="DISTANCEFROMTHECOCHLEAAPEX") String xName,
- @RequestParam(value="yName", defaultValue="FREQUENCYATSTAPLES") String yName) throws Exception {
- String result = showSemanticInterpretation(workspacePath, projectName, simulationName, xName, yName);
- return result;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement