public class ShowlEqualStatement extends Object implements ShowlExpression, ShowlStatement
| Constructor and Description |
|---|
ShowlEqualStatement(ShowlExpression left,
ShowlExpression right) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeclaredProperties(ShowlNodeShape sourceNode,
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) |
String |
displayValue() |
ShowlExpression |
expressionOf(ShowlNodeShape node) |
ShowlExpression |
getLeft() |
ShowlExpression |
getRight() |
ShowlExpression |
otherExpression(ShowlExpression e) |
String |
toString() |
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, wait, wait, waitparameterspublic ShowlEqualStatement(ShowlExpression left, ShowlExpression right)
public ShowlExpression getLeft()
public ShowlExpression getRight()
public void addDeclaredProperties(ShowlNodeShape sourceNode, Set<ShowlPropertyShape> set)
ShowlExpressionaddDeclaredProperties in interface ShowlExpressionset - The set to which the properties should be added.public ShowlExpression otherExpression(ShowlExpression e)
public void addProperties(Set<ShowlPropertyShape> set)
addProperties in interface ShowlExpressionpublic ShowlExpression expressionOf(ShowlNodeShape node)
public ShowlExpression transform()
ShowlExpressiontransform in interface ShowlExpressionpublic String displayValue()
displayValue in interface ShowlExpressionpublic org.openrdf.model.URI valueType(OwlReasoner reasoner)
valueType in interface ShowlExpressionCopyright © 2019. All rights reserved.