package dl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class AInterpretation[C, G, T] extends Interpretation[IRI, C, G, T]
- case class Bot[C, R]() extends ELConceptDescriptionScala[C, R] with Product with Serializable
- case class CNAME(value: String) extends ELToken with Product with Serializable
- case class ConceptName[C, R](conceptName: C) extends ELConceptDescriptionScala[C, R] with Product with Serializable
- case class Conjunction[C, R](conceptDescriptions: Set[ELConceptDescriptionScala[C, R]]) extends ELConceptDescriptionScala[C, R] with Product with Serializable
- sealed abstract final class Constructor extends Enum[Constructor]
- class DescriptionGraphBuilder extends AnyRef
- sealed abstract final class DescriptionLogic extends Enum[DescriptionLogic]
- final class ELConceptDescription extends PartialComparable[ELConceptDescription] with Cloneable
- abstract class ELConceptDescriptionScala[C, R] extends AnyRef
- class ELConceptInclusion extends AnyRef
- final class ELInterpretation extends AInterpretation[ELConceptDescription, ELConceptInclusion, ELTBox]
- class ELLeastCommonSubsumer extends AnyRef
- case class ELLexerError(msg: String) extends ELParsingError with Product with Serializable
- final class ELNeighborhoodTest extends AnyRef
- case class ELParserError(msg: String) extends ELParsingError with Product with Serializable
- trait ELParsingError extends AnyRef
- class ELReasoner extends AnyRef
- class ELSyntaxException extends UnsupportedOperationException
- class ELTBox extends AnyRef
- sealed trait ELToken extends AnyRef
- case class ExistentialRestriction[C, R](roleName: R, conceptDescription: ELConceptDescriptionScala[C, R]) extends ELConceptDescriptionScala[C, R] with Product with Serializable
- trait Interpretation[I, C, G, T] extends AnyRef
- class Interpretation2 extends AnyRef
- class Matrix3D[G, M, W] extends AnyRef
- class OWLInterpretation extends AInterpretation[OWLClassExpression, OWLSubClassOfAxiom, OWLOntology]
- class OWLMinimizer extends AnyRef
- case class RNAME(value: String) extends ELToken with Product with Serializable
- final class Signature extends AnyRef
- case class Top[C, R]() extends ELConceptDescriptionScala[C, R] with Product with Serializable
Value Members
- object AND extends ELToken with Product with Serializable
- object CLOSEBRACE extends ELToken with Product with Serializable
- object DOT extends ELToken with Product with Serializable
- object ELConceptDescriptionsScala
- object ELLexer extends RegexParsers
- object ELNeighborhoodTest2
- object ELParser extends Parsers
- object ELSubsumptionContextGenerator
- object EXISTS extends ELToken with Product with Serializable
- object OPENBRACE extends ELToken with Product with Serializable
- object TOP extends ELToken with Product with Serializable