Uses of Interface
edu.uci.ics.jung.io.graphml.Metadata
-
Packages that use Metadata Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of Metadata in edu.uci.ics.jung.io.graphml
Classes in edu.uci.ics.jung.io.graphml that implement Metadata Modifier and Type Class Description class
AbstractMetadata
Abstract base class for metadata - implements the property functionalityclass
EdgeMetadata
Metadata structure for the 'edge' GraphML element.class
EndpointMetadata
Metadata structure for the 'endpoint' GraphML element.class
GraphMetadata
Metadata structure for the 'graph' GraphML element.class
HyperEdgeMetadata
Metadata structure for the 'hyperedge' GraphML element.class
NodeMetadata
Metadata structure for the 'node' GraphML element.class
PortMetadata
Metadata structure for the 'port' GraphML element.Methods in edu.uci.ics.jung.io.graphml with parameters of type Metadata Modifier and Type Method Description void
Key. applyKey(Metadata metadata)
void
KeyMap. applyKeys(Metadata metadata)
Applies all keys that are applicable to the given metadata. -
Uses of Metadata in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type Metadata Modifier and Type Method Description void
AbstractElementParser. applyKeys(Metadata metadata)
-