INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Interface Call

All Known Implementing Classes:
CallImpl

public interface Call


Method Summary
 void clearNull()
           
 void clearVisited()
           
 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()
           
 String getId()
           
 Parameters getParameters()
           
 Process getProcess()
           
 String getType()
           
 PortList inPorts()
           
 PortList outPorts()
           
 void setId(String name)
           
 void setParameters(Parameters param)
           
 void setType(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 String getId()

setId

public void setId(String name)

getType

public String getType()

setType

public void setType(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()

INRIA & FluxMedia

..no bottom yet...