org.phenoscape.scowl

ScowlDataProperty

implicit final class ScowlDataProperty extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScowlDataProperty
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScowlDataProperty(self: OWLDataPropertyExpression)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. def Characteristic[T <: OWLDataPropertyCharacteristicAxiom](characteristic: PropertyCharacteristic[_, T]): T

  5. def DisjointWith(other: OWLDataPropertyExpression): OWLDisjointDataPropertiesAxiom

  6. def Domain(domain: OWLClassExpression): OWLDataPropertyDomainAxiom

  7. def EquivalentTo(other: OWLDataPropertyExpression): OWLEquivalentDataPropertiesAxiom

  8. def Range(range: OWLDataRange): OWLDataPropertyRangeAxiom

  9. def SubPropertyOf(other: OWLDataPropertyExpression): OWLSubDataPropertyOfAxiom

  10. def apply[S, V](subj: S, value: V)(implicit arg0: SWRLIArgish[S], arg1: SWRLDArgish[V]): SWRLDataPropertyAtom

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def exactly(cardinality: Int): OWLDataExactCardinality

  13. def exactly(cardinality: Int, range: OWLDataRange): OWLDataExactCardinality

  14. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def max(cardinality: Int): OWLDataMaxCardinality

  17. def max(cardinality: Int, range: OWLDataRange): OWLDataMaxCardinality

  18. def min(cardinality: Int): OWLDataMinCardinality

  19. def min(cardinality: Int, range: OWLDataRange): OWLDataMinCardinality

  20. def only(range: OWLDataRange): OWLDataAllValuesFrom

  21. val self: OWLDataPropertyExpression

  22. def some(range: OWLDataRange): OWLDataSomeValuesFrom

  23. def toString(): String

    Definition Classes
    Any
  24. def value[T](value: T)(implicit arg0: Literalable[T]): OWLDataHasValue

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped