Constructor and Description |
---|
BOpIdFactory() |
Modifier and Type | Method and Description |
---|---|
int |
nextId()
Issue the next bop identifier.
|
void |
reserve(int id)
Reserve a bop id by adding it to a set of known identifiers that will not
be issued by
nextId() . |
void |
reserveIds(IConstraint[] constraints)
Reserve ids used by the constraints for some predicate or join graph.
|
void |
reserveIds(IPredicate<?>[] preds)
Reserve ids used by the predicates in some join graph.
|
public void reserve(int id)
nextId()
.id
- The identifier.public int nextId()
IdFactory
public void reserveIds(IPredicate<?>[] preds)
preds
- The vertices of the join graph.public void reserveIds(IConstraint[] constraints)
constraints
- The constraints that attach to some predicate (optional).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.