public class SActionQuerySatisfactionTester extends Object implements ActionQuerySatisfactionTester
| Constructor and Description |
|---|
SActionQuerySatisfactionTester(net.sf.tweety.lp.asp.solver.AspInterface aspsolver)
Creates a new instance of this satisfaction tester using the given answer
set solver.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfied(TransitionSystem transitionSystem,
net.sf.tweety.commons.BeliefBase actionQueries)
Checks whether the given transition system satisfies the given action
queries.
|
boolean |
isSatisfied(TransitionSystem transitionSystem,
Set<ActionQuery> actionQueries)
Checks whether the given transition system satisfies the given action
queries.
|
String |
regainIllegalCharacters(String s)
This function exists mainly for debug reasons to regain a human readable
version of the atoms in a logic program or in a resulting stable model.
|
public SActionQuerySatisfactionTester(net.sf.tweety.lp.asp.solver.AspInterface aspsolver)
aspsolver - public boolean isSatisfied(TransitionSystem transitionSystem, net.sf.tweety.commons.BeliefBase actionQueries)
ActionQuerySatisfactionTesterisSatisfied in interface ActionQuerySatisfactionTestertransitionSystem - the transition system, that will be checked for
satisfaction.actionQueries - a belief base containing action queries, all of which
have to be satisfied by the transition system.public boolean isSatisfied(TransitionSystem transitionSystem, Set<ActionQuery> actionQueries)
ActionQuerySatisfactionTesterisSatisfied in interface ActionQuerySatisfactionTestertransitionSystem - the transition system, that will be checked for
satisfaction.actionQueries - a set of action queries, which have to be satisfied by
the transition system.Copyright © 2018. All rights reserved.