|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContainmentActivity in gov.nasa.arc.brahms.common.data |
---|
Subclasses of ContainmentActivity in gov.nasa.arc.brahms.common.data | |
---|---|
class |
GetActivity
A get activity is a primitive activity that allows an agent or object to pick up one or more objects and/or agents, referred to as items, to carry it with it while performing activities. |
class |
PutActivity
A put activity is a primitive activity that allows an agent or object to put down (drop) one or more objects and/or agents, referred to as items, carried by the agent or object performing the activity to no longer carry the item while performing future activities. |
Uses of ContainmentActivity in gov.nasa.arc.brahms.common.data.format.sourcecode |
---|
Methods in gov.nasa.arc.brahms.common.data.format.sourcecode with parameters of type ContainmentActivity | |
---|---|
protected void |
ContainmentActivityFormatter.writeFormatSub(ContainmentActivity obj,
java.util.Properties p,
java.io.DataOutputStream out)
Writes the given object out in the format defined for that object. |
Uses of ContainmentActivity in gov.nasa.arc.brahms.common.data.format.xml |
---|
Methods in gov.nasa.arc.brahms.common.data.format.xml with parameters of type ContainmentActivity | |
---|---|
protected void |
ContainmentActivityFormatter.writeFormatElements(ContainmentActivity obj,
java.util.Properties p,
java.io.DataOutputStream out)
Writes the given object out in the format defined for that object. |
Uses of ContainmentActivity in gov.nasa.arc.brahms.common.rt |
---|
Constructors in gov.nasa.arc.brahms.common.rt with parameters of type ContainmentActivity | |
---|---|
ContainmentActivityCtx(ContainmentActivity act)
Constructor, creates a new context for the specified ContainmentActivity. |
Uses of ContainmentActivity in gov.nasa.arc.brahms.vm.data |
---|
Subclasses of ContainmentActivity in gov.nasa.arc.brahms.vm.data | |
---|---|
class |
VMGetActivity
A VMGetActivity is a get activity with extensions for use in the virtual machine. |
class |
VMPutActivity
A VMPutActivity is a put activity with extensions for use in the virtual machine. |
Uses of ContainmentActivity in gov.nasa.arc.brahms.vm.rt |
---|
Constructors in gov.nasa.arc.brahms.vm.rt with parameters of type ContainmentActivity | |
---|---|
VMContainmentActivityCtx(ContainmentActivity act,
java.lang.String id)
Constructor, creates a new context for the specified VMContainmentActivity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |