Deprecated API


Contents
Deprecated Fields
ubiware.core.ReusableAtomicBehavior.myAgent
          This reference is deprecated since RAB's should not depend directly on the implementation of the agent for functionality. 
 

Deprecated Methods
ubiware.core.ReusableAtomicBehavior.addBeliefs(String, HashMap)
          Use the version with S-APL document if possible! 
ubiware.core.ReusableAtomicBehavior.addBeliefsN3(String)
          use ReusableAtomicBehavior.addBeliefsN3(SaplDocument) instead for type safety 
ubiware.core.ReusableAtomicBehavior.addBeliefsN3(String, boolean)
          use ReusableAtomicBehavior.addBeliefsN3(SaplDocument) instead for type safety 
ubiware.core.ReusableAtomicBehavior.hasBeliefsN3(String)
          Use ReusableAtomicBehavior.hasBeliefsN3(SaplDocument, String) instead 
ubiware.core.ReusableAtomicBehavior.hasBeliefsN3(String, String)
          Use ReusableAtomicBehavior.hasBeliefsN3(SaplDocument, String) instead 
ubiware.core.ReusableAtomicBehavior.produceN3(String)
          use the version which returns a document instead. 
ubiware.core.ReusableAtomicBehavior.produceN3(String, ProduceN3Options)
          use the version which returns a document instead. 
ubiware.core.ReusableAtomicBehavior.removeBeliefs(String)
          Use the version with S-APL document if possible! 
ubiware.core.ReusableAtomicBehavior.removeBeliefsN3(String)
          Use ReusableAtomicBehavior.removeBeliefsN3(SaplDocument) instead 
ubiware.core.ReusableAtomicBehavior.sendMessage(int, Resource, String, String, String)
          Use the version with sapl document instead. 
 

Deprecated Constructors
ubiware.core.BindingsSet(List>)
          this constructor should get replaced with a no argument constructor. Bindings could then be added to the set later.