Class IConstraintFilter.ExportedParameterFilter
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.matchers.psystem.rewriters.IConstraintFilter.ExportedParameterFilter
-
- All Implemented Interfaces:
IConstraintFilter
- Enclosing interface:
- IConstraintFilter
public static class IConstraintFilter.ExportedParameterFilter extends java.lang.Object implements IConstraintFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.viatra.query.runtime.matchers.psystem.rewriters.IConstraintFilter
IConstraintFilter.AllowAllFilter, IConstraintFilter.ExportedParameterFilter
-
-
Constructor Summary
Constructors Constructor Description ExportedParameterFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
filter(PConstraint constraint)
Returns true, if the given constraint should be filtered (thus should not be copied)
-
-
-
Method Detail
-
filter
public boolean filter(PConstraint constraint)
Description copied from interface:IConstraintFilter
Returns true, if the given constraint should be filtered (thus should not be copied)- Specified by:
filter
in interfaceIConstraintFilter
- Parameters:
constraint
- to check- Returns:
- true, if the constraint should be filtered
-
-