Uses of Interface
gov.nasa.arc.brahms.common.rt.IActiveInstanceCtx

Packages that use IActiveInstanceCtx
gov.nasa.arc.brahms.common.rt   
gov.nasa.arc.brahms.vm.api.jagt   
gov.nasa.arc.brahms.vm.rt   
 

Uses of IActiveInstanceCtx in gov.nasa.arc.brahms.common.rt
 

Subinterfaces of IActiveInstanceCtx in gov.nasa.arc.brahms.common.rt
 interface IAgentCtx
          The IAgentCtx interface is the interface for a runtime class for the agents.
 interface IObjectInstanceCtx
          The IObjectInstanceCtx interface is the interface for the runtime class for the objects.
 

Classes in gov.nasa.arc.brahms.common.rt that implement IActiveInstanceCtx
 class ActiveInstanceCtx
          The ActiveInstanceCtx is the runtime class for active instances (agents and object instances).
 class AgentCtx
          The AgentCtx is the runtime class for the agents.
 class ObjectInstanceCtx
          The ObjectInstanceCtx is the runtime class for the objects.
 

Methods in gov.nasa.arc.brahms.common.rt that return IActiveInstanceCtx
 IActiveInstanceCtx ContainedInstanceCtx.getContainedInstance()
          Returns the contained instance contained by the container
 IActiveInstanceCtx ContainedInstanceCtx.getContainer()
          Returns the container containing the contained instance
 IActiveInstanceCtx IBeliefCtx.getOwner()
          Returns the owner of the belief
 IActiveInstanceCtx BeliefCtx.getOwner()
          Returns the owner of the belief
 IActiveInstanceCtx IFrameCtx.getPerformedBy()
          Returns the active instance executing the frame.
 IActiveInstanceCtx IActivityCtx.getPerformedBy()
          Returns the active instance performing the activity.
 IActiveInstanceCtx FrameCtx.getPerformedBy()
          Returns the active instance executing the frame.
 IActiveInstanceCtx ActivityCtx.getPerformedBy()
          Returns the active instance performing the activity.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type IActiveInstanceCtx
 void ContainedInstanceCtx.setContainedInstance(IActiveInstanceCtx containedInstance)
          Sets the contained instance contained by the container
 void ContainedInstanceCtx.setContainer(IActiveInstanceCtx container)
          Sets the container containing the contained instance
 void IBeliefCtx.setOwner(IActiveInstanceCtx owner)
          Sets the owner of the belief
 void BeliefCtx.setOwner(IActiveInstanceCtx owner)
          Sets the owner of the belief
 void IFrameCtx.setPerformedBy(IActiveInstanceCtx ai)
          Sets the active instance executing the frame.
 void IActivityCtx.setPerformedBy(IActiveInstanceCtx ai)
          Sets the active instance performing the activity.
 void FrameCtx.setPerformedBy(IActiveInstanceCtx ai)
          Sets the active instance executing the frame.
 void ActivityCtx.setPerformedBy(IActiveInstanceCtx ai)
          Sets the active instance performing the activity.
 

Constructors in gov.nasa.arc.brahms.common.rt with parameters of type IActiveInstanceCtx
ContainedInstanceCtx(IActiveInstanceCtx container, IActiveInstanceCtx ci)
          Constructor, creates a new ContainedInstanceCtx
FrameCtx(BFrame frame, IActiveInstanceCtx agent)
          Constructor, creates a new context for the specified frame setting the specified agent as the agent working on frame.
 

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

Methods in gov.nasa.arc.brahms.vm.api.jagt with parameters of type IActiveInstanceCtx
 void AbstractExternalAgent.setAgentCtx(IActiveInstanceCtx agt)
          Sets the agent to be wrapped by this external agent.
 

Uses of IActiveInstanceCtx in gov.nasa.arc.brahms.vm.rt
 

Classes in gov.nasa.arc.brahms.vm.rt that implement IActiveInstanceCtx
 class VMActiveInstanceCtx
          The VMActiveInstanceCtx is the runtime class for active instances (agents and object instances) with extensions for it to function in the Brahms virtual machine.
 class VMAgentCtx
          The VMAgentCtx is the runtime class for the agents with extensions for it to function in the Brahms virtual machine.
 class VMExternalAgentCtx
          The VMExternalAgentCtx is the runtime class for the external agents with extensions for it to function in the Brahms virtual machine.
 class VMObjectInstanceCtx
          The ObjectInstanceCtx is the runtime class for the objects with extension for use in the virtual machine.
 

Methods in gov.nasa.arc.brahms.vm.rt that return IActiveInstanceCtx
 IActiveInstanceCtx VMBeliefCtx.getOwner()
          Returns the owner of the belief
 

Methods in gov.nasa.arc.brahms.vm.rt with parameters of type IActiveInstanceCtx
 void VMBeliefCtx.setOwner(IActiveInstanceCtx owner)
          Sets the owner of the belief
 



Copyright © 1997-2012 All Rights Reserved.