Uses of Class
edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
-
Packages that use KNeighborhoodFilter.EdgeType Package Description 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 Modifier and Type Method Description static KNeighborhoodFilter.EdgeType
KNeighborhoodFilter.EdgeType. valueOf(java.lang.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 Constructor Description KNeighborhoodFilter(java.util.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.
-