Package org.nuclos.api.statemodel
Class State
java.lang.Object
org.nuclos.api.statemodel.State
Represents a state of a nuclos statemodel. This class is used in rule programming
to execute a state transition via rg.nuclos.api.provider.StatemodelProvider .
- Author:
- Matthias Reichart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the description of the current state objectgetId()
This method returns the Id of the current state objectThis method returns the id of the statemodel the current state object belongs togetName()
This method returns the name of the current state objectThis method returns the state numeral of the current state object
-
Constructor Details
-
State
-
-
Method Details
-
getId
This method returns the Id of the current state object- Returns:
-
getDescription
This method returns the description of the current state object- Returns:
-
getNumeral
This method returns the state numeral of the current state object- Returns:
-
getName
This method returns the name of the current state object- Returns:
-
getModelId
This method returns the id of the statemodel the current state object belongs to- Returns:
-