Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.DisjunctionPattern
| Package | Description | 
|---|---|
| tech.oxfordsemantic.jrdfox.logic | |
| tech.oxfordsemantic.jrdfox.logic.sparql.pattern | 
- 
Uses of DisjunctionPattern in tech.oxfordsemantic.jrdfox.logicMethods in tech.oxfordsemantic.jrdfox.logic with parameters of type DisjunctionPattern Modifier and Type Method Description ELogicAdapter. visit(DisjunctionPattern disjunctionPattern)ELogicVisitor. visit(DisjunctionPattern disjunctionPattern)java.lang.VoidLogicWalker. visit(DisjunctionPattern disjunctionPattern)
- 
Uses of DisjunctionPattern in tech.oxfordsemantic.jrdfox.logic.sparql.patternMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return DisjunctionPattern Modifier and Type Method Description static DisjunctionPatternDisjunctionPattern. create(java.util.List<GroupGraphPattern> disjuncts)static DisjunctionPatternDisjunctionPattern. create(GroupGraphPattern... disjuncts)