Package | Description |
---|---|
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
Modifier and Type | Class and Description |
---|---|
static class |
SPOStarJoin.SPOStarConstraint
Implementation of a star constraint for SPOs.
|
Modifier and Type | Method and Description |
---|---|
IStarJoin.IStarConstraint<ISPO> |
SPOStarJoin.SPOStarConstraint.asBound(IBindingSet bindingSet)
Return an as-bound version of this SPO star constraint for the
supplied binding set.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IStarJoin.IStarConstraint<ISPO>> |
SPOStarJoin.getStarConstraints()
Return an iterator over the SPO star constraints for this star join.
|
Modifier and Type | Method and Description |
---|---|
void |
SPOStarJoin.addStarConstraint(IStarJoin.IStarConstraint<ISPO> constraint)
Add an SPO star constraint to this star join.
|
Modifier and Type | Method and Description |
---|---|
IStarJoin.IStarConstraint<E> |
IStarJoin.IStarConstraint.asBound(IBindingSet bindingSet)
Return an as-bound version of this star constraint.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IStarJoin.IStarConstraint<E>> |
IStarJoin.getStarConstraints()
Deprecated.
Returns an iterator over this star join's constraints.
|
Modifier and Type | Method and Description |
---|---|
void |
IStarJoin.addStarConstraint(IStarJoin.IStarConstraint<E> constraint)
Deprecated.
Add a star constraint for this star join.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.