Package

org.phenoscape

scowl

Permalink

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

    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 AnnotationProperty extends NamedObjectConstructor[OWLAnnotationProperty]

    Permalink
    Definition Classes
    Entities
  6. implicit object AnnotationSubjectAnnotatable extends Annotatable[OWLAnnotationSubject]

    Permalink
    Definition Classes
    AnnotationSubjects
  7. implicit object AnnotationValueValuer extends AnnotationValuer[OWLAnnotationValue]

    Permalink
    Definition Classes
    Values
  8. implicit object BooleanLiterable extends Literalable[Boolean]

    Permalink
    Definition Classes
    Values
  9. object Class extends NamedObjectConstructor[OWLClass]

    Permalink
    Definition Classes
    Entities
  10. object Declaration

    Permalink
    Definition Classes
    AnnotationAxioms
  11. implicit object DoubleLiterable extends Literalable[Double]

    Permalink
    Definition Classes
    Values
  12. implicit object FloatLiterable extends Literalable[Float]

    Permalink
    Definition Classes
    Values
  13. def Individual(): OWLAnonymousIndividual

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

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

    Permalink
    Definition Classes
    Entities
  16. implicit object IndividualArgish extends SWRLIArgish[OWLIndividual]

    Permalink
    Definition Classes
    SWRLArgs
  17. implicit object IntLiterable extends Literalable[Int]

    Permalink
    Definition Classes
    Values
  18. implicit object LiteralLiterable extends Literalable[OWLLiteral]

    Permalink
    Definition Classes
    Values
  19. implicit object NamedObjectAnnotatable extends Annotatable[OWLNamedObject]

    Permalink
    Definition Classes
    AnnotationSubjects
  20. implicit object NamedObjectValuer extends AnnotationValuer[OWLNamedObject]

    Permalink
    Definition Classes
    Values
  21. val OWLNothing: OWLClass

    Permalink
    Definition Classes
    Vocab
  22. val OWLThing: OWLClass

    Permalink
    Definition Classes
    Vocab
  23. object ObjectProperty extends NamedObjectConstructor[OWLObjectProperty]

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

    Permalink
    Definition Classes
    Entities
  25. val RDFSComment: OWLAnnotationProperty

    Permalink
    Definition Classes
    Vocab
  26. val RDFSLabel: OWLAnnotationProperty

    Permalink
    Definition Classes
    Vocab
  27. implicit object StringLiterable extends Literalable[String]

    Permalink
    Definition Classes
    Values
  28. implicit object SymbolArgish extends SWRLIArgish[Symbol] with SWRLDArgish[Symbol]

    Permalink
    Definition Classes
    SWRLArgs
  29. implicit object VariableArgish extends SWRLIArgish[SWRLVariable] with SWRLDArgish[SWRLVariable]

    Permalink
    Definition Classes
    SWRLArgs
  30. val XSDBoolean: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  31. val XSDDouble: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  32. val XSDFloat: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  33. val XSDInteger: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  34. val XSDNonNegativeInteger: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  35. def differentFrom[S, O](subj: S, obj: O)(implicit arg0: SWRLIArgish[S], arg1: SWRLIArgish[O]): SWRLDifferentIndividualsAtom

    Permalink
    Definition Classes
    SWRLAtoms
  36. def inverse(property: OWLObjectPropertyExpression): OWLObjectInverseOf

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

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

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

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

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

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

    Permalink
    Definition Classes
    ClassExpressions
  43. def sameAs[S, O](subj: S, obj: O)(implicit arg0: SWRLIArgish[S], arg1: SWRLIArgish[O]): SWRLSameIndividualAtom

    Permalink
    Definition Classes
    SWRLAtoms
  44. val swrlbAbs: SWRLBuiltIn

    Permalink
    Definition Classes
    SWRLAtoms

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