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.NodeReductionCriteria
NodeReduction. DEFAULT_NODE_REDUCTION_CRITERIA
Methods 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 Edge
NodeReduction. 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)
-