|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
Field Summary | |
(package private) XML_Port[] |
iListIn
The In port |
(package private) XML_Port[] |
iListOut
The out PORT |
(package private) String |
iName
The name of the process |
(package private) int |
iNbIn
the current In port |
(package private) int |
iNbOut
The List of out port |
Constructor Summary | |
protected |
TProcess_Impl()
The constructor |
|
TProcess_Impl(String[] pIn,
String[] pOut)
The constructor |
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 |
abstract 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 |
Methods inherited from class java.lang.Object |
|
Field Detail |
XML_Port[] iListIn
int iNbIn
XML_Port[] iListOut
int iNbOut
String iName
Constructor Detail |
protected TProcess_Impl()
public TProcess_Impl(String[] pIn, String[] pOut)
Method Detail |
public final String getName()
getName
in interface TProcess
public final void setName(String pName)
setName
in interface TProcess
public final void setIn(int i, XML_Port pFileIn)
setIn
in interface TProcess
public final void setOut(int i, XML_Port pFileOut)
setOut
in interface TProcess
public final XML_Port getIn(int i)
getIn
in interface TProcess
public final XML_Port getOut(int i)
getOut
in interface TProcess
public final XML_Port[] getIn()
getIn
in interface TProcess
public final XML_Port[] getOut()
getOut
in interface TProcess
public final TProcess Copy(TProcessComposite vFather)
Copy
in interface TProcess
public abstract TProcess internalCopy()
TProcess
internalCopy
in interface TProcess
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |