Package 

Class WebGraph

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Cloneable , org.jgrapht.DirectedGraph , org.jgrapht.Graph , org.jgrapht.WeightedGraph

    
    public final class WebGraph
    extends DirectedWeightedPseudograph<WebVertex, WebEdge>
                        

    Created by vincent on 16-12-21. Copyright @ 2013-2016 Platon AI. All rights reserved

    A pseudograph is a non-simple graph in which both graph loops and multiple edges are permitted.