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 classAbstractMetadataAbstract base class for metadata - implements the property functionalityclassEdgeMetadataMetadata structure for the 'edge' GraphML element.classEndpointMetadataMetadata structure for the 'endpoint' GraphML element.classGraphMetadataMetadata structure for the 'graph' GraphML element.classHyperEdgeMetadataMetadata structure for the 'hyperedge' GraphML element.classNodeMetadataMetadata structure for the 'node' GraphML element.classPortMetadataMetadata structure for the 'port' GraphML element.Methods in edu.uci.ics.jung.io.graphml with parameters of type Metadata Modifier and Type Method Description voidKey. applyKey(Metadata metadata)voidKeyMap. 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 voidAbstractElementParser. applyKeys(Metadata metadata)
-