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. map
Methods in edu.uci.ics.jung.io.graphml that return Metadata.MetadataType Modifier and Type Method Description Metadata.MetadataType
EdgeMetadata. getMetadataType()
Metadata.MetadataType
EndpointMetadata. getMetadataType()
Metadata.MetadataType
GraphMetadata. getMetadataType()
Metadata.MetadataType
HyperEdgeMetadata. getMetadataType()
Metadata.MetadataType
Metadata. getMetadataType()
Gets the metadata type of this object.Metadata.MetadataType
NodeMetadata. getMetadataType()
Metadata.MetadataType
PortMetadata. getMetadataType()
static Metadata.MetadataType
Metadata.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.
-