uk.ed.inf.graph.util
Interface IFilteredEdgeSet<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>

All Superinterfaces:
java.util.Collection<E>, IEdgeSet<N,E>, java.lang.Iterable<E>, java.util.Set<E>
All Known Implementing Classes:
FilteredEdgeSet

public interface IFilteredEdgeSet<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>
extends IEdgeSet<N,E>


Method Summary
 IEdgeSet<N,E> getUnfilteredEdgeSet()
           
 
Methods inherited from interface uk.ed.inf.graph.util.IEdgeSet
contains, contains, get, get, getEdgesWith, hasEdgesWith
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getUnfilteredEdgeSet

IEdgeSet<N,E> getUnfilteredEdgeSet()