fr.fluxmedia.transmorpher.Graph
Class Main
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.TransformationImpl
|
+--fr.fluxmedia.transmorpher.Graph.Process
|
+--fr.fluxmedia.transmorpher.Graph.Main
- All Implemented Interfaces:
- Transformation
- public class Main
- extends Process
Method Summary |
void |
generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call
This has been obsoleted by the CompilationFactory. |
void |
generateXML()
Prints the XML expression of the main |
Methods inherited from class fr.fluxmedia.transmorpher.Graph.Process |
addCall, addChannel, clearNull, clearVisited, deleteCallsTo, exec, getCall, getCalls, getChannel, getChannels, removeCall, removeChannel, retroNull, retroNull, retroNull, setUp, XMLName |
Methods inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl |
addIn, addOut, getAttributes, getName, getParameters, getTransmorpher, getType, inPorts, outPorts, setName, setParameters, setType |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Main
public Main(String name,
Transmorpher t)
generateXML
public void generateXML()
- Prints the XML expression of the main
- Overrides:
generateXML
in class Process
generateJavaCode
public void generateJavaCode(ReadWrite file)
- Prints the Java code for the execution of the call
This has been obsoleted by the CompilationFactory.
- Overrides:
generateJavaCode
in class Process
..no bottom yet...