|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityRef | |
---|---|
gov.nasa.arc.brahms.common.data | |
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.data |
Uses of ActivityRef in gov.nasa.arc.brahms.common.data |
---|
Methods in gov.nasa.arc.brahms.common.data that return ActivityRef | |
---|---|
ActivityRef |
ParameterValue.getOwner()
|
Methods in gov.nasa.arc.brahms.common.data with parameters of type ActivityRef | |
---|---|
boolean |
Workframe.addActivityRef(ActivityRef act)
|
void |
Activity.addReference(ActivityRef reference)
Adds the specified activity reference as a reference to this activity. |
java.lang.Object |
Parameter.getValue(ActivityRef act)
Get an actual value for the parameter based on the given activity reference. |
boolean |
Workframe.removeActivityRef(ActivityRef act)
|
void |
Activity.removeReference(ActivityRef reference)
Removes the specified activity reference as a reference to this activity. |
void |
ParameterValue.setOwner(ActivityRef act)
|
Uses of ActivityRef in gov.nasa.arc.brahms.common.rt |
---|
Methods in gov.nasa.arc.brahms.common.rt that return ActivityRef | |
---|---|
ActivityRef |
IActivityCtx.getReferencedBy()
Returns the activity reference referencing this activity and causing the creation of this context. |
ActivityRef |
ActivityCtx.getReferencedBy()
Returns the activity reference referencing this activity and causing the creation of this context. |
Methods in gov.nasa.arc.brahms.common.rt with parameters of type ActivityRef | |
---|---|
void |
IActivityCtx.setReferencedBy(ActivityRef referencedBy)
Sets the activity reference referencing this activity and causing the creation of this context. |
void |
ActivityCtx.setReferencedBy(ActivityRef referencedBy)
Sets the activity reference referencing this activity and causing the creation of this context. |
Uses of ActivityRef in gov.nasa.arc.brahms.vm.data |
---|
Methods in gov.nasa.arc.brahms.vm.data with parameters of type ActivityRef | |
---|---|
boolean |
VMWorkframe.addActivityRef(ActivityRef act)
Adds the specified activity reference to the body of the workframe |
boolean |
VMWorkframe.removeActivityRef(ActivityRef act)
Removes the specified activity reference from the body of the workframe |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |