Class IncrementalMatcherCapability
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.rete.matcher.IncrementalMatcherCapability
-
- All Implemented Interfaces:
IMatcherCapability
public class IncrementalMatcherCapability extends java.lang.Object implements IMatcherCapability
- Since:
- 1.4
-
-
Constructor Summary
Constructors Constructor Description IncrementalMatcherCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeSubstitute(IMatcherCapability capability)
Returns true if matchers of this capability can be used as a substitute for a matcher implementing the given capability
-
-
-
Method Detail
-
canBeSubstitute
public boolean canBeSubstitute(IMatcherCapability capability)
Description copied from interface:IMatcherCapability
Returns true if matchers of this capability can be used as a substitute for a matcher implementing the given capability- Specified by:
canBeSubstitute
in interfaceIMatcherCapability
-
-