INRIA & FluxMedia

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


Fields inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl
iAttributes, id, inPorts, nullified, outPorts, parameters, process, visited
 
Constructor Summary
ApplyImpl(String n, String t, Process p, String r, int in, int out)
           
 
Method Summary
 String getRef()
           
 void retroNull(PortList out, PortList in)
          Propagates the nullity of all its output to all its input.
 void setRef(String r)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl
clearNull, clearVisited, 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
 

Constructor Detail

ApplyImpl

public ApplyImpl(String n,
                 String t,
                 Process p,
                 String r,
                 int in,
                 int out)
Method Detail

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)

INRIA & FluxMedia

..no bottom yet...