edu.ksu.cis.bnj.bbn.inference.ls
Class CliqueTree

java.lang.Object
  extended bysalvo.jesus.graph.GraphImpl
      extended bysalvo.jesus.graph.DirectedGraphImpl
          extended bysalvo.jesus.graph.DirectedAcyclicGraphImpl
              extended byedu.ksu.cis.kdd.util.graph.Graph
                  extended byedu.ksu.cis.bnj.bbn.BBNGraph
                      extended byedu.ksu.cis.bnj.bbn.inference.ls.CliqueTree
All Implemented Interfaces:
salvo.jesus.graph.DirectedAcyclicGraph, salvo.jesus.graph.DirectedGraph, salvo.jesus.graph.Graph, HasProperty, java.io.Serializable

public class CliqueTree
extends BBNGraph

Author:
Roby Joehanes
See Also:
Serialized Form

Field Summary
protected  BBNGraph owner
           
 
Fields inherited from class edu.ksu.cis.bnj.bbn.BBNGraph
BIF_FORMAT, DSC_FORMAT, DSL_FORMAT, ERGO_FORMAT, HUGIN_FORMAT, LIBB_FORMAT, XBN_FORMAT, XML_FORMAT
 
Fields inherited from class edu.ksu.cis.kdd.util.graph.Graph
name, nodeTable, property
 
Fields inherited from class salvo.jesus.graph.GraphImpl
factory, traversal
 
Constructor Summary
CliqueTree(BBNGraph g)
           
 
Methods inherited from class edu.ksu.cis.bnj.bbn.BBNGraph
clearEvidenceNodes, clone, equals, getEvidenceNodes, getEvidenceTable, getQueryNodes, isModified, load, load, loadEvidence, resetNodeCaches, save, save, saveEvidence, setEvidenceNodes, setEvidenceTable, toString
 
Methods inherited from class edu.ksu.cis.kdd.util.graph.Graph
add, addEdge, addNode, addNodes, containsNode, getAdjacencyList, getEdges, getError, getName, getNode, getNodeList, getNodeNames, getNodes, getProperty, getProperty, getReverseAdjacencyList, hashCode, putProperty, remove, removeEdge, removeNode, removeProperty, setName, setProperty
 
Methods inherited from class salvo.jesus.graph.DirectedAcyclicGraphImpl
getRoot, reverseTopologicalSort, reverseTopologicalSort, topologicalSort, topologicalSort
 
Methods inherited from class salvo.jesus.graph.DirectedGraphImpl
getEdge, getIncomingAdjacentVertices, getIncomingEdges, getOutgoingAdjacentVertices, getOutgoingEdges, isCycle, isPath
 
Methods inherited from class salvo.jesus.graph.GraphImpl
addEdge, addGraphAddEdgeListener, addGraphAddVertexListener, addGraphRemoveEdgeListener, addGraphRemoveVertexListener, addListener, cloneVertices, containsEdge, containsVertex, forgetConnectedSets, getAdjacentVertices, getAdjacentVertices, getConnectedSet, getConnectedSet, getDegree, getDegree, getEdges, getEdgesCount, getEdgeSet, getGraphFactory, getTraversal, getVertexSet, getVertices, getVerticesCount, getVerticesIterator, isConnected, removeEdge, removeEdges, removeGraphAddEdgeListener, removeGraphAddVertexListener, removeGraphRemoveEdgeListener, removeGraphRemoveVertexListener, removeListener, setGraphFactory, setTraversal, traverse
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface salvo.jesus.graph.DirectedGraph
getEdge, getIncomingAdjacentVertices, getIncomingEdges, getOutgoingAdjacentVertices, getOutgoingEdges, isCycle, isPath
 
Methods inherited from interface salvo.jesus.graph.Graph
addEdge, addGraphAddEdgeListener, addGraphAddVertexListener, addGraphRemoveEdgeListener, addGraphRemoveVertexListener, addListener, cloneVertices, getAdjacentVertices, getAdjacentVertices, getConnectedSet, getConnectedSet, getDegree, getDegree, getEdges, getEdgesCount, getEdgeSet, getGraphFactory, getTraversal, getVertexSet, getVertices, getVerticesCount, getVerticesIterator, isConnected, removeEdge, removeEdges, removeGraphAddEdgeListener, removeGraphAddVertexListener, removeGraphRemoveEdgeListener, removeGraphRemoveVertexListener, removeListener, setGraphFactory, setTraversal, traverse
 

Field Detail

owner

protected BBNGraph owner
Constructor Detail

CliqueTree

public CliqueTree(BBNGraph g)