Package ls

Class Summary
Block This is the basic node class that all of the other type of nodes will inherit from. It contains the values that are applicate to each of the other classes. (e.g.
ChanceBlock This class inherits all of the functionality of the Block class. It is then specalized to be a probability node, and thus it holds the names and values associated with different probabilities.
Clique This class represents a Clique.
CliqueSet This class contains the configuration, fi, and probability values for a clique.
CPT This class represents an individual cpt for a node.
CreateCliqueTree This class is responsible for creating the permenant tree of Cliques so that the permenant tree can then be passed onto the next portion of the module.
CreateCliqueTreeParallel This class is responsible for creating the permenant tree of Cliques so that the permenant tree can then be passed onto the next portion of the module.
DirectedGraph This is a representation of a graph that has directed edges.
Domain Title: ls Description: This class servers as the interface of LS algorithm Hopegully it will make other programmer use LS a little easier Copyright: Copyright (c) 2001 Company:
DomainTest Title: LS Description: Copyright: Copyright (c) 2001 Company:
Edge This class represents an edge in a graph.
Graph This class creates an undirected graph that will contain a list of vertices and edges for the graph.
Item This class is responsible for keeping track of the node and the corresponding graphical representation of the node.
LS Title: LS Description: Lauritzen / Spigelhalter implementation Copyright: Copyright (c) 2002 Company: KDD / CIS.KSU.EDU
PhiThread  
Potential This class is responible for storing all of the cpt calculations that would make up the potential.
StateObject  
StateSet Title: StateSet.java Description: This class's primary purpose is for summing over a set of vertexes.
Test  
Vertex This represents a Verice is a graph.
 

Exception Summary
IllegalCliqueIndexException This class is responsible for throwing an exception that states that too many nodes have been added to the clique.