Uses of Class
tech.oxfordsemantic.jrdfox.logic.Values
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic |
-
Uses of Values in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic that return Values Modifier and Type Method Description static Values
Values. create(java.util.List<Variable> variables, java.util.List<java.util.List<Resource>> data)
static Values
Values. create(Variable[] variables, Resource[][] data)
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Values Modifier and Type Method Description E
LogicVisitor. visit(Values object)