Class JunctionTree
- java.lang.Object
-
- org.jgrapht.graph.AbstractGraph<V,E>
-
- org.jgrapht.graph.AbstractBaseGraph<V,E>
-
- org.jgrapht.graph.SimpleGraph<V,E>
-
- org.jgrapht.graph.SimpleWeightedGraph<Clique,org.jgrapht.graph.DefaultEdge>
-
- ch.idsia.crema.inference.bp.junction.JunctionTree
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jgrapht.Graph<Clique,org.jgrapht.graph.DefaultEdge>
public class JunctionTree extends org.jgrapht.graph.SimpleWeightedGraph<Clique,org.jgrapht.graph.DefaultEdge>
Author: Claudio "Dna" Bonesana Project: crema Date: 13.11.2020 17:36- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JunctionTree()
-
Method Summary
-
Methods inherited from class org.jgrapht.graph.AbstractBaseGraph
addEdge, addEdge, addVertex, addVertex, clone, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeSource, getEdgeSupplier, getEdgeTarget, getEdgeWeight, getType, getVertexSupplier, incomingEdgesOf, inDegreeOf, iterables, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, setEdgeSupplier, setEdgeWeight, setVertexSupplier, vertexSet
-
Methods inherited from class org.jgrapht.graph.AbstractGraph
assertVertexExist, containsEdge, equals, hashCode, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toString, toStringFromSets
-
-