ostore.tapestry.impl
Class Parser.Path

java.lang.Object
  |
  +--ostore.tapestry.impl.Parser.Path
Enclosing class:
Parser

public class Parser.Path
extends Object


Field Summary
 String from
           
 HashSet links
           
 String to
           
 
Constructor Summary
Parser.Path(String from, String to)
           
 
Method Summary
 boolean equals(Object newpath)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

from

public String from

to

public String to

links

public HashSet links
Constructor Detail

Parser.Path

public Parser.Path(String from,
                   String to)
Method Detail

equals

public boolean equals(Object newpath)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object