| Constructor and Description |
|---|
HumanExpertP(Context<String,M> cxt) |
| Modifier and Type | Method and Description |
|---|---|
Set<CounterExample<String,M>> |
getCounterExamples(Implication<String,M> implication)
Returns an empty set if the provided implication is valid, otherwise returns a set containing at least one
counterexample.
|
void |
hide() |
void |
init() |
void |
show() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequestCounterExamplespublic HumanExpertP(Context<String,M> cxt)
public final void init()
public final void show()
public final void hide()
public Set<CounterExample<String,M>> getCounterExamples(Implication<String,M> implication) throws InterruptedException
ExpertgetCounterExamples in interface Expert<String,M>InterruptedExceptionCopyright © 2010–2019 Francesco Kriegel. All rights reserved.