Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.SubselectPattern
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.pattern |
-
Uses of SubselectPattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type SubselectPattern Modifier and Type Method Description E
LogicAdapter. visit(SubselectPattern subselectPattern)
E
LogicVisitor. visit(SubselectPattern subselectPattern)
java.lang.Void
LogicWalker. visit(SubselectPattern subselectPattern)
-
Uses of SubselectPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return SubselectPattern Modifier and Type Method Description static SubselectPattern
SubselectPattern. create(SelectQuery argument)