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
Modifier and TypeMethodDescriptionReturns the precomputed call information associated with the current operation
-
Method Details
-
getCallInformation
CallInformation getCallInformation()Returns the precomputed call information associated with the current operation- Since:
- 2.0
-