public class SampledRelation extends Relation
| Modifier and Type | Class and Description |
|---|---|
static class |
SampledRelation.Type |
| Constructor and Description |
|---|
SampledRelation(NodeLocation location,
Relation relation,
SampledRelation.Type type,
Expression samplePercentage) |
SampledRelation(Relation relation,
SampledRelation.Type type,
Expression samplePercentage) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
List<Node> |
getChildren() |
Relation |
getRelation() |
Expression |
getSamplePercentage() |
SampledRelation.Type |
getType() |
int |
hashCode() |
String |
toString() |
getLocationpublic SampledRelation(Relation relation, SampledRelation.Type type, Expression samplePercentage)
public SampledRelation(NodeLocation location, Relation relation, SampledRelation.Type type, Expression samplePercentage)
public Relation getRelation()
public SampledRelation.Type getType()
public Expression getSamplePercentage()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.