propertyNode Class Reference
Property node structure that populate the property hierarchy. More...
Public Member Functions | |
| __construct ($name, $subPropertyOf) | |
| Constructor. | |
| __destruct () | |
Data Fields | |
| $name = "" | |
| URI of the property. | |
| $label = "" | |
| Label to reference to this property. | |
| $description = "" | |
| Description of the property. | |
| $subPropertyOf = array() | |
| Array of references to the sub-properties of this property. | |
| $superPropertyOf = array() | |
| Array of references to the super-properties of this property. | |
| $domain = array() | |
| Exostive list of all inferred classes part of the class extension of the domain of this property. | |
| $range = array() | |
| Exostive list of all inferred classes part of the class extension of the range of this property. | |
Detailed Description
Property node structure that populate the property hierarchy.
Definition at line 346 of file PropertyHierarchy.php.
Constructor & Destructor Documentation
| __construct | ( | $ | name, | |
| $ | subPropertyOf | |||
| ) |
Constructor.
- Parameters:
-
[in] $name URI of the property [in] $subPropertyOf An array of references to the super-properties of this property
Definition at line 385 of file PropertyHierarchy.php.
References $name, and $subPropertyOf.
| __destruct | ( | ) |
Definition at line 395 of file PropertyHierarchy.php.
Field Documentation
| $description = "" |
Description of the property.
Definition at line 355 of file PropertyHierarchy.php.
| $domain = array() |
Exostive list of all inferred classes part of the class extension of the domain of this property.
Definition at line 369 of file PropertyHierarchy.php.
| $label = "" |
Label to reference to this property.
Definition at line 352 of file PropertyHierarchy.php.
| $name = "" |
URI of the property.
Definition at line 349 of file PropertyHierarchy.php.
Referenced by __construct().
| $range = array() |
Exostive list of all inferred classes part of the class extension of the range of this property.
Definition at line 372 of file PropertyHierarchy.php.
| $subPropertyOf = array() |
Array of references to the sub-properties of this property.
Definition at line 363 of file PropertyHierarchy.php.
Referenced by __construct().
| $superPropertyOf = array() |
Array of references to the super-properties of this property.
Definition at line 366 of file PropertyHierarchy.php.
The documentation for this class was generated from the following file:
