public static class Closure.ClosureReachable extends Object implements ClosureTest
Constructor and Description |
---|
Closure.ClosureReachable() |
Modifier and Type | Method and Description |
---|---|
boolean |
includeStmt(Statement s)
Return true if the statement should be included in the closure.
|
boolean |
traverse(Resource r)
Return true if the closure algorithm should continue with statements
with this resource as subject.
|
public boolean traverse(Resource r)
ClosureTest
traverse
in interface ClosureTest
public boolean includeStmt(Statement s)
ClosureTest
includeStmt
in interface ClosureTest
s
- Statement to testLicenced under the Apache License, Version 2.0