Class 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
    • Field Summary

      • Fields inherited from interface org.jgrapht.Graph

        DEFAULT_EDGE_WEIGHT
    • Constructor Summary

      Constructors 
      Constructor Description
      JunctionTree()  
    • Method Summary

      • Methods inherited from class org.jgrapht.graph.SimpleWeightedGraph

        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

      • JunctionTree

        public JunctionTree()