slib.sglib.algo.graph.validator.dag
Class Path

java.lang.Object
  extended by slib.sglib.algo.graph.validator.dag.Path

public class Path
extends Object

Simple representation of a path in a graph.

Author:
Harispe Sébastien

Constructor Summary
Path()
           
 
Method Summary
 void clear()
          Clear the path.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

clear

public void clear()
Clear the path.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.