Class OrPredicate<B extends Bigraph<? extends Signature<?>>>

java.lang.Object
org.bigraphs.framework.core.reactivesystem.ReactiveSystemPredicate<B>
org.bigraphs.framework.simulation.modelchecking.predicates.OrPredicate<B>
All Implemented Interfaces:
Predicate<B>, HasLabel

public class OrPredicate<B extends Bigraph<? extends Signature<?>>> extends ReactiveSystemPredicate<B>
A composite predicate which concatenates all given predicates with the or operator.
Author:
Dominik Grzelak