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 EquivalentTo(other: OWLObjectPropertyExpression): OWLEquivalentObjectPropertiesAxiom
  8. def InverseOf(other: OWLObjectPropertyExpression): OWLInverseObjectPropertiesAxiom
  9. def Range(range: OWLClassExpression): OWLObjectPropertyRangeAxiom
  10. def Self: OWLObjectHasSelf
  11. def SubPropertyChain(chain: ScowlPropertyChain): OWLSubPropertyChainOfAxiom
  12. def SubPropertyOf(other: OWLObjectPropertyExpression): OWLSubObjectPropertyOfAxiom
  13. def apply[S, O](subj: S, obj: O)(implicit arg0: SWRLIArgish[S], arg1: SWRLIArgish[O]): SWRLObjectPropertyAtom
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def exactly(cardinality: Int): OWLObjectExactCardinality
  16. def exactly(cardinality: Int, classExpression: OWLClassExpression): OWLObjectExactCardinality
  17. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def max(cardinality: Int): OWLObjectMaxCardinality
  20. def max(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMaxCardinality
  21. def min(cardinality: Int): OWLObjectMinCardinality
  22. def min(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMinCardinality
  23. def o(property: OWLObjectPropertyExpression): ScowlPropertyChain
  24. def only(classExpression: OWLClassExpression): OWLObjectAllValuesFrom
  25. val self: OWLObjectPropertyExpression
  26. def some(classExpression: OWLClassExpression): OWLObjectSomeValuesFrom
  27. def toString(): String
    Definition Classes
    Any
  28. def value(individual: OWLIndividual): OWLObjectHasValue

Inherited from AnyVal

Inherited from Any

Ungrouped