PHP Class TNode

Datei anzeigen Open project: videlalvaro/phacterl Class Usage Examples

Public Methods

Method Description
handle_back ( $msg, $state )
handle_go ( $msg, $state )
handle_neighbors ( $msg, $state )
handle_start ( $msg, $state )
init ( $args )
receive ( )

Protected Methods

Method Description
compute ( $value_set )
getValue ( $state )

Method Details

compute() protected method

protected compute ( $value_set )

getValue() protected method

protected getValue ( $state )

handle_back() public method

public handle_back ( $msg, $state )

handle_go() public method

public handle_go ( $msg, $state )

handle_neighbors() public method

public handle_neighbors ( $msg, $state )

handle_start() public method

public handle_start ( $msg, $state )

init() public method

public init ( $args )

receive() public method

public receive ( )