Package edu.uci.ics.jung.io.graphml
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
Abstract base class for metadata - implements the property functionality
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType -
Field Summary
Fields -
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.uci.ics.jung.io.graphml.Metadata
getMetadataType
-
Field Details
-
properties
-
-
Constructor Details
-
AbstractMetadata
public AbstractMetadata()
-
-
Method Details
-
getProperties
Description copied from interface:MetadataGets any properties that were associated with this metadata in the GraphML- Specified by:
getPropertiesin interfaceMetadata- Returns:
- GraphML properties
-
getProperty
-
setProperty
-
addData
-