implicit final
class
ScowlDataProperty extends AnyVal
Instance Constructors
-
new
ScowlDataProperty(self: OWLDataPropertyExpression)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
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
-
def
exactly(cardinality: Int): OWLDataExactCardinality
-
def
exactly(cardinality: Int, range: OWLDataRange): OWLDataExactCardinality
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
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
-
def
value[T](value: T)(implicit arg0: Literalable[T]): OWLDataHasValue
Inherited from AnyVal
Inherited from NotNull
Inherited from Any