public interface ActionQuerySatisfactionTester
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfied(TransitionSystem transitionSystem,
net.sf.tweety.commons.BeliefBase actionQuery)
Checks whether the given transition system satisfies the given action
queries.
|
boolean |
isSatisfied(TransitionSystem transitionSystem,
Set<ActionQuery> actionQuery)
Checks whether the given transition system satisfies the given action
queries.
|
boolean isSatisfied(TransitionSystem transitionSystem, net.sf.tweety.commons.BeliefBase actionQuery)
transitionSystem - the transition system, that will be checked for
satisfaction.actionQuery - a belief base containing action queries, all of which
have to be satisfied by the transition system.boolean isSatisfied(TransitionSystem transitionSystem, Set<ActionQuery> actionQuery)
transitionSystem - the transition system, that will be checked for
satisfaction.actionQuery - a set of action queries, which have to be satisfied by
the transition system.Copyright © 2018. All rights reserved.