Class OrderLabel


  • public class OrderLabel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OrderLabel​(ImmutableGraph graph, it.unimi.dsi.logging.ProgressLogger pl)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean bfs​(int u, int v, boolean full)  
      boolean canReach​(int u, int v, boolean full)  
      static void main​(java.lang.String[] args)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OrderLabel

        public OrderLabel​(ImmutableGraph graph,
                          it.unimi.dsi.logging.ProgressLogger pl)
    • Method Detail

      • canReach

        public boolean canReach​(int u,
                                int v,
                                boolean full)
      • bfs

        public boolean bfs​(int u,
                           int v,
                           boolean full)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • main

        public static void main​(java.lang.String[] args)
                         throws com.martiansoftware.jsap.JSAPException,
                                java.io.IOException
        Throws:
        com.martiansoftware.jsap.JSAPException
        java.io.IOException