Interface IConstraintFilter

All Known Implementing Classes:
IConstraintFilter.AllowAllFilter, IConstraintFilter.ExportedParameterFilter

public interface IConstraintFilter
Helper interface to exclude constraints from PBody copy processes
  • Method Details

    • filter

      boolean filter(PConstraint constraint)
      Returns true, if the given constraint should be filtered (thus should not be copied)
      Parameters:
      constraint - to check
      Returns:
      true, if the constraint should be filtered