public abstract class ShowlBooleanGroupingExpression extends Object implements ShowlExpression, ShowlStatement
| Modifier | Constructor and Description |
|---|---|
protected |
ShowlBooleanGroupingExpression(List<ShowlExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeclaredProperties(ShowlNodeShape sourceNodeShape,
Set<ShowlPropertyShape> set)
Collect from this expression all properties declared by the specified source NodeShape, or any
NodeShape nested within the source NodeShape.
|
void |
addProperties(Set<ShowlPropertyShape> set) |
protected abstract ShowlBooleanGroupingExpression |
create(List<ShowlExpression> operands) |
String |
displayValue() |
List<ShowlExpression> |
getOperands() |
abstract ShowlBooleanOperator |
getOperator() |
ShowlExpression |
transform()
Return a copy of this expression where every PropertyShape expression is replaced
with its 'selectedExpression'
|
org.openrdf.model.URI |
valueType(OwlReasoner reasoner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparametersprotected ShowlBooleanGroupingExpression(List<ShowlExpression> operands)
public abstract ShowlBooleanOperator getOperator()
protected abstract ShowlBooleanGroupingExpression create(List<ShowlExpression> operands)
public ShowlExpression transform()
ShowlExpressiontransform in interface ShowlExpressionpublic String displayValue()
displayValue in interface ShowlExpressionpublic void addDeclaredProperties(ShowlNodeShape sourceNodeShape, Set<ShowlPropertyShape> set) throws ShowlProcessingException
ShowlExpressionaddDeclaredProperties in interface ShowlExpressionset - The set to which the properties should be added.ShowlProcessingExceptionpublic List<ShowlExpression> getOperands()
public void addProperties(Set<ShowlPropertyShape> set)
addProperties in interface ShowlExpressionpublic org.openrdf.model.URI valueType(OwlReasoner reasoner)
valueType in interface ShowlExpressionCopyright © 2019. All rights reserved.