enum InternalNodeContainerState extends Enum<InternalNodeContainerState> implements NodeContainerState
NodeContainerState
.Enum Constant and Description |
---|
CONFIGURED |
CONFIGURED_MARKEDFOREXEC |
CONFIGURED_QUEUED |
EXECUTED |
EXECUTED_MARKEDFOREXEC |
EXECUTED_QUEUED |
EXECUTING |
EXECUTINGREMOTELY |
IDLE |
POSTEXECUTE |
PREEXECUTE |
UNCONFIGURED_MARKEDFOREXEC |
Modifier and Type | Method and Description |
---|---|
boolean |
isConfigured() |
boolean |
isExecuted() |
boolean |
isExecutingRemotely() |
boolean |
isExecutionInProgress() |
boolean |
isHalted() |
boolean |
isIdle() |
boolean |
isWaitingToBeExecuted() |
(package private) NodeContainer.State |
mapToOldStyleState()
Translates this new state to the old style state that got deprecated with 2.8.
|
static InternalNodeContainerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalNodeContainerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalNodeContainerState IDLE
public static final InternalNodeContainerState CONFIGURED
public static final InternalNodeContainerState UNCONFIGURED_MARKEDFOREXEC
public static final InternalNodeContainerState CONFIGURED_MARKEDFOREXEC
public static final InternalNodeContainerState EXECUTED_MARKEDFOREXEC
public static final InternalNodeContainerState CONFIGURED_QUEUED
public static final InternalNodeContainerState EXECUTED_QUEUED
public static final InternalNodeContainerState PREEXECUTE
public static final InternalNodeContainerState EXECUTING
public static final InternalNodeContainerState EXECUTINGREMOTELY
public static final InternalNodeContainerState POSTEXECUTE
public static final InternalNodeContainerState EXECUTED
public static InternalNodeContainerState[] values()
for (InternalNodeContainerState c : InternalNodeContainerState.values()) System.out.println(c);
public static InternalNodeContainerState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isIdle()
isIdle
in interface NodeContainerState
public boolean isConfigured()
isConfigured
in interface NodeContainerState
public boolean isExecuted()
isExecuted
in interface NodeContainerState
public boolean isExecutionInProgress()
isExecutionInProgress
in interface NodeContainerState
public boolean isWaitingToBeExecuted()
isWaitingToBeExecuted
in interface NodeContainerState
public boolean isHalted()
isHalted
in interface NodeContainerState
public boolean isExecutingRemotely()
isExecutingRemotely
in interface NodeContainerState
NodeContainer.State mapToOldStyleState()
NodeContainer.getState()
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.