Package org.jgrapht.alg.shortestpath
Class RankingPathElementList.PathMask<V,E>
- java.lang.Object
-
- org.jgrapht.alg.shortestpath.RankingPathElementList.PathMask<V,E>
-
- Enclosing class:
- RankingPathElementList<V,E>
private static class RankingPathElementList.PathMask<V,E> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<E>
maskedEdges
private java.util.Set<V>
maskedVertices
-
Constructor Summary
Constructors Constructor Description PathMask(RankingPathElement<V,E> pathElement)
Creates a mask for all the edges and the vertices of the path (including the 2 extremity vertices).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEdgeMasked(E edge)
boolean
isVertexMasked(V vertex)
-
-
-
Constructor Detail
-
PathMask
PathMask(RankingPathElement<V,E> pathElement)
Creates a mask for all the edges and the vertices of the path (including the 2 extremity vertices).- Parameters:
pathElement
-
-
-