INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Transformer

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

public class Transformer
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
Transformer(String name, Transmorpher t)
           
Transformer(Transmorpher t)
           
 
Method Summary
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call has been obsoleted by the generateHeader of the CompilationFactory
private  String XMLName()
           
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.Process
addCall, addChannel, clearNull, clearVisited, deleteCallsTo, exec, generateXML, getCall, getCalls, getChannel, getChannels, removeCall, removeChannel, retroNull, retroNull, retroNull, setUp
 
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

Transformer

public Transformer(String name,
                   Transmorpher t)

Transformer

public Transformer(Transmorpher t)
Method Detail

XMLName

private String XMLName()
Overrides:
XMLName in class Process

generateJavaCode

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

INRIA & FluxMedia

..no bottom yet...