Uses of Interface
gov.nasa.arc.brahms.vm.api.common.IBelief

Packages that use IBelief
brahms.communication   
brahms.communication.util   
gov.nasa.arc.brahms.vm.api.common   
gov.nasa.arc.brahms.vm.api.jac   
gov.nasa.arc.brahms.vm.api.jagt   
gov.nasa.arc.brahms.vm.api.jsvc   
 

Uses of IBelief in brahms.communication
 

Methods in brahms.communication with parameters of type IBelief
 void AbstractCommunicationAgent.onReceive(IBelief belief)
          onReceive is called by the virtual machine whenever a new belief is communicated to the external agent by another agent or object.
 

Uses of IBelief in brahms.communication.util
 

Methods in brahms.communication.util that return IBelief
 IBelief[] ExceptionRecord.getContent()
          Returns the exception information
 

Constructors in brahms.communication.util with parameters of type IBelief
ExceptionRecord(IConceptualObject exception, IBelief[] content)
          Contructor, creates a new ExceptionRecord for the specified exception and with the specified content.
 

Uses of IBelief in gov.nasa.arc.brahms.vm.api.common
 

Methods in gov.nasa.arc.brahms.vm.api.common that return IBelief
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, boolean value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, byte value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, char value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, double value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, float value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, IConcept value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, int value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, boolean value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, byte value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a byte.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, char value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a character.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, double value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, float value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a float.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, IConcept value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, int value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, IUnknown value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, long value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a long.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, java.lang.Object value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Object.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, java.io.Serializable value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, short value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a short.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int collectionIndex, int relop, java.lang.String value, boolean symbol)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, IUnknown value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, long value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a long.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, java.lang.Object value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java object.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, java.io.Serializable value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, short value)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, int relop, java.lang.String value, boolean symbol)
          Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, boolean value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, byte value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a byte.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, char value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a character.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, double value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, float value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a float.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, IConcept value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, int value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, IUnknown value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, long value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a long.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, java.lang.Object value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Object.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, java.io.Serializable value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, short value)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a short.
static IBelief BeliefFactory.createBelief(IConcept concept, IAttribute attribute, java.lang.String collectionIndex, int relop, java.lang.String value, boolean symbol)
          Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
static IBelief BeliefFactory.createBelief(IConcept lhsConcept, IRelation relation, IConcept rhsConcept)
          Creates a new IBelief of the form concept relation concept.
static IBelief BeliefFactory.createBelief(IConcept lhsConcept, IRelation relation, IConcept rhsConcept, int truthValue)
          Creates a new IBelief of the form concept relation concept.
static IBelief BeliefFactory.createBelief(IConcept lhsConcept, IRelation relation, IUnknown rhsConcept)
          Creates a new IBelief of the form concept relation concept.
static IBelief BeliefFactory.createBelief(IConcept lhsConcept, IRelation relation, IUnknown rhsConcept, int truthValue)
          Creates a new IBelief of the form concept relation concept.
static IBelief[] BeliefFactory.createBeliefs(IConcept concept, IAttribute attribute, int relop, java.util.Map collection)
          Creates new IBelief(s) of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, boolean value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, byte value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, char value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, double value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, float value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, IConcept value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, boolean value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, byte value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, char value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, double value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, float value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, IConcept value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, int value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, int value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, IUnknown value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, long value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, java.lang.Object value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, java.io.Serializable value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, short value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, java.lang.String value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, IUnknown value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, long value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, java.lang.Object value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, java.io.Serializable value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, short value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, int relop, java.lang.String value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, boolean value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, byte value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, char value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, double value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, float value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, IConcept value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, int value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, IUnknown value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, long value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, java.lang.Object value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, java.io.Serializable value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, short value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, java.lang.String value, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IRelation relation, IConcept rhsConcept, int truthValue, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBelief(IConcept lhsConcept, IRelation relation, IUnknown rhsConcept, int truthValue, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBeliefForIndex(IConcept lhsConcept, IAttribute lhsAttribute, int lhsCollectionIndex, int relop, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBelief IActiveInstance.getBeliefForIndex(IConcept lhsConcept, IAttribute lhsAttribute, java.lang.String lhsCollectionIndex, int relop, IContext ctx)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 

Methods in gov.nasa.arc.brahms.vm.api.common with parameters of type IBelief
 void IActiveInstance.assertBelief(IBelief belief, IContext ctx)
          Schedules the assertion of the specified belief to the active instance's belief set.
 void IActiveInstance.assertBeliefs(IBelief[] beliefs, IContext ctx)
          Schedules the assertion of the specified beliefs to the active instance's belief set.
 void IActiveInstance.retractBelief(IBelief belief, IContext ctx)
          Schedules the retraction of the specified belief from the active instance's belief set.
 

Uses of IBelief in gov.nasa.arc.brahms.vm.api.jac
 

Methods in gov.nasa.arc.brahms.vm.api.jac with parameters of type IBelief
protected  void AbstractExternalActivity.assertBelief(IBelief belief)
          Schedules the assertion of the specified belief to the belief set of the active instance performing this activity.
protected  void AbstractExternalActivity.retractBelief(IBelief belief)
          Schedules the retraction of the specified belief from the belief set of the active instance performing this activity.
protected  void AbstractExternalActivity.send(IBelief[] beliefs, IActiveInstance agent)
          Sends the specified set of beliefs to the specified agent, causing the assertion of the beliefs in the specified agent's belief set.
protected  void AbstractExternalActivity.send(IBelief[] beliefs, IActiveInstance[] agents)
          Sends the specified beliefs to the specified agents, causing the assertion of the beliefs in the belief set of every agent in the list of agents.
protected  void AbstractExternalActivity.send(IBelief belief, IActiveInstance agent)
          Sends the specified belief to the specified agent, causing the assertion of the belief in the specified agent's belief set.
protected  void AbstractExternalActivity.send(IBelief belief, IActiveInstance[] agents)
          Sends the specified belief to the specified agents, causing the assertion of the belief in the belief set of every agent in the list of agents.
 

Uses of IBelief in gov.nasa.arc.brahms.vm.api.jagt
 

Methods in gov.nasa.arc.brahms.vm.api.jagt with parameters of type IBelief
abstract  void AbstractExternalAgent.onReceive(IBelief belief)
          onReceive is called by the virtual machine whenever a new belief is communicated to the external agent by another agent or object.
 void IExternalAgent.onReceive(IBelief belief)
          onReceive is called by the virtual machine whenever a new belief is communicated to the external agent by another agent or object.
protected  void AbstractExternalAgent.send(IBelief[] beliefs, IActiveInstance agent)
          Sends the specified set of beliefs to the specified agent, causing the assertion of the beliefs in the specified agent's belief set.
protected  void AbstractExternalAgent.send(IBelief[] beliefs, IActiveInstance[] agents)
          Sends the specified beliefs to the specified agents, causing the assertion of the beliefs in the belief set of every agent in the list of agents.
protected  void AbstractExternalAgent.send(IBelief belief, IActiveInstance agent)
          Sends the specified belief to the specified agent, causing the assertion of the belief in the specified agent's belief set.
protected  void AbstractExternalAgent.send(IBelief belief, IActiveInstance[] agents)
          Sends the specified belief to the specified agents, causing the assertion of the belief in the belief set of every agent in the list of agents.
 

Uses of IBelief in gov.nasa.arc.brahms.vm.api.jsvc
 

Methods in gov.nasa.arc.brahms.vm.api.jsvc with parameters of type IBelief
protected  void AbstractExternalService.send(IBelief[] beliefs, IActiveInstance agent)
          Sends the specified set of beliefs to the specified agent, causing the assertion of the beliefs in the specified agent's belief set.
protected  void AbstractExternalService.send(IBelief belief, IActiveInstance agent)
          Sends the specified belief to the specified agent, causing the assertion of the belief in the specified agent's belief set.
protected  void AbstractExternalService.send(IBelief belief, IActiveInstance[] agents)
          Sends the specified belief to the specified agents, causing the assertion of the belief in the belief set of every agent in the list of agents.
 



Copyright © 1997-2012 All Rights Reserved.