public class EachOf extends AbstractNaryTripleExpr implements AnnotedObject
id
Constructor and Description |
---|
EachOf(List<TripleExpr> subExpressions) |
EachOf(List<TripleExpr> subExpressions,
List<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
<ResultType> |
accept(TripleExpressionVisitor<ResultType> visitor,
Object... arguments) |
List<Annotation> |
getAnnotations() |
void |
setAnnotations(List<Annotation> annotations) |
String |
toPrettyString(Map<String,String> prefixes) |
getSubExpressions
getId, setId, toPrettyString, toString
public EachOf(List<TripleExpr> subExpressions)
public EachOf(List<TripleExpr> subExpressions, List<Annotation> annotations)
public void setAnnotations(List<Annotation> annotations)
setAnnotations
in interface AnnotedObject
public List<Annotation> getAnnotations()
getAnnotations
in interface AnnotedObject
public <ResultType> void accept(TripleExpressionVisitor<ResultType> visitor, Object... arguments)
accept
in class TripleExpr
public String toPrettyString(Map<String,String> prefixes)
toPrettyString
in class TripleExpr
Copyright © 2019. All rights reserved.