Packages

c

org.phenoscape.scowl

ScowlObjectProperty

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)

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 <: OWLObjectPropertyCharacteristicAxiom](characteristic: PropertyCharacteristic[T, _]): T
  5. def DisjointWith(other: OWLObjectPropertyExpression): OWLDisjointObjectPropertiesAxiom
  6. def Domain(domain: OWLClassExpression): OWLObjectPropertyDomainAxiom
  7. def InverseOf(other: OWLObjectPropertyExpression): OWLInverseObjectPropertiesAxiom
  8. def Range(range: OWLClassExpression): OWLObjectPropertyRangeAxiom
  9. def Self: OWLObjectHasSelf
  10. def SubPropertyChain(chain: ScowlPropertyChain): OWLSubPropertyChainOfAxiom
  11. def SubPropertyOf(other: OWLObjectPropertyExpression): OWLSubObjectPropertyOfAxiom
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def exactly(cardinality: Int): OWLObjectExactCardinality
  14. def exactly(cardinality: Int, classExpression: OWLClassExpression): OWLObjectExactCardinality
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def max(cardinality: Int): OWLObjectMaxCardinality
  18. def max(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMaxCardinality
  19. def min(cardinality: Int): OWLObjectMinCardinality
  20. def min(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMinCardinality
  21. def o(property: OWLObjectPropertyExpression): ScowlPropertyChain
  22. def only(classExpression: OWLClassExpression): OWLObjectAllValuesFrom
  23. val self: OWLObjectPropertyExpression
  24. def some(classExpression: OWLClassExpression): OWLObjectSomeValuesFrom
  25. def toString(): String
    Definition Classes
    Any
  26. def value(individual: OWLIndividual): OWLObjectHasValue

Inherited from AnyVal

Inherited from Any

Ungrouped