Interface Metadata

All Known Implementing Classes:
AbstractMetadata, EdgeMetadata, EndpointMetadata, GraphMetadata, HyperEdgeMetadata, NodeMetadata, PortMetadata

public interface Metadata
Interface for any GraphML metadata.
  • Method Details

    • getMetadataType

      Metadata.MetadataType getMetadataType()
      Gets the metadata type of this object.
      Returns:
      the metadata type
    • getProperties

      Map<String,String> getProperties()
      Gets any properties that were associated with this metadata in the GraphML
      Returns:
      GraphML properties