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.

Author:
Nathan Mittler - nathan.mittler@gmail.com

Nested Class Summary
static class Metadata.MetadataType
          Metadata type enumeration
 
Method Summary
 Metadata.MetadataType getMetadataType()
          Gets the metadata type of this object.
 Map<String,String> getProperties()
          Gets any properties that were associated with this metadata in the GraphML
 

Method Detail

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


Copyright © 2009. All Rights Reserved.