|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWorkframeCtx | |
---|---|
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.rt |
Uses of IWorkframeCtx in gov.nasa.arc.brahms.common.rt |
---|
Classes in gov.nasa.arc.brahms.common.rt that implement IWorkframeCtx | |
---|---|
class |
WorkframeCtx
The WorkframeCtx maintains the state for a workframe. |
Methods in gov.nasa.arc.brahms.common.rt that return IWorkframeCtx | |
---|---|
IWorkframeCtx |
ICompositeActivityCtx.getCurrentWork()
Returns the workframe currently active in the activity. |
IWorkframeCtx |
IActiveInstanceCtx.getCurrentWork()
Returns the workframe currently active for the active instance. |
IWorkframeCtx |
CompositeActivityCtx.getCurrentWork()
Returns the workframe currently active in the activity. |
IWorkframeCtx |
ActiveInstanceCtx.getCurrentWork()
Returns the workframe currently active for the active instance. |
IWorkframeCtx |
IActivityCtx.getParentFrame()
Returns the frame context in which this activity is executed, serving as the parent of the activity. |
IWorkframeCtx |
ActivityCtx.getParentFrame()
Returns the frame context in which this activity is executed, serving as the parent of the activity. |
protected IWorkframeCtx |
CompositeActivityCtx.getPriorityAvailableWorkframe()
Returns the highest priority available workframe. |
protected IWorkframeCtx |
ActiveInstanceCtx.getPriorityAvailableWorkframe()
Returns the highest priority available workframe. |
protected IWorkframeCtx |
CompositeActivityCtx.getPriorityInterruptedFrame()
Returns the highest priority interrupted workframe. |
protected IWorkframeCtx |
ActiveInstanceCtx.getPriorityInterruptedFrame()
Returns the highest priority interrupted workframe. |
Methods in gov.nasa.arc.brahms.common.rt with parameters of type IWorkframeCtx | |
---|---|
void |
ICompositeActivityCtx.addImpassedFrame(IWorkframeCtx frame)
Adds the specified frame context as an impassed frame. |
void |
IActiveInstanceCtx.addImpassedFrame(IWorkframeCtx frame)
Adds the specified frame context as an impassed frame. |
void |
CompositeActivityCtx.addImpassedFrame(IWorkframeCtx frame)
Adds the specified frame context as an impassed frame. |
void |
ActiveInstanceCtx.addImpassedFrame(IWorkframeCtx frame)
Adds the specified frame context as an impassed frame. |
void |
ICompositeActivityCtx.addInterruptedFrame(IWorkframeCtx frame)
Adds the specified frame context as an interrupted frame. |
void |
IActiveInstanceCtx.addInterruptedFrame(IWorkframeCtx frame)
Adds the specified frame context as an interrupted frame. |
void |
CompositeActivityCtx.addInterruptedFrame(IWorkframeCtx frame)
Adds the specified frame context as an interrupted frame. |
void |
ActiveInstanceCtx.addInterruptedFrame(IWorkframeCtx frame)
Adds the specified frame context as an interrupted frame. |
void |
ICompositeActivityCtx.removeImpassedFrame(IWorkframeCtx frame)
Removes the specified frame context as an impassed frame. |
void |
IActiveInstanceCtx.removeImpassedFrame(IWorkframeCtx frame)
Removes the specified frame context as an impassed frame. |
void |
CompositeActivityCtx.removeImpassedFrame(IWorkframeCtx frame)
Removes the specified frame context as an impassed frame. |
void |
ActiveInstanceCtx.removeImpassedFrame(IWorkframeCtx frame)
Removes the specified frame context as an impassed frame. |
void |
ICompositeActivityCtx.removeInterruptedFrame(IWorkframeCtx frame)
Removes the specified frame context as an interrupted frame. |
void |
IActiveInstanceCtx.removeInterruptedFrame(IWorkframeCtx frame)
Removes the specified frame context as an interrupted frame. |
void |
CompositeActivityCtx.removeInterruptedFrame(IWorkframeCtx frame)
Removes the specified frame context as an interrupted frame. |
void |
ActiveInstanceCtx.removeInterruptedFrame(IWorkframeCtx frame)
Removes the specified frame context as an interrupted frame. |
void |
ICompositeActivityCtx.setCurrentWork(IWorkframeCtx frame)
Sets the workframe currently active in the activity |
void |
IActiveInstanceCtx.setCurrentWork(IWorkframeCtx frame)
Sets the workframe currently active for the active instance |
void |
CompositeActivityCtx.setCurrentWork(IWorkframeCtx frame)
Sets the workframe currently active in the activity |
void |
ActiveInstanceCtx.setCurrentWork(IWorkframeCtx frame)
Sets the workframe currently active for the active instance |
void |
IActivityCtx.setParentFrame(IWorkframeCtx parent)
Sets the frame context in which this activity is executed, serving as the parent of the activity. |
void |
ActivityCtx.setParentFrame(IWorkframeCtx parent)
Sets the frame context in which this activity is executed, serving as the parent of the activity. |
Uses of IWorkframeCtx in gov.nasa.arc.brahms.vm.rt |
---|
Classes in gov.nasa.arc.brahms.vm.rt that implement IWorkframeCtx | |
---|---|
class |
VMWorkframeCtx
The VMWorkframeCtx maintains the state for a workframe and has extensions for use in the virtual machine. |
Methods in gov.nasa.arc.brahms.vm.rt that return IWorkframeCtx | |
---|---|
IWorkframeCtx |
VMCompositeActivityCtx.getCurrentWork()
Returns the workframe currently active in the activity. |
IWorkframeCtx |
VMCompositeActivityCtx.getPriorityAvailableWorkframe()
Returns the highest priority available workframe in the hierarchy of workframe contexts due to the use of composite activities. |
IWorkframeCtx |
VMActiveInstanceCtx.getPriorityAvailableWorkframe()
Returns the highest priority available workframe in the hierarchy of workframe contexts if a hierarchy exists due to the use of composite activities. |
IWorkframeCtx |
VMCompositeActivityCtx.getPriorityInterruptedFrame()
Returns the highest priority interrupted workframe in the hierarchy of workframe contexts due to the use of composite activities. |
IWorkframeCtx |
VMActiveInstanceCtx.getPriorityInterruptedFrame()
Returns the highest priority interrupted workframe in the hierarchy of workframe contexts if a hierarchy exists due to the use of composite activities. |
Methods in gov.nasa.arc.brahms.vm.rt with parameters of type IWorkframeCtx | |
---|---|
void |
VMCompositeActivityCtx.addImpassedFrame(IWorkframeCtx frame)
Adds the specified frame context as an impassed frame. |
void |
VMCompositeActivityCtx.addInterruptedFrame(IWorkframeCtx frame)
Adds the specified frame context as an interrupted frame. |
void |
VMCompositeActivityCtx.removeImpassedFrame(IWorkframeCtx frame)
Removes the specified frame context as an impassed frame. |
void |
VMCompositeActivityCtx.removeInterruptedFrame(IWorkframeCtx frame)
Removes the specified frame context as an interrupted frame. |
void |
VMCompositeActivityCtx.setCurrentWork(IWorkframeCtx frame)
Sets the workframe currently active in the activity |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |