Uses of Interface
edu.uci.ics.jung.io.graphml.Metadata

Packages that use Metadata
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
 class AbstractMetadata
          Abstract base class for metadata - implements the property functionality
 class 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
 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
 void AbstractElementParser.applyKeys(Metadata metadata)
           
 



Copyright © 2009. All Rights Reserved.