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

OWLClass Class

Object
Node
Resource
DefaultRDFSResource
RDFSResource
DefaultRDFSClass
RDFSClass
OWLClass

Properties implemented by OWLClass

OWLClass has no properties.

Methods implemented by OWLClass
private method _getCardinality

PHPminmimum _getCardinality(rdfsproperty $property, string $minmax)

Returns the minmimum or maximum cardinality of a property.

Arguments

Return

or maximum cardinality of a property

private method _getCardinalityInherited

PHP_getCardinalityInherited(unknown $property, unknown $minmax)

OWLClass::_getCardinalityInherited()

Arguments

private method _getCardinalityStm

PHPstatement _getCardinalityStm(rdfsproperty $property, string $minmax)

Helper function returning the statement stating the cardinality of a property

Arguments

private method _getRestrictionStatement

PHP_getRestrictionStatement(unknown $property, array $types)

OWLClass::_getRestrictionStatement()

Arguments

private method _setCardinality

PHP_setCardinality(rdfsproperty $property, string $minmax, integer $cardinality)

Sets the cardinality for a property.

Arguments

public method getCardinalityMax

PHPinteger getCardinalityMax(rdfsproperty $property)

Returns the maximum cardinality of a property.

Arguments

Return

Maximum cardinality of a property

public method getCardinalityMaxInherited

PHPinteger getCardinalityMaxInherited(rdfsproperty $property)

Returns the maximum cardinality of a property or a maximum cardinality for that property inherited from a superclass.

Arguments

Return

Maximum cardinality of a property

public method getCardinalityMin

PHPinteger getCardinalityMin(rdfsproperty $property)

Returns the minimum cardinality of a property.

Arguments

Return

Minimum cardinality of a property.

public method getCardinalityMinInherited

PHPinteger getCardinalityMinInherited(rdfsproperty $property)

Returns the minimum cardinality of a property or a minimum cardinality for that property inherited from a superclass.

Arguments

Return

Minimum cardinality of a property.

public method getRestriction

PHPgetRestriction(unknown $property, array $type)

Arguments

public method getRestrictionAllValuesFrom

PHPgetRestrictionAllValuesFrom(unknown $property)

Arguments

public method getRestrictionHasValue

PHPgetRestrictionHasValue(unknown $property)

Arguments

public method getRestrictionSomeValuesFrom

PHPgetRestrictionSomeValuesFrom(unknown $property)

Arguments

public method listComplementOf

PHPlistComplementOf()

public method listDisjointWith

PHPlistDisjointWith()

public method listEquivalentClasses

PHPlistEquivalentClasses()

public method listEquivalentClassesInfered

PHPlistEquivalentClassesInfered()

public method listIntersectionOf

PHPlistIntersectionOf()

public method listSubClassesInfered

PHPlistSubClassesInfered(boolean $includeEquivalentClasses)

Arguments

public method listSuperClassesInfered

PHPlistSuperClassesInfered()

public method listUnionOf

PHPlistUnionOf()

public method setCardinality

PHPsetCardinality(rdfsproperty $property, integer $cardinality)

Sets the cardinality for a property.

Arguments

public method setCardinalityMax

PHPsetCardinalityMax(rdfsproperty $property, integer $cardinality)

Sets the maximum cardinality for a property.

Arguments

public method setCardinalityMin

PHPsetCardinalityMin(rdfsproperty $property, integer $cardinality)

Sets the minimum cardinality for a property.

Arguments

public method setComplementOf

PHPsetComplementOf(unknown $values)

Arguments

public method setDisjointWith

PHPsetDisjointWith(unknown $values)

Arguments

public method setEquivalentClasses

PHPsetEquivalentClasses(unknown $values)

Arguments

public method setIntersectionOf

PHPsetIntersectionOf(unknown $values)

Arguments

public method setUnionOf

PHPsetUnionOf(unknown $values)

Arguments

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