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
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addData
(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, wait
Methods inherited from interface edu.uci.ics.jung.io.graphml.Metadata
getMetadataType
-
Constructor Details
-
AbstractMetadata
public AbstractMetadata()
-
-
Method Details
-
getProperties
Description copied from interface:Metadata
Gets any properties that were associated with this metadata in the GraphML- Specified by:
getProperties
in interfaceMetadata
- Returns:
- GraphML properties
-
getProperty
-
setProperty
-
addData
-