Uses of Class
edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType

Packages that use KNeighborhoodFilter.EdgeType
edu.uci.ics.jung.algorithms.filters Filtering mechanisms that produce subgraphs of an original graph. 
 

Uses of KNeighborhoodFilter.EdgeType in edu.uci.ics.jung.algorithms.filters
 

Methods in edu.uci.ics.jung.algorithms.filters that return KNeighborhoodFilter.EdgeType
static KNeighborhoodFilter.EdgeType KNeighborhoodFilter.EdgeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KNeighborhoodFilter.EdgeType[] KNeighborhoodFilter.EdgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in edu.uci.ics.jung.algorithms.filters with parameters of type KNeighborhoodFilter.EdgeType
KNeighborhoodFilter(Set<V> rootNodes, int radiusK, KNeighborhoodFilter.EdgeType edgeType)
          Constructs a new instance of the filter.
KNeighborhoodFilter(V rootNode, int radiusK, KNeighborhoodFilter.EdgeType edgeType)
          Constructs a new instance of the filter.
 



Copyright © 2011. All Rights Reserved.