- calcHammingDistance(MealyFSM, MealyFSM) - Static method in class fsm.MealyFSM
-
Calculates Hamming distance between two Mealy FSMs.
- calcMaxEqualPrefix(MealyFSM, MealyFSM) - Static method in class fsm.MealyFSM
-
Calculates maximal equal prefix for two Mealy FSMs.
- calculate(infoObject) - Method in class components.simplesoccer.model.Evaluator
-
- calculateAll() - Method in class components.simplesoccer.SimpleServer
-
The full cycle of the simulation model: understanding intentions, moving
players, calculating stamina and collision
- captureImageContent(JComponent, String) - Static method in class utils.ScreenCapture
-
Captures the graphical content of the provided swing JComponent
.
- captureImageContent(JComponent, Rectangle, String) - Static method in class utils.ScreenCapture
-
Captures the graphical content of the given region of the provided swing
JComponent
.
- captureScreen(Rectangle, String) - Static method in class utils.ScreenCapture
-
Creates a BufferedImage from a rectangular region on the screen.
- CARTESIANOUTPUT - Static variable in class components.simplesoccer.SimpleSoccer
-
- catchBall(double) - Method in interface components.simplesoccer.model.Player
-
- catchBall(double) - Method in class components.simplesoccer.model.SimPlayer
-
- center - Variable in class components.simplesoccer.SimpleDisplay
-
- changedUpdate(DocumentEvent) - Method in class graphics.FrevoWindow
-
- changeViewMode(int, int) - Method in interface components.simplesoccer.model.Player
-
- changeViewMode(int, int) - Method in class components.simplesoccer.model.SimPlayer
-
- ChartComponent - Class in graphics
-
A graphical component that displays 2d chart data
- ChartComponent(String, String, ArrayList<Double>) - Constructor for class graphics.ChartComponent
-
- ChartComponent(StatKeeper) - Constructor for class graphics.ChartComponent
-
- checkState() - Static method in class main.FrevoMain
-
Returns true if all required types of components (problem, method,
representation, ranking) are selected.
- checkType(XMLFieldType, String) - Static method in class main.FrevoMain
-
Checks if the value properly conforms with the given property type.
- chres - Variable in class ttt2.ttt2
-
- clear() - Method in class utils.StatKeeper
-
Removes all data from this StatKeeper
- clone() - Method in class core.AbstractRepresentation
-
Returns a clone of this representation in a form of a deep copy.
- clone() - Method in class core.XMLFieldEntry
-
Creates a deep copy of this object.
- clone() - Method in class fsm.InputMapper
-
- clone() - Method in class fsm.IntegerInput
-
- clone() - Method in class fsm.ThresholdedIntegerInput
-
- clone() - Method in class utils.NESRandom
-
Creates a clone of this object based on its current seed.
- cloneFunction() - Method in class fsm.MealyFSM
-
- cloneFunction() - Method in class threeLayerNetwork.ThreeLayerNetwork
-
- compareTo(AbstractMultiProblem.RepresentationWithScore) - Method in class core.AbstractMultiProblem.RepresentationWithScore
-
- compareTo(AbstractRepresentation) - Method in class core.AbstractRepresentation
-
Compares this representation to another one based on their fitness values.
- compareTo(SwissElement) - Method in class swissSystem.SwissElement
-
- compareTo(StatKeeper) - Method in class utils.StatKeeper
-
- COMPONENT_SELECTOR_DELETE - Static variable in class graphics.ComponentSelector
-
- COMPONENT_SELECTOR_EXPORT - Static variable in class graphics.ComponentSelector
-
- ComponentBrowser - Class in graphics
-
- ComponentBrowser(ComponentType) - Constructor for class graphics.ComponentBrowser
-
- componentBrowserParameters - Static variable in class main.FrevoMain
-
Indicates the size of the ComponentBrowser window
- ComponentClassLoader - Class in core
-
FREVO Component Class loader that is used to load components being outside of the normal classpath using their
binary names.
- ComponentCreator - Class in utils
-
A small class which creates a new FREVO component and adjusts the Eclipse
project settings.
- ComponentCreator() - Constructor for class utils.ComponentCreator
-
- components.simplesoccer - package components.simplesoccer
-
- components.simplesoccer.model - package components.simplesoccer.model
-
- ComponentSelector - Class in graphics
-
- ComponentType - Enum in core
-
Provides a list of component types
- ComponentXMLData - Class in core
-
Class loading and keeping all data about a single component read from an XML descriptor file.
- ComponentXMLData(ComponentType, File) - Constructor for class core.ComponentXMLData
-
Constructor of this class.
- configureChart(int) - Method in class graphics.JChart2DComponent
-
Configures the Chart.
- consumeNextGame() - Method in class swissSystem.SwissSystem
-
Returns the next game then removes it from the buffer
- consumeStamina(double) - Method in class components.simplesoccer.model.SimPlayer
-
- Controller - Interface in components.simplesoccer.model
-
Interface that has to be implemented in order to control players.
- copyFile(File, File) - Method in class utils.ComponentCreator
-
- core - package core
-
- createImage(Component, String) - Static method in class utils.ScreenCapture
-
Captures the graphical content of the provided AWT Component
.