Class ValuesPattern
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.ValuesPattern
- All Implemented Interfaces:
java.io.Serializable
public class ValuesPattern extends QueryPattern
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
EMPTY_ARRAY
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static ValuesPattern
create(java.util.List<Variable> variables, java.util.List<java.util.List<Resource>> data)
static ValuesPattern
create(Variable[] variables, Resource[]... data)
java.util.List<java.util.List<Resource>>
getData()
java.util.List<Variable>
getVariables()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Method Details
-
getVariables
-
getData
-
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
public static ValuesPattern create(java.util.List<Variable> variables, java.util.List<java.util.List<Resource>> data) -
create
-