Serialized Form


Package edu.ucla.belief

Class KnowledgeBase.KBUnsatisfiableStateException extends Exception implements Serializable

Class StateNotFoundException extends Exception implements Serializable

Serialized Fields

var

FiniteVariable var

value

Object value

Package edu.ucla.belief.approx

Class ApproxEngineGenerator extends Dynamator implements Serializable

Class EdgeDeletionEngineGenerator extends ApproxEngineGenerator<EdgeDeletionBeliefPropagationSetting> implements Serializable

serialVersionUID: -3934402333958503270L

Class PropagationEngineGenerator extends Dynamator implements Serializable

serialVersionUID: 1791944048146838126L

Class RecoveryEngineGenerator extends ApproxEngineGenerator<RecoverySetting> implements Serializable

serialVersionUID: 6944530267470113528L


Package edu.ucla.belief.dtree

Class Dtree.DtreeCreationException extends RuntimeException implements Serializable


Package edu.ucla.belief.inference

Class BeliefCompilation extends Object implements Serializable

Serialized Fields

expr

ArithmeticExpression expr

likelihoodLocations

Map<K,V> likelihoodLocations

familyLocations

Map<K,V> familyLocations

indices

TableIndex[] indices

variables

Set<E> variables

myBeliefNetwork

BeliefNetwork myBeliefNetwork

myJoinTree

JoinTree myJoinTree

myTables

Table[] myTables

Class HuginEngineGenerator extends DefaultGenerator implements Serializable

serialVersionUID: -3061656038650325130L

Class JEngineGenerator extends DefaultGenerator implements Serializable

serialVersionUID: -6060830225489488864L

Class RandomEngineGenerator extends Dynamator implements Serializable

serialVersionUID: 6100481570899378575L

Class RCEngineGenerator extends Dynamator implements Serializable

serialVersionUID: -1317510038576835557L

Class S4DoubleExpression extends Object implements Serializable

Serialized Fields

potentials

S4DoubleExpression.LocalPotential[][] potentials

clusterVariables

int[][] clusterVariables

clusterVariableHighest

int[][] clusterVariableHighest

sizes

int[] sizes

graph

IntGraph graph

messenger

S4DoubleExpression.LocalMessenger messenger

root

int root

propagationTime

double propagationTime

Class SSEngineGenerator extends DefaultGenerator implements Serializable

serialVersionUID: 2437417063154807649L

Class ZCEngineGenerator extends DefaultGenerator implements Serializable

serialVersionUID: -6314619632174047614L


Package edu.ucla.belief.io

Class ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package edu.ucla.belief.recursiveconditioning

Class RC.RCCreationException extends RuntimeException implements Serializable

Class RCEngineGenerator extends Dynamator implements Serializable

serialVersionUID: 3026781255574499132L


Package edu.ucla.belief.uai2006

Class UaiUnderflowException extends Exception implements Serializable


Package edu.ucla.structure

Class UnionFind extends Object implements Serializable

Serialized Fields

rank

int[] rank

parent

int[] parent

Package edu.ucla.util

Class WeakLinkedList extends AbstractSequentialList implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute this WeakLinkedList instance from a stream (that is deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of this WeakLinkedList instance to a stream (that is, serialize it).

Serial Data:
The size of the list (the number of elements it contains) is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
IOException

Package il2.bridge

Class ConversionException extends RuntimeException implements Serializable

Serialized Fields

myConverter

Converter myConverter

myMissing

Object myMissing



Copyright 2010 UCLA Automated Reasoning Group