Uses of Class
edu.uci.ics.jung.io.graphml.Metadata.MetadataType

Packages that use Metadata.MetadataType
edu.uci.ics.jung.io.graphml   
 

Uses of Metadata.MetadataType in edu.uci.ics.jung.io.graphml
 

Methods in edu.uci.ics.jung.io.graphml that return Metadata.MetadataType
 Metadata.MetadataType EdgeMetadata.getMetadataType()
           
 Metadata.MetadataType Metadata.getMetadataType()
          Gets the metadata type of this object.
 Metadata.MetadataType GraphMetadata.getMetadataType()
           
 Metadata.MetadataType NodeMetadata.getMetadataType()
           
 Metadata.MetadataType HyperEdgeMetadata.getMetadataType()
           
 Metadata.MetadataType PortMetadata.getMetadataType()
           
 Metadata.MetadataType EndpointMetadata.getMetadataType()
           
static Metadata.MetadataType Metadata.MetadataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Metadata.MetadataType[] Metadata.MetadataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type Metadata.MetadataType
 Set<Map.Entry<Metadata.MetadataType,List<Key>>> KeyMap.entrySet()
          Retrieves the set of entries contained in this map.
 



Copyright © 2011. All Rights Reserved.