public class DescendantEngine extends RVF_TAX
Constructor and Description |
---|
DescendantEngine(G g) |
Modifier and Type | Method and Description |
---|---|
Map<org.openrdf.model.URI,Set<org.openrdf.model.URI>> |
getAllDescendantsExc()
Compute the set of exclusive descendants of all vertices contained in the
graph.
|
Map<org.openrdf.model.URI,Set<org.openrdf.model.URI>> |
getAllDescendantsInc()
Compute the set of inclusive descendants of all vertices contained in the
graph.
|
Set<org.openrdf.model.URI> |
getDescendantsExc(org.openrdf.model.URI v)
Compute the set of exclusive descendants of a class.
|
Set<org.openrdf.model.URI> |
getDescendantsInc(org.openrdf.model.URI v)
Compute the set of inclusive descendants of a class.
|
getAllRVClass, getRVClass
computeNbPathLeadingToAllVertices, getAllRV, getTerminalVertices, propagateNbOccurences
getRV, getRV, getRVnb, getWalkConstraint, setWalkConstraint
public DescendantEngine(G g)
g
- public Set<org.openrdf.model.URI> getDescendantsExc(org.openrdf.model.URI v)
v
- the vertex of interestpublic Set<org.openrdf.model.URI> getDescendantsInc(org.openrdf.model.URI v)
v
- the vertex of interestpublic Map<org.openrdf.model.URI,Set<org.openrdf.model.URI>> getAllDescendantsExc() throws SLIB_Ex_Critic
SLIB_Ex_Critic
public Map<org.openrdf.model.URI,Set<org.openrdf.model.URI>> getAllDescendantsInc() throws SLIB_Ex_Critic
SLIB_Ex_Critic
Copyright © 2014. All rights reserved.