|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveInstanceCtx | |
---|---|
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.rt |
Uses of ActiveInstanceCtx in gov.nasa.arc.brahms.common.rt |
---|
Subclasses of ActiveInstanceCtx in gov.nasa.arc.brahms.common.rt | |
---|---|
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 with parameters of type ActiveInstanceCtx | |
---|---|
void |
IAreaCtx.addInhabitant(ActiveInstanceCtx inhabitant)
Adds the specified active instance to this location as an inhabitant |
void |
AreaCtx.addInhabitant(ActiveInstanceCtx inhabitant)
Adds the specified active instance to this location as an inhabitant |
boolean |
IAreaCtx.isInhabitant(ActiveInstanceCtx inhabitant)
Returns whether or not the specified inhabitant is an inhabitant of this area. |
boolean |
AreaCtx.isInhabitant(ActiveInstanceCtx inhabitant)
Returns whether or not the specified inhabitant is an inhabitant of this area. |
void |
IAreaCtx.removeInhabitant(ActiveInstanceCtx inhabitant)
Removes the specified active instance from this location as an inhabitant |
void |
AreaCtx.removeInhabitant(ActiveInstanceCtx inhabitant)
Removes the specified active instance from this location as an inhabitant |
Uses of ActiveInstanceCtx in gov.nasa.arc.brahms.vm.rt |
---|
Subclasses of ActiveInstanceCtx in gov.nasa.arc.brahms.vm.rt | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |