|
||||||||||
| 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,
ConnectionUIInformation 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) ConnectionUIInformation |
getUiInfo()
|
int |
hashCode()
|
(package private) boolean |
isDeletable()
|
(package private) void |
setDeletable(boolean isDeletable)
|
(package private) void |
setDestPort(int destPort)
|
(package private) void |
setDestSuffix(int destSuffix)
|
(package private) void |
setSourcePort(int sourcePort)
|
(package private) void |
setSourceSuffix(int sourceSuffix)
|
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,
ConnectionUIInformation uiInfo)
source - ID Suffix of source nodesourcePort - Source portdest - ID Suffix of destination nodedestPort - Destination portisDeletable - whether connection is deletableuiInfo - Corresponding UI info, maybe null
WorkflowPersistor.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()
void setDeletable(boolean isDeletable)
isDeletable - the isDeletable to setvoid setDestPort(int destPort)
destPort - the destPort to setvoid setDestSuffix(int destSuffix)
destSuffix - the destSuffix to setvoid setSourcePort(int sourcePort)
sourcePort - the sourcePort to setvoid setSourceSuffix(int sourceSuffix)
sourceSuffix - the sourceSuffix to setConnectionUIInformation getUiInfo()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||