INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TApplyExternal

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
                    |
                    +--fr.fluxmedia.transmorpher.TProcessFactory.TApplyExternal
All Implemented Interfaces:
TProcess

public final class TApplyExternal
extends TTransformer

During the parse process an xsl file was generated to handle the define external. So, the external process, is only a transformer


Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
In, iTransformerHandler, iXSLFile, Op, Out
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
type
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
TApplyExternal(String[] pIn, String[] pOut, Parameters pParam)
          the empty constructor
 
Method Summary
 String getFile()
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
bindParameters, generatePort, getTransformerHandler, initTransformer, setProperties
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
getType, setType
 
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
 

Constructor Detail

TApplyExternal

public TApplyExternal(String[] pIn,
                      String[] pOut,
                      Parameters pParam)
               throws TransformerException,
                      TransformerConfigurationException,
                      SAXException,
                      IOException
the empty constructor
Method Detail

getFile

public String getFile()

INRIA & FluxMedia

..no bottom yet...