Class IConstraintFilter.AllowAllFilter

java.lang.Object
tools.refinery.interpreter.matchers.psystem.rewriters.IConstraintFilter.AllowAllFilter
All Implemented Interfaces:
IConstraintFilter
Enclosing interface:
IConstraintFilter

public static class IConstraintFilter.AllowAllFilter extends Object implements IConstraintFilter
  • Constructor Details

    • AllowAllFilter

      public AllowAllFilter()
  • Method Details

    • 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 interface IConstraintFilter
      Parameters:
      constraint - to check
      Returns:
      true, if the constraint should be filtered