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 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()
-
-
-
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 classjava.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
-
-