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

DefaultRDFSProperty Class

Object
Node
Resource
DefaultRDFSResource
RDFSResource
DefaultRDFSProperty

Properties implemented by DefaultRDFSProperty

DefaultRDFSProperty has no properties.

Methods implemented by DefaultRDFSProperty
public method addDomain

PHPaddDomain(unknown $classes)

Adds classes to the domain of the property.

Arguments

public method addRange

PHPaddRange(mixed $ranges)

Adds the property to the specified ranges.

Arguments

public method addSubProperty

PHPrdfsproperty addSubProperty(rdfsproperty $property)

Add a sub-property of this property. If the sub-property is a URI instead of a RDFSProperty object - the sub-property will first be created.

Arguments

Return

The property created.

public method countDistinctPropertyValues

PHPcountDistinctPropertyValues(unknown $class, boolean $resourcesOnly, integer $minDistinctValues)

Arguments

public method getDomain

PHPgetDomain()

public method getRange

PHPgetRange()

public method listDistinctPropertyValues

PHPlistDistinctPropertyValues(unknown $class, boolean $resourcesOnly, integer $start, integer $count, integer $erg)

Arguments

public method listDomain

PHParray listDomain()

Gets the domain for the property

Return

$ret

public method listRange

PHPrdfsresource listRange()

Gets the range of the property

Return

/Literal $range

public method listSubProperties

PHParray listSubProperties()

Gets all sub-properties of the property

Return

Array of RDFSProperty properties

public method listSuperProperties

PHParray listSuperProperties()

Gets all super-properties of the property

Return

Array of RDFSProperty properties

public method removeDomain

PHPremoveDomain(mixed $class)

Removes classes from the domain of the property.

Arguments

public method removeRange

PHPremoveRange(string $range)

Remove the property from the specified ranges.

Arguments

public method setDomain

PHPsetDomain(unknown $classes)

Removes classes from the domain of the property and adds classes to the domain of the property.

Arguments

public method setRange

PHPsetRange(mixed $ranges)

Removes the property from its old ranges and adds the property to the new specified ranges.

Arguments

public method setSubProperties

PHPsetSubProperties(unknown $values)

Arguments

public method setSuperProperties

PHPsetSuperProperties(unknown $values)

Arguments

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