|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectInstance | |
---|---|
gov.nasa.arc.brahms.common.data | |
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.data | |
gov.nasa.arc.brahms.vm.rt |
Uses of ObjectInstance in gov.nasa.arc.brahms.common.data |
---|
Methods in gov.nasa.arc.brahms.common.data that return ObjectInstance | |
---|---|
ObjectInstance |
Model.getObject(java.lang.String name)
|
ObjectInstance |
ConceptualInstance.getPart(java.lang.String name)
|
Methods in gov.nasa.arc.brahms.common.data with parameters of type ObjectInstance | |
---|---|
boolean |
ObjectClass.addMember(ObjectInstance concept)
|
boolean |
Model.addObject(ObjectInstance concept)
|
boolean |
ConceptualInstance.addPart(ObjectInstance concept)
|
boolean |
PrimitiveActivity.addResource(ObjectInstance obj)
Adds a new object instance as a resource to the activity. |
boolean |
PrimitiveActivity.addTouchedObject(ObjectInstance obj)
Deprecated. |
boolean |
CommunicateActivity.addWith(ObjectInstance obj)
|
Uses of ObjectInstance in gov.nasa.arc.brahms.common.rt |
---|
Constructors in gov.nasa.arc.brahms.common.rt with parameters of type ObjectInstance | |
---|---|
ObjectInstanceCtx(ObjectInstance obj)
Constructor, creates a new context for the specified ObjectInstance. |
Uses of ObjectInstance in gov.nasa.arc.brahms.vm.data |
---|
Subclasses of ObjectInstance in gov.nasa.arc.brahms.vm.data | |
---|---|
class |
VMObjectInstance
The VMObjectInstance is an ObjectInstance with extensions for use in the Brahms virtual machine. |
Methods in gov.nasa.arc.brahms.vm.data that return ObjectInstance | |
---|---|
ObjectInstance |
VMModel.getObject(java.lang.String name)
|
ObjectInstance |
VMModel.getObject(java.lang.String name,
int strategy)
Returns the object with the specified name. |
Uses of ObjectInstance in gov.nasa.arc.brahms.vm.rt |
---|
Methods in gov.nasa.arc.brahms.vm.rt with parameters of type ObjectInstance | |
---|---|
PartCtx |
VMConceptualInstanceCtx.createAggregateRelation(ObjectInstance oObject,
long time,
gov.nasa.arc.brahms.vm.controller.VMController vmc)
Creates the aggregate relationship between this conceptual instance and the specified object instance where the specified object instance is a part of this conceptual instance. |
Constructors in gov.nasa.arc.brahms.vm.rt with parameters of type ObjectInstance | |
---|---|
VMObjectInstanceCtx(ObjectInstance obj)
Constructor, creates a new context for the specified ObjectInstance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |