Deprecated API

Deprecated Methods
org.mitre.sim.api3.Entity.actionMethodNotifier()
          Designates a method on Entity subclasses as an action method. If an Entity subclass method includes an invocation of actionMethodNotifier anytime during the execution of the method, that method is known as an action method. Action methods are the reactive portion of an entity's behavior. (The proactive hehavior is in the agenda.) The use of actionMethodNotifier has been replaced by a method naming convention. Methods of the form "actionX" where X is one or more characters are now recognized by the Executive as action methods. 
org.mitre.sim.api3.Simulation.displayEntities(String)
          Display a table of the simulation Entities catagorized by current state. Used to test Executive implementations and not needed by simulation developers. 
org.mitre.sim.api3.Simulation.getExecutive()
          Used to test Executive implementations and is not needed by simulation developers. 
org.mitre.sim.api3.Simulation.msg(String)
          Please see info(String). 
org.mitre.sim.api3.Entity.msg(String)
          Please see info(String).