public class ShowlEnumIndividualReference extends Object implements ShowlExpression
| Constructor and Description |
|---|
ShowlEnumIndividualReference(org.openrdf.model.URI iriValue) |
| 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() |
org.openrdf.model.URI |
getIriValue() |
String |
toString() |
ShowlEnumIndividualReference |
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 ShowlEnumIndividualReference(org.openrdf.model.URI iriValue)
public org.openrdf.model.URI getIriValue()
public String displayValue()
displayValue in interface ShowlExpressionpublic void addDeclaredProperties(ShowlNodeShape sourceNodeShape, Set<ShowlPropertyShape> set)
ShowlExpressionaddDeclaredProperties in interface ShowlExpressionset - The set to which the properties should be added.public void addProperties(Set<ShowlPropertyShape> set)
addProperties in interface ShowlExpressionpublic org.openrdf.model.URI valueType(OwlReasoner reasoner)
valueType in interface ShowlExpressionpublic ShowlEnumIndividualReference transform()
ShowlExpressiontransform in interface ShowlExpressionCopyright © 2019. All rights reserved.