org.geotools.graph.util
Class Path

java.lang.Object
  extended byorg.geotools.graph.util.Path

public class Path
extends java.lang.Object


Constructor Summary
Path()
           
 
Method Summary
 void add(GraphComponent element)
           
 java.util.List getElements()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

add

public void add(GraphComponent element)

getElements

public java.util.List getElements()

size

public int size()

iterator

public java.util.Iterator iterator()

isEmpty

public boolean isEmpty()