|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public String getName()
public void setName(String pName)
public void setIn(int i, XML_Port pFileIn)
public void setOut(int i, XML_Port pFileOut)
public XML_Port getIn(int i)
public XML_Port getOut(int i)
public XML_Port[] getIn()
public XML_Port[] getOut()
public TProcess Copy(TProcessComposite vFather)
public TProcess internalCopy()
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |