Interface IPatternMatcherOperation
-
- All Known Implementing Classes:
AggregatorCheck
,AggregatorExtend
,BinaryTransitiveClosureCheck
,CheckPositivePatternCall
,CountCheck
,CountOperation
,ExtendBinaryTransitiveClosure
,ExtendBinaryTransitiveClosure.Backward
,ExtendBinaryTransitiveClosure.Forward
,ExtendPositivePatternCall
,NACOperation
public interface IPatternMatcherOperation
Marker interface for pattern matcher call operations, such as positive and negative pattern calls or match aggregators.- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallInformation
getCallInformation()
Returns the precomputed call information associated with the current operation
-
-
-
Method Detail
-
getCallInformation
CallInformation getCallInformation()
Returns the precomputed call information associated with the current operation- Since:
- 2.0
-
-