Uses of Class
ar.edu.unr.fceia.bottallo.State

Uses of State in ar.edu.unr.fceia.bottallo
 

Methods in ar.edu.unr.fceia.bottallo that return State
protected  State Ring.getFather()
          Get the father state
protected  State State.getFather()
          Get the father if the state
protected  State Connector.getFather()
          Get the connector's father
protected  State State.getReference()
          Get the reference of a state
protected  State Sistema.getRootState()
          Get the root state
protected  State Transition.getScope()
          Get the scope of the transition
protected  State Sistema.getStateById(java.lang.String sId)
          Get a state by id
protected  State Sistema.getStateByName(java.lang.String sName, java.util.List<State> states)
          Get a state by id
 

Methods in ar.edu.unr.fceia.bottallo that return types with arguments of type State
protected  java.util.List<State> Sistema.getActiveStates()
          Return the list of active states
protected  java.util.List<State> Sistema.getStates()
          Return the states of the system
protected  java.util.List<State> State.getSubstates()
          Get the substates of a state
 

Methods in ar.edu.unr.fceia.bottallo with parameters of type State
protected  void Sistema.addActiveState(State s)
          Add a state to the list of active states
protected  void Sistema.addState(State s)
          Add a state from the system
protected  void State.addSubstate(State s)
          Add a substate to the state
protected  boolean Sistema.isActiveState(State s)
          Check if a state is an active state
protected  boolean Sistema.isSubstate(State s, State t)
          Chech if a state is a direct or indirect substate of other
protected  void Sistema.removeActiveState(State s)
          Remove a state from the list of active sates
protected  void Sistema.removeState(State s)
          Remove a state from the system
protected  void State.removeSubstate(State s)
          Remove a substate from the state
protected  void Ring.setFather(State s)
          Set the father state
protected  void State.setFather(State f)
          Set the father of the state
protected  void Connector.setFather(State s)
          Set the connector's father
protected  void State.setReference(State s)
          Set the reference to a state
protected  void Sistema.setRootState(State s)
          Set the root state
protected  void Transition.setScope(State s)
          Set the scope of the transition
 

Method parameters in ar.edu.unr.fceia.bottallo with type arguments of type State
protected  State Sistema.getStateByName(java.lang.String sName, java.util.List<State> states)
          Get a state by id