Packages

package scowl

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

Type Members

  1. implicit final class ScowlAnnotationSubject extends AnyVal
  2. implicit final class ScowlAxiom extends AnyVal
  3. implicit final class ScowlClassExpression extends AnyVal
  4. implicit final class ScowlDataOneOf extends AnyVal
  5. implicit final class ScowlDataProperty extends AnyVal
  6. implicit final class ScowlDataRange extends AnyVal
  7. implicit final class ScowlDataType extends AnyVal
  8. implicit final class ScowlIndividual extends AnyVal
  9. implicit final class ScowlLiteral extends AnyVal
  10. implicit final class ScowlLiteralString extends AnyVal
  11. implicit final class ScowlNamedObject extends AnyVal
  12. implicit final class ScowlObjectOneOf extends AnyVal
  13. implicit final class ScowlObjectProperty extends AnyVal
  14. implicit final class ScowlSWRLAtom extends AnyVal
  15. trait Vocab extends AnyRef

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. implicit object AnnotationSubjectAnnotatable extends Annotatable[OWLAnnotationSubject]
    Definition Classes
    AnnotationSubjects
  29. implicit object NamedObjectAnnotatable extends Annotatable[OWLNamedObject]
    Definition Classes
    AnnotationSubjects
  30. implicit object IndividualArgish extends SWRLIArgish[OWLIndividual]
    Definition Classes
    SWRLArgs
  31. implicit object SymbolArgish extends SWRLIArgish[Symbol] with SWRLDArgish[Symbol]
    Definition Classes
    SWRLArgs
  32. implicit object VariableArgish extends SWRLIArgish[SWRLVariable] with SWRLDArgish[SWRLVariable]
    Definition Classes
    SWRLArgs
  33. implicit object AnnotationValueValuer extends AnnotationValuer[OWLAnnotationValue]
    Definition Classes
    Values
  34. implicit object BooleanLiterable extends Literalable[Boolean]
    Definition Classes
    Values
  35. implicit object DoubleLiterable extends Literalable[Double]
    Definition Classes
    Values
  36. implicit object FloatLiterable extends Literalable[Float]
    Definition Classes
    Values
  37. implicit object IntLiterable extends Literalable[Int]
    Definition Classes
    Values
  38. implicit object LiteralLiterable extends Literalable[OWLLiteral]
    Definition Classes
    Values
  39. implicit object NamedObjectValuer extends AnnotationValuer[OWLNamedObject]
    Definition Classes
    Values
  40. implicit object StringLiterable extends Literalable[String]
    Definition Classes
    Values
  41. object Annotation
    Definition Classes
    AnnotationAxioms
  42. object AnnotationAssertion
    Definition Classes
    AnnotationAxioms
  43. object Declaration
    Definition Classes
    AnnotationAxioms
  44. object DisjointClasses extends NaryClassAxiom[OWLDisjointClassesAxiom]
    Definition Classes
    ClassAxioms
  45. object DisjointUnion
    Definition Classes
    ClassAxioms
  46. object EquivalentClasses extends NaryClassAxiom[OWLEquivalentClassesAxiom]
    Definition Classes
    ClassAxioms
  47. object HasKey
    Definition Classes
    ClassAxioms
  48. object SubClassOf
    Definition Classes
    ClassAxioms
  49. object @@
    Definition Classes
    DataExpressions
  50. object DataAllValuesFrom
    Definition Classes
    DataExpressions
  51. object DataComplementOf
    Definition Classes
    DataExpressions
  52. object DataIntersectionOf
    Definition Classes
    DataExpressions
  53. object DataOneOf
    Definition Classes
    DataExpressions
  54. object DataSomeValuesFrom
    Definition Classes
    DataExpressions
  55. object DatatypeDefinition
    Definition Classes
    DataExpressions
  56. object DatatypeRestriction
    Definition Classes
    DataExpressions
  57. object XSDMaxInclusive extends FacetRestriction
    Definition Classes
    DataExpressions
  58. object XSDMinInclusive extends FacetRestriction
    Definition Classes
    DataExpressions
  59. object ^^
    Definition Classes
    DataExpressions
  60. object AnnotationProperty extends NamedObjectConstructor[OWLAnnotationProperty]
    Definition Classes
    Entities
  61. object AnonymousIndividual
    Definition Classes
    Entities
  62. object Class extends NamedObjectConstructor[OWLClass]
    Definition Classes
    Entities
  63. object DataProperty extends NamedObjectConstructor[OWLDataProperty]
    Definition Classes
    Entities
  64. object Datatype extends NamedObjectConstructor[OWLDatatype]
    Definition Classes
    Entities
  65. object NamedIndividual extends NamedObjectConstructor[OWLNamedIndividual]
    Definition Classes
    Entities
  66. object ObjectProperty extends NamedObjectConstructor[OWLObjectProperty]
    Definition Classes
    Entities
  67. object ClassAssertion
    Definition Classes
    IndividualAxioms
  68. object DataPropertyAssertion extends DataPropertyAssertionAxiom[OWLDataPropertyAssertionAxiom]
    Definition Classes
    IndividualAxioms
  69. object DifferentIndividuals extends NaryIndividualsAxiom[OWLDifferentIndividualsAxiom]
    Definition Classes
    IndividualAxioms
  70. object NegativeDataPropertyAssertion extends DataPropertyAssertionAxiom[OWLNegativeDataPropertyAssertionAxiom]
    Definition Classes
    IndividualAxioms
  71. object NegativeObjectPropertyAssertion extends ObjectPropertyAssertionAxiom[OWLNegativeObjectPropertyAssertionAxiom]
    Definition Classes
    IndividualAxioms
  72. object ObjectPropertyAssertion extends ObjectPropertyAssertionAxiom[OWLObjectPropertyAssertionAxiom]
    Definition Classes
    IndividualAxioms
  73. object SameIndividual extends NaryIndividualsAxiom[OWLSameIndividualAxiom]
    Definition Classes
    IndividualAxioms
  74. object ObjectAllValuesFrom
    Definition Classes
    ObjectExpressions
  75. object ObjectComplementOf
    Definition Classes
    ObjectExpressions
  76. object ObjectExactCardinality
    Definition Classes
    ObjectExpressions
  77. object ObjectHasSelf
    Definition Classes
    ObjectExpressions
  78. object ObjectHasValue
    Definition Classes
    ObjectExpressions
  79. object ObjectIntersectionOf
    Definition Classes
    ObjectExpressions
  80. object ObjectInverseOf
    Definition Classes
    ObjectExpressions
  81. object ObjectMaxCardinality
    Definition Classes
    ObjectExpressions
  82. object ObjectMinCardinality
    Definition Classes
    ObjectExpressions
  83. object ObjectOneOf
    Definition Classes
    ObjectExpressions
  84. object ObjectSomeValuesFrom
    Definition Classes
    ObjectExpressions
  85. object ObjectUnionOf
    Definition Classes
    ObjectExpressions
  86. object AsymmetricObjectProperty extends UnaryObjectPropertyAxiom[OWLAsymmetricObjectPropertyAxiom, OWLObjectPropertyExpression]
    Definition Classes
    PropertyAxioms
  87. object DataPropertyDomain
    Definition Classes
    PropertyAxioms
  88. object DataPropertyRange
    Definition Classes
    PropertyAxioms
  89. object DisjointDataProperties
    Definition Classes
    PropertyAxioms
  90. object DisjointObjectProperties
    Definition Classes
    PropertyAxioms
  91. object EquivalentDataProperties
    Definition Classes
    PropertyAxioms
  92. object EquivalentObjectProperties
    Definition Classes
    PropertyAxioms
  93. object FunctionalDataProperty extends UnaryObjectPropertyAxiom[OWLFunctionalDataPropertyAxiom, OWLDataPropertyExpression]
    Definition Classes
    PropertyAxioms
  94. object FunctionalObjectProperty extends UnaryObjectPropertyAxiom[OWLFunctionalObjectPropertyAxiom, OWLObjectPropertyExpression]
    Definition Classes
    PropertyAxioms
  95. object InverseFunctionalObjectProperty extends UnaryObjectPropertyAxiom[OWLInverseFunctionalObjectPropertyAxiom, OWLObjectPropertyExpression]
    Definition Classes
    PropertyAxioms
  96. object InverseObjectProperties
    Definition Classes
    PropertyAxioms
  97. object IrreflexiveObjectProperty extends UnaryObjectPropertyAxiom[OWLIrreflexiveObjectPropertyAxiom, OWLObjectPropertyExpression]
    Definition Classes
    PropertyAxioms
  98. object ObjectPropertyDomain
    Definition Classes
    PropertyAxioms
  99. object ObjectPropertyRange
    Definition Classes
    PropertyAxioms
  100. object ReflexiveObjectProperty extends UnaryObjectPropertyAxiom[OWLReflexiveObjectPropertyAxiom, OWLObjectPropertyExpression]
    Definition Classes
    PropertyAxioms
  101. object SubDataPropertyOf
    Definition Classes
    PropertyAxioms
  102. object SubObjectPropertyChainOf
    Definition Classes
    PropertyAxioms
  103. object SubObjectPropertyOf
    Definition Classes
    PropertyAxioms
  104. object SymmetricObjectProperty extends UnaryObjectPropertyAxiom[OWLSymmetricObjectPropertyAxiom, OWLObjectPropertyExpression]
    Definition Classes
    PropertyAxioms
  105. object TransitiveObjectProperty extends UnaryObjectPropertyAxiom[OWLTransitiveObjectPropertyAxiom, OWLObjectPropertyExpression]
    Definition Classes
    PropertyAxioms
  106. object Asymmetric extends ObjectPropertyOnlyCharacteristic[OWLAsymmetricObjectPropertyAxiom]
    Definition Classes
    PropertyCharacteristics
  107. object Functional extends PropertyCharacteristic[OWLFunctionalObjectPropertyAxiom, OWLFunctionalDataPropertyAxiom]
    Definition Classes
    PropertyCharacteristics
  108. object InverseFunctional extends ObjectPropertyOnlyCharacteristic[OWLInverseFunctionalObjectPropertyAxiom]
    Definition Classes
    PropertyCharacteristics
  109. object Irreflexive extends ObjectPropertyOnlyCharacteristic[OWLIrreflexiveObjectPropertyAxiom]
    Definition Classes
    PropertyCharacteristics
  110. object Reflexive extends ObjectPropertyOnlyCharacteristic[OWLReflexiveObjectPropertyAxiom]
    Definition Classes
    PropertyCharacteristics
  111. object Symmetric extends ObjectPropertyOnlyCharacteristic[OWLSymmetricObjectPropertyAxiom]
    Definition Classes
    PropertyCharacteristics
  112. object Transitive extends ObjectPropertyOnlyCharacteristic[OWLTransitiveObjectPropertyAxiom]
    Definition Classes
    PropertyCharacteristics

Inherited from SWRLArgs

Inherited from Values

Inherited from AnnotationSubjects

Inherited from SWRLAtoms

Inherited from Facets

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