[ Expand All ] [ Collapse All ] - [ Properties (0) ] [ Methods (22) ] - [ Legend ]

OWLProperty Class

Object
Node
Resource
DefaultRDFSResource
RDFSResource
DefaultRDFSProperty
RDFSProperty
OWLProperty

Properties implemented by OWLProperty

OWLProperty has no properties.

Methods implemented by OWLProperty
public method addDomainToUnionClass

PHPaddDomainToUnionClass(unknown $class)

Arguments

public method addRangeToUnionClass

PHPaddRangeToUnionClass(unknown $class)

Arguments

public method domainIsUnionClass

PHPboolean domainIsUnionClass()

Checks whether the domain of this property is an union class description.

Return

True if the domain is an union class description, false otherwise.

public method isAnnotation

PHPboolean isAnnotation(boolean $bool)

Checks if this property is of type owl:AnnotationProperty. If the optional parameter $bool is given, owl:AnnotationProperty will be set or removed according to $bool.

Arguments

Return

True if the property is of type owl:AnnotationProperty, false otherwise.

public method isDatatypeProperty

PHPboolean isDatatypeProperty(boolean $bool)

Checks if this property is of type owl:DatatypeProperty. If the optional parameter $bool is given, it will be toggled between owl:DatatypeProperty and owl:ObjectProperty according to $bool.

Arguments

Return

True if the property is of type owl:DatatypeProperty, false otherwise.

public method isFunctional

PHPboolean isFunctional(boolean $bool)

Checks if this property is of type owl:FunctionalProperty. If the optional parameter $bool is given, owl:FunctionalProperty will be set or removed according to $bool.

Arguments

Return

True if the property is of type owl:FunctionalProperty, false otherwise.

public method isInverseFunctional

PHPboolean isInverseFunctional(boolean $bool)

Checks if this property is of type owl:InverseFunctionalProperty. If the optional parameter $bool is given, owl:InverseFunctionalProperty will be set or removed according to $bool.

Arguments

Return

True if the property is of type owl:InverseFunctionalProperty, false otherwise.

public method isObjectProperty

PHPboolean isObjectProperty(boolean $bool)

Checks if this property is of type owl:ObjectProperty. If the optional parameter $bool is given, it will be toggled between owl:ObjectProperty and owl:DatatypeProperty according to $bool.

Arguments

Return

True if the property is of type owl:ObjectProperty, false otherwise.

public method isSymmetric

PHPboolean isSymmetric(boolean $bool)

Checks if this property is of type owl:SymmetricProperty. If the optional parameter $bool is given, owl:SymmetricProperty will be set or removed according to $bool.

Arguments

Return

True if the property is of type owl:SymmetricProperty, false otherwise.

public method isTransitive

PHPboolean isTransitive(boolean $bool)

Checks if this property is of type owl:TransitiveProperty. If the optional parameter $bool is given, owl:TransitiveProperty will be set or removed according to $bool.

Arguments

Return

True if the property is of type owl:TransitiveProperty, false otherwise.

public method listDomainFromUnionClass

PHPlistDomainFromUnionClass()

public method listEquivalentProperties

PHParray listEquivalentProperties()

Returns an array of equivalent OWLProperties indexed by their local names.

Return

An array of equivalent OWLProperties indexed by their local names.

public method listInverseOf

PHParray listInverseOf()

Returns an array of inverse OWLProperties indexed by their local names.

Return

An array of inverse OWLProperties indexed by their local names.

public method listRangeFromDataRange

PHPlistRangeFromDataRange()

public method listRangeFromUnionClass

PHPlistRangeFromUnionClass()

public method rangeIsDataRange

PHPrangeIsDataRange()

public method rangeIsUnionClass

PHPboolean rangeIsUnionClass()

Checks whether the range of this property is an union class description.

Return

True if the range is an union class description, false otherwise.

public method setDomainToUnionClass

PHPsetDomainToUnionClass(unknown $members)

Arguments

public method setEquivalentProperties

PHPboolean setEquivalentProperties(array $values)

Sets equivalent properties to the properties given in values.

Arguments

public method setInverseOf

PHPboolean setInverseOf(array $values)

Sets inverse properties to the properties given in values.

Arguments

public method setRangeToDataRange

PHPsetRangeToDataRange(unknown $members)

Arguments

public method setRangeToUnionClass

PHPsetRangeToUnionClass(unknown $members)

Arguments

Generated by PHPEdit - Copyright © 1999-2004 - Sébastien Hordeaux - WaterProof SARL