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

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

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