public class CallOperationHelper.PatternCall
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
<Domain,Accumulator,AggregateResult> |
aggregate(IMultisetAggregationOperator<Domain,Accumulator,AggregateResult> operator,
int aggregatedColumn,
MatchingFrame initialFrame) |
void |
backtrack(MatchingFrame frame) |
int |
count(MatchingFrame frame) |
boolean |
fillInResult(MatchingFrame frame,
Tuple result) |
java.util.Collection<? extends Tuple> |
getAllMatches(MatchingFrame frameInCaller) |
java.util.Collection<? extends Tuple> |
getAllMatches(java.lang.Object[] mappedFrame) |
boolean |
has(MatchingFrame frame) |
public boolean fillInResult(MatchingFrame frame, Tuple result)
public void backtrack(MatchingFrame frame) throws LocalSearchException
LocalSearchException
public boolean has(MatchingFrame frame)
public int count(MatchingFrame frame)
public <Domain,Accumulator,AggregateResult> AggregateResult aggregate(IMultisetAggregationOperator<Domain,Accumulator,AggregateResult> operator, int aggregatedColumn, MatchingFrame initialFrame) throws LocalSearchException
LocalSearchException
public java.util.Collection<? extends Tuple> getAllMatches(java.lang.Object[] mappedFrame)
public java.util.Collection<? extends Tuple> getAllMatches(MatchingFrame frameInCaller)