INRIA & FluxMedia

Uses of Interface
fr.fluxmedia.transmorpher.TProcessFactory.TProcess

Uses of TProcess in fr.fluxmedia.transmorpher.Parser
 

Methods in fr.fluxmedia.transmorpher.Parser with parameters of type TProcess
protected  void ProcessParser.Create(TProcess vCurrent, ParserAnswer iPA)
          Assign the attribute on the current element
 

Uses of TProcess in fr.fluxmedia.transmorpher.TProcessFactory
 

Classes in fr.fluxmedia.transmorpher.TProcessFactory that implement TProcess
 class MultipleMixer
           
 class RuleSet
          During the parse process an xsl file was generated to handle the define ruleset.
 class TConnector
           
 class TLoop
           
 class TLoopStack2
           
 class TLoopUtility
           
 class TProcess_Impl
           
 class TProcessBasic
           
 class TProcessComposite
           
 class TQuery
           
 class TReader
           
 class TSerializer
           
 class TTransformer
           
 

Fields in fr.fluxmedia.transmorpher.TProcessFactory declared as TProcess
(package private)  TProcess TLoop.vCurrent
           
(package private)  TProcess TLoop.vSource
           
(package private)  TProcess TLoopUtility.myProcess
           
(package private)  TProcess TLoopUtility.iProcess
           
(package private)  TProcess XML_Port.iProcessOwner
          The XML TProcess Owner
 

Methods in fr.fluxmedia.transmorpher.TProcessFactory that return TProcess
 TProcess MultipleMixer.internalCopy()
           
 TProcess TConnector.internalCopy()
          Copy the connector, this method is called by the copy method of the PRocess_impl classes
 TProcess TDispatcher.internalCopy()
          The copy of this element.
 TProcess TLoop.internalCopy()
           
 TProcess TLoopUtility.internalCopy()
          Copy the connector, this method is called by the copy method of the PRocess_impl classes
 TProcess TProcess.Copy(TProcessComposite vFather)
          Create a copy of this element in the composite given in parameter
 TProcess TProcess.internalCopy()
          internal copy, call by XSLProcess_impl
 TProcess TProcessComposite.getProcess(String vName)
          Get the process with the given name
 TProcess TProcessComposite.internalCopy()
          copy of the composite.
 TProcess TProcessFactory.newGenerator(String pType, String[] pOut, String pFilename)
          Create a new generator.
 TProcess TProcessFactory.newLoop(String[] pIn, String[] pOut, String pRefOn, int pCount, TProcessComposite pTemplateList)
          Create a new generator.
static TProcess TProcessFactory.newComposite(String[] pIn, String[] pOut)
          Create a new composite process
static TProcess TProcessFactory.newDispatcher(String pType, String[] pIn, String[] pOut)
          Build a new dispatcher. currently only build a basic one.
static TProcess TProcessFactory.newTransformer(String pType, String[] pIn, String[] pOut, String pFilename)
          Build a new Transformer according th the given type.
static TProcess TProcessFactory.newQuery(String pType, String[] pIn, String[] pOut, String pFilename)
          Build a new query. currently only build a internal one.
static TProcess TProcessFactory.newRuleSet(String[] pIn, String[] pOut, String pRefOn)
          Build an new ruleset process
static TProcess TProcessFactory.newConnector(String pType, String[] pIn, String[] pOut)
          Build a new Connector. currently only build a basic one.
static TProcess TProcessFactory.newSerializer(String pType, String[] pIn, String pFilename)
          Build a new Connector. currently only build a basic one.
 TProcess TProcess_Impl.Copy(TProcessComposite vFather)
          Create a copy of this element in the composite given in parameter
abstract  TProcess TProcess_Impl.internalCopy()
           
 TProcess TQuery.Copy(TProcessComposite vFather)
          Create a copy of this element in the composite given in parameter
 TProcess TQuery.internalCopy()
          Copy the Query. only copy the transformer box, and use the same xsl file
 TProcess TReader.internalCopy()
          Copy this reader, this method is call by the Copy method of the XLTProcess_Impl
 TProcess TSerializer.internalCopy()
          Copy this component
 TProcess TTransformer.internalCopy()
          Copy the transfomer.
 TProcess XML_Port.getOwner()
          Get the owner of the port
 

Methods in fr.fluxmedia.transmorpher.TProcessFactory with parameters of type TProcess
 void TProcessComposite.addProcess(TProcess pProcess)
          Add a process to the child process list
 

Constructors in fr.fluxmedia.transmorpher.TProcessFactory with parameters of type TProcess
TLoopUtility(TProcess pProcess, TProcessComposite pFather, String[] pIn, String[] pOut)
           
XML_Port(String pName, TProcess pProcessOwner, int pNumPort, int pInOut)
          One constructor
XML_Port(String pName, TProcess pProcessOwner, XMLReader pXMLReader, int pNumPort, int pInOut)
          One constructor
XML_Port(String pName, TProcess pProcessOwner, TDispatcher pTDispatcher, int pNumPort, int pInOut)
          One constructor
XML_Port(String pName, TProcess pProcessOwner, ContentHandler pContentHandler, int pNumPort, int pInOut)
          One constructor
XML_Port(String pName, TProcess pProcessOwner, TConnector pContentHandler, int pNumPort, int pInOut)
          One constructor
XML_Port(String pName, TProcess pProcessOwner, TLoopStack1 pContentHandler, int pNumPort, int pInOut)
          One constructor
XML_Port(String pName, TProcess pProcessOwner, TransformerHandler pTransformerHandler, int pNumPort, int pInOut)
          One constructor
 


INRIA & FluxMedia

...