Serialized Form
var
FiniteVariable var
value
Object value
Package edu.ucla.belief.approx |
serialVersionUID: -3934402333958503270L
serialVersionUID: 1791944048146838126L
serialVersionUID: 6944530267470113528L
Package edu.ucla.belief.dtree |
Package edu.ucla.belief.inference |
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
serialVersionUID: -3061656038650325130L
serialVersionUID: -6060830225489488864L
serialVersionUID: 6100481570899378575L
serialVersionUID: -1317510038576835557L
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
serialVersionUID: 2437417063154807649L
serialVersionUID: -6314619632174047614L
Package edu.ucla.belief.io |
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.
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 |
serialVersionUID: 3026781255574499132L
Package edu.ucla.belief.uai2006 |
Package edu.ucla.structure |
rank
int[] rank
parent
int[] parent
serialVersionUID: 876323262645176354L
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
myConverter
Converter myConverter
myMissing
Object myMissing
Copyright 2010 UCLA Automated Reasoning Group