| Name | Description |
|---|---|
| IBaseMobility (module interface) |
Interface for mobility modules |
package org.mixim.base.modules; // Interface for mobility modules moduleinterface IBaseMobility { parameters: double x; // x coordinate of the nodes' position (-1 = random) double y; // y coordinate of the nodes' position (-1 = random) double z; // z coordinate of the nodes' position (-1 = random) @display("i=block/cogwheel"); }