public interface CumulativeUpdateBehavior extends UpdateBehavior
UpdateBehavior calculates all updates first and than applies them. his behavior should by applied to
panes that require neighbor nodes to calculate their next state (e.g. Diffusion).| Modifier and Type | Method and Description |
|---|---|
default void |
updateGraph(AutomatonGraph graph)
Calculates all updates and applies them afterwards.
|
calculateUpdatesdefault void updateGraph(AutomatonGraph graph)
updateGraph in interface UpdateBehaviorgraph - The graph.Copyright © 2017. All rights reserved.