Uses of Interface
eu.europa.ec.eurostat.jgiscotools.graph.algo.NodeReduction.NodeReductionCriteria
-
Packages that use NodeReduction.NodeReductionCriteria Package Description eu.europa.ec.eurostat.jgiscotools.graph.algo Various algorithms on graphs. -
-
Uses of NodeReduction.NodeReductionCriteria in eu.europa.ec.eurostat.jgiscotools.graph.algo
Fields in eu.europa.ec.eurostat.jgiscotools.graph.algo declared as NodeReduction.NodeReductionCriteria Modifier and Type Field Description static NodeReduction.NodeReductionCriteriaNodeReduction. DEFAULT_NODE_REDUCTION_CRITERIAMethods in eu.europa.ec.eurostat.jgiscotools.graph.algo with parameters of type NodeReduction.NodeReductionCriteria Modifier and Type Method Description static Collection<Edge>NodeReduction. ensure(Graph g, NodeReduction.NodeReductionCriteria nrc)static EdgeNodeReduction. ensure(Node n, NodeReduction.NodeReductionCriteria nrc)static Collection<Edge>NodeReduction. ensure(Collection<Node> ns, NodeReduction.NodeReductionCriteria nrc)static Collection<Feature>GraphQuality. ensureNodeReduction(Collection<Feature> secs, NodeReduction.NodeReductionCriteria nrc)
-