public class OpTopN extends OpModifier
Constructor and Description |
---|
OpTopN(Op subOp,
int N,
List<SortCondition> conditions) |
Modifier and Type | Method and Description |
---|---|
Op |
apply(Transform transform,
Op subOp) |
Op1 |
copy(Op subOp) |
boolean |
equalTo(Op other,
NodeIsomorphismMap labelMap) |
List<SortCondition> |
getConditions() |
int |
getLimit() |
String |
getName() |
int |
hashCode() |
void |
visit(OpVisitor opVisitor) |
removeModifiers
toString, toString
toString
public OpTopN(Op subOp, int N, List<SortCondition> conditions)
public List<SortCondition> getConditions()
public int getLimit()
public String getName()
public void visit(OpVisitor opVisitor)
Licenced under the Apache License, Version 2.0