INRIA & FluxMedia

Uses of Interface
fr.fluxmedia.transmorpher.graph.Transformation

Packages that use Transformation
fr.fluxmedia.transmorpher.graph   
fr.fluxmedia.transmorpher.parser   
 

Uses of Transformation in fr.fluxmedia.transmorpher.graph
 

Classes in fr.fluxmedia.transmorpher.graph that implement Transformation
 class Main
          A Main instance is a graph component that can contains calls
 class MainProcess
          The MainProcess class is an helper class which provides methods to create an execution structure and methods to produce the java code corresponding to its type.
 class Process
          Transmorpher graph processes definitions.
 class Query
          Transmorpher graph query definitions
 class RepeatProcess
          Transmorpher graph repeat process definitions
 class Ruleset
          Transmorpher graph ruleset definitions
 class Servlet
          Transmorpher graph servlet definitions
 class TransformationImpl
          This class is an helper class that implements most of the Transformation interface methods
 class Transformer
          Transmorpher graph (JAXP) transformer definitions
 

Fields in fr.fluxmedia.transmorpher.graph declared as Transformation
protected  Transformation Port.tOwner
          Description of the Field
 

Methods in fr.fluxmedia.transmorpher.graph that return Transformation
 Transformation Transmorpher.findTransformation(java.lang.String name)
          Returns a transformtion corresponding to the name.
 Transformation Transmorpher.getTransformation(java.lang.String name)
          Gets the transformation attribute of the Transmorpher object
 Transformation Port.getTransformation()
          Gets the transformation attribute of the Port object
 

Methods in fr.fluxmedia.transmorpher.graph with parameters of type Transformation
 void Transmorpher.addTransformation(java.lang.String name, Transformation t)
          Adds a feature to the Transformation attribute of the Transmorpher object
 void Transmorpher.removeTransformation(Transformation trans)
          Removes a transformtion from this Transmorpher instance
 void Port.setTransformation(Transformation tOwner)
          Sets the transformation attribute of the Port object
 

Constructors in fr.fluxmedia.transmorpher.graph with parameters of type Transformation
Port(java.lang.String n, Transformation t, int i)
          Port creator for transformations
Port(java.lang.String n, Transformation t, int i, int type)
          Port creator for transformations
 

Uses of Transformation in fr.fluxmedia.transmorpher.parser
 

Fields in fr.fluxmedia.transmorpher.parser declared as Transformation
private  Transformation RuleSetParser.currentTransformation
           
private  Transformation QueryParser.currentTransformation
           
protected  Transformation ProcessParser.currentTransformation
          the current transformation in creation
 

Methods in fr.fluxmedia.transmorpher.parser with parameters of type Transformation
protected  void ProcessParser.fixInPorts(Transformation t, PortList list, java.lang.String[] portNames)
          Creates the in ports of a transformation.
protected  void ProcessParser.fixOutPorts(Transformation t, PortList list, java.lang.String[] portNames)
          Creates the out ports of a transformation.
protected  void ProcessParser.fixBuf(Transformation t, PortList bufList, PortList inList, java.lang.String[] portNames, int expected)
          Creates the buffered ports of a transformation.
 


INRIA & FluxMedia

..no bottom yet...