implicit final class ScowlDataProperty extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScowlDataProperty
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScowlDataProperty(self: OWLDataPropertyExpression)
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 <: OWLDataPropertyCharacteristicAxiom](characteristic: PropertyCharacteristic[_, T]): T
- def DisjointWith(other: OWLDataPropertyExpression): OWLDisjointDataPropertiesAxiom
- def Domain(domain: OWLClassExpression): OWLDataPropertyDomainAxiom
- def EquivalentTo(other: OWLDataPropertyExpression): OWLEquivalentDataPropertiesAxiom
- def Range(range: OWLDataRange): OWLDataPropertyRangeAxiom
- def SubPropertyOf(other: OWLDataPropertyExpression): OWLSubDataPropertyOfAxiom
- def apply[S, V](subj: S, value: V)(implicit arg0: SWRLIArgish[S], arg1: SWRLDArgish[V]): SWRLDataPropertyAtom
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def exactly(cardinality: Int): OWLDataExactCardinality
- def exactly(cardinality: Int, range: OWLDataRange): OWLDataExactCardinality
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def max(cardinality: Int): OWLDataMaxCardinality
- def max(cardinality: Int, range: OWLDataRange): OWLDataMaxCardinality
- def min(cardinality: Int): OWLDataMinCardinality
- def min(cardinality: Int, range: OWLDataRange): OWLDataMinCardinality
- def only(range: OWLDataRange): OWLDataAllValuesFrom
- val self: OWLDataPropertyExpression
- def some(range: OWLDataRange): OWLDataSomeValuesFrom
- def toString(): String
- Definition Classes
- Any
- def value[T](value: T)(implicit arg0: Literalable[T]): OWLDataHasValue