Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • maskedEdges

        private java.util.Set<E> maskedEdges
      • maskedVertices

        private java.util.Set<V> maskedVertices
    • 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 -
    • Method Detail

      • isEdgeMasked

        public boolean isEdgeMasked​(E edge)
      • isVertexMasked

        public boolean isVertexMasked​(V vertex)