|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NodeInitializer
Generic interface to initialize a node before inserting it into the
simulation. Other components like DynamicNetwork can use a
NodeInitializer. It is designed to allow maximal flexibility therefore poses
virtually no restrictions on the implementation. It can even be used to
implement initializations that require global knowledge of the system.
| Method Summary | |
|---|---|
void |
initialize(Node n)
Performs arbitrary initializations on the given node. |
| Method Detail |
|---|
void initialize(Node n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||