org.talend.core.model.process
Interface INodeConnector
- All Known Implementing Classes:
- NodeConnector
public interface INodeConnector
Interface for Links between Nodes in a Process.
$Id: INodeConnector.java 2738 2007-03-28 13:12:27 +0000 (mer., 28 mars 2007) plegall $
getConnectionType
EConnectionType getConnectionType()
setConnectionType
void setConnectionType(EConnectionType connectionType)
getMaxLinkOutput
int getMaxLinkOutput()
setMaxLinkOutput
void setMaxLinkOutput(int maxLinkOutput)
getMaxLinkInput
int getMaxLinkInput()
setMaxLinkInput
void setMaxLinkInput(int maxLinkInput)
getMinLinkInput
int getMinLinkInput()
setMinLinkInput
void setMinLinkInput(int minLinkInput)
getMinLinkOutput
int getMinLinkOutput()
setMinLinkOutput
void setMinLinkOutput(int minLinkOutput)
isBuiltIn
boolean isBuiltIn()
setBuiltIn
void setBuiltIn(boolean builtIn)
isCustomName
boolean isCustomName()
setCustomName
void setCustomName(boolean customName)
getCurLinkNbInput
int getCurLinkNbInput()
setCurLinkNbInput
void setCurLinkNbInput(int curLinkNb)
getCurLinkNbOutput
int getCurLinkNbOutput()
setCurLinkNbOutput
void setCurLinkNbOutput(int curLinkNb)