fr.fluxmedia.transmorpher.Graph
Class ApplyRuleset
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.CallImpl
|
+--fr.fluxmedia.transmorpher.Graph.ApplyImpl
|
+--fr.fluxmedia.transmorpher.Graph.ApplyRuleset
- All Implemented Interfaces:
- Call
- public class ApplyRuleset
- extends ApplyImpl
Methods inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl |
clearNull, clearVisited, generateParameters, generatePorts, getAttributes, getId, getParameters, getProcess, getType, inPorts, outPorts, retroNull, setId, setParameters, setType |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ApplyRuleset
public ApplyRuleset(String n,
String t,
Process p,
String r,
String s)
ApplyRuleset
public ApplyRuleset(String n,
String t,
Process p,
String r)
retroNull
public void retroNull(PortList out,
PortList in)
- Propagate the nullify of its sole output to all the input.
- Overrides:
retroNull
in class ApplyImpl
setStrategy
public final void setStrategy(String s)
getStrategy
public final String getStrategy()
generateXML
public final void generateXML()
- Description copied from class:
CallImpl
- Prints the XML expression of the call
- Overrides:
generateXML
in class CallImpl
createProcess
public final void createProcess(TProcessComposite currentProcess,
TProcessFactory iProcessFactory)
- Overrides:
createProcess
in class CallImpl
setUp
public final void setUp()
- Overrides:
setUp
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...