|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
public static class WorkflowPersistor.ConnectionContainerTemplate
Helper class representing a connection.
Constructor Summary | |
---|---|
WorkflowPersistor.ConnectionContainerTemplate(ConnectionContainer original,
boolean preserveDeletableFlag)
Copies an existing connection (used for copy&paste). |
|
WorkflowPersistor.ConnectionContainerTemplate(int source,
int sourcePort,
int dest,
int destPort,
boolean isDeletable,
UIInformation uiInfo)
Creates new template connection. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
(package private) int |
getDestPort()
|
(package private) int |
getDestSuffix()
|
(package private) int |
getSourcePort()
|
(package private) int |
getSourceSuffix()
|
(package private) UIInformation |
getUiInfo()
|
int |
hashCode()
|
(package private) boolean |
isDeletable()
|
void |
setDeletable(boolean isDeletable)
|
void |
setDestPort(int destPort)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
WorkflowPersistor.ConnectionContainerTemplate(int source, int sourcePort, int dest, int destPort, boolean isDeletable, UIInformation uiInfo)
source
- ID Suffix of source nodesourcePort
- Source portdest
- ID Suffix of destination nodedestPort
- Destination portisDeletable
- whether connection is deletableuiInfo
- Corresponding UI info, maybe nullWorkflowPersistor.ConnectionContainerTemplate(ConnectionContainer original, boolean preserveDeletableFlag)
original
- To copy.preserveDeletableFlag
- Whether to retain the deletable status
of the original connection.Method Detail |
---|
int getSourceSuffix()
int getSourcePort()
int getDestSuffix()
int getDestPort()
boolean isDeletable()
public void setDeletable(boolean isDeletable)
isDeletable
- the isDeletable to setpublic void setDestPort(int destPort)
destPort
- the destPort to setUIInformation getUiInfo()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |