Package edu.uci.ics.jung.io.graphml
Interface Metadata
- All Known Implementing Classes:
AbstractMetadata
,EdgeMetadata
,EndpointMetadata
,GraphMetadata
,HyperEdgeMetadata
,NodeMetadata
,PortMetadata
public interface Metadata
Interface for any GraphML metadata.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the metadata type of this object.Gets any properties that were associated with this metadata in the GraphML
-
Method Details
-
getMetadataType
Metadata.MetadataType getMetadataType()Gets the metadata type of this object.- Returns:
- the metadata type
-
getProperties
Gets any properties that were associated with this metadata in the GraphML- Returns:
- GraphML properties
-