Package it.unibo.alchemist.model
Interface PositionBasedFilter
-
-
Method Summary
-
-
Method Detail
-
contains
abstract Boolean contains(P position)
Checks if the position is inside the shape.
- Returns:
true if the position is inside the PositionBasedFilter.
-
test
Boolean test(P position)
Checks if the position is inside the shape.
- Returns:
true if the position is inside the PositionBasedFilter.
-
invoke
Boolean invoke(P position)
Checks if the position is inside the shape.
- Returns:
true if the position is inside the PositionBasedFilter.
-
-
-
-