abstract class Statistic extends Model implements ModelFactory

Statistic die von einem Leader über die Follower erzeugt wird.

Properties

protected string $name

Methods

__construct(string $name = null)

Neues Objekt

string
getName()

Name

setName(string $name)

Name

Details

at line 48
__construct(string $name = null)

Neues Objekt

Parameters

string $name der Node

at line 60
string getName()

Name

Return Value

string Name

at line 71
Statistic setName(string $name)

Name

Parameters

string $name Name

Return Value

Statistic