INRIA & FluxMedia

fr.fluxmedia.transmorpher.graph
Interface Transformation

All Known Implementing Classes:
TransformationImpl

public interface Transformation


Method Summary
 void generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of the call
 void generateXML()
          Prints the XML expression of the call
 StringParameters getAttributes()
           
 java.lang.String getName()
           
 Parameters getParameters()
           
 Transmorpher getTransmorpher()
           
 java.lang.String getType()
           
 PortList inPorts()
           
 PortList outPorts()
           
 void retroNull(PortList out, PortList in)
           
 void setName(java.lang.String name)
           
 void setParameters(Parameters param)
           
 void setType(java.lang.String type)
           
 void update(java.lang.Object object)
           
 

Method Detail

generateXML

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

generateJavaCode

public void generateJavaCode(Writer file,
                             LinearIndexedStruct externs)
                      throws java.io.IOException
Prints the Java code for the execution of the call

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

setParameters

public void setParameters(Parameters param)

getParameters

public Parameters getParameters()

getAttributes

public StringParameters getAttributes()

getTransmorpher

public Transmorpher getTransmorpher()

inPorts

public PortList inPorts()

outPorts

public PortList outPorts()

retroNull

public void retroNull(PortList out,
                      PortList in)

update

public void update(java.lang.Object object)

INRIA & FluxMedia

..no bottom yet...