Serialized Form
Package uk.co.agena.minerva.model |
eventAttributes
java.util.List<E> eventAttributes
- A list of objects associated with the event. The listening object
will know what these are. They are defined in the documentation
for this package (package.html).
eventType
int eventType
errorText
java.lang.String errorText
- Holds information about any error that the event encapsulates.
errorFixed
boolean errorFixed
- Indicates whether any error encapsulated by the event has been fixed.
Package uk.co.agena.minerva.model.extendedbn |
errorText
java.lang.String errorText
- String holding information about the error the event is representing.
callSigns
java.lang.String[] callSigns
- A string that holds information about a propagation event from this event.
The string can be set, and should be set before the propagate or retract methods are called.
This message will then be sent with the propagation event, and can be accessed by whatever is
listening to the BNPropagation event.
Example of use; the MontiorDataItems can determine from this which scenario has been
propagated and so can determine what action they should take, i.e. react/dont react.
oldExtendedBNId
int oldExtendedBNId
- Int of the last id if the Id of the ExtendedBN changes.
compile
boolean compile
- Flag to denote if the BN should be compiled.
eventAttributes
java.util.List<E> eventAttributes
- A list of objects associated with the event. The listening object
will know what these are. Full descriptions of the event types
are found in the class header
eventType
int eventType
changedMarginals
DataSet changedMarginals
- This holds the marginals of the ExtendedNode on which
the event is called. This is generally only initialised if the marginals of the
node have changed.
errorText
java.lang.String errorText
- This is the text that explains which node has the inconsistent evidence.
xExtendedState
ExtendedState xExtendedState
- This is the extendedState that is added/removed.
var
Variable var
- This is the Variable that is added/removed.
oldConnNodeId
java.lang.String oldConnNodeId
- Used when the ConnNodeId is changes on an extendedNode.
newConnNodeId
java.lang.String newConnNodeId
- Used when the ConnNodeId is changes on an extendedNode.
attributeChanaged
int attributeChanaged
- Stores the integer value if the attribute changed event was triggered
inconsistentNode
ExtendedNode inconsistentNode
possibleProblemNodes
java.util.List<E> possibleProblemNodes
Package uk.co.agena.minerva.model.querymodel |
Package uk.co.agena.minerva.model.scenario |
observations
java.util.List<E> observations
- The Observations added to or removed from the Scenario
as a result of this event.
Package uk.co.agena.minerva.util.model |
Package uk.co.agena.minerva.util.nptgenerator |
nodeWithInsufficientRange
ExtendedNode nodeWithInsufficientRange
- This is the node which has insufficient state ranges on it.
valueToContain
double valueToContain
- This is the value that is not conatined in the node.
Copyright © 2006 Agena Ltd. All Rights Reserved.