Class DlInterpretation

java.lang.Object
All Implemented Interfaces:
Iterable<AssertionalAxiom>, Collection<AssertionalAxiom>, Interpretation<DlBeliefSet,DlAxiom>

public class DlInterpretation extends InterpretationSet<AssertionalAxiom,DlBeliefSet,DlAxiom>
This class models an interpretation for description logics. A DL interpretation consists of a domain (a set of individuals) and a mapping of each concept name to a subset of the domain and of each role name to a binary relation on the domain (this mapping is often referred to as the interpretation function in literature).
Author:
Anna Gessler