INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Interface TProcess

All Known Implementing Classes:
TProcess_Impl, TQuery

public interface TProcess


Method Summary
 TProcess Copy(TProcessComposite vFather)
          Create a copy of this element in the composite given in parameter
 XML_Port[] getIn()
          Get the In ports
 XML_Port getIn(int i)
          Get an In port
 String getName()
          Get the name of the process
 XML_Port[] getOut()
          Get the Out Ports
 XML_Port getOut(int i)
          Get an Out Port
 TProcess internalCopy()
          internal copy, call by XSLProcess_impl
 void setIn(int i, XML_Port pFileIn)
           
 void setName(String pName)
          Set the name of the process
 void setOut(int i, XML_Port pFileOut)
          Set an Out Port
 

Method Detail

getName

public String getName()
Get the name of the process

setName

public void setName(String pName)
Set the name of the process

setIn

public void setIn(int i,
                  XML_Port pFileIn)

setOut

public void setOut(int i,
                   XML_Port pFileOut)
Set an Out Port

getIn

public XML_Port getIn(int i)
Get an In port

getOut

public XML_Port getOut(int i)
Get an Out Port

getIn

public XML_Port[] getIn()
Get the In ports

getOut

public XML_Port[] getOut()
Get the Out Ports

Copy

public TProcess Copy(TProcessComposite vFather)
Create a copy of this element in the composite given in parameter

internalCopy

public TProcess internalCopy()
internal copy, call by XSLProcess_impl

INRIA & FluxMedia

...