Class State

java.lang.Object
org.nuclos.api.statemodel.State

public class State extends Object
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 Details

  • Method Details

    • getId

      public UID getId()
      This method returns the Id of the current state object
      Returns:
    • getDescription

      public String getDescription()
      This method returns the description of the current state object
      Returns:
    • getNumeral

      public Integer getNumeral()
      This method returns the state numeral of the current state object
      Returns:
    • getName

      public String getName()
      This method returns the name of the current state object
      Returns:
    • getModelId

      public UID getModelId()
      This method returns the id of the statemodel the current state object belongs to
      Returns: