| Modifier and Type | Field and Description |
|---|---|
protected ArithmeticOperator |
arithmeticOperator |
protected Entity |
entity |
protected Expression |
expression |
protected GroupOperator |
groupOperator |
protected Literal |
literal |
protected LogicalOperator |
logicalOperator |
protected NullLiteral |
nullLiteral |
protected PredicateOperator |
predicateOperator |
protected Property |
property |
protected Query |
query |
protected RelationalOperator |
relationalOperator |
protected Variable |
variable |
protected WildcardProperty |
wildcardProperty |
| Constructor and Description |
|---|
Term() |
Term(ArithmeticOperator oper) |
Term(Entity entity) |
Term(Expression expression) |
Term(GroupOperator oper) |
Term(Literal literal) |
Term(LogicalOperator oper) |
Term(NullLiteral literal) |
Term(PredicateOperator oper) |
Term(Property property) |
Term(Query query) |
Term(RelationalOperator oper) |
Term(Variable var) |
Term(WildcardProperty wildcardProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
ArithmeticOperator |
getArithmeticOperator()
Gets the value of the arithmeticOperator property.
|
Entity |
getEntity()
Gets the value of the entity property.
|
Expression |
getExpression()
Gets the value of the expression property.
|
GroupOperator |
getGroupOperator()
Gets the value of the groupOperator property.
|
Literal |
getLiteral()
Gets the value of the literal property.
|
LogicalOperator |
getLogicalOperator()
Gets the value of the logicalOperator property.
|
NullLiteral |
getNullLiteral()
Gets the value of the nullLiteral property.
|
PredicateOperator |
getPredicateOperator()
Gets the value of the wildcardOperator property.
|
Property |
getProperty()
Gets the value of the property property.
|
Query |
getQuery()
Gets the value of the query property.
|
RelationalOperator |
getRelationalOperator()
Gets the value of the relationalOperator property.
|
Variable |
getVariable()
Gets the value of the variable property.
|
WildcardProperty |
getWildcardProperty()
Gets the value of the wildcardProperty property.
|
void |
setArithmeticOperator(ArithmeticOperator value)
Sets the value of the arithmeticOperator property.
|
void |
setEntity(Entity value)
Sets the value of the entity property.
|
void |
setExpression(Expression value)
Sets the value of the expression property.
|
void |
setGroupOperator(GroupOperator value)
Sets the value of the groupOperator property.
|
void |
setLiteral(Literal value)
Sets the value of the literal property.
|
void |
setLogicalOperator(LogicalOperator value)
Sets the value of the logicalOperator property.
|
void |
setNullLiteral(NullLiteral value)
Sets the value of the nullLiteral property.
|
void |
setPredicateOperator(PredicateOperator value)
Sets the value of the wildcardOperator property.
|
void |
setProperty(Property value)
Sets the value of the property property.
|
void |
setQuery(Query value)
Sets the value of the query property.
|
void |
setRelationalOperator(RelationalOperator value)
Sets the value of the relationalOperator property.
|
void |
setVariable(Variable value)
Sets the value of the variable property.
|
void |
setWildcardProperty(WildcardProperty value)
Sets the value of the wildcardProperty property.
|
protected WildcardProperty wildcardProperty
protected PredicateOperator predicateOperator
protected Entity entity
protected Expression expression
protected Variable variable
protected NullLiteral nullLiteral
protected Literal literal
protected GroupOperator groupOperator
protected ArithmeticOperator arithmeticOperator
protected RelationalOperator relationalOperator
protected LogicalOperator logicalOperator
protected Property property
protected Query query
public Term()
public Term(Property property)
public Term(WildcardProperty wildcardProperty)
public Term(Entity entity)
public Term(RelationalOperator oper)
public Term(LogicalOperator oper)
public Term(ArithmeticOperator oper)
public Term(GroupOperator oper)
public Term(PredicateOperator oper)
public Term(Literal literal)
public Term(NullLiteral literal)
public Term(Variable var)
public Term(Expression expression)
public Term(Query query)
public WildcardProperty getWildcardProperty()
WildcardPropertypublic void setWildcardProperty(WildcardProperty value)
value - allowed object is WildcardPropertypublic PredicateOperator getPredicateOperator()
PredicateOperatorpublic void setPredicateOperator(PredicateOperator value)
value - allowed object is PredicateOperatorpublic Entity getEntity()
Entitypublic void setEntity(Entity value)
value - allowed object is Entitypublic Expression getExpression()
Expressionpublic void setExpression(Expression value)
value - allowed object is Expressionpublic Variable getVariable()
Variablepublic void setVariable(Variable value)
value - allowed object is Variablepublic NullLiteral getNullLiteral()
NullLiteralpublic void setNullLiteral(NullLiteral value)
value - allowed object is NullLiteralpublic Literal getLiteral()
Literalpublic void setLiteral(Literal value)
value - allowed object is Literalpublic GroupOperator getGroupOperator()
GroupOperatorpublic void setGroupOperator(GroupOperator value)
value - allowed object is GroupOperatorpublic RelationalOperator getRelationalOperator()
RelationalOperatorpublic void setRelationalOperator(RelationalOperator value)
value - allowed object is RelationalOperatorpublic LogicalOperator getLogicalOperator()
LogicalOperatorpublic void setLogicalOperator(LogicalOperator value)
value - allowed object is LogicalOperatorpublic ArithmeticOperator getArithmeticOperator()
ArithmeticOperatorpublic void setArithmeticOperator(ArithmeticOperator value)
value - allowed object is ArithmeticOperatorpublic Property getProperty()
Propertypublic void setProperty(Property value)
value - allowed object is Propertypublic Query getQuery()
Querypublic void setQuery(Query value)
value - allowed object is Querypublic void accept(QueryVisitor visitor)
Copyright © 2021. All rights reserved.