INRIA & FluxMedia

fr.fluxmedia.transmorpher.engine
Class TApplyProcess

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

public final class TApplyProcess
extends TProcessComposite


Field Summary
(package private)  java.lang.String[] iListLocalIn
           
(package private)  java.lang.String[] iListLocalOut
           
(package private)  java.util.Vector listOfProcess
           
(package private)  java.lang.String ref
           
(package private)  boolean test
           
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcessComposite
listOfApplyProcess, listOfChannel, listOfGenerator, listOfProcessBasic, listOfProcessIn, listOfProcessOut, NB_PROCESS_RISE
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
TApplyProcess(java.lang.String[] in, java.lang.String[] out, Parameters pParam, StringParameters staticAttributes)
           
 
Method Summary
 void bindPorts(TProcess process)
           
 void generatePort()
           
 java.lang.String getRef()
           
 void reset()
          Initializes inner processes when ApplyProcess is inside a Loop.
 void setLocalName(java.lang.String[] locIn, java.lang.String[] locOut)
           
 void setRef(java.lang.String ref)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessComposite
addApplyProcess, addChannel, addGenerator, addProcess, bindParameters, bindPorts, execProcess, getAllProcess, getApplyProcess, getChannel, getGenerator, getListOfProcessIn, getListOfProcessOut, getProcessBasic, showChannel
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, setDebug, 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

ref

java.lang.String ref

iListLocalIn

java.lang.String[] iListLocalIn

iListLocalOut

java.lang.String[] iListLocalOut

test

boolean test

listOfProcess

java.util.Vector listOfProcess
Constructor Detail

TApplyProcess

public TApplyProcess(java.lang.String[] in,
                     java.lang.String[] out,
                     Parameters pParam,
                     StringParameters staticAttributes)
              throws javax.xml.transform.TransformerException,
                     javax.xml.transform.TransformerConfigurationException,
                     org.xml.sax.SAXException,
                     java.io.IOException
Method Detail

getRef

public java.lang.String getRef()

setRef

public void setRef(java.lang.String ref)

bindPorts

public void bindPorts(TProcess process)
               throws TMException,
                      org.xml.sax.SAXException
Overrides:
bindPorts in class TProcessComposite

setLocalName

public void setLocalName(java.lang.String[] locIn,
                         java.lang.String[] locOut)

generatePort

public void generatePort()
Overrides:
generatePort in class TProcessComposite

reset

public void reset()
           throws TMException,
                  org.xml.sax.SAXException
Initializes inner processes when ApplyProcess is inside a Loop.
Overrides:
reset in class TProcess_Impl

INRIA & FluxMedia

..no bottom yet...