A E G I N O S

A

addEdge(Edge) - Method in interface org.apache.maven.diagrams.graph_api.Graph
 
addEdge(Edge) - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
addEdges(Collection<? extends Edge>) - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
addNode(Node) - Method in interface org.apache.maven.diagrams.graph_api.Graph
 
addNode(Node) - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
addNodes(Collection<? extends Node>) - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 

E

Edge - Interface in org.apache.maven.diagrams.graph_api
Interface for single graph edge (director or undirected)

G

getEdge(String) - Method in interface org.apache.maven.diagrams.graph_api.Graph
 
getEdge(String) - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
getEdgePropertiesNames() - Method in interface org.apache.maven.diagrams.graph_api.GraphMetadata
List of edge's properties (edges are JavaBeans) so it should be list of possible properties names in the graph's edge implementation
getEdges() - Method in interface org.apache.maven.diagrams.graph_api.Graph
 
getEdges() - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
getEndNode() - Method in interface org.apache.maven.diagrams.graph_api.Edge
Returns the start node (in directed graph) or second of the two nodes (in indirected) of the edge.
getGraphMetadata() - Method in interface org.apache.maven.diagrams.graph_api.Graph
 
getGraphMetadata() - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
getId() - Method in interface org.apache.maven.diagrams.graph_api.Edge
Get business id of the edge Business id should be unique within the graph
getId() - Method in interface org.apache.maven.diagrams.graph_api.Node
Get business id of the node Business id should be unique within the graph
getNode(String) - Method in interface org.apache.maven.diagrams.graph_api.Graph
 
getNode(String) - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
getNodePropertiesNames() - Method in interface org.apache.maven.diagrams.graph_api.GraphMetadata
List of node's properties (nodes are JavaBeans) so it should be list of possible properties names in the graph's node implementation
getNodes() - Method in interface org.apache.maven.diagrams.graph_api.Graph
 
getNodes() - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
getStartNode() - Method in interface org.apache.maven.diagrams.graph_api.Edge
Returns the start node (in directed graph) or one of the two nodes (in indirected) of the edge.
Graph - Interface in org.apache.maven.diagrams.graph_api
The class implementing this interface is a single graph.
GraphImpl - Class in org.apache.maven.diagrams.graph_api.impl
Simple Graph implementation (using list of nodes and list of edges)
GraphImpl(GraphMetadata) - Constructor for class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 
GraphMetadata - Interface in org.apache.maven.diagrams.graph_api
Interface for object providing basic (general) informations about the graph

I

isDirected() - Method in interface org.apache.maven.diagrams.graph_api.GraphMetadata
Return's if the edges in the graph are directed

N

Node - Interface in org.apache.maven.diagrams.graph_api
Interfarce for single graph's node (directed or undirected)

O

org.apache.maven.diagrams.graph_api - package org.apache.maven.diagrams.graph_api
 
org.apache.maven.diagrams.graph_api.impl - package org.apache.maven.diagrams.graph_api.impl
 

S

setGraphMetadata(GraphMetadata) - Method in class org.apache.maven.diagrams.graph_api.impl.GraphImpl
 

A E G I N O S

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