com.prosysopc.ua.types.opcua
Interface ProgramStateMachineType
- All Superinterfaces:
- BaseInstanceType, BaseObjectType, FiniteStateMachineType, StateMachineType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- ProgramStateMachineTypeImpl, ProgramStateMachineTypeImplBase, ProgramStateMachineTypeNode, ProgramStateMachineTypeNodeBase
public interface ProgramStateMachineType
- extends FiniteStateMachineType
A state machine for a program.
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
DELETABLE
static final String DELETABLE
- See Also:
- Constant Field Values
AUTO_DELETE
static final String AUTO_DELETE
- See Also:
- Constant Field Values
RECYCLE_COUNT
static final String RECYCLE_COUNT
- See Also:
- Constant Field Values
FINAL_RESULT_DATA
static final String FINAL_RESULT_DATA
- See Also:
- Constant Field Values
CURRENT_STATE
static final String CURRENT_STATE
- See Also:
- Constant Field Values
LAST_TRANSITION
static final String LAST_TRANSITION
- See Also:
- Constant Field Values
PROGRAM_DIAGNOSTICS
static final String PROGRAM_DIAGNOSTICS
- See Also:
- Constant Field Values
START
static final String START
- See Also:
- Constant Field Values
SUSPEND
static final String SUSPEND
- See Also:
- Constant Field Values
RESUME
static final String RESUME
- See Also:
- Constant Field Values
HALT
static final String HALT
- See Also:
- Constant Field Values
RESET
static final String RESET
- See Also:
- Constant Field Values
getDeletableNode
UaProperty getDeletableNode()
isDeletable
Boolean isDeletable()
setDeletable
void setDeletable(Boolean value)
throws StatusException
- Throws:
StatusException
getAutoDeleteNode
UaProperty getAutoDeleteNode()
isAutoDelete
Boolean isAutoDelete()
setAutoDelete
void setAutoDelete(Boolean value)
throws StatusException
- Throws:
StatusException
getRecycleCountNode
UaProperty getRecycleCountNode()
getRecycleCount
Integer getRecycleCount()
setRecycleCount
void setRecycleCount(Integer value)
throws StatusException
- Throws:
StatusException
getCurrentStateNode
FiniteStateVariableType getCurrentStateNode()
- Specified by:
getCurrentStateNode in interface FiniteStateMachineType- Specified by:
getCurrentStateNode in interface StateMachineType
getCurrentState
org.opcfoundation.ua.builtintypes.LocalizedText getCurrentState()
- Specified by:
getCurrentState in interface FiniteStateMachineType- Specified by:
getCurrentState in interface StateMachineType
setCurrentState
void setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setCurrentState in interface FiniteStateMachineType- Specified by:
setCurrentState in interface StateMachineType
- Throws:
StatusException
getLastTransitionNode
FiniteTransitionVariableType getLastTransitionNode()
- Specified by:
getLastTransitionNode in interface FiniteStateMachineType- Specified by:
getLastTransitionNode in interface StateMachineType
getLastTransition
org.opcfoundation.ua.builtintypes.LocalizedText getLastTransition()
- Specified by:
getLastTransition in interface FiniteStateMachineType- Specified by:
getLastTransition in interface StateMachineType
setLastTransition
void setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setLastTransition in interface FiniteStateMachineType- Specified by:
setLastTransition in interface StateMachineType
- Throws:
StatusException
getProgramDiagnosticsNode
ProgramDiagnosticType getProgramDiagnosticsNode()
getProgramDiagnostics
org.opcfoundation.ua.core.ProgramDiagnosticDataType getProgramDiagnostics()
setProgramDiagnostics
void setProgramDiagnostics(org.opcfoundation.ua.core.ProgramDiagnosticDataType value)
throws StatusException
- Throws:
StatusException
getFinalResultDataNode
BaseObjectType getFinalResultDataNode()
getStartNode
UaMethod getStartNode()
start
void start()
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getSuspendNode
UaMethod getSuspendNode()
suspend
void suspend()
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getResumeNode
UaMethod getResumeNode()
resume
void resume()
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getHaltNode
UaMethod getHaltNode()
halt
void halt()
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getResetNode
UaMethod getResetNode()
reset
void reset()
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
Copyright © 2018. All rights reserved.