public abstract class ShowlListExpression extends Object implements ShowlExpression
| Constructor and Description |
|---|
ShowlListExpression() |
ShowlListExpression(List<ShowlExpression> memberList) |
| 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 |
addMember(ShowlExpression member) |
void |
addProperties(Set<ShowlPropertyShape> set) |
String |
displayValue() |
List<ShowlExpression> |
getMemberList() |
String |
toString() |
org.openrdf.model.URI |
valueType(OwlReasoner reasoner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitparameters, transformpublic ShowlListExpression()
public ShowlListExpression(List<ShowlExpression> memberList)
public void addMember(ShowlExpression member)
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 List<ShowlExpression> getMemberList()
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.