matches abstract method
Whether the rule matches against the neighbourhood.
If true the rule should be applyed.
Implementation
bool matches(
UnmodifiableMapView<Coordinate, Base> neighbourhood,
Coordinate coordinate,
);
Whether the rule matches against the neighbourhood.
If true the rule should be applyed.
bool matches(
UnmodifiableMapView<Coordinate, Base> neighbourhood,
Coordinate coordinate,
);