INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Interface Call

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CallImpl

public interface Call
extends java.io.Serializable


Method Summary
 void clearNull()
           
 void clearVisited()
           
 void createProcess(TProcessComposite composite, TProcessFactory pFactory)
           
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call
 void generateXML()
          Prints the XML expression of the call
 StringParameters getAttributes()
           
 java.lang.String getId()
           
 Parameters getParameters()
           
 Process getProcess()
           
 java.lang.String getType()
           
 PortList inPorts()
           
 PortList outPorts()
           
 void setId(java.lang.String name)
           
 void setParameters(Parameters param)
           
 void setType(java.lang.String type)
           
 void setUp()
           
 

Method Detail

generateXML

public void generateXML()
Prints the XML expression of the call

generateJavaCode

public void generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call

getId

public java.lang.String getId()

setId

public void setId(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

setParameters

public void setParameters(Parameters param)

getAttributes

public StringParameters getAttributes()

getParameters

public Parameters getParameters()

getProcess

public Process getProcess()

inPorts

public PortList inPorts()

outPorts

public PortList outPorts()

setUp

public void setUp()

clearVisited

public void clearVisited()

clearNull

public void clearNull()

createProcess

public void createProcess(TProcessComposite composite,
                          TProcessFactory pFactory)

INRIA & FluxMedia

..no bottom yet...