propertyNode Class Reference

Property node structure that populate the property hierarchy. More...

List of all members.

Public Member Functions

 __construct ($name, $subPropertyOf)
 Constructor.
 __destruct ()

Public Attributes

 $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.


Detailed Description

Property node structure that populate the property hierarchy.


Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 275 of file PropertyHierarchy.php.


Constructor & Destructor Documentation

propertyNode::__construct ( name,
subPropertyOf 
)

Constructor.


Parameters:
[in] $name URI of the property
[in] $subPropertyOf An array of references to the super-properties of this property
Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 303 of file PropertyHierarchy.php.

References $name, and $subPropertyOf.

propertyNode::__destruct (  ) 

Definition at line 313 of file PropertyHierarchy.php.


Member Data Documentation

propertyNode::$description = ""

Description of the property.

Definition at line 284 of file PropertyHierarchy.php.

propertyNode::$label = ""

Label to reference to this property.

Definition at line 281 of file PropertyHierarchy.php.

propertyNode::$name = ""

URI of the property.

Definition at line 278 of file PropertyHierarchy.php.

Referenced by __construct().

propertyNode::$subPropertyOf = array()

Array of references to the sub-properties of this property.

Definition at line 287 of file PropertyHierarchy.php.

Referenced by __construct().

propertyNode::$superPropertyOf = array()

Array of references to the super-properties of this property.

Definition at line 290 of file PropertyHierarchy.php.


The documentation for this class was generated from the following file:
Copyright © 2009. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.