public class FuzzySSSP.FuzzySSSPResult extends Object
Constructor and Description |
---|
FuzzySSSP.FuzzySSSPResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
getReachable(org.openrdf.model.Value src,
org.openrdf.model.Value tgt)
Return
true if the given target is reachable by the
given source. |
int |
getVisitedCount()
Return the number of visited vertices.
|
Set<org.openrdf.model.Value> |
getVisitedVertices()
Return the set of vertices that were discovered by the analytic.
|
String |
toString()
TODO Also show the reachability matrix and perhaps the visited
vertices in level sets.
|
public int getVisitedCount()
public boolean getReachable(org.openrdf.model.Value src, org.openrdf.model.Value tgt)
true
if the given target is reachable by the
given source.src
- The source.tgt
- The target.true
iff the target is reachable from that
source.public Set<org.openrdf.model.Value> getVisitedVertices()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.