$classes
$classes : array
Incoming Edges
Lists edges that are directed towards this node. Initiliazed at construction, and never modified again.
Holds variables in regards to incoming edges of a particle
This helper class' variables are set at construction of a particle, then accessed by handlers.
The variables are public, but the class shall be kept in a protected variable within the shell class, hence, not exposed to end-users.
$singularLabel_class_pairs : array
"Has" Classes of Incoming Edges
An array of tail labels of incoming edges in singular as key and associated class name as value.
Both in string format. Keys are camelized.
$callable_edge_singularLabel_class_pairs : array
Callable edges (in singular) / classes
Some edges may be callable directly by the particle. This is an array of the labels of such edges, in singular format as key, and the class names as value.
Keys are camelized.
__construct(array $edges = array())
Constructor
array | $edges |