INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Main

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Graph.TransformationImpl
        |
        +--fr.fluxmedia.transmorpher.Graph.Process
              |
              +--fr.fluxmedia.transmorpher.Graph.Main
All Implemented Interfaces:
Transformation

public class Main
extends Process


Fields inherited from class fr.fluxmedia.transmorpher.Graph.Process
calls, channels
 
Fields inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl
iAttributes, inPorts, name, outPorts, parameters, transmorpher, type
 
Constructor Summary
Main(String name, Transmorpher t)
           
 
Method Summary
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call This has been obsoleted by the CompilationFactory.
 void generateXML()
          Prints the XML expression of the main
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.Process
addCall, addChannel, clearNull, clearVisited, deleteCallsTo, exec, getCall, getCalls, getChannel, getChannels, removeCall, removeChannel, retroNull, retroNull, retroNull, setUp, XMLName
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl
addIn, addOut, getAttributes, getName, getParameters, getTransmorpher, getType, inPorts, outPorts, setName, setParameters, setType
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(String name,
            Transmorpher t)
Method Detail

generateXML

public void generateXML()
Prints the XML expression of the main
Overrides:
generateXML in class Process

generateJavaCode

public void generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call This has been obsoleted by the CompilationFactory.
Overrides:
generateJavaCode in class Process

INRIA & FluxMedia

..no bottom yet...