Package it.unimi.dsi.webgraph.scratch
Class OrderLabel
- java.lang.Object
-
- it.unimi.dsi.webgraph.scratch.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 booleanbfs(int u, int v, boolean full)booleancanReach(int u, int v, boolean full)static voidmain(java.lang.String[] args)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
main
public static void main(java.lang.String[] args) throws com.martiansoftware.jsap.JSAPException, java.io.IOException- Throws:
com.martiansoftware.jsap.JSAPExceptionjava.io.IOException
-
-