Uses of Enum Class
edu.uci.ics.jung.io.graphml.Metadata.MetadataType
Packages that use Metadata.MetadataType
-
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.MetadataTypeMethods in edu.uci.ics.jung.io.graphml that return Metadata.MetadataTypeModifier and TypeMethodDescriptionEdgeMetadata.getMetadataType()
EndpointMetadata.getMetadataType()
GraphMetadata.getMetadataType()
HyperEdgeMetadata.getMetadataType()
Metadata.getMetadataType()
Gets the metadata type of this object.NodeMetadata.getMetadataType()
PortMetadata.getMetadataType()
static Metadata.MetadataType
Returns the enum constant of this class with the specified name.static Metadata.MetadataType[]
Metadata.MetadataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type Metadata.MetadataTypeModifier and TypeMethodDescriptionKeyMap.entrySet()
Retrieves the set of entries contained in this map.Methods in edu.uci.ics.jung.io.graphml with parameters of type Metadata.MetadataTypeModifier and TypeMethodDescriptionKeyMap.getKeyList
(Metadata.MetadataType type) Gets the list for the given metadata type.