Uses of Interface
org.bigraphs.framework.simulation.modelchecking.BigraphFilter
Packages that use BigraphFilter
-
Uses of BigraphFilter in org.bigraphs.framework.simulation.modelchecking
Fields in org.bigraphs.framework.simulation.modelchecking declared as BigraphFilterModifier and TypeFieldDescriptionprotected BigraphFilter<B> ModelCheckingStrategySupport.worklistFilterMethods in org.bigraphs.framework.simulation.modelchecking that return BigraphFilterModifier and TypeMethodDescriptionModelCheckingStrategy.getWorklistFilter()ModelCheckingStrategySupport.getWorklistFilter()static <B extends Bigraph<? extends Signature<?>>>
BigraphFilter<B> BigraphFilter.noop()Default no-op filter (accepts everything).Methods in org.bigraphs.framework.simulation.modelchecking with parameters of type BigraphFilterModifier and TypeMethodDescriptionvoidModelCheckingStrategy.setWorklistFilter(BigraphFilter<B> filter) voidModelCheckingStrategySupport.setWorklistFilter(BigraphFilter<B> filter) Defaults tonoop()unless a subclass overrides this to add logic.