|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nasa.arc.brahms.vm.api.jagt.ExternalAgentRecord
public class ExternalAgentRecord
ExternalAgentRecord specifies the references to both the Brahms agent representation for an external agent and the Java external agent instance.
Constructor Summary | |
---|---|
ExternalAgentRecord(IAgent brahmsEA,
IExternalAgent javaEA)
Constructor, creates a new ExternalAgentRecord with the specified Brahms representation and Java implementation external agent references. |
Method Summary | |
---|---|
IAgent |
getBrahmsAgent()
Returns the Brahms representation of the external agent. |
IExternalAgent |
getJavaAgent()
Returns the Java implementation for the external agent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalAgentRecord(IAgent brahmsEA, IExternalAgent javaEA)
brahmsEA
- the Brahms external agent representationjavaEA
- the Java implementation for the external agentMethod Detail |
---|
public IAgent getBrahmsAgent()
public IExternalAgent getJavaAgent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |