implicit final class ScowlObjectProperty extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScowlObjectProperty
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScowlObjectProperty(self: OWLObjectPropertyExpression)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def Characteristic[T <: OWLObjectPropertyCharacteristicAxiom](characteristic: PropertyCharacteristic[T, _]): T
- def DisjointWith(other: OWLObjectPropertyExpression): OWLDisjointObjectPropertiesAxiom
- def Domain(domain: OWLClassExpression): OWLObjectPropertyDomainAxiom
- def EquivalentTo(other: OWLObjectPropertyExpression): OWLEquivalentObjectPropertiesAxiom
- def InverseOf(other: OWLObjectPropertyExpression): OWLInverseObjectPropertiesAxiom
- def Range(range: OWLClassExpression): OWLObjectPropertyRangeAxiom
- def Self: OWLObjectHasSelf
- def SubPropertyChain(chain: ScowlPropertyChain): OWLSubPropertyChainOfAxiom
- def SubPropertyOf(other: OWLObjectPropertyExpression): OWLSubObjectPropertyOfAxiom
- def apply[S, O](subj: S, obj: O)(implicit arg0: SWRLIArgish[S], arg1: SWRLIArgish[O]): SWRLObjectPropertyAtom
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def exactly(cardinality: Int): OWLObjectExactCardinality
- def exactly(cardinality: Int, classExpression: OWLClassExpression): OWLObjectExactCardinality
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def max(cardinality: Int): OWLObjectMaxCardinality
- def max(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMaxCardinality
- def min(cardinality: Int): OWLObjectMinCardinality
- def min(cardinality: Int, classExpression: OWLClassExpression): OWLObjectMinCardinality
- def o(property: OWLObjectPropertyExpression): ScowlPropertyChain
- def only(classExpression: OWLClassExpression): OWLObjectAllValuesFrom
- val self: OWLObjectPropertyExpression
- def some(classExpression: OWLClassExpression): OWLObjectSomeValuesFrom
- def toString(): String
- Definition Classes
- Any
- def value(individual: OWLIndividual): OWLObjectHasValue