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 InverseOf(other: OWLObjectPropertyExpression): OWLInverseObjectPropertiesAxiom

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

    Permalink
  9. def Self: OWLObjectHasSelf

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

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

    Permalink
  12. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
  23. val self: OWLObjectPropertyExpression

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

    Permalink
  25. def toString(): String

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

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped