public class RooterDAG extends Object
Constructor and Description |
---|
RooterDAG() |
Modifier and Type | Method and Description |
---|---|
static org.openrdf.model.URI |
rootUnderlyingDAG(G g,
org.openrdf.model.URI rootUri,
WalkConstraint wc,
boolean checkUnderlyingDAG)
Add a unique root to a DAG (underlying DAG) composed of multiple roots.
|
static org.openrdf.model.URI |
rootUnderlyingTaxonomicDAG(G g,
org.openrdf.model.URI rootUri)
Root the underlying taxonomic DAG of the specified graph.
|
public static org.openrdf.model.URI rootUnderlyingDAG(G g, org.openrdf.model.URI rootUri, WalkConstraint wc, boolean checkUnderlyingDAG) throws SLIB_Ex_Critic
g
- the graph to rootwc
- the constraints associated to the walk.checkUnderlyingDAG
- if true DAG conformity of the underlying graph
induced by etypeDAG is checked. If checkUnderlyingDAG is set to true and
uDAG DAG property is not validated an critical exception is
thrown.rootUri
- SLIB_Ex_Critic
public static org.openrdf.model.URI rootUnderlyingTaxonomicDAG(G g, org.openrdf.model.URI rootUri) throws SLIB_Ex_Critic
g
- rootUri
- SLIB_Ex_Critic
Copyright © 2014. All rights reserved.