public class RepeatedTripleExpression extends TripleExpr
id
Constructor and Description |
---|
RepeatedTripleExpression(TripleExpr subExpr,
Interval card) |
Modifier and Type | Method and Description |
---|---|
<ResultType> |
accept(TripleExpressionVisitor<ResultType> visitor,
Object... arguments) |
Interval |
getCardinality() |
TripleExpr |
getSubExpression() |
String |
toPrettyString(Map<String,String> prefixes) |
getId, setId, toPrettyString, toString
public RepeatedTripleExpression(TripleExpr subExpr, Interval card)
public TripleExpr getSubExpression()
public Interval getCardinality()
public String toPrettyString(Map<String,String> prefixes)
toPrettyString
in class TripleExpr
public <ResultType> void accept(TripleExpressionVisitor<ResultType> visitor, Object... arguments)
accept
in class TripleExpr
Copyright © 2019. All rights reserved.