org.apache.maven.diagrams.graph_api
Interface Node


public interface Node

Interfarce for single graph's node (directed or undirected)

Author:
Piotr Tabor

Method Summary
 java.lang.String getId()
          Get business id of the node Business id should be unique within the graph
 

Method Detail

getId

java.lang.String getId()
Get business id of the node Business id should be unique within the graph

Returns:
business id of the node


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