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

Packages that use IConceptualObject
brahms.communication   
brahms.communication.util   
gov.nasa.arc.brahms.vm.api.common   
 

Uses of IConceptualObject in brahms.communication
 

Methods in brahms.communication that return IConceptualObject
 IConceptualObject CommunicativeAct.getRaisedException()
          Returns the exception associated with the CommunicativeAct.
 

Methods in brahms.communication with parameters of type IConceptualObject
static void CommunicativeAct.setRaisedException(IObject communicativeAct, IConceptualObject exception, IActiveInstance sender, IContext ctx)
          Sets the 'raisedException' attribute for the given communicative act.
 

Uses of IConceptualObject in brahms.communication.util
 

Methods in brahms.communication.util that return IConceptualObject
 IConceptualObject ExceptionRecord.getException()
          Returns the exception that was created.
 

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

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

Methods in gov.nasa.arc.brahms.vm.api.common that return IConceptualObject
 IConceptualObject IModel.getConceptualObject(java.lang.String name)
          Returns the conceptual object with the specified name.
 IConceptualObject IModel.getConceptualObject(java.lang.String name, int strategy)
          Returns the conceptual object with the specified name.
 IConceptualObject IConceptualClass.newInstance(java.lang.String name, IContext actionCtx)
          newInstance creates a new instance of this conceptual class and returns the new instance.
 

Methods in gov.nasa.arc.brahms.vm.api.common that return types with arguments of type IConceptualObject
 java.util.List<IConceptualObject> IConceptualClass.getInstances(boolean includeSubClasses)
          Returns a list of all of this class' instances.
 



Copyright © 1997-2012 All Rights Reserved.