public class SimpleQueryModelVisitor extends Object implements org.openrdf.query.algebra.QueryModelVisitor
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleQueryModelVisitor.SimpleVisitorException |
| Constructor and Description |
|---|
SimpleQueryModelVisitor(List<org.openrdf.query.algebra.QueryModelNode> visited) |
| Modifier and Type | Method and Description |
|---|---|
void |
meet(org.openrdf.query.algebra.Add add) |
void |
meet(org.openrdf.query.algebra.And and) |
void |
meet(org.openrdf.query.algebra.ArbitraryLengthPath arbitraryLengthPath) |
void |
meet(org.openrdf.query.algebra.Avg avg) |
void |
meet(org.openrdf.query.algebra.BindingSetAssignment bindingSetAssignment) |
void |
meet(org.openrdf.query.algebra.BNodeGenerator bNodeGenerator) |
void |
meet(org.openrdf.query.algebra.Bound bound) |
void |
meet(org.openrdf.query.algebra.Clear clear) |
void |
meet(org.openrdf.query.algebra.Coalesce coalesce) |
void |
meet(org.openrdf.query.algebra.Compare compare) |
void |
meet(org.openrdf.query.algebra.CompareAll compareAll) |
void |
meet(org.openrdf.query.algebra.CompareAny compareAny) |
void |
meet(org.openrdf.query.algebra.Copy copy) |
void |
meet(org.openrdf.query.algebra.Count count) |
void |
meet(org.openrdf.query.algebra.Create create) |
void |
meet(org.openrdf.query.algebra.Datatype datatype) |
void |
meet(org.openrdf.query.algebra.DeleteData deleteData) |
void |
meet(org.openrdf.query.algebra.DescribeOperator describeOperator) |
void |
meet(org.openrdf.query.algebra.Difference difference) |
void |
meet(org.openrdf.query.algebra.Distinct distinct) |
void |
meet(org.openrdf.query.algebra.EmptySet emptySet) |
void |
meet(org.openrdf.query.algebra.Exists exists) |
void |
meet(org.openrdf.query.algebra.Extension extension) |
void |
meet(org.openrdf.query.algebra.ExtensionElem extensionElem) |
void |
meet(org.openrdf.query.algebra.Filter filter) |
void |
meet(org.openrdf.query.algebra.FunctionCall functionCall) |
void |
meet(org.openrdf.query.algebra.Group group) |
void |
meet(org.openrdf.query.algebra.GroupConcat groupConcat) |
void |
meet(org.openrdf.query.algebra.GroupElem groupElem) |
void |
meet(org.openrdf.query.algebra.If anIf) |
void |
meet(org.openrdf.query.algebra.In in) |
void |
meet(org.openrdf.query.algebra.InsertData insertData) |
void |
meet(org.openrdf.query.algebra.Intersection intersection) |
void |
meet(org.openrdf.query.algebra.IRIFunction iriFunction) |
void |
meet(org.openrdf.query.algebra.IsBNode isBNode) |
void |
meet(org.openrdf.query.algebra.IsLiteral isLiteral) |
void |
meet(org.openrdf.query.algebra.IsNumeric isNumeric) |
void |
meet(org.openrdf.query.algebra.IsResource isResource) |
void |
meet(org.openrdf.query.algebra.IsURI isURI) |
void |
meet(org.openrdf.query.algebra.Join join) |
void |
meet(org.openrdf.query.algebra.Label label) |
void |
meet(org.openrdf.query.algebra.Lang lang) |
void |
meet(org.openrdf.query.algebra.LangMatches langMatches) |
void |
meet(org.openrdf.query.algebra.LeftJoin leftJoin) |
void |
meet(org.openrdf.query.algebra.Like like) |
void |
meet(org.openrdf.query.algebra.ListMemberOperator listMemberOperator) |
void |
meet(org.openrdf.query.algebra.Load load) |
void |
meet(org.openrdf.query.algebra.LocalName localName) |
void |
meet(org.openrdf.query.algebra.MathExpr mathExpr) |
void |
meet(org.openrdf.query.algebra.Max max) |
void |
meet(org.openrdf.query.algebra.Min min) |
void |
meet(org.openrdf.query.algebra.Modify modify) |
void |
meet(org.openrdf.query.algebra.Move move) |
void |
meet(org.openrdf.query.algebra.MultiProjection multiProjection) |
void |
meet(org.openrdf.query.algebra.Namespace namespace) |
void |
meet(org.openrdf.query.algebra.Not not) |
void |
meet(org.openrdf.query.algebra.Or or) |
void |
meet(org.openrdf.query.algebra.Order order) |
void |
meet(org.openrdf.query.algebra.OrderElem orderElem) |
void |
meet(org.openrdf.query.algebra.Projection projection) |
void |
meet(org.openrdf.query.algebra.ProjectionElem projectionElem) |
void |
meet(org.openrdf.query.algebra.ProjectionElemList projectionElemList) |
void |
meet(org.openrdf.query.algebra.QueryRoot queryRoot) |
void |
meet(org.openrdf.query.algebra.Reduced reduced) |
void |
meet(org.openrdf.query.algebra.Regex regex) |
void |
meet(org.openrdf.query.algebra.SameTerm sameTerm) |
void |
meet(org.openrdf.query.algebra.Sample sample) |
void |
meet(org.openrdf.query.algebra.Service service) |
void |
meet(org.openrdf.query.algebra.SingletonSet singletonSet) |
void |
meet(org.openrdf.query.algebra.Slice slice) |
void |
meet(org.openrdf.query.algebra.StatementPattern statementPattern) |
void |
meet(org.openrdf.query.algebra.Str str) |
void |
meet(org.openrdf.query.algebra.Sum sum) |
void |
meet(org.openrdf.query.algebra.Union union) |
void |
meet(org.openrdf.query.algebra.ValueConstant valueConstant) |
void |
meet(org.openrdf.query.algebra.Var var) |
void |
meet(org.openrdf.query.algebra.ZeroLengthPath zeroLengthPath) |
void |
meetOther(org.openrdf.query.algebra.QueryModelNode queryModelNode) |
public SimpleQueryModelVisitor(List<org.openrdf.query.algebra.QueryModelNode> visited)
public void meet(org.openrdf.query.algebra.QueryRoot queryRoot)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Add add)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.And and)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.ArbitraryLengthPath arbitraryLengthPath)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Avg avg)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.BindingSetAssignment bindingSetAssignment)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.BNodeGenerator bNodeGenerator)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Bound bound)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Clear clear)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Coalesce coalesce)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Compare compare)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.CompareAll compareAll)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.CompareAny compareAny)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.DescribeOperator describeOperator)
throws Exception
meet in interface org.openrdf.query.algebra.QueryModelVisitorExceptionpublic void meet(org.openrdf.query.algebra.Copy copy)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Count count)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Create create)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Datatype datatype)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.DeleteData deleteData)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Difference difference)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Distinct distinct)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.EmptySet emptySet)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Exists exists)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Extension extension)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.ExtensionElem extensionElem)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Filter filter)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.FunctionCall functionCall)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Group group)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.GroupConcat groupConcat)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.GroupElem groupElem)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.If anIf)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.In in)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.InsertData insertData)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Intersection intersection)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.IRIFunction iriFunction)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.IsBNode isBNode)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.IsLiteral isLiteral)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.IsNumeric isNumeric)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.IsResource isResource)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.IsURI isURI)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Join join)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Label label)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Lang lang)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.LangMatches langMatches)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.LeftJoin leftJoin)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Like like)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Load load)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.LocalName localName)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.MathExpr mathExpr)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Max max)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Min min)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Modify modify)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Move move)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.MultiProjection multiProjection)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Namespace namespace)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Not not)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Or or)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Order order)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.OrderElem orderElem)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Projection projection)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.ProjectionElem projectionElem)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.ProjectionElemList projectionElemList)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Reduced reduced)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Regex regex)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.SameTerm sameTerm)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Sample sample)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Service service)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.SingletonSet singletonSet)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Slice slice)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.StatementPattern statementPattern)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Str str)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Sum sum)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.Union union)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.ValueConstant valueConstant)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.ListMemberOperator listMemberOperator)
throws Exception
meet in interface org.openrdf.query.algebra.QueryModelVisitorExceptionpublic void meet(org.openrdf.query.algebra.Var var)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meet(org.openrdf.query.algebra.ZeroLengthPath zeroLengthPath)
throws SimpleQueryModelVisitor.SimpleVisitorException
meet in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionpublic void meetOther(org.openrdf.query.algebra.QueryModelNode queryModelNode)
throws SimpleQueryModelVisitor.SimpleVisitorException
meetOther in interface org.openrdf.query.algebra.QueryModelVisitorSimpleQueryModelVisitor.SimpleVisitorExceptionCopyright © 2014. All Rights Reserved.