INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Serialize

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

public class Serialize
extends CallImpl


Fields inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl
iAttributes, id, inPorts, nullified, outPorts, parameters, process, visited
 
Constructor Summary
Serialize(String n, String t, Process p, int in)
           
Serialize(String n, String t, Process p, int in, String file)
          For compatibility with pre-1.0 Transmorpher
 
Method Summary
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call
 void generateXML()
          Prints the XML expression of the call
 void retroNull(PortList out, PortList in)
          A serialize cannot be nullified
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl
clearNull, clearVisited, generateParameters, generatePorts, 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

Serialize

public Serialize(String n,
                 String t,
                 Process p,
                 int in)

Serialize

public Serialize(String n,
                 String t,
                 Process p,
                 int in,
                 String file)
For compatibility with pre-1.0 Transmorpher
Method Detail

retroNull

public void retroNull(PortList out,
                      PortList in)
A serialize cannot be nullified

generateXML

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

generateJavaCode

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

INRIA & FluxMedia

..no bottom yet...