|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DetectableCtx | |
|---|---|
| gov.nasa.arc.brahms.common.rt | |
| gov.nasa.arc.brahms.vm.rt | |
| Uses of DetectableCtx in gov.nasa.arc.brahms.common.rt |
|---|
| Methods in gov.nasa.arc.brahms.common.rt that return DetectableCtx | |
|---|---|
DetectableCtx |
UnavailableCtx.getCausingDetectable()
Returns the detectable causing the unavailability of the frame. |
DetectableCtx |
IActivityCtx.getCompletionCause()
Returns the cause of the activities completion if not normal completion, throws an exception is no cause is set. |
DetectableCtx |
ActivityCtx.getCompletionCause()
Returns the cause of the activities completion if not normal completion, throws an exception is no cause is set. |
| Methods in gov.nasa.arc.brahms.common.rt with parameters of type DetectableCtx | |
|---|---|
void |
UnavailableCtx.setCausingDetectable(DetectableCtx detectable)
Sets the detectable causing the unavailability of the frame. |
void |
IActivityCtx.setCompletionCause(DetectableCtx detectable)
Sets the cause of the activities completion if not normal completion, throws an exception is no cause is set. |
void |
ActivityCtx.setCompletionCause(DetectableCtx detectable)
Sets the cause of the activities completion if not normal completion, throws an exception is no cause is set. |
| Uses of DetectableCtx in gov.nasa.arc.brahms.vm.rt |
|---|
| Subclasses of DetectableCtx in gov.nasa.arc.brahms.vm.rt | |
|---|---|
class |
VMDetectableCtx
The VMDetectableCtx defines the context for a fired detectable defining the detectable that was fired, in what frame or composite activity the detectable was fired, the fact or belief detected and the belief created by the detectable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||