- in - Static variable in class main.Globals
-
- individualFactory - Variable in class genetic_mapping.GeneticMappingOptimizer
-
The creator for Individuals.
- initialize() - Method in class genetic_mapping.GeneticMappingOptimizer
-
- initialize(MappingEvaluator, JProgressBar) - Method in interface main.MappingStrategyInterface
-
Initializes the mapping algorithm with a mapping evaluator
object that is used to compare different mapping solutions
and a progressBar that is used to display the state of progress
of the optimization phase.
- initialize() - Method in class main.Router
-
Initializes the router object.
- initialize(MappingEvaluator, JProgressBar) - Method in class mapping_strategies.GeneticMapping
-
- initialize(MappingEvaluator, JProgressBar) - Method in class mapping_strategies.ListMapping
-
- initialize(MappingEvaluator, JProgressBar) - Method in class mapping_strategies.RandomMapping
-
- initialize() - Method in class routers.Crossbar
-
Initializes the router according to the guidelines of the basic Router
class.
- initialize() - Method in class routers.Crux
-
Initializes the router according to the guidelines of the basic Router
class.
- initialize() - Method in class routers.Cygnus
-
Initializes the router according to the guidelines of the basic Router
class.
- initialize() - Method in class routers.ODOR
-
Initializes the router according to the guidelines of the basic Router
class.
- initialize() - Method in class routers.OpticalRouter
-
Initializes the router according to the guidelines of the basic Router
class.
- initialize() - Method in class routers.OXY
-
Initializes the router according to the guidelines of the basic Router
class.
- injection - Static variable in class main.Globals
-
- InputApplicationReader - Class in main
-
Provides the application file reader.
- InputApplicationReader(String) - Constructor for class main.InputApplicationReader
-
Constructs an InputApplicationReader object.
- InputApplicationReader(String, JTextArea) - Constructor for class main.InputApplicationReader
-
Constructs an InputApplicationReader object.
- InputConfigurationReader - Class in main
-
Provides the configuration file reader.
- InputConfigurationReader(String) - Constructor for class main.InputConfigurationReader
-
- isValidSimultaneousCommunication(int, int, int, int) - Method in class main.Router
-
Evaluates if two concurrent communications are feasible
- isValidToString() - Method in class main.NoCarchitecture
-
- isWriteOutput() - Static method in class main.Configuration
-
- iter - Static variable in class genetic_mapping.GeneticMappingOptimizer
-
- iterations - Variable in class genetic_mapping.GeneticMappingOptimizerModule
-
The maximal number of iterations that must be set
by adding this property with the annotation @MaxIterations.