- Type Parameters:
B-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Filter interface used by
ModelCheckingStrategySupport to post-process
the next agent drawn from the worklist.
Users can apply a filter or perform a no-op; a standard no-op filter is provided for that noop().
- Author:
- Dominik Grzelak
-
Method Summary
-
Method Details
-
apply
Applies a filter to the given bigraph.- Parameters:
bigraph- the candidate bigraph- Returns:
- the original bigraph, or
nullif it should be discarded
-
noop
Default no-op filter (accepts everything).
-