public interface ProgramStateMachineType extends FiniteStateMachineType
FiniteStateVariableType getCurrentState()
getCurrentState in interface FiniteStateMachineTypegetCurrentState in interface StateMachineTypeFiniteTransitionVariableType getLastTransition()
getLastTransition in interface FiniteStateMachineTypegetLastTransition in interface StateMachineTypeBoolean getCreatable()
Boolean getDeletable()
Boolean getAutoDelete()
Integer getRecycleCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getInstanceCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getMaxInstanceCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getMaxRecycleCount()
ProgramDiagnosticType getProgramDiagnostics()
BaseObjectType getFinalResultData()
StateType getReady()
StateType getRunning()
StateType getSuspended()
StateType getHalted()
TransitionType getHaltedToReady()
TransitionType getReadyToRunning()
TransitionType getRunningToHalted()
TransitionType getRunningToReady()
TransitionType getRunningToSuspended()
TransitionType getSuspendedToRunning()
TransitionType getSuspendedToHalted()
TransitionType getSuspendedToReady()
TransitionType getReadyToHalted()
void setCreatable(Boolean creatable)
void setDeletable(Boolean deletable)
void setAutoDelete(Boolean autoDelete)
void setRecycleCount(Integer recycleCount)
void setInstanceCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger instanceCount)
void setMaxInstanceCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxInstanceCount)
void setMaxRecycleCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxRecycleCount)
Copyright © 2015. All rights reserved.