package dl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AInterpretation[C, G, T] extends Interpretation[IRI, C, G, T]
  2. case class Bot[C, R]() extends ELConceptDescriptionScala[C, R] with Product with Serializable
  3. case class CNAME(value: String) extends ELToken with Product with Serializable
  4. case class ConceptName[C, R](conceptName: C) extends ELConceptDescriptionScala[C, R] with Product with Serializable
  5. case class Conjunction[C, R](conceptDescriptions: Set[ELConceptDescriptionScala[C, R]]) extends ELConceptDescriptionScala[C, R] with Product with Serializable
  6. sealed abstract final class Constructor extends Enum[Constructor]
  7. class DescriptionGraphBuilder extends AnyRef
  8. sealed abstract final class DescriptionLogic extends Enum[DescriptionLogic]
  9. final class ELConceptDescription extends PartialComparable[ELConceptDescription] with Cloneable
  10. abstract class ELConceptDescriptionScala[C, R] extends AnyRef
  11. class ELConceptInclusion extends AnyRef
  12. final class ELInterpretation extends AInterpretation[ELConceptDescription, ELConceptInclusion, ELTBox]
  13. class ELLeastCommonSubsumer extends AnyRef
  14. case class ELLexerError(msg: String) extends ELParsingError with Product with Serializable
  15. final class ELNeighborhoodTest extends AnyRef
  16. case class ELParserError(msg: String) extends ELParsingError with Product with Serializable
  17. trait ELParsingError extends AnyRef
  18. class ELReasoner extends AnyRef
  19. class ELSyntaxException extends UnsupportedOperationException
  20. class ELTBox extends AnyRef
  21. sealed trait ELToken extends AnyRef
  22. case class ExistentialRestriction[C, R](roleName: R, conceptDescription: ELConceptDescriptionScala[C, R]) extends ELConceptDescriptionScala[C, R] with Product with Serializable
  23. trait Interpretation[I, C, G, T] extends AnyRef
  24. class Interpretation2 extends AnyRef
  25. class Matrix3D[G, M, W] extends AnyRef
  26. class OWLInterpretation extends AInterpretation[OWLClassExpression, OWLSubClassOfAxiom, OWLOntology]
  27. class OWLMinimizer extends AnyRef
  28. case class RNAME(value: String) extends ELToken with Product with Serializable
  29. final class Signature extends AnyRef
  30. case class Top[C, R]() extends ELConceptDescriptionScala[C, R] with Product with Serializable

Value Members

  1. object AND extends ELToken with Product with Serializable
  2. object CLOSEBRACE extends ELToken with Product with Serializable
  3. object DOT extends ELToken with Product with Serializable
  4. object ELConceptDescriptionsScala
  5. object ELLexer extends RegexParsers
  6. object ELNeighborhoodTest2
  7. object ELParser extends Parsers
  8. object ELSubsumptionContextGenerator
  9. object EXISTS extends ELToken with Product with Serializable
  10. object OPENBRACE extends ELToken with Product with Serializable
  11. object TOP extends ELToken with Product with Serializable

Ungrouped