|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAgent | |
|---|---|
| gov.nasa.arc.brahms.vm.api.common | |
| gov.nasa.arc.brahms.vm.api.jagt | |
| Uses of IAgent in gov.nasa.arc.brahms.vm.api.common |
|---|
| Methods in gov.nasa.arc.brahms.vm.api.common that return IAgent | |
|---|---|
static IAgent |
AgentFactory.createAgent(java.lang.String name,
IGroup[] groups,
IContext actionCtx)
createAgent creates a new agent, makes it a member of the specified groups and returns the new agent. |
IAgent |
IModel.getAgent(java.lang.String name)
Returns the agent with the specified name. |
IAgent |
IModel.getAgent(java.lang.String name,
int strategy)
Returns the agent with the specified name. |
IAgent |
IGroup.newAgent(java.lang.String name,
IContext actionCtx)
newAgent creates a new agent, makes it a member of this group and returns the new agent. |
| Methods in gov.nasa.arc.brahms.vm.api.common that return types with arguments of type IAgent | |
|---|---|
java.util.List<IAgent> |
IGroup.getMembers(boolean includeMemberGroups)
Returns a list of all of this group's member agents. |
| Methods in gov.nasa.arc.brahms.vm.api.common with parameters of type IAgent | |
|---|---|
java.lang.Object |
BrahmsGroupDescriptor.getValue(IAgent agt,
IAttribute lhsAttribute,
IContext brahmsCtx)
Returns the value for the attribute of the specified agent. |
java.lang.Object |
BrahmsGroupDescriptor.getValue(IAgent source,
IConcept lhsConcept,
IAttribute lhsAttribute,
IContext brahmsCtx)
Returns the value for the attribute of the specified agent. |
java.lang.Object |
BrahmsGroupDescriptor.getValue(IAgent source,
IConcept lhsConcept,
IRelation rel,
IContext brahmsCtx)
Returns the values for the relation of the specified agent. |
java.lang.Object |
BrahmsGroupDescriptor.getValue(IAgent agt,
IRelation rel,
IContext brahmsCtx)
Returns the values for the relation of the specified agent. |
void |
BrahmsGroupDescriptor.setValue(IAgent agt,
IAttribute att,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the attribute of the specified agent. |
void |
BrahmsGroupDescriptor.setValue(IAgent destination,
IConcept lhsConcept,
IAttribute lhsAttribute,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the attribute of the specified agent. |
void |
BrahmsGroupDescriptor.setValue(IAgent destination,
IConcept lhsConcept,
IRelation rel,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the relation of the specified agent. |
void |
BrahmsGroupDescriptor.setValue(IAgent agt,
IRelation rel,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the relation of the specified agent. |
| Uses of IAgent in gov.nasa.arc.brahms.vm.api.jagt |
|---|
| Methods in gov.nasa.arc.brahms.vm.api.jagt that return IAgent | |
|---|---|
IAgent |
ExternalAgentRecord.getBrahmsAgent()
Returns the Brahms representation of the external agent. |
IAgent |
AbstractExternalAgent.getBrahmsAgent()
Returns the Brahms agent reference for this agent. |
IAgent |
IExternalAgent.getBrahmsAgent()
Returns the Brahms agent reference for this agent. |
| Methods in gov.nasa.arc.brahms.vm.api.jagt with parameters of type IAgent | |
|---|---|
void |
AbstractExternalAgent.setBrahmsAgent(IAgent agent)
Sets the Brahms agent reference for this agent. |
void |
IExternalAgent.setBrahmsAgent(IAgent agent)
Sets the Brahms agent reference for this agent. |
| Constructors in gov.nasa.arc.brahms.vm.api.jagt with parameters of type IAgent | |
|---|---|
ExternalAgentRecord(IAgent brahmsEA,
IExternalAgent javaEA)
Constructor, creates a new ExternalAgentRecord with the specified Brahms representation and Java implementation external agent references. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||