Class SimplePlLogicDeductiveKnowledgebase

java.lang.Object
org.tweetyproject.commons.BeliefSet<SimplePlRule,PlSignature>
org.tweetyproject.arg.deductive.syntax.SimplePlLogicDeductiveKnowledgebase
All Implemented Interfaces:
Iterable<SimplePlRule>, Collection<SimplePlRule>, BeliefBase

public class SimplePlLogicDeductiveKnowledgebase extends BeliefSet<SimplePlRule,PlSignature>
According to http://www0.cs.ucl.ac.uk/staff/a.hunter/papers/ac13t.pdf a simple logic knowledge base (propositional version only in this implementation) is a set of literals---in this implementation rules with empty body---and a set of simple rules, @see SimplePlRule
Author:
Federico Cerutti (federico.cerutti@acm.org)