Class VacuousReductReasonerExample
java.lang.Object
org.tweetyproject.arg.dung.examples.VacuousReductReasonerExample
example for the vacuous reduct reasoner
- Author:
- Matthias Thimm
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new VacuousReductReasonerExample instance. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexample1(AbstractExtensionReasoner reasoner) Runs the first vacuous reduct reasoner example.static voidexample2(AbstractExtensionReasoner reasoner) Runs the second vacuous reduct reasoner example.static voidexample3(AbstractExtensionReasoner reasoner) Runs the third vacuous reduct reasoner example.static voidRuns all vacuous reduct reasoner examples.
-
Constructor Details
-
VacuousReductReasonerExample
public VacuousReductReasonerExample()Creates a new VacuousReductReasonerExample instance.
-
-
Method Details
-
example1
Runs the first vacuous reduct reasoner example.- Parameters:
reasoner- the reasoner
-
example2
Runs the second vacuous reduct reasoner example.- Parameters:
reasoner- the reasoner
-
example3
Runs the third vacuous reduct reasoner example.- Parameters:
reasoner- the reasoner
-
main
Runs all vacuous reduct reasoner examples.- Parameters:
args- arguments
-