public class ComboSimulation extends Simulation
| Modifier and Type | Field and Description |
|---|---|
protected Simulation[] |
simulations |
| Constructor and Description |
|---|
ComboSimulation(int seed,
Simulation... simulations) |
| Modifier and Type | Method and Description |
|---|---|
MBFImage |
applySimulation(MBFImage input) |
randomFloatInRange, randomIntInRangeprotected Simulation[] simulations
public ComboSimulation(int seed, Simulation... simulations)
public MBFImage applySimulation(MBFImage input)
applySimulation in class Simulation