Uses of Class
eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
-
Packages that use GraphElement Package Description eu.europa.ec.eurostat.jgiscotools.graph.base Basic manipulation of graphs.eu.europa.ec.eurostat.jgiscotools.graph.base.structure Graph structure. -
-
Uses of GraphElement in eu.europa.ec.eurostat.jgiscotools.graph.base
Methods in eu.europa.ec.eurostat.jgiscotools.graph.base with type parameters of type GraphElement Modifier and Type Method Description static <T extends GraphElement>
Collection<Feature>GraphToFeature. asFeature(Collection<T> ges)
static <T extends GraphElement>
Set<Feature>GraphToFeature. getAttachedFeatures(Collection<T> ges)
Methods in eu.europa.ec.eurostat.jgiscotools.graph.base with parameters of type GraphElement Modifier and Type Method Description static Feature
GraphToFeature. asFeature(GraphElement ge)
-
Uses of GraphElement in eu.europa.ec.eurostat.jgiscotools.graph.base.structure
Subclasses of GraphElement in eu.europa.ec.eurostat.jgiscotools.graph.base.structure Modifier and Type Class Description class
Edge
A graph (directed) edge It is defined by an origin node and a destination node.class
Face
A graph face.class
Node
A graph node.
-