|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.s.codegen.AbstractWorkflowGenerator
de.cau.cs.kieler.s.sj.WorkflowGenerator
public class WorkflowGenerator
Field Summary |
---|
Fields inherited from class de.cau.cs.kieler.s.codegen.AbstractWorkflowGenerator |
---|
myModel, outPath, postProcessor, uri, uriString |
Constructor Summary | |
---|---|
WorkflowGenerator()
The constructor sets the location in the KIELER workspace to save the sc files if you just generate sc code without simulation. |
|
WorkflowGenerator(IFile selectedFile)
Creates a new WorkflowGenerator.java. |
|
WorkflowGenerator(IFile selectedFile,
String fileLocation)
Creates a new WorkflowGenerator.java. |
|
WorkflowGenerator(String fileLocation)
The constructor to use a given diagram (as *.kixs file) for generating code. |
Method Summary | |
---|---|
String |
getNameOfMainMethod()
Getter for the name of the root method. |
String |
getPathToMainTemplate()
Getter for the path to the main code generation template file. |
Methods inherited from class de.cau.cs.kieler.s.codegen.AbstractWorkflowGenerator |
---|
getFileName, getModel, getURI, invokeWorkflow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowGenerator()
public WorkflowGenerator(String fileLocation)
fileLocation
- the location of the given diagram filepublic WorkflowGenerator(IFile selectedFile)
selectedFiles
- public WorkflowGenerator(IFile selectedFile, String fileLocation)
selectedFiles
- fileLocation
- the location of the given diagram fileMethod Detail |
---|
public String getNameOfMainMethod()
getNameOfMainMethod
in class AbstractWorkflowGenerator
public String getPathToMainTemplate()
getPathToMainTemplate
in class AbstractWorkflowGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |