INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Servlet

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

public class Servlet
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
Servlet(String name, Transmorpher t)
           
 
Method Summary
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call seems to be deprecated but a generateHeader should be not bad.
 void generateXML()
          Prints the XML expression of the servlet
 void retroNull()
           
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.Process
addCall, addChannel, clearNull, clearVisited, deleteCallsTo, exec, getCall, getCalls, getChannel, getChannels, removeCall, removeChannel, 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

Servlet

public Servlet(String name,
               Transmorpher t)
Method Detail

retroNull

public void retroNull()
Overrides:
retroNull in class Process

generateXML

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

generateJavaCode

public void generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call seems to be deprecated but a generateHeader should be not bad.
Overrides:
generateJavaCode in class Process

INRIA & FluxMedia

..no bottom yet...