Deprecated API


Contents
Deprecated Classes
vs.worldagent.BasicWorldUpdateManager
          at 16 june. Not used anymore; all its remaining functionality moved to OperatorScheduler 
vs.rationalagent.ui.ListFactsCommand
            
vs.rationalagent.behaviour.ReceiveBehaviour
          ReceiveBehaviour: a more user friendly ReceiverBehaviour Creation: new ReceiveBehaviour(Agent, Timeout (or -1), MessageTemplate ) - terminates when 1) desired message is received OR timeout expires - on termination, handle(msg) is called ( J.Vaucher sept. 7 2003 ) http://www.iro.umontreal.ca/~vaucher/Agents/Jade/primer6.html 
 

Deprecated Methods
vs.rationalagent.IRationalAgent.getKnowledgeManager()
          - use PrologKB.getInstance() 
vs.debug.LogFactory.getLogger(String)
          Use getLogger(Object src) instead. Returns the logger for this package; sets it up if not used before 
vs.knowledge.PrologKB.getPrologSingleVariable(String, String)
          - use getOneResult() in future 
vs.knowledge.PrologKB.getPrologSingleVariableList(String)
           
vs.knowledge.PrologKB.getPrologSingleVariableList(String, String)
          - use getAllResults() in future 
vs.rationalagent.RationalAgent.getSniffer()
            
vs.rationalagent.RationalAgent.getTracer()
            
vs.plotagent.BasicInspirationModule.loadRules(String)
           
vs.worldagent.BasicWorldUpdateManager.performOperator(Operator)
           
vs.rationalagent.RationalAgent.setTracer(AID)
            
vs.rationalagent.RationalAgent.trace(int, int, String)
            
vs.rationalagent.RationalAgent.trace(int, String)
            
 

Deprecated Constructors
vs.fabula.io.LanguageFilter(String, String)