public interface ProgramStateMachineType extends FiniteStateMachineType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Boolean> |
AUTO_DELETE |
static QualifiedProperty<Boolean> |
CREATABLE |
static QualifiedProperty<Boolean> |
DELETABLE |
static QualifiedProperty<UInteger> |
INSTANCE_COUNT |
static QualifiedProperty<UInteger> |
MAX_INSTANCE_COUNT |
static QualifiedProperty<UInteger> |
MAX_RECYCLE_COUNT |
static QualifiedProperty<Integer> |
RECYCLE_COUNT |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> CREATABLE
static final QualifiedProperty<Boolean> DELETABLE
static final QualifiedProperty<Boolean> AUTO_DELETE
static final QualifiedProperty<Integer> RECYCLE_COUNT
static final QualifiedProperty<UInteger> INSTANCE_COUNT
static final QualifiedProperty<UInteger> MAX_INSTANCE_COUNT
static final QualifiedProperty<UInteger> MAX_RECYCLE_COUNT
PropertyType getCreatableNode()
Boolean getCreatable()
void setCreatable(Boolean value)
PropertyType getDeletableNode()
Boolean getDeletable()
void setDeletable(Boolean value)
PropertyType getAutoDeleteNode()
Boolean getAutoDelete()
void setAutoDelete(Boolean value)
PropertyType getRecycleCountNode()
Integer getRecycleCount()
void setRecycleCount(Integer value)
PropertyType getInstanceCountNode()
UInteger getInstanceCount()
void setInstanceCount(UInteger value)
PropertyType getMaxInstanceCountNode()
UInteger getMaxInstanceCount()
void setMaxInstanceCount(UInteger value)
PropertyType getMaxRecycleCountNode()
UInteger getMaxRecycleCount()
void setMaxRecycleCount(UInteger value)
FiniteStateVariableType getCurrentStateNode()
getCurrentStateNode in interface FiniteStateMachineTypegetCurrentStateNode in interface StateMachineTypeLocalizedText getCurrentState()
getCurrentState in interface FiniteStateMachineTypegetCurrentState in interface StateMachineTypevoid setCurrentState(LocalizedText value)
setCurrentState in interface FiniteStateMachineTypesetCurrentState in interface StateMachineTypeFiniteTransitionVariableType getLastTransitionNode()
getLastTransitionNode in interface FiniteStateMachineTypegetLastTransitionNode in interface StateMachineTypeLocalizedText getLastTransition()
getLastTransition in interface FiniteStateMachineTypegetLastTransition in interface StateMachineTypevoid setLastTransition(LocalizedText value)
setLastTransition in interface FiniteStateMachineTypesetLastTransition in interface StateMachineTypeProgramDiagnosticType getProgramDiagnosticsNode()
ProgramDiagnosticDataType getProgramDiagnostics()
void setProgramDiagnostics(ProgramDiagnosticDataType value)
BaseObjectType getFinalResultDataNode()
StateType getReadyNode()
StateType getRunningNode()
StateType getSuspendedNode()
StateType getHaltedNode()
TransitionType getHaltedToReadyNode()
TransitionType getReadyToRunningNode()
TransitionType getRunningToHaltedNode()
TransitionType getRunningToReadyNode()
TransitionType getRunningToSuspendedNode()
TransitionType getSuspendedToRunningNode()
TransitionType getSuspendedToHaltedNode()
TransitionType getSuspendedToReadyNode()
TransitionType getReadyToHaltedNode()
Copyright © 2018. All rights reserved.