Index
A B C D E F G H I K L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- identify() - Method in class application.model.simulation.Simulator
-
Identify a pattern (still life / oscillator / spaceship) with a max period of 2000
- identify(int) - Method in class application.model.simulation.Simulator
-
Identify a pattern (still life / oscillator / spaceship) with the specified max period
- identify(int, Function<Grid, Boolean>) - Method in class application.model.simulation.Simulator
-
Identify a pattern (still life / oscillator / spaceship) with the specified max period
- IdentifyCommand - Class in application.commands
- IdentifyCommand() - Constructor for class application.commands.IdentifyCommand
- identifySelection() - Method in class application.controller.MainController
- imageMetaData - Variable in class application.model.GifSequenceWriter
- imageWriteParam - Variable in class application.model.GifSequenceWriter
- IN_SELECTION - application.controller.SimulationMode
- inBlock(Coordinate) - Method in class application.model.simulation.Block
-
Checks if the coordinate is within the current block
- increaseStepSize() - Method in class application.controller.MainController
- index - Variable in class application.controller.dialogs.search.SearchResultsDialog
- initialCoordinate - Variable in class application.model.simulation.bounds.BoundedGrid
- initialize() - Method in class application.controller.MainController
- insertCells(Grid, int, int) - Method in class application.controller.MainController
- insertCells(Grid, Coordinate) - Method in class application.model.simulation.Grid
-
Inserts the provided pattern at the specified coordinate
- INT - Class in application.model.rules.isotropic.rules
-
Implements 2-state isotropic non-totalistic (INT) rules
- INT() - Constructor for class application.model.rules.isotropic.rules.INT
-
Constructs an INT rule with the rule LeapLife
- INT(String) - Constructor for class application.model.rules.isotropic.rules.INT
-
Creates a 2-state INT rule with the given rulestring
- INTDialog - Class in application.controller.dialogs.rule.isotropic
- INTDialog() - Constructor for class application.controller.dialogs.rule.isotropic.INTDialog
- IntegerHROT - Class in application.model.rules.hrot
-
Implements the Integer HROT rule family
- IntegerHROT() - Constructor for class application.model.rules.hrot.IntegerHROT
-
Creates an Integer HROT rule with the Integer Life rule
- IntegerHROT(String) - Constructor for class application.model.rules.hrot.IntegerHROT
-
Creates an Integer HROT rule with the given rulestring
- IntegerHROTDialog - Class in application.controller.dialogs.rule.hrot
- IntegerHROTDialog() - Constructor for class application.controller.dialogs.rule.hrot.IntegerHROTDialog
- INTEnergetic - Class in application.model.rules.isotropic.rules.energetic
-
Implements Energetic INT rules where anti-matter and matter annihilate to produce photons
- INTEnergetic() - Constructor for class application.model.rules.isotropic.rules.energetic.INTEnergetic
-
Creates an Energetic INT rule with the rule LifeEnergetic
- INTEnergetic(String) - Constructor for class application.model.rules.isotropic.rules.energetic.INTEnergetic
-
Creates an Energetic INT rule with the specified rulestring
- INTEnergeticDialog - Class in application.controller.dialogs.rule.isotropic
- INTEnergeticDialog() - Constructor for class application.controller.dialogs.rule.isotropic.INTEnergeticDialog
- INTGenerations - Class in application.model.rules.isotropic.rules
-
Implements isotropic non-totalistic (INT) generations rules
- INTGenerations() - Constructor for class application.model.rules.isotropic.rules.INTGenerations
-
Constructs an INT rule with the rule Frogs
- INTGenerations(String) - Constructor for class application.model.rules.isotropic.rules.INTGenerations
-
Creates a 2-state INT rule with the given rulestring
- INTGenerationsDialog - Class in application.controller.dialogs.rule.isotropic
- INTGenerationsDialog() - Constructor for class application.controller.dialogs.rule.isotropic.INTGenerationsDialog
- INTHistory - Class in application.model.rules.isotropic.rules.history
-
Implements INT History
- INTHistory() - Constructor for class application.model.rules.isotropic.rules.history.INTHistory
-
Creates an INT History rule with the rule LifeHistory
- INTHistory(String) - Constructor for class application.model.rules.isotropic.rules.history.INTHistory
-
Creates an INT History rule with the specified rulestring
- INTHistoryDialog - Class in application.controller.dialogs.rule.isotropic
- INTHistoryDialog() - Constructor for class application.controller.dialogs.rule.isotropic.INTHistoryDialog
- INTTransitions - Class in application.model.rules.isotropic.transitions
-
All INT transitions should inherit from this class
- INTTransitions(String) - Constructor for class application.model.rules.isotropic.transitions.INTTransitions
-
Constructs INT transitions from the provided string
- isotropicTransitionLookup - Variable in class application.model.rules.isotropic.transitions.DoubleLetterTransitions
- isPermute() - Method in class application.model.rules.ruleloader.ruletable.Ruletable
-
Is permute symmetry used?
- isRandom() - Method in class application.model.search.csearch.BruteForceSearchParameters
- isSelecting() - Method in class application.controller.SelectionRectangle
-
Is the selection rectangle active
- isUnbounded() - Method in class application.model.rules.ruleloader.ruletable.Variable
- iterateCells(Consumer<Coordinate>) - Method in class application.model.simulation.Grid
-
Calls a method on every live cell (not state 0) in the grid
- iterateCellsInBlock(Consumer<Coordinate>, Block) - Method in class application.model.simulation.Grid
-
Calls a method on every live cell (not state 0) in the provided block
- iterator() - Method in class application.model.LRUCache
- iterator() - Method in class application.model.simulation.Grid
All Classes All Packages