A B C D E F G H I J L M N O P Q R S T U V W Y

A

AbstractAsynchronousEventService - Class in gov.nasa.arc.brahms.vm.api.jsvc
The AbstractAsynchronousEventService is a base class for external services that want to handle the events generated by the virtual machine asynchronously.
AbstractAsynchronousEventService() - Constructor for class gov.nasa.arc.brahms.vm.api.jsvc.AbstractAsynchronousEventService
 
AbstractCommunicationAgent - Class in brahms.communication
The AbstractCommunicationAgent is a base class for external agents that communicate with other agents solely using CommunicativeActs.
AbstractCommunicationAgent() - Constructor for class brahms.communication.AbstractCommunicationAgent
 
AbstractExternalActivity - Class in gov.nasa.arc.brahms.vm.api.jac
The AbstractExternalActivity is an interface for external activities implemented in Java called by Brahms Java activities.
AbstractExternalActivity() - Constructor for class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Constructor, creates a new AbstractExternalActivity
AbstractExternalAgent - Class in gov.nasa.arc.brahms.vm.api.jagt
The AbstractExternalAgent is an interface for external agents implemented in Java loaded into the virtual machine to participate in a simulation or real-time agent environment.
AbstractExternalAgent() - Constructor for class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Constructor, creates a new AbstractExternalAgent
AbstractExternalService - Class in gov.nasa.arc.brahms.vm.api.jsvc
The AbstractExternalService is the class to be extended from by external services that require interaction with the virtual machine.
AbstractExternalService() - Constructor for class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
 
AbstractSynchronousEventService - Class in gov.nasa.arc.brahms.vm.api.jsvc
The AbstractSynchronousEventService is a base class for external services that want to handle the events generated by the virtual machine synchronously.
AbstractSynchronousEventService() - Constructor for class gov.nasa.arc.brahms.vm.api.jsvc.AbstractSynchronousEventService
 
ACL_REPRESENTATION - Static variable in interface brahms.communication.IEnvelopeProperties
Property name with as value the ACL representation used for the payload.
acquireMemoryReference(IContext) - Method in interface gov.nasa.arc.brahms.vm.api.common.IActiveInstance
Has the calling agent acquire a reference to this IActiveInstance indicating that it wishes to use this reference and to ensure that this IActiveInstance will not get deleted.
acquireMemoryReference(IContext) - Method in interface gov.nasa.arc.brahms.vm.api.common.IConceptualObject
Has the calling agent acquire a reference to this IConceptualObject indicating that it wishes to use this reference and to ensure that this IConceptualObject will not get deleted.
ACTION - Static variable in interface brahms.communication.IPayloadProperties
Property name with as value a string specifying the action to be performed on the content (optional)
ACTIVECLASS - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type ACTIVECLASS
ACTIVECLASS_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type ACTIVECLASS
ACTIVECONCEPT - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type ACTIVECONCEPT
ACTIVECONCEPT_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type ACTIVECONCEPT
ACTIVEINSTANCE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type ACTIVEINSTANCE
ACTIVEINSTANCE_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type ACTIVEINSTANCE
ACTIVITYCTX - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IActivityEventConstants
Property name indicating that its value is an Activity Context
ACTIVITYCTX - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IConceptCreatedEM
Property name indicating that its value is an IActivityCtx
ACTIVITYCTX - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IPartAddedEM
Property name indicating that its value is an IActivityCtx
ACTIVITYCTX - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IVariableBoundEM
Property name indicating the activity in which the binding changed, an IActivityCtx
ADD - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IVariableBoundEM
Indicates that the specified value was added to the binding
addBrahmsConverted(Object, IObject) - Method in class gov.nasa.arc.brahms.vm.api.convert.ConversionContext
Adds the specified Java object as being or having been converted to the specified Brahms object.
addBrahmsConverter(IType, String) - Method in class gov.nasa.arc.brahms.vm.api.convert.ConverterManager
Adds the specified converter supporting conversion from/to the specified brahmsType.
addClockListener(IClockListener) - Method in interface gov.nasa.arc.brahms.vm.api.components.IClock
Adds the specified clock listener as a listener for value changes in the clock.
addConverterType(String, IConverter) - Method in class gov.nasa.arc.brahms.vm.api.convert.ConverterManager
Adds the specified converter identified by the specified name.
addCreatedBrahmsObject(IObject) - Method in class gov.nasa.arc.brahms.vm.api.convert.ConversionContext
Adds the specified Brahms object as a Brahms object created during the conversion.
addEventMessageListener(IEventMessageListener) - Method in interface gov.nasa.arc.brahms.vm.api.components.IEventNotifier
Registers the specified IEventMessageListener as a listener for the events send to the event notifier.
addJavaConverted(IObject, Object) - Method in class gov.nasa.arc.brahms.vm.api.convert.ConversionContext
Adds the specified Brahms object as being or having been converted to the specified Java object.
addJavaConverter(Class<?>, String) - Method in class gov.nasa.arc.brahms.vm.api.convert.ConverterManager
Adds the specified converter type supporting conversion from/to the specified javaType.
addMapping(Object, IObject) - Method in interface gov.nasa.arc.brahms.vm.api.convert.IInstanceMapping
Adds the specified mapping between the specified Java object and Brahms object.
addMapping(Object, IObject) - Method in class gov.nasa.arc.brahms.vm.api.convert.InstanceMappingSingleton
Adds the specified mapping between the specified Java object and Brahms object.
AddObjectToArrayActivity - Class in brahms.base.system
The AddObjectToArrayActivity allows a modeler to pass a bound source array variable, an unbound destination array variable and a java object variable all of the same component-type.
AddObjectToArrayActivity() - Constructor for class brahms.base.system.AddObjectToArrayActivity
 
addProcessListener(IProcessListener) - Method in interface gov.nasa.arc.brahms.vm.api.components.IVMController
Adds the specified process listener to this virtual machine to be notified when the virtual machine exits.
addProcessListener(IProcessListener) - Method in interface gov.nasa.arc.brahms.vm.api.IBVM
Adds the specified process listener to this virtual machine to be notified when the virtual machine exits.
AddTimeActivity - Class in brahms.base.util
The AddTimeActivity allows a model builder to add time to a Calendar to determine the new date/time.
AddTimeActivity() - Constructor for class brahms.base.util.AddTimeActivity
 
addValue(int) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the specified value to the variable's binding.
addValue(long) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the specified value to the variable's binding.
addValue(double) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the specified value to the variable's binding.
addValue(boolean) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the specified value to the variable's binding.
addValue(String) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the specified value to the variable's binding.
addValue(IConcept) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the specified value to the variable's binding.
addValue(Serializable) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the specified variable to the variable's binding.
addValue(IUnknown) - Method in interface gov.nasa.arc.brahms.vm.api.common.IVariable
Adds the 'unknown' value to the variable's binding.
AGENT - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type AGENT
AGENT_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type AGENT
AgentFactory - Class in gov.nasa.arc.brahms.vm.api.common
The AgentFactory provides methods to create new agents.
AgentFactory() - Constructor for class gov.nasa.arc.brahms.vm.api.common.AgentFactory
 
AGGREGATES_STRING - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IConceptCreatedEM
Property name indicating that its value is a String with the aggregate ids (only for file-based agent viewer service)
APPDIR - Static variable in interface gov.nasa.arc.brahms.vm.api.components.IVMController
The application directory of the virtual machine
AREA - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type AREA
AREA_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type AREA
AREADEF - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type AREADEF
AREADEF_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type AREADEF
ArrayConverter - Class in gov.nasa.arc.brahms.vm.api.convert
ArrayConverter handles the conversion between Java and Brahms arrays.
ArrayConverter() - Constructor for class gov.nasa.arc.brahms.vm.api.convert.ArrayConverter
 
assertBelief(IBelief, IContext) - Method in interface gov.nasa.arc.brahms.vm.api.common.IActiveInstance
Schedules the assertion of the specified belief to the active instance's belief set.
assertBelief(IBelief) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Schedules the assertion of the specified belief to the belief set of the active instance performing this activity.
assertBeliefs(IBelief[], IContext) - Method in interface gov.nasa.arc.brahms.vm.api.common.IActiveInstance
Schedules the assertion of the specified beliefs to the active instance's belief set.
assertFact(IFact, IContext) - Method in interface gov.nasa.arc.brahms.vm.api.components.IWorldState
Schedules the assertion of the specified fact into the world state including the distribution of the fact to all agents and objects.
assertFact(IFact) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Schedules the assertion of the specified fact into the world state including the distribution of the fact to all agents and objects.
assertFact(IFact) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Schedules the assertion of the specified fact into the world state including the distribution of the fact to all agents and objects.
assertFact(IFact) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Schedules the assertion of the specified fact into the world state including the distribution of the fact to all agents and objects.
ATTRIBUTE_NAMES - Static variable in class brahms.base.util.BrahmsCalendar
 
awaitTimeAdvance(long) - Method in interface gov.nasa.arc.brahms.vm.api.components.ITimeSyncHook
Request that the external time manager allow the scheduler to advance to a new time.

B

BeanConverter - Class in gov.nasa.arc.brahms.vm.api.convert
BeanConverter handles the conversion between Java and Brahms objects with the Java objects complying with the Java Bean specification for automatic discovery of members and their read/write methods.
BeanConverter() - Constructor for class gov.nasa.arc.brahms.vm.api.convert.BeanConverter
 
BELIEFCTX - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IStatementEventConstants
Property name indicating that its value is a belief context
BeliefFactory - Class in gov.nasa.arc.brahms.vm.api.common
The BeliefFactory provides methods to create new beliefs.
BeliefFactory() - Constructor for class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
 
BINDING - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IVariableBoundEM
Property name indicating that its value is a binding value IConceptCtx, Integer, Boolean, Float, or String
BOOLEAN - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IParameter
The constant indicating the value is a boolean
BOOLEAN - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IPrimitiveType
Constant to indicate the primitive type boolean
BOOLEAN_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IPrimitiveType
Constant to indicate the primitive type boolean
brahms.base.directory - package brahms.base.directory
 
brahms.base.system - package brahms.base.system
 
brahms.base.util - package brahms.base.util
 
brahms.communication - package brahms.communication
 
brahms.communication.util - package brahms.communication.util
 
brahms.io - package brahms.io
 
BrahmsCalendar - Class in brahms.base.util
The BrahmsCalendar class manages a set of class attributes to increase performance in the use of the Brahms Calendar class with the related external activities.
BrahmsCalendar() - Constructor for class brahms.base.util.BrahmsCalendar
 
BrahmsClassDescriptor - Class in gov.nasa.arc.brahms.vm.api.common
BrahmsClassDescriptor maintains a record of the Brahms class and its attributes and relations.
BrahmsClassDescriptor(String) - Constructor for class gov.nasa.arc.brahms.vm.api.common.BrahmsClassDescriptor
Constructors, creates a new record about a Brahms Class with the specified qualified name.
BrahmsGroupDescriptor - Class in gov.nasa.arc.brahms.vm.api.common
BrahmsGroupDescriptor maintains a record of a Brahms group and its attributes and relations.
BrahmsGroupDescriptor(String) - Constructor for class gov.nasa.arc.brahms.vm.api.common.BrahmsGroupDescriptor
Constructors, creates a new record about a Brahms Group with the specified qualified name.
BY_REFERENCE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.ITransferType
Indicates a transfer by reference
BY_VALUE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.ITransferType
Indicates a transfer by value

C

CHANGE - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IVariableBoundEM
Property name indicating the type of change ADD or REMOVE
CLASS - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CLASS
CLASS_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CLASS
clearBrahmsConverted() - Method in class gov.nasa.arc.brahms.vm.api.convert.ConversionContext
Removes all cached Java to Brahms conversions.
clearCreatedBrahmsObjects() - Method in class gov.nasa.arc.brahms.vm.api.convert.ConversionContext
Clears the list with created Brahms objects.
clearJavaConverted() - Method in class gov.nasa.arc.brahms.vm.api.convert.ConversionContext
Removes all cached Brahms to Java conversions.
close() - Method in class brahms.base.util.Queue
Closes the queue and releases all threads waiting for new data.
COLLECTALL - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IVariable
The collect-all quantifier for a variable indicating multiple values fo the same type can be bound
CollectionConverter - Class in gov.nasa.arc.brahms.vm.api.convert
CollectionConverter handles the conversion between Java and Brahms collections.
CollectionConverter() - Constructor for class gov.nasa.arc.brahms.vm.api.convert.CollectionConverter
 
COMMENTS - Static variable in interface brahms.communication.IEnvelopeProperties
Property name with as value comments about the message contents.
CommunicationLibrary - Class in brahms.communication
CommunicationLibrary is a helper class to clean up the library when a VM is restarted.
CommunicationLibrary() - Constructor for class brahms.communication.CommunicationLibrary
 
CommunicativeAct - Class in brahms.communication
An internal representation of a Brahms CommunicativeAct object about which a ComAgent can receive beliefs.
CommunicativeAct(IObject, IContext) - Constructor for class brahms.communication.CommunicativeAct
Constructor, creates a new CommunicativeAct to represent a Brahms CommunicativeAct and automatically reads the attribute values from the communicative act.
CommunicativeAct(IObject, IContext, boolean) - Constructor for class brahms.communication.CommunicativeAct
Constructor, creates a new CommunicativeAct to represent a Brahms CommunicativeAct.
CommunicativeAct.MAP - Enum in brahms.communication
Constant identifiers for the communicative act's 'content' and 'payload' and payload map attributes
CommunicativeActBeliefOrganizer - Class in brahms.communication
The CommunicativeActBeliefOrganizer organizes the beliefs of a communicative act such that the belief about 'envelope("sender")' is the last belief in the list.
CommunicativeActFactory - Class in brahms.communication
CommunicativeActFactory is a factory providing methods to create new CommunicativeActs.
CommunicativeActFactory() - Constructor for class brahms.communication.CommunicativeActFactory
 
CONCEPT - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPT
CONCEPT - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IParameter
The constant indicating the value is a concept
CONCEPT - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IConceptLoadedEM
Property name indicating that its value is a Concept
CONCEPT_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPT
CONCEPTCTX - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IConceptDeletedEM
Property name indicating that its value is a ConceptCtx
ConceptFormatError - Error in gov.nasa.arc.brahms.vm.api.exceptions
The ConceptFormatError is an error thrown by the Brahms virtual machine when errors occur in reading and parsing in a model or concept.
ConceptFormatError() - Constructor for error gov.nasa.arc.brahms.vm.api.exceptions.ConceptFormatError
Constructor, creates a new ConceptFormatError with no detail message
ConceptFormatError(String) - Constructor for error gov.nasa.arc.brahms.vm.api.exceptions.ConceptFormatError
Constructor, creates a new ConceptFormatError with the given detail message
ConceptFormatError(Throwable) - Constructor for error gov.nasa.arc.brahms.vm.api.exceptions.ConceptFormatError
Constructor, creates a new ConceptFormatError with the given linked exception
ConceptFormatError(String, Throwable) - Constructor for error gov.nasa.arc.brahms.vm.api.exceptions.ConceptFormatError
Constructor, creates a new VMError with the given detail message wrapping the given exception
ConceptNotFoundException - Exception in gov.nasa.arc.brahms.vm.api.exceptions
The ConceptNotFoundException is an exception thrown by the Brahms virtual machine when a model or concept to be loaded by the virtual machine can not be found.
ConceptNotFoundException() - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptNotFoundException
Constructor, creates a new ConceptNotFoundException with no detail message
ConceptNotFoundException(String) - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptNotFoundException
Constructor, creates a new ConceptNotFoundException with the given detail message
ConceptNotFoundException(Throwable) - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptNotFoundException
Constructor, creates a new ConceptNotFoundException with the given linked exception
ConceptNotFoundException(String, Throwable) - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptNotFoundException
Constructor, creates a new ConceptNotFoundException with the given detail message wrapping the given exception
ConceptRegistrationException - Exception in gov.nasa.arc.brahms.vm.api.exceptions
The ConceptNotFoundException is an exception thrown by the Brahms virtual machine when a model or concept to be loaded by the virtual machine can not be found.
ConceptRegistrationException() - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptRegistrationException
Constructor, creates a new ConceptRegistrationException with no detail message
ConceptRegistrationException(String) - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptRegistrationException
Constructor, creates a new ConceptRegistrationException with the given detail message
ConceptRegistrationException(Throwable) - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptRegistrationException
Constructor, creates a new ConceptRegistrationException with the given linked exception
ConceptRegistrationException(String, Throwable) - Constructor for exception gov.nasa.arc.brahms.vm.api.exceptions.ConceptRegistrationException
Constructor, creates a new ConceptRegistrationException with the given detail message wrapping the given exception
CONCEPTUALCLASS - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPTUALCLASS
CONCEPTUALCLASS_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPTUALCLASS
CONCEPTUALCONCEPT - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPTUALCONCEPT
CONCEPTUALCONCEPT_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPTUALCONCEPT
CONCEPTUALOBJECT - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPTUALOBJECT
CONCEPTUALOBJECT_TYPE - Static variable in interface gov.nasa.arc.brahms.vm.api.common.IMetaType
Constant to indicate the meta type CONCEPTUALOBJECT
conclude(IConcept, IAttribute, int, IUnknown, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, int, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, long, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, double, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, int, boolean, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, int, String, boolean, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, int, IConcept, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, int, Serializable, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, int, int, IUnknown, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, String, int, IUnknown, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, int, int, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, String, int, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, int, long, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, String, int, long, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, int, double, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, String, int, double, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, int, int, boolean, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, String, int, boolean, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, int, int, String, boolean, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, String, int, String, boolean, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, int, int, IConcept, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, String, int, IConcept, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, int, int, Serializable, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, String, int, Serializable, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, int, Map, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes new IFact(s) and/or IBelief(s) of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS.
conclude(IConcept, IRelation, IUnknown, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept relation concept.
conclude(IConcept, IRelation, IConcept, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept relation concept.
conclude(IConcept, IRelation, IUnknown, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept relation concept with the specified truth value.
conclude(IConcept, IRelation, IConcept, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jac.AbstractExternalActivity
Concludes a new IBelief and/or IFact of the form concept relation concept with the specified truth value.
conclude(IConcept, IAttribute, int, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, long, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, double, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, int, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, int, String, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, int, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, int, Serializable, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, int, int, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, String, int, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, int, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, String, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, int, long, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, String, int, long, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, int, double, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, String, int, double, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, int, int, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, String, int, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, int, int, String, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, String, int, String, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, int, int, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, String, int, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, int, int, Serializable, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, String, int, Serializable, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, int, Map, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes new IFact(s) of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS.
conclude(IConcept, IRelation, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept relation concept.
conclude(IConcept, IRelation, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept relation concept.
conclude(IConcept, IRelation, IUnknown, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept relation concept with the specified truth value.
conclude(IConcept, IRelation, IConcept, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jagt.AbstractExternalAgent
Concludes a new IFact of the form concept relation concept with the specified truth value.
conclude(IConcept, IAttribute, int, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, long, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, double, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, int, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, int, String, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, int, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, int, Serializable, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, int, int, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, String, int, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'.
conclude(IConcept, IAttribute, int, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, String, int, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, int, long, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, String, int, long, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an integer.
conclude(IConcept, IAttribute, int, int, double, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, String, int, double, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a double.
conclude(IConcept, IAttribute, int, int, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, String, int, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a boolean.
conclude(IConcept, IAttribute, int, int, String, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, String, int, String, boolean, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a String.
conclude(IConcept, IAttribute, int, int, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, String, int, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is an IConcept.
conclude(IConcept, IAttribute, int, int, Serializable, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, String, int, Serializable, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is a Java Serializable Object.
conclude(IConcept, IAttribute, int, Map, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes new IFact(s) of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS.
conclude(IConcept, IRelation, IConcept, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept relation concept.
conclude(IConcept, IRelation, IUnknown, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept relation concept.
conclude(IConcept, IRelation, IUnknown, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept relation concept with the specified truth value.
conclude(IConcept, IRelation, IConcept, int, int) - Method in class gov.nasa.arc.brahms.vm.api.jsvc.AbstractExternalService
Concludes a new IFact of the form concept relation concept with the specified truth value.
CONSEQUENCECTX - Static variable in interface gov.nasa.arc.brahms.vm.api.events.IConsequenceFiredEM
Property name indicating that its value is a Consequence Context
CONTENT - Static variable in interface brahms.communication.IPayloadProperties
Property name with as value an Any with the content of the message; equivalently specifies the object of the action.
CONTROLLER_FILTER - Static variable in interface gov.nasa.arc.brahms.vm.api.components.ILogger
The filter used for filtering debug messages, displays controller related debug messages
CONVERSATION_ID - Static variable in interface brahms.communication.IPayloadProperties
Proprty name with as value a string with a unique conversation identifier used to identify the ongoing sequence of communicative acts that together form a conversation.
ConversionContext - Class in gov.nasa.arc.brahms.vm.api.convert
ConversionContext maintains additional information usable during the conversion of objects.
ConversionContext() - Constructor for class gov.nasa.arc.brahms.vm.api.convert.ConversionContext
Constructor, creates a new ConversionContext.
ConverterManager - Class in gov.nasa.arc.brahms.vm.api.convert
ConverterManager is a manager responsible for supporting the conversion between Brahms objects and Java objects.
ConverterManager() - Constructor for class gov.nasa.arc.brahms.vm.api.convert.ConverterManager
Constructor, creates a new ConverterManager.
ConvertToTimeZoneActivity - Class in brahms.base.util
The ConvertToTimeZoneActivity allows a model builder to convert a Calendar from one timezone to another.
ConvertToTimeZoneActivity() - Constructor for class brahms.base.util.ConvertToTimeZoneActivity
 
copyFile(File, File, boolean) - Static method in class brahms.io.CopyFileActivity
Copies the specified source file to the specified destination file.
CopyFileActivity - Class in brahms.io
The CopyFileActivity allows a modeler to copy a file.
CopyFileActivity() - Constructor for class brahms.io.CopyFileActivity
 
CORBAEnumConverter - Class in gov.nasa.arc.brahms.vm.api.convert
CORBAEnumConverter handles the conversion between CORBA enums and Brahms symbols.
CORBAEnumConverter() - Constructor for class gov.nasa.arc.brahms.vm.api.convert.CORBAEnumConverter
 
createAgent(String, IGroup[], IContext) - Static method in class gov.nasa.arc.brahms.vm.api.common.AgentFactory
createAgent creates a new agent, makes it a member of the specified groups and returns the new agent.
createArray(IVariable, int) - Static method in class brahms.base.system.CreateArrayActivity
 
CreateArrayActivity - Class in brahms.base.system
 
CreateArrayActivity() - Constructor for class brahms.base.system.CreateArrayActivity
 
createBelief(IConcept, IAttribute, int, IUnknown) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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'.
createBelief(IConcept, IAttribute, int, int) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, long) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, double) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, boolean) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, String, boolean) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, IConcept) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, Serializable) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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 object.
createBelief(IConcept, IAttribute, int, int, IUnknown) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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'.
createBelief(IConcept, IAttribute, String, int, IUnknown) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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'.
createBelief(IConcept, IAttribute, int, int, int) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, String, int, int) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, int, long) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, String, int, long) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, int, double) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, String, int, double) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, int, int, boolean) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
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.
createBelief(IConcept, IAttribute, String, int, boolean) - Static method in class gov.nasa.arc.brahms.vm.api.common.BeliefFactory
Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the valu