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
Methods 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.
-