Class AbstractMetadata
java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
- All Implemented Interfaces:
Metadata
- Direct Known Subclasses:
EdgeMetadata, EndpointMetadata, GraphMetadata, HyperEdgeMetadata, NodeMetadata, PortMetadata
-
Nested Class Summary
Nested classes/interfaces inherited from interface Metadata
Metadata.MetadataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(DataMetadata data) Gets any properties that were associated with this metadata in the GraphMLgetProperty(String key) setProperty(String key, String value) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Metadata
getMetadataType
-
Constructor Details
-
AbstractMetadata
public AbstractMetadata()
-
-
Method Details
-
getProperties
-
getProperty
-
setProperty
-
addData
-