Class IConstraintFilter.ExportedParameterFilter

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

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

    • ExportedParameterFilter

      public ExportedParameterFilter()
  • 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