Uses of Class
org.apache.jena.sparql.core.mem.TripleTableForm
-
Packages that use TripleTableForm Package Description org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of TripleTableForm in org.apache.jena.sparql.core.mem
Methods in org.apache.jena.sparql.core.mem that return TripleTableForm Modifier and Type Method Description static TripleTableFormTripleTableForm. chooseFrom(java.util.Set<TupleSlot> pattern)static TripleTableFormTripleTableForm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TripleTableForm[]TripleTableForm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.sparql.core.mem that return types with arguments of type TripleTableForm Modifier and Type Method Description static java.util.stream.Stream<TripleTableForm>TripleTableForm. tableForms()
-