fr.fluxmedia.transmorpher.Graph
Class ApplyImpl
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.CallImpl
|
+--fr.fluxmedia.transmorpher.Graph.ApplyImpl
- All Implemented Interfaces:
- Call
- Direct Known Subclasses:
- ApplyExternal, ApplyProcess, ApplyQuery, ApplyRuleset
- abstract class ApplyImpl
- extends CallImpl
Methods inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl |
clearNull, clearVisited, createProcess, generateJavaCode, generateParameters, generatePorts, generateXML, 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 |
ApplyImpl
public ApplyImpl(String n,
String t,
Process p,
String r,
int in,
int out)
retroNull
public void retroNull(PortList out,
PortList in)
- Propagates the nullity of all its output to all its input.
This is a basic implementation that does not take into account
the structure of the applied stuff and can be overloaded
getRef
public String getRef()
setRef
public void setRef(String r)
..no bottom yet...