Uses of Class
org.eclipse.rdf4j.query.algebra.Regex
-
Packages that use Regex Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of Regex in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Regex Modifier and Type Method Description RegexRegex. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type Regex Modifier and Type Method Description voidQueryModelVisitor. meet(Regex node) -
Uses of Regex in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Regex Modifier and Type Method Description voidAbstractQueryModelVisitor. meet(Regex node)voidAbstractSimpleQueryModelVisitor. meet(Regex node)voidStatementPatternVisitor. meet(Regex node)
-