Package | Description |
---|---|
org.apache.jena.sparql.core.mem |
Types to support efficient in-memory dataset operations
|
Modifier and Type | Field and Description |
---|---|
List<TupleSlot> |
QuadTableForm.fullpattern
The full pattern of this table form.
|
Set<TupleSlot> |
TripleTableForm.onePrefix
Prefixes of the pattern for this table form.
|
Set<TupleSlot> |
TripleTableForm.twoPrefix
Prefixes of the pattern for this table form.
|
Modifier and Type | Method and Description |
---|---|
static TupleSlot |
TupleSlot.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TupleSlot[] |
TupleSlot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TripleTableForm |
TripleTableForm.chooseFrom(Set<TupleSlot> pattern) |
static QuadTableForm |
QuadTableForm.chooseFrom(Set<TupleSlot> pattern) |
boolean |
TripleTableForm.test(Set<TupleSlot> pattern) |
boolean |
QuadTableForm.test(Set<TupleSlot> pattern) |
Licenced under the Apache License, Version 2.0