public class ChainTree extends Object
Modifier and Type | Field and Description |
---|---|
protected com.epimorphics.lda.core.ChainTrees |
followers |
protected RDFQ.Triple |
triple |
Modifier and Type | Method and Description |
---|---|
static com.epimorphics.lda.core.ChainTrees |
make(Any r,
View.State st,
List<PropertyChain> chains)
Convert a list of property chains to the chain tree representation.
|
void |
renderTriples(StringBuilder sb,
PrefixLogger pl)
Render all (and only) the triples in this ChainTree as SPARQL
triples.
|
void |
renderWhere(StringBuilder sb,
PrefixLogger pl)
Render this ChainTree into
sb as SPARQL constructs suitable
for use in the WHERE clause of a SPARQL query. |
protected final RDFQ.Triple triple
protected final com.epimorphics.lda.core.ChainTrees followers
public void renderTriples(StringBuilder sb, PrefixLogger pl)
public void renderWhere(StringBuilder sb, PrefixLogger pl)
sb
as SPARQL constructs suitable
for use in the WHERE clause of a SPARQL query.public static com.epimorphics.lda.core.ChainTrees make(Any r, View.State st, List<PropertyChain> chains)
Copyright © 2014. All Rights Reserved.