org.rblasch.convert.graph
Class ListPath

java.lang.Object
  extended byorg.rblasch.convert.graph.ListPath
All Implemented Interfaces:
Path

public class ListPath
extends java.lang.Object
implements Path


Constructor Summary
ListPath(java.util.List path)
           
 
Method Summary
 java.util.List getEdges()
           
 Vertex getEnd()
           
 Vertex getStart()
           
 java.util.List getVertices()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPath

public ListPath(java.util.List path)
Method Detail

getStart

public Vertex getStart()
Specified by:
getStart in interface Path

getEnd

public Vertex getEnd()
Specified by:
getEnd in interface Path

getVertices

public java.util.List getVertices()
Specified by:
getVertices in interface Path

getEdges

public java.util.List getEdges()
Specified by:
getEdges in interface Path

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface Path


Copyright © 2004 Ronald Blaschke. All Rights Reserved.