|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.esterel.cec.sim.WorkflowGenerator
public class WorkflowGenerator
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(String fileLocation)
The constructor to use a given diagram (as *.kixs file) for generating code. |
Method Summary | |
---|---|
String |
getFileName()
Returns the name of the file. |
EObject |
getModel()
Returns the model. |
URI |
getURI()
Returns the uri. |
void |
invokeWorkflow(String path,
String name)
Invocation of the workflow. |
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 fileMethod Detail |
---|
public void invokeWorkflow(String path, String name)
sim
- is false if you just want to generate code and true if you want to generate code
and simulate itpath
- the path where the generated files should be writtenpublic EObject getModel()
public URI getURI()
public String getFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |