org.apache.maven.diagrams.connectors.dependencies.graph
Class ClassGraphMetadata
java.lang.Object
org.apache.maven.diagrams.connectors.dependencies.graph.ClassGraphMetadata
- All Implemented Interfaces:
- org.apache.maven.diagrams.graph_api.GraphMetadata
public class ClassGraphMetadata
- 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassGraphMetadata
public ClassGraphMetadata()
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.