public class ShowlEnumNodeExpression extends Object implements ShowlExpression, HasEnumNode
| Constructor and Description |
|---|
ShowlEnumNodeExpression(ShowlNodeShape enumNode) |
ShowlEnumNodeExpression(ShowlNodeShape enumNode,
ShowlChannel channel) |
| 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) |
String |
displayValue() |
ShowlChannel |
getChannel()
Deprecated.
|
ShowlNodeShape |
getEnumNode() |
ShowlStatement |
getJoinStatement() |
void |
setChannel(ShowlChannel channel)
Deprecated.
|
void |
setJoinStatement(ShowlStatement joinStatement) |
String |
toString() |
ShowlEnumNodeExpression |
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 ShowlEnumNodeExpression(ShowlNodeShape enumNode)
public ShowlEnumNodeExpression(ShowlNodeShape enumNode, ShowlChannel channel)
public ShowlNodeShape getEnumNode()
getEnumNode in interface HasEnumNodepublic 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 void addProperties(Set<ShowlPropertyShape> set)
addProperties in interface ShowlExpression@Deprecated public ShowlChannel getChannel()
@Deprecated public void setChannel(ShowlChannel channel)
public org.openrdf.model.URI valueType(OwlReasoner reasoner)
valueType in interface ShowlExpressionpublic ShowlEnumNodeExpression transform()
ShowlExpressiontransform in interface ShowlExpressionpublic ShowlStatement getJoinStatement()
public void setJoinStatement(ShowlStatement joinStatement)
Copyright © 2019. All rights reserved.