org.apache.maven.diagrams.connectors.dependencies.graph
Class DependencyGraphMetadata

java.lang.Object
  extended by org.apache.maven.diagrams.connectors.dependencies.graph.DependencyGraphMetadata
All Implemented Interfaces:
org.apache.maven.diagrams.graph_api.GraphMetadata

public class DependencyGraphMetadata
extends java.lang.Object
implements org.apache.maven.diagrams.graph_api.GraphMetadata

Graph metadata (in meaning of Graph-api) The class describes properties of nodes and edges in dependencies graph.

Author:
Piotr Tabor

Constructor Summary
DependencyGraphMetadata()
           
 
Method Summary
 java.util.List<java.lang.String> getEdgePropertiesNames()
           
 java.util.List<java.lang.String> getNodePropertiesNames()
           
 boolean isDirected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyGraphMetadata

public DependencyGraphMetadata()
Method Detail

getNodePropertiesNames

public java.util.List<java.lang.String> getNodePropertiesNames()
Specified by:
getNodePropertiesNames in interface org.apache.maven.diagrams.graph_api.GraphMetadata

getEdgePropertiesNames

public java.util.List<java.lang.String> getEdgePropertiesNames()
Specified by:
getEdgePropertiesNames in interface org.apache.maven.diagrams.graph_api.GraphMetadata

isDirected

public boolean isDirected()
Specified by:
isDirected in interface org.apache.maven.diagrams.graph_api.GraphMetadata


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.