Interface TabModel

All Superinterfaces:
java.util.concurrent.Future<java.lang.Void>, Startable
All Known Implementing Classes:
CyclicCellularAutomatonModel, DiffusionLimitedAggregationModel, MandelbrotModel, RandomWalkModel, SimulatedEvolutionModel

public interface TabModel
extends Startable, java.util.concurrent.Future<java.lang.Void>
  • Method Summary

    Methods inherited from interface java.util.concurrent.Future

    cancel, get, get, isCancelled, isDone

    Methods inherited from interface org.woehlke.computer.kurzweil.commons.Startable

    start, stop