Serialized Form


Package uk.co.agena.minerva.model

Class uk.co.agena.minerva.model.MessagePassingLinkException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.model.ModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

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.

Class uk.co.agena.minerva.model.ModelException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.model.ModelNotFoundException extends ModelException implements Serializable

Class uk.co.agena.minerva.model.PropagationEvent extends java.util.EventObject implements Serializable

Class uk.co.agena.minerva.model.PropagationException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.model.PropagationTerminatedException extends java.lang.Exception implements Serializable


Package uk.co.agena.minerva.model.extendedbn

Class uk.co.agena.minerva.model.extendedbn.ExtendedBNEvent extends java.util.EventObject implements Serializable

Serialized Fields

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.

Class uk.co.agena.minerva.model.extendedbn.ExtendedBNException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedBNNotCompiledException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedBNNotFoundException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedNodeCreationException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedNodeEvent extends java.util.EventObject implements Serializable

Serialized Fields

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

Class uk.co.agena.minerva.model.extendedbn.ExtendedNodeFunctionException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedNodeMethodNotSupportedException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedNodeNotFoundException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedStateEvent extends java.util.EventObject implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedStateException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedStateNotFoundException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.ExtendedStateNumberingException extends ExtendedBNException implements Serializable

Class uk.co.agena.minerva.model.extendedbn.InconsistentEvidenceException extends ExtendedBNException implements Serializable

Serialized Fields

inconsistentNode

ExtendedNode inconsistentNode

possibleProblemNodes

java.util.List<E> possibleProblemNodes

Package uk.co.agena.minerva.model.querymodel

Class uk.co.agena.minerva.model.querymodel.QueryException extends java.lang.Exception implements Serializable


Package uk.co.agena.minerva.model.scenario

Class uk.co.agena.minerva.model.scenario.ObservationNotDirectException extends ScenarioException implements Serializable

Class uk.co.agena.minerva.model.scenario.ObservationNotFoundException extends ScenarioException implements Serializable

Class uk.co.agena.minerva.model.scenario.ObservationNotInitialisedException extends ScenarioException implements Serializable

Class uk.co.agena.minerva.model.scenario.ScenarioEvent extends java.util.EventObject implements Serializable

Serialized Fields

observations

java.util.List<E> observations
The Observations added to or removed from the Scenario as a result of this event.

Class uk.co.agena.minerva.model.scenario.ScenarioException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.model.scenario.ScenarioNotFoundException extends ScenarioException implements Serializable


Package uk.co.agena.minerva.util.model

Class uk.co.agena.minerva.util.model.FamilyMemberException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.model.MinervaClassMismatchException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.model.MinervaIDException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.model.MinervaIndexException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.model.MinervaNumericalMappingException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.model.MinervaRangeException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.model.MinervaReadWriteException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.model.MinervaVariableException extends java.lang.Exception implements Serializable


Package uk.co.agena.minerva.util.nptgenerator

Class uk.co.agena.minerva.util.nptgenerator.IntContParseException extends NPTGeneratorException implements Serializable

Class uk.co.agena.minerva.util.nptgenerator.NPTGeneratorException extends java.lang.Exception implements Serializable

Class uk.co.agena.minerva.util.nptgenerator.NPTGeneratorInsufficientStateRangeException extends java.lang.Exception implements Serializable

Serialized Fields

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.