org.nodal.nav
Interface PathEquivalence

All Known Implementing Classes:
LinkEquivalence

public interface PathEquivalence

A set of Path elements that are declared to refer to the same thing.

Author:
leei

Method Summary
 java.util.Set paths()
          The Set of all equivalent Path elements in this equivalence.
 

Method Detail

paths

public java.util.Set paths()
The Set of all equivalent Path elements in this equivalence.

Returns:
a Set of all equivalent Path elements.