Class TriangulatedGraph
- java.lang.Object
-
- org.jgrapht.graph.AbstractGraph<V,E>
-
- org.jgrapht.graph.AbstractBaseGraph<V,E>
-
- org.jgrapht.graph.SimpleGraph<Integer,org.jgrapht.graph.DefaultEdge>
-
- ch.idsia.crema.inference.bp.triangulation.TriangulatedGraph
-
- All Implemented Interfaces:
Serializable,Cloneable,org.jgrapht.Graph<Integer,org.jgrapht.graph.DefaultEdge>
public class TriangulatedGraph extends org.jgrapht.graph.SimpleGraph<Integer,org.jgrapht.graph.DefaultEdge>
Author: Claudio "Dna" Bonesana Project: crema Date: 13.11.2020 14:49This is a support class for
Triangulatemultiple output.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TriangulatedGraph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getEliminationSequence()voidsetEliminationSequence(int[] eliminationSequence)-
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
-
-