Uses of Class
org.apache.jena.sparql.core.mem.TupleSlot
-
Packages that use TupleSlot Package Description org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of TupleSlot in org.apache.jena.sparql.core.mem
Fields in org.apache.jena.sparql.core.mem with type parameters of type TupleSlot Modifier and Type Field Description java.util.List<TupleSlot>QuadTableForm. fullpatternThe full pattern of this table form.java.util.Set<TupleSlot>TripleTableForm. onePrefixPrefixes of the pattern for this table form.java.util.Set<TupleSlot>TripleTableForm. twoPrefixPrefixes of the pattern for this table form.Methods in org.apache.jena.sparql.core.mem that return TupleSlot Modifier and Type Method Description static TupleSlotTupleSlot. valueOf(java.lang.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.Method parameters in org.apache.jena.sparql.core.mem with type arguments of type TupleSlot Modifier and Type Method Description static QuadTableFormQuadTableForm. chooseFrom(java.util.Set<TupleSlot> pattern)static TripleTableFormTripleTableForm. chooseFrom(java.util.Set<TupleSlot> pattern)booleanQuadTableForm. test(java.util.Set<TupleSlot> pattern)booleanTripleTableForm. test(java.util.Set<TupleSlot> pattern)
-