ClassNode Class Reference

Class node structure that populate the class hierarchy. More...

List of all members.

Public Member Functions

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

Public Attributes

 $name = ""
 URI of the class.
 $label = ""
 Label that defines that class.
 $description = ""
 Description of the class.
 $subClassOf = array()
 Array of references to immediate super-classes-of this node.
 $superClassOf = array()
 Array of references to immediate sub-classes-of this node.


Detailed Description

Class node structure that populate the class hierarchy.


Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 277 of file ClassHierarchy.php.


Constructor & Destructor Documentation

ClassNode::__construct ( name,
subClassOf 
)

Constructor.


Parameters:
[in] $name URI of the class node
[in] $subClassOf Array of references to the super-classes of this class node
Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 305 of file ClassHierarchy.php.

References $name, and $subClassOf.

ClassNode::__destruct (  ) 

Definition at line 315 of file ClassHierarchy.php.


Member Data Documentation

ClassNode::$description = ""

Description of the class.

Definition at line 286 of file ClassHierarchy.php.

ClassNode::$label = ""

Label that defines that class.

Definition at line 283 of file ClassHierarchy.php.

ClassNode::$name = ""

URI of the class.

Definition at line 280 of file ClassHierarchy.php.

Referenced by __construct().

ClassNode::$subClassOf = array()

Array of references to immediate super-classes-of this node.

Definition at line 289 of file ClassHierarchy.php.

Referenced by __construct().

ClassNode::$superClassOf = array()

Array of references to immediate sub-classes-of this node.

Definition at line 292 of file ClassHierarchy.php.


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