Uses of Class
edu.uci.ics.jung.io.graphml.Metadata.MetadataType
-
Packages that use Metadata.MetadataType Package Description edu.uci.ics.jung.io.graphml -
-
Uses of Metadata.MetadataType in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type Metadata.MetadataType Modifier and Type Field Description private java.util.Map<Metadata.MetadataType,java.util.List<Key>>KeyMap. mapMethods in edu.uci.ics.jung.io.graphml that return Metadata.MetadataType Modifier and Type Method Description Metadata.MetadataTypeEdgeMetadata. getMetadataType()Metadata.MetadataTypeEndpointMetadata. getMetadataType()Metadata.MetadataTypeGraphMetadata. getMetadataType()Metadata.MetadataTypeHyperEdgeMetadata. getMetadataType()Metadata.MetadataTypeMetadata. getMetadataType()Gets the metadata type of this object.Metadata.MetadataTypeNodeMetadata. getMetadataType()Metadata.MetadataTypePortMetadata. getMetadataType()static Metadata.MetadataTypeMetadata.MetadataType. valueOf(java.lang.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 Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Metadata.MetadataType,java.util.List<Key>>>KeyMap. entrySet()Retrieves the set of entries contained in this map.Methods in edu.uci.ics.jung.io.graphml with parameters of type Metadata.MetadataType Modifier and Type Method Description private java.util.List<Key>KeyMap. getKeyList(Metadata.MetadataType type)Gets the list for the given metadata type.
-