INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TApplyProcess

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

public final class TApplyProcess
extends TProcessComposite


Field Summary
(package private)  String[] iListLocalIn
           
(package private)  String[] iListLocalOut
           
(package private)  String ref
           
 
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
TApplyProcess(String[] in, String[] out, Parameters pParam, StringParameters staticAttributes)
           
 
Method Summary
 void addProcess(TProcess process)
           
 void bindPorts(TProcess process)
           
 void generatePort()
           
 String getRef()
           
 void setLocalName(String[] locIn, String[] locOut)
           
 void setRef(String ref)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessComposite
addApplyProcess, addChannel, addGenerator, bindParameters, bindPorts, execProcess, 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

ref

String ref

iListLocalIn

String[] iListLocalIn

iListLocalOut

String[] iListLocalOut
Constructor Detail

TApplyProcess

public TApplyProcess(String[] in,
                     String[] out,
                     Parameters pParam,
                     StringParameters staticAttributes)
              throws TransformerException,
                     TransformerConfigurationException,
                     SAXException,
                     IOException
Method Detail

getRef

public String getRef()

setRef

public void setRef(String ref)

addProcess

public void addProcess(TProcess process)
Overrides:
addProcess in class TProcessComposite

bindPorts

public void bindPorts(TProcess process)
Overrides:
bindPorts in class TProcessComposite

setLocalName

public void setLocalName(String[] locIn,
                         String[] locOut)

generatePort

public void generatePort()
Overrides:
generatePort in class TProcessComposite

INRIA & FluxMedia

..no bottom yet...