com.ebmwebsourcing.geasytools.geasygraph.impl
Class Graph

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.geasygraph.impl.Graph
All Implemented Interfaces:
IGraph

public class Graph
extends java.lang.Object
implements IGraph


Constructor Summary
Graph()
           
 
Method Summary
 void addNode(INode node)
           
 Node getNodeById(java.lang.String id)
           
 java.util.HashSet<INode> getNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph

public Graph()
Method Detail

addNode

public void addNode(INode node)
Specified by:
addNode in interface IGraph

getNodes

public java.util.HashSet<INode> getNodes()
Specified by:
getNodes in interface IGraph

getNodeById

public Node getNodeById(java.lang.String id)


Copyright © 2010-2011 Petals Link. All Rights Reserved.