wasp.gui
[ class tree: wasp.gui ] [ index: wasp.gui ] [ all elements ]

Class: Vertex

Source Location: /gui/WizardGraph.php

Class Overview


Helper class for WizardGraph that is a structure representing a Vertex in the graph.


Variables

Methods



Class Details

[line 148]
Helper class for WizardGraph that is a structure representing a Vertex in the graph.



[ Top ]


Class Variables

$_boActive =

[line 157]

Is this vertex active?



Tags:

access:  protected

Type:   mixed


[ Top ]

$_iNumber =

[line 151]

The number of the vertex



Tags:

access:  protected

Type:   mixed


[ Top ]

$_oObject =

[line 155]

The object being held at this vertex



Tags:

access:  protected

Type:   mixed


[ Top ]

$_stName =

[line 153]

The name of the vertex



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 159]

Vertex __construct( mixed $iNumber, mixed $stName, mixed $oObject)



[ Top ]

method getName [line 172]

string getName( )

Gets the name of the vertex.



Tags:

access:  public


[ Top ]

method getNumber [line 192]

int getNumber( )

Gets the vertex number.



Tags:

access:  public


[ Top ]

method getObject [line 182]

object getObject( )

Gets the object held at this vertex.



Tags:

access:  public


[ Top ]

method isActive [line 201]

boolean isActive( )

Gets whether this vertex is active.



Tags:

access:  public


[ Top ]


Documentation generated on Sun, 27 Nov 2005 13:16:03 -0500 by phpDocumentor 1.3.0RC3