INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class ApplyProcess

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Graph.CallImpl
        |
        +--fr.fluxmedia.transmorpher.Graph.ApplyImpl
              |
              +--fr.fluxmedia.transmorpher.Graph.ApplyProcess
All Implemented Interfaces:
Call

public class ApplyProcess
extends ApplyImpl


Fields inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl
iAttributes, id, inPorts, nullified, outPorts, parameters, process, visited
 
Constructor Summary
ApplyProcess(String n, String t, Process p, String pr, int in, int out)
           
 
Method Summary
 void generateJavaCode(ReadWrite iFile)
          Prints the Java code for the execution of the call
 void generateLocalName(ReadWrite file)
           
 void generateXML()
          Prints the XML expression of the call
 void retroNull(PortList out, PortList in)
          ask a nullify call to the called process
 void setUp()
           
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.ApplyImpl
getRef, setRef
 
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
 

Constructor Detail

ApplyProcess

public ApplyProcess(String n,
                    String t,
                    Process p,
                    String pr,
                    int in,
                    int out)
Method Detail

retroNull

public void retroNull(PortList out,
                      PortList in)
ask a nullify call to the called process
Overrides:
retroNull in class ApplyImpl

generateXML

public void generateXML()
Description copied from class: CallImpl
Prints the XML expression of the call
Overrides:
generateXML in class CallImpl

setUp

public void setUp()
Overrides:
setUp in class CallImpl

generateJavaCode

public void generateJavaCode(ReadWrite iFile)
Description copied from class: CallImpl
Prints the Java code for the execution of the call
Overrides:
generateJavaCode in class CallImpl

generateLocalName

public void generateLocalName(ReadWrite file)

INRIA & FluxMedia

..no bottom yet...