|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TripleRelation | |
---|---|
org.d2rq | |
org.d2rq.algebra | |
org.d2rq.find | |
org.d2rq.lang | |
org.d2rq.r2rml |
Uses of TripleRelation in org.d2rq |
---|
Methods in org.d2rq that return types with arguments of type TripleRelation | |
---|---|
Collection<TripleRelation> |
CompiledMapping.getTripleRelations()
|
Constructor parameters in org.d2rq with type arguments of type TripleRelation | |
---|---|
ResourceCollection(CompiledMapping mapping,
SQLConnection connection,
NodeMaker entityMaker,
DatabaseOp entityTable,
Collection<TripleRelation> entityDescription)
|
Uses of TripleRelation in org.d2rq.algebra |
---|
Methods in org.d2rq.algebra that return TripleRelation | |
---|---|
static TripleRelation |
TripleRelation.fromNodeRelation(NodeRelation relation)
|
TripleRelation |
TripleRelation.limit(int limit)
|
TripleRelation |
TripleRelation.orderBy(Var variable,
boolean ascending)
|
TripleRelation |
TripleRelation.selectTriple(Triple t)
|
Uses of TripleRelation in org.d2rq.find |
---|
Methods in org.d2rq.find that return types with arguments of type TripleRelation | |
---|---|
List<TripleRelation> |
URIMakerRule.sortRDFRelations(Collection<TripleRelation> tripleRelations)
|
Methods in org.d2rq.find with parameters of type TripleRelation | |
---|---|
int |
URIMakerRule.compare(TripleRelation o1,
TripleRelation o2)
|
Method parameters in org.d2rq.find with type arguments of type TripleRelation | |
---|---|
List<TripleRelation> |
URIMakerRule.sortRDFRelations(Collection<TripleRelation> tripleRelations)
|
Constructor parameters in org.d2rq.find with type arguments of type TripleRelation | |
---|---|
FindQuery(Triple triplePattern,
Collection<TripleRelation> tripleRelations,
ExecutionContext context)
|
|
FindQuery(Triple triplePattern,
Collection<TripleRelation> tripleRelations,
int limit,
ExecutionContext context)
|
Uses of TripleRelation in org.d2rq.lang |
---|
Methods in org.d2rq.lang that return types with arguments of type TripleRelation | |
---|---|
Collection<TripleRelation> |
CompiledD2RQMapping.getTripleRelations()
|
Methods in org.d2rq.lang with parameters of type TripleRelation | |
---|---|
void |
CompiledD2RQMapping.addTripleRelation(TripleRelation tripleRelation)
|
Uses of TripleRelation in org.d2rq.r2rml |
---|
Methods in org.d2rq.r2rml that return types with arguments of type TripleRelation | |
---|---|
Collection<TripleRelation> |
R2RMLCompiler.getTripleRelations()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |