|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVMInstance | |
---|---|
gov.nasa.arc.brahms.vm.api.common | |
gov.nasa.arc.brahms.vm.data |
Uses of IVMInstance in gov.nasa.arc.brahms.vm.api.common |
---|
Methods in gov.nasa.arc.brahms.vm.api.common that return IVMInstance | |
---|---|
IVMInstance |
IContext.getOwner()
Returns the IVMInstance that owns this context |
Uses of IVMInstance in gov.nasa.arc.brahms.vm.data |
---|
Classes in gov.nasa.arc.brahms.vm.data that implement IVMInstance | |
---|---|
class |
VMAgent
The VMAgent is an Agent with extensions for use in the Brahms virtual machine. |
class |
VMArea
The VMArea is an Area with extensions for use in the Brahms virtual machine. |
class |
VMConceptualInstance
The VMConceptualInstance is a ConceptualInstance with extensions for use in the Brahms virtual machine. |
class |
VMObjectInstance
The VMObjectInstance is an ObjectInstance with extensions for use in the Brahms virtual machine. |
class |
VMPath
The VMPath is a Path with extensions for use in the Brahms virtual machine. |
Methods in gov.nasa.arc.brahms.vm.data that return IVMInstance | |
---|---|
IVMInstance |
VMObjectClass.createInstance(java.lang.String name)
Creates a new object instance with this object class as its parent. |
IVMInstance |
VMGroup.createInstance(java.lang.String name)
Creates a new agent with this group as its parent. |
IVMInstance |
VMConceptualClass.createInstance(java.lang.String name)
Creates a new conceptual instance with this conceptual class as its parent. |
IVMInstance |
VMAreaDef.createInstance(java.lang.String name)
Creates a new area instance with this area definition as its parent. |
IVMInstance |
IVMClass.createInstance(java.lang.String name)
Creates a new instance of the class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |