Deprecated API

Deprecated Fields
EASE.Sensing.Specification.CellReference.cellName
          Use getCellName(); 
EASE.Agents.Specification.TransitionSave.condition
          Use conditions. 
EASE.Sensing.Specification.CellReference.fileName
          Use getFileName(); 
 

Deprecated Methods
EASE.Agents.Specification.Transition.getCondition()
          Use getConditions as there can be more than one. 
EASE.Sensing.Specification.CellReference.getParams()
            
 

Deprecated Constructors
EASE.Agents.Engine.StateMachine(Vector, Vector, Engine)
          Use version with name for debugging purposes. 
EASE.Agents.Specification.StateSave(String, String, boolean, boolean, Rectangle, Vector, Vector)
          This constructor sets isFailure to default.

 

EASE.Agents.Specification.Transition(State, State, CellReference)
            
EASE.Agents.Specification.Transition(State, State, CellReference, boolean, boolean)
          Use a Vector of conditions 
EASE.Agents.Specification.TransitionChooser(JFrame)
            
EASE.Agents.Specification.TransitionChooser(JFrame, CellReference)