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

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

public class DependenciesGraphMetadata
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 classes graph.

Author:
Piotr Tabor

Constructor Summary
DependenciesGraphMetadata()
           
 
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

DependenciesGraphMetadata

public DependenciesGraphMetadata()
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.