Class 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:49

    This is a support class for Triangulate multiple output.

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.jgrapht.Graph

        DEFAULT_EDGE_WEIGHT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getEliminationSequence()  
      void setEliminationSequence​(int[] eliminationSequence)  
      • Methods inherited from class org.jgrapht.graph.SimpleGraph

        createBuilder, createBuilder
      • 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
      • Methods inherited from interface org.jgrapht.Graph

        containsEdge, removeAllEdges, removeAllEdges, removeAllVertices, setEdgeWeight
    • Constructor Detail

      • TriangulatedGraph

        public TriangulatedGraph()
    • Method Detail

      • getEliminationSequence

        public int[] getEliminationSequence()
      • setEliminationSequence

        public void setEliminationSequence​(int[] eliminationSequence)