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. implicit object AnnotationSubjectAnnotatable extends Annotatable[OWLAnnotationSubject]

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

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

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

    Permalink
    Definition Classes
    Entities
  9. object ClassAssertion

    Permalink
    Definition Classes
    IndividualAxioms
  10. implicit object DoubleLiterable extends Literalable[Double]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Values
  18. object NamedIndividual extends NamedObjectConstructor[OWLNamedIndividual]

    Permalink
    Definition Classes
    Entities
  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 ObjectInverseOf

    Permalink
    Definition Classes
    ObjectExpressions
  24. object ObjectProperty extends NamedObjectConstructor[OWLObjectProperty]

    Permalink
    Definition Classes
    Entities
  25. object ObjectPropertyAssertion extends ObjectPropertyAssertionAxiom[OWLObjectPropertyAssertionAxiom]

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

    Permalink
    Definition Classes
    Entities
  27. val RDFSComment: OWLAnnotationProperty

    Permalink
    Definition Classes
    Vocab
  28. val RDFSLabel: OWLAnnotationProperty

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

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

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

    Permalink
    Definition Classes
    SWRLArgs
  32. val XSDBoolean: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  33. val XSDDouble: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  34. val XSDFloat: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  35. val XSDInteger: OWLDatatype

    Permalink
    Definition Classes
    Vocab
  36. val XSDNonNegativeInteger: OWLDatatype

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SWRLAtoms
  46. 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