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

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

public class ClassGraphMetadata
extends java.lang.Object
implements GraphMetadata

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

Author:
Piotr Tabor

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

ClassGraphMetadata

public ClassGraphMetadata()
Method Detail

getNodePropertiesNames

public java.util.List<java.lang.String> getNodePropertiesNames()
Specified by:
getNodePropertiesNames in interface GraphMetadata

getEdgePropertiesNames

public java.util.List<java.lang.String> getEdgePropertiesNames()
Specified by:
getEdgePropertiesNames in interface GraphMetadata

isDirected

public boolean isDirected()
Specified by:
isDirected in interface GraphMetadata


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