Package it.unibo.alchemist.model.implementations.terminators

Types

Link copied to clipboard
class AfterTime(endTime: Time) : Predicate<Environment<*, *>>
Link copied to clipboard
class StableForSteps<T>(checkInterval: Long, equalIntervals: Long) : Predicate<Environment<T, *>>

A Predicate that tests if an environment's nodes (meaning their position and concentration) have remained unchanged for a certain amount of steps.