fr.fluxmedia.transmorpher.Graph
Class Generate
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.CallImpl
|
+--fr.fluxmedia.transmorpher.Graph.Generate
- All Implemented Interfaces:
- Call
- public class Generate
- extends CallImpl
Methods inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl |
clearNull, clearVisited, generateParameters, generatePorts, getAttributes, getId, getParameters, getProcess, getType, inPorts, outPorts, retroNull, setId, setParameters, setType, setUp |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Generate
public Generate(String n,
String t,
Process p,
int out)
Generate
public Generate(String n,
String t,
Process p,
int out,
String file)
- For compatibility with pre-1.0 Transmorpher
retroNull
public void retroNull(PortList out,
PortList in)
- A generate can be nullified but it will propagate to nothing
generateXML
public void generateXML()
- Description copied from class:
CallImpl
- Prints the XML expression of the call
- Overrides:
generateXML
in class CallImpl
generateJavaCode
public void generateJavaCode(ReadWrite file)
- Description copied from class:
CallImpl
- Prints the Java code for the execution of the call
- Overrides:
generateJavaCode
in class CallImpl
..no bottom yet...