Class WatsetClustering.WatsetClusteringImpl<V>

  • Type Parameters:
    V - the type of nodes in the graph
    All Implemented Interfaces:
    Serializable, Iterable<Set<V>>, org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>, WatsetClustering<V>
    Enclosing interface:
    WatsetClustering<V>

    public static class WatsetClustering.WatsetClusteringImpl<V>
    extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.ClusteringImpl<V>
    implements WatsetClustering<V>
    A Watset clustering that computes disambiguated contexts on demand.
    See Also:
    Serialized Form