Solstice::State::Node - Representation for one State node inside of a Solstice::State::Machine.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::State::Node - Representation for one State node inside of a Solstice::State::Machine.

SYNOPSIS

Top

use Solstice::State::Node;

my $state = new Solstice::State::Node($stateName, $controller); $state->getController();

Methods

new($stateName, $controller)

Creates a new Solstice::State::Node object.

$stateName - the name of the state $controller - the name of the controller class

returns - a new state object.

getName()

returns - the name of the state

getController()

returns - the name of the controller

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.