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.TProcess_Impl |
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut |
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, toString, wait, wait, wait |
ref
java.lang.String ref
iListLocalIn
java.lang.String[] iListLocalIn
iListLocalOut
java.lang.String[] iListLocalOut
test
boolean test
listOfProcess
java.util.Vector listOfProcess
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
- Throws:
javax.xml.transform.TransformerException
javax.xml.transform.TransformerConfigurationException
org.xml.sax.SAXException
java.io.IOException
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
- Throws:
TMException
org.xml.sax.SAXException
setLocalName
public void setLocalName(java.lang.String[] locIn,
java.lang.String[] locOut)
generatePort
public void generatePort()
- Specified by:
generatePort
in interface TProcess
- Overrides:
generatePort
in class TProcessComposite
reset
public void reset()
throws TMException,
org.xml.sax.SAXException
- Initializes inner processes when ApplyProcess is inside a Loop.
- Specified by:
reset
in interface TProcess
- Overrides:
reset
in class TProcess_Impl
- Throws:
TMException
org.xml.sax.SAXException
..no bottom yet...