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
-