INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TLoop

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessComposite
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TLoop
All Implemented Interfaces:
TProcess

public final class TLoop
extends TProcessComposite


Field Summary
(package private)  int iCount
           
(package private) static int ID
           
(package private)  String[] iIn
           
(package private)  int iNbLoop
           
(package private)  String[] iOut
           
(package private)  String iRefOn
           
(package private)  TProcessComposite iTemplateList
           
(package private)  TProcess vCurrent
           
(package private)  TProcess vSource
           
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessComposite
listOfApplyProcess, listOfChannel, listOfGenerator, listOfProcessBasic, listOfProcessIn, listOfProcessOut, NB_PROCESS_RISE
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
TLoop(String[] pIn, String[] pOut, String pRefOn, int pCount, TProcessComposite pTemplateList)
          The constructor
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessComposite
addApplyProcess, addChannel, addGenerator, addProcess, bindParameters, bindPorts, bindPorts, execProcess, generatePort, getAllProcess, getApplyProcess, getChannel, getGenerator, getListOfProcessIn, getListOfProcessOut, getProcessBasic, showChannel
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameters, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

iNbLoop

int iNbLoop

vCurrent

TProcess vCurrent

vSource

TProcess vSource

iIn

String[] iIn

iOut

String[] iOut

iCount

int iCount

iRefOn

String iRefOn

iTemplateList

TProcessComposite iTemplateList

ID

static int ID
Constructor Detail

TLoop

public TLoop(String[] pIn,
             String[] pOut,
             String pRefOn,
             int pCount,
             TProcessComposite pTemplateList)
      throws TransformerException,
             TransformerConfigurationException,
             SAXException,
             IOException
The constructor

INRIA & FluxMedia

..no bottom yet...