Class

org.phenoscape.scowl

ScowlObjectProperty

Related Doc: package scowl

Permalink

implicit final class ScowlObjectProperty extends AnyVal

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

Instance Constructors

  1. new ScowlObjectProperty(self: OWLObjectPropertyExpression)

    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 <: OWLObjectPropertyCharacteristicAxiom](characteristic: PropertyCharacteristic[T, _]): T

    Permalink
  5. def DisjointWith(other: OWLObjectPropertyExpression): OWLDisjointObjectPropertiesAxiom

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

    Permalink
  7. def EquivalentTo(other: OWLObjectPropertyExpression): OWLEquivalentObjectPropertiesAxiom

    Permalink
  8. def InverseOf(other: OWLObjectPropertyExpression): OWLInverseObjectPropertiesAxiom

    Permalink
  9. def Range(range: OWLClassExpression): OWLObjectPropertyRangeAxiom

    Permalink
  10. def Self: OWLObjectHasSelf

    Permalink
  11. def SubPropertyChain(chain: ScowlPropertyChain): OWLSubPropertyChainOfAxiom

    Permalink
  12. def SubPropertyOf(other: OWLObjectPropertyExpression): OWLSubObjectPropertyOfAxiom

    Permalink
  13. def apply[S, O](subj: S, obj: O)(implicit arg0: SWRLIArgish[S], arg1: SWRLIArgish[O]): SWRLObjectPropertyAtom

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def exactly(cardinality: Int): OWLObjectExactCardinality

    Permalink
  16. def exactly(cardinality: Int, classExpression: OWLClassExpression): OWLObjectExactCardinality

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

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

    Permalink
    Definition Classes
    Any
  19. def max(cardinality: Int): OWLObjectMaxCardinality

    Permalink
  20. def max(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMaxCardinality

    Permalink
  21. def min(cardinality: Int): OWLObjectMinCardinality

    Permalink
  22. def min(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMinCardinality

    Permalink
  23. def o(property: OWLObjectPropertyExpression): ScowlPropertyChain

    Permalink
  24. def only(classExpression: OWLClassExpression): OWLObjectAllValuesFrom

    Permalink
  25. val self: OWLObjectPropertyExpression

    Permalink
  26. def some(classExpression: OWLClassExpression): OWLObjectSomeValuesFrom

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    Any
  28. def value(individual: OWLIndividual): OWLObjectHasValue

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped