Class DlBeliefSet

java.lang.Object
org.tweetyproject.commons.BeliefSet<DlAxiom,DlSignature>
org.tweetyproject.logics.dl.syntax.DlBeliefSet
All Implemented Interfaces:
Iterable<DlAxiom>, Collection<DlAxiom>, BeliefBase

public class DlBeliefSet extends BeliefSet<DlAxiom,DlSignature>
This class models a knowledge base for description logics.
A knowledge base of a description logic distinguishes between:
  • the TBox: terminological axioms, i.e. properties of and relations between concepts. In the description logic ALC, the TBox consists of equivalence axioms (GCUs).
  • the ABox: assertional axioms, i.e. ground assertions about individuals and what concepts and roles they belong to).
Author:
Anna Gessler