Class

org.phenoscape.scowl

ScowlDataProperty

Related Doc: package scowl

Permalink

implicit final class ScowlDataProperty extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScowlDataProperty
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScowlDataProperty(self: OWLDataPropertyExpression)

    Permalink

Value Members

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

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

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

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

    Permalink
  5. def DisjointWith(other: OWLDataPropertyExpression): OWLDisjointDataPropertiesAxiom

    Permalink
  6. def Domain(domain: OWLClassExpression): OWLDataPropertyDomainAxiom

    Permalink
  7. def EquivalentTo(other: OWLDataPropertyExpression): OWLEquivalentDataPropertiesAxiom

    Permalink
  8. def Range(range: OWLDataRange): OWLDataPropertyRangeAxiom

    Permalink
  9. def SubPropertyOf(other: OWLDataPropertyExpression): OWLSubDataPropertyOfAxiom

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

    Permalink
  11. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
  18. def min(cardinality: Int): OWLDataMinCardinality

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

    Permalink
  20. def only(range: OWLDataRange): OWLDataAllValuesFrom

    Permalink
  21. val self: OWLDataPropertyExpression

    Permalink
  22. def some(range: OWLDataRange): OWLDataSomeValuesFrom

    Permalink
  23. def toString(): String

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

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped