package scowl

Linear Supertypes
SWRLArgs, Values, AnnotationSubjects, SWRLAtoms, Facets, PropertyCharacteristics, ClassExpressions, DataExpressions, ObjectExpressions, PropertyAxioms, IndividualAxioms, ClassAxioms, AnnotationAxioms, Entities, Vocab, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scowl
  2. SWRLArgs
  3. Values
  4. AnnotationSubjects
  5. SWRLAtoms
  6. Facets
  7. PropertyCharacteristics
  8. ClassExpressions
  9. DataExpressions
  10. ObjectExpressions
  11. PropertyAxioms
  12. IndividualAxioms
  13. ClassAxioms
  14. AnnotationAxioms
  15. Entities
  16. Vocab
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def <[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction
    Definition Classes
    Facets
  2. def <=[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction
    Definition Classes
    Facets
  3. def >[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction
    Definition Classes
    Facets
  4. def >=[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction
    Definition Classes
    Facets
  5. def Individual(): OWLAnonymousIndividual
    Definition Classes
    Entities
  6. def Individual(iri: String): OWLNamedIndividual
    Definition Classes
    Entities
  7. def Individual(iri: IRI): OWLNamedIndividual
    Definition Classes
    Entities
  8. val OWLNothing: OWLClass
    Definition Classes
    Vocab
  9. val OWLThing: OWLClass
    Definition Classes
    Vocab
  10. def Ontology(iri: String, axioms: Set[OWLAxiom]): OWLOntology
    Definition Classes
    Entities
  11. val RDFSComment: OWLAnnotationProperty
    Definition Classes
    Vocab
  12. val RDFSLabel: OWLAnnotationProperty
    Definition Classes
    Vocab
  13. val XSDBoolean: OWLDatatype
    Definition Classes
    Vocab
  14. val XSDDouble: OWLDatatype
    Definition Classes
    Vocab
  15. val XSDFloat: OWLDatatype
    Definition Classes
    Vocab
  16. val XSDInteger: OWLDatatype
    Definition Classes
    Vocab
  17. val XSDNonNegativeInteger: OWLDatatype
    Definition Classes
    Vocab
  18. def differentFrom[S, O](subj: S, obj: O)(implicit arg0: SWRLIArgish[S], arg1: SWRLIArgish[O]): SWRLDifferentIndividualsAtom
    Definition Classes
    SWRLAtoms
  19. def inverse(property: OWLObjectPropertyExpression): OWLObjectInverseOf
    Definition Classes
    ClassExpressions
  20. def not[T](property: OWLDataPropertyExpression, value: T)(implicit arg0: Literalable[T]): ScowlNegativeDataPropertyValue[T]
    Definition Classes
    ClassExpressions
  21. def not(property: OWLObjectPropertyExpression, value: OWLIndividual): ScowlNegativeObjectPropertyValue
    Definition Classes
    ClassExpressions
  22. def not(dataRange: OWLDataRange): OWLDataComplementOf
    Definition Classes
    ClassExpressions
  23. def not(classExpression: OWLClassExpression): OWLObjectComplementOf
    Definition Classes
    ClassExpressions
  24. def oneOf(literals: OWLLiteral*): OWLDataOneOf
    Definition Classes
    ClassExpressions
  25. def oneOf(individuals: OWLNamedIndividual*): OWLObjectOneOf
    Definition Classes
    ClassExpressions
  26. def sameAs[S, O](subj: S, obj: O)(implicit arg0: SWRLIArgish[S], arg1: SWRLIArgish[O]): SWRLSameIndividualAtom
    Definition Classes
    SWRLAtoms
  27. val swrlbAbs: SWRLBuiltIn
    Definition Classes
    SWRLAtoms
  28. object AnnotationProperty extends NamedObjectConstructor[OWLAnnotationProperty]
    Definition Classes
    Entities
  29. implicit object AnnotationSubjectAnnotatable extends Annotatable[OWLAnnotationSubject]
    Definition Classes
    AnnotationSubjects
  30. implicit object AnnotationValueValuer extends AnnotationValuer[OWLAnnotationValue]
    Definition Classes
    Values
  31. implicit object BooleanLiterable extends Literalable[Boolean]
    Definition Classes
    Values
  32. object Class extends NamedObjectConstructor[OWLClass]
    Definition Classes
    Entities
  33. object Declaration
    Definition Classes
    AnnotationAxioms
  34. implicit object DoubleLiterable extends Literalable[Double]
    Definition Classes
    Values
  35. implicit object FloatLiterable extends Literalable[Float]
    Definition Classes
    Values
  36. implicit object IndividualArgish extends SWRLIArgish[OWLIndividual]
    Definition Classes
    SWRLArgs
  37. implicit object IntLiterable extends Literalable[Int]
    Definition Classes
    Values
  38. implicit object LiteralLiterable extends Literalable[OWLLiteral]
    Definition Classes
    Values
  39. implicit object NamedObjectAnnotatable extends Annotatable[OWLNamedObject]
    Definition Classes
    AnnotationSubjects
  40. implicit object NamedObjectValuer extends AnnotationValuer[OWLNamedObject]
    Definition Classes
    Values
  41. object ObjectProperty extends NamedObjectConstructor[OWLObjectProperty]
    Definition Classes
    Entities
  42. implicit object StringLiterable extends Literalable[String]
    Definition Classes
    Values
  43. implicit object SymbolArgish extends SWRLIArgish[Symbol] with SWRLDArgish[Symbol]
    Definition Classes
    SWRLArgs
  44. implicit object VariableArgish extends SWRLIArgish[SWRLVariable] with SWRLDArgish[SWRLVariable]
    Definition Classes
    SWRLArgs

Inherited from SWRLArgs

Inherited from Values

Inherited from AnnotationSubjects

Inherited from SWRLAtoms

Inherited from Facets

Inherited from PropertyCharacteristics

Inherited from ClassExpressions

Inherited from DataExpressions

Inherited from ObjectExpressions

Inherited from PropertyAxioms

Inherited from IndividualAxioms

Inherited from ClassAxioms

Inherited from AnnotationAxioms

Inherited from Entities

Inherited from Vocab

Inherited from AnyRef

Inherited from Any

Ungrouped