org.nodal.nav
Class LinkEquivalence

java.lang.Object
  extended byorg.nodal.nav.LinkEquivalence
All Implemented Interfaces:
PathEquivalence

public final class LinkEquivalence
extends java.lang.Object
implements PathEquivalence

Author:
leei

Method Summary
 java.util.Set paths()
          The Set of all equivalent Path elements in this equivalence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

paths

public java.util.Set paths()
Description copied from interface: PathEquivalence
The Set of all equivalent Path elements in this equivalence.

Specified by:
paths in interface PathEquivalence
Returns:
a Set of all equivalent Path elements.