|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.port.inactive.InactiveBranchPortObject
public final class InactiveBranchPortObject
An empty PortObject implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF branch).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.knime.core.node.port.PortObject |
|---|
PortObject.PortObjectSerializer<T extends PortObject> |
| Field Summary | |
|---|---|
static InactiveBranchPortObject |
INSTANCE
Singleton to be used. |
| Method Summary | |
|---|---|
static PortObject.PortObjectSerializer<InactiveBranchPortObject> |
getPortObjectSerializer()
Serializer as required by PortObject class. |
PortObjectSpec |
getSpec()
Get specification to this port object. |
String |
getSummary()
Get a short summary of this PortObject. |
JComponent[] |
getViews()
The returned views are displayed in the out port view of the referring node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final InactiveBranchPortObject INSTANCE
| Method Detail |
|---|
public static PortObject.PortObjectSerializer<InactiveBranchPortObject> getPortObjectSerializer()
PortObject class.
public String getSummary()
PortObject.
The return value will be shown in a node port's tooltip, for instance.
getSummary in interface PortObjectpublic PortObjectSpec getSpec()
PortObjectSpec which is used to configure any successor node
after execution, e.g. a BufferedDataTable can return a
DataTableSpec.
Subclasses should narrow the return type if possible.
getSpec in interface PortObjectPortObjectSpec or any derived spec,
never null.public JComponent[] getViews()
getViews in interface PortObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||