Packages

package scowl

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

Type Members

  1. case class ObjectPropertyChain extends Product with Serializable
    Definition Classes
    ObjectExpressions

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. lazy val factory: OWLDataFactory
    Attributes
    protected
  19. def inverse(property: OWLObjectProperty): 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. object Annotation
    Definition Classes
    AnnotationAxioms
  27. object AnnotationAssertion
    Definition Classes
    AnnotationAxioms

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