public class ShowlOverlayExpression extends ArrayList<ShowlExpression> implements ShowlExpression, ShowlStatement
modCount| Constructor and Description |
|---|
ShowlOverlayExpression() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ShowlExpression e) |
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() |
ShowlExpression |
transform()
Return a copy of this expression where every PropertyShape expression is replaced
with its 'selectedExpression'
|
org.openrdf.model.URI |
valueType(OwlReasoner reasoner) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitparameterscontainsAll, equals, hashCodeparallelStream, streampublic ShowlExpression transform()
ShowlExpressiontransform in interface ShowlExpressionpublic boolean add(ShowlExpression e)
add in interface Collection<ShowlExpression>add in interface List<ShowlExpression>add in class ArrayList<ShowlExpression>public 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 ShowlExpressionpublic org.openrdf.model.URI valueType(OwlReasoner reasoner)
valueType in interface ShowlExpressionCopyright © 2019. All rights reserved.