com.ebmwebsourcing.geasytools.geasygraph.api
Interface INode

All Known Subinterfaces:
IAlphaNode
All Known Implementing Classes:
AlphaNode, Node

public interface INode


Method Summary
 void addAdjacentNode(INode node)
           
 java.util.HashSet<INode> getAdjacentNodes()
           
 java.lang.String getId()
           
 float getX()
           
 float getY()
           
 

Method Detail

getX

float getX()

getY

float getY()

getAdjacentNodes

java.util.HashSet<INode> getAdjacentNodes()

addAdjacentNode

void addAdjacentNode(INode node)

getId

java.lang.String getId()


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