Interface PlaceFilter
-
- All Known Implementing Classes:
DuplicatePlaceFilter,EmptyIOTransitionSetPlaceFilter,SelfLoopPlaceFilter
public interface PlaceFilterInterface that needs to be implemented by all Place filters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Place>filter(java.util.Set<Place> places)
-