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, wait
requestCounterExamples
public 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
Expert
getCounterExamples
in interface Expert<String,M>
InterruptedException
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.