Package

org.phenoscape

scowl

Permalink

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

    Permalink
    Definition Classes
    ObjectExpressions

Value Members

  1. def <[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction

    Permalink
    Definition Classes
    Facets
  2. def <=[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction

    Permalink
    Definition Classes
    Facets
  3. def >[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction

    Permalink
    Definition Classes
    Facets
  4. def >=[T](value: T)(implicit arg0: Literalable[T]): OWLFacetRestriction

    Permalink
    Definition Classes
    Facets
  5. object Annotation

    Permalink
    Definition Classes
    AnnotationAxioms
  6. object AnnotationAssertion

    Permalink
    Definition Classes
    AnnotationAxioms
  7. def Individual(): OWLAnonymousIndividual

    Permalink
    Definition Classes
    Entities
  8. def Individual(iri: String): OWLNamedIndividual

    Permalink
    Definition Classes
    Entities
  9. def Individual(iri: IRI): OWLNamedIndividual

    Permalink
    Definition Classes
    Entities
  10. val OWLNothing: OWLClass

    Permalink
    Definition Classes
    Vocab
  11. val OWLThing: OWLClass

    Permalink
    Definition Classes
    Vocab
  12. def Ontology(iri: String, axioms: Set[OWLAxiom]): OWLOntology

    Permalink
    Definition Classes
    Entities
  13. val RDFSComment: OWLAnnotationProperty

    Permalink
    Definition Classes
    Vocab
  14. val RDFSLabel: OWLAnnotationProperty

    Permalink
    Definition Classes
    Vocab
  15. val XSDBoolean: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  16. val XSDDouble: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  17. val XSDFloat: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  18. val XSDInteger: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  19. val XSDNonNegativeInteger: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  20. lazy val factory: OWLDataFactory

    Permalink
    Attributes
    protected
  21. def inverse(property: OWLObjectProperty): OWLObjectInverseOf

    Permalink
    Definition Classes
    ClassExpressions
  22. def not[T](property: OWLDataPropertyExpression, value: T)(implicit arg0: Literalable[T]): ScowlNegativeDataPropertyValue[T]

    Permalink
    Definition Classes
    ClassExpressions
  23. def not(property: OWLObjectPropertyExpression, value: OWLIndividual): ScowlNegativeObjectPropertyValue

    Permalink
    Definition Classes
    ClassExpressions
  24. def not(dataRange: OWLDataRange): OWLDataComplementOf

    Permalink
    Definition Classes
    ClassExpressions
  25. def not(classExpression: OWLClassExpression): OWLObjectComplementOf

    Permalink
    Definition Classes
    ClassExpressions
  26. def oneOf(literals: OWLLiteral*): OWLDataOneOf

    Permalink
    Definition Classes
    ClassExpressions
  27. def oneOf(individuals: OWLNamedIndividual*): OWLObjectOneOf

    Permalink
    Definition Classes
    ClassExpressions

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