Interface IConstraintFilter
-
- All Known Implementing Classes:
IConstraintFilter.AllowAllFilter
,IConstraintFilter.ExportedParameterFilter
public interface IConstraintFilter
Helper interface to exclude constraints from PBody copy processes
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IConstraintFilter.AllowAllFilter
static class
IConstraintFilter.ExportedParameterFilter
-
Method Summary
All Methods Instance Methods Abstract 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
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
-
-