|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VMBeliefCtx | |
|---|---|
| gov.nasa.arc.brahms.vm.data | |
| gov.nasa.arc.brahms.vm.rt | |
| Uses of VMBeliefCtx in gov.nasa.arc.brahms.vm.data |
|---|
| Methods in gov.nasa.arc.brahms.vm.data that return VMBeliefCtx | |
|---|---|
VMBeliefCtx |
VMValueComparison.hasTriggeringBelief(VMActiveInstanceCtx agent,
VMFrameCtx frame,
int truthvalue)
Checks whether the specified agent has a belief that can activate the trigger for which this comparison is the condition. |
VMBeliefCtx |
VMObjectComparison.hasTriggeringBelief(VMActiveInstanceCtx agent,
VMFrameCtx frame,
int truthvalue)
Checks whether the specified agent has a belief that can activate the trigger for which this comparison is the condition. |
VMBeliefCtx |
IVMComparison.hasTriggeringBelief(VMActiveInstanceCtx agent,
VMFrameCtx frame,
int truthvalue)
Checks whether the specified agent has a belief that can activate the trigger for which this comparison is the condition. |
VMBeliefCtx |
VMDetectable.matchesBelief(VMActiveInstanceCtx agent,
VMFrameCtx frame)
Checks whether any of the beliefs in the specified agent's belief set match with this detectable. |
| Methods in gov.nasa.arc.brahms.vm.data with parameters of type VMBeliefCtx | |
|---|---|
boolean |
VMValueComparison.isTriggeringBelief(VMBeliefCtx belief,
VMActiveInstanceCtx agent,
VMFrameCtx frame,
int truthvalue)
Checks whether the specified belief can cause the activation of the trigger by matching the belief against the comparison. |
boolean |
VMObjectComparison.isTriggeringBelief(VMBeliefCtx belief,
VMActiveInstanceCtx agent,
VMFrameCtx frame,
int truthvalue)
Checks whether the specified belief can cause the activation of the trigger by matching the belief against the comparison. |
boolean |
IVMComparison.isTriggeringBelief(VMBeliefCtx belief,
VMActiveInstanceCtx agent,
VMFrameCtx frame,
int truthvalue)
Checks whether the specified belief can cause the activation of the trigger by matching the belief against the comparison. |
boolean |
VMDetectable.matchesBelief(VMBeliefCtx belief,
VMActiveInstanceCtx agent,
VMFrameCtx frame)
Checks whether the specified belief matches with this detectable. |
| Uses of VMBeliefCtx in gov.nasa.arc.brahms.vm.rt |
|---|
| Methods in gov.nasa.arc.brahms.vm.rt that return VMBeliefCtx | |
|---|---|
VMBeliefCtx |
VMActiveInstanceCtx.getBelief(java.lang.Object lhsObject,
Attribute lhsAttribute,
java.lang.String lhsCollectionIndex,
int relation)
Find the belief using the specified parameters and return the belief if found, null if the belief was not found. |
| Methods in gov.nasa.arc.brahms.vm.rt that return types with arguments of type VMBeliefCtx | |
|---|---|
java.util.ListIterator<VMBeliefCtx> |
VMActiveInstanceCtx.getRemovedBeliefs()
Returns the belief removed from the belief set as a result of an addBelief or removeBelief. |
| Methods in gov.nasa.arc.brahms.vm.rt with parameters of type VMBeliefCtx | |
|---|---|
int |
VMDetectableCtx.trigger(long time,
VMBeliefCtx belief)
Checks if the specified belief can be matched with the detectable. |
void |
VMActiveInstanceCtx.trigger(long time,
VMBeliefCtx belief)
Checks the triggers to see if the specified belief causes a trigger to be activated. |
boolean |
VMDetectableCtx.triggerImpasseResolution(long time,
VMBeliefCtx belief)
Checks if the specified belief can be matched with the detectable. |
void |
VMActiveInstanceCtx.triggerImpasseResolution(long time,
VMBeliefCtx belief)
Checks the triggers of the detectables that caused an impasse to see if the specified belief can cause the impasse to be lifted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||