Uses of Interface
gov.nasa.arc.brahms.vm.api.jagt.IExternalAgent

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

Uses of IExternalAgent in brahms.communication
 

Classes in brahms.communication that implement IExternalAgent
 class AbstractCommunicationAgent
          The AbstractCommunicationAgent is a base class for external agents that communicate with other agents solely using CommunicativeActs.
 

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

Methods in gov.nasa.arc.brahms.vm.api.common that return IExternalAgent
 IExternalAgent IAgent.getExternalImplementation()
          Returns the external agent implementation, the Java object implementing the IExternalAgent interface.
 

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

Classes in gov.nasa.arc.brahms.vm.api.jagt that implement IExternalAgent
 class AbstractExternalAgent
          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.
 

Methods in gov.nasa.arc.brahms.vm.api.jagt that return IExternalAgent
 IExternalAgent ExternalAgentRecord.getJavaAgent()
          Returns the Java implementation for the external agent.
 

Constructors in gov.nasa.arc.brahms.vm.api.jagt with parameters of type IExternalAgent
ExternalAgentRecord(IAgent brahmsEA, IExternalAgent javaEA)
          Constructor, creates a new ExternalAgentRecord with the specified Brahms representation and Java implementation external agent references.
 

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

Methods in gov.nasa.arc.brahms.vm.rt that return IExternalAgent
 IExternalAgent VMExternalAgentCtx.getExternalImplementation()
          Returns the implementation for the external agent.
 



Copyright © 1997-2012 All Rights Reserved.