- call() - Method in class init.RequestCallable
-
- CallbackConnect - Class in MQTT
-
The Class CallbackConnect.
- CallbackConnect() - Constructor for class MQTT.CallbackConnect
-
- CENTER - Static variable in class view.system.CompoundIcon
-
The Constant CENTER.
- changeAgentNumber(int, String) - Method in class kernel.World
-
Change agent number.
- changeControl() - Method in class kernel.AMOEBA
-
Change control.
- changeIndex(int) - Method in class view.system.paving.PavingContext
-
Change index.
- changeNCSNumber(int, NCS) - Method in class kernel.World
-
Change NCS number.
- changeOracleConection() - Method in class kernel.Scheduler
-
Change oracle conection.
- changeOracleConnection() - Method in class agents.head.Head
-
Change oracle connection.
- changeOracleConnection() - Method in class kernel.World
-
Change oracle connection.
- changeVerbosity(int) - Static method in class kernel.Config
-
Change verbosity.
- Chat_ClientServeur - Class in experiments.droneControl
-
The Class Chat_ClientServeur.
- Chat_ClientServeur(ServerSocket, Socket) - Constructor for class experiments.droneControl.Chat_ClientServeur
-
Instantiates a new chat client serveur.
- checkConstraint() - Method in class blackbox.constraints.Constraint
-
Check constraint.
- checkConstraint() - Method in class blackbox.constraints.ConstraintConnectedToOneInput
-
- checkConstraint() - Method in class blackbox.constraints.ConstraintConnectedToOneOutput
-
- checkConstraint() - Method in class blackbox.constraints.ConstraintFuncOneLinkOut
-
- checkConstraint() - Method in class blackbox.constraints.ConstraintFuncTwoLinkIn
-
- checkConstraint() - Method in class blackbox.constraints.ConstraintOutOneLinkIn
-
- close() - Method in class AMOEBA
-
- close() - Method in class experiments.droneControl.FILE
-
Close.
- close() - Method in class experiments.droneControl.SocketServer
-
Close.
- close() - Method in class experiments.est_sigmo.WriterInFile
-
Close.
- closeGUI() - Method in class view.system.MainPanel
-
Close the GUI.
- compare(Integer, Integer) - Method in class experiments.droneControl.ArrayIndexComparator
-
- compareTo(Range) - Method in class agents.context.Range
-
Compare to.
- compareTo(Object) - Method in class agents.context.Range
-
- CompoundIcon - Class in view.system
-
The CompoundIcon will paint two, or more, Icons as a single Icon.
- CompoundIcon(Icon...) - Constructor for class view.system.CompoundIcon
-
Convenience contructor for creating a CompoundIcon where the
icons are layed out on on the X-AXIS, the gap is 0 and the
X/Y alignments will default to CENTER.
- CompoundIcon(CompoundIcon.Axis, Icon...) - Constructor for class view.system.CompoundIcon
-
Convenience contructor for creating a CompoundIcon where the
gap is 0 and the X/Y alignments will default to CENTER.
- CompoundIcon(CompoundIcon.Axis, int, Icon...) - Constructor for class view.system.CompoundIcon
-
Convenience contructor for creating a CompoundIcon where the
X/Y alignments will default to CENTER.
- CompoundIcon(CompoundIcon.Axis, int, float, float, Icon...) - Constructor for class view.system.CompoundIcon
-
Create a CompoundIcon specifying all the properties.
- CompoundIcon.Axis - Enum in view.system
-
The Enum Axis.
- compute(double, double) - Method in enum blackbox.MathFunction
-
Compute.
- computeAMessage(Message) - Method in class agents.Agent
-
Compute A message.
- computeAMessage(Message) - Method in class agents.context.AbstractContext
-
- computeAMessage(Message) - Method in class agents.context.Context
-
- computeAMessage(Message) - Method in class agents.head.AbstractHead
-
- computeAMessage(Message) - Method in class agents.head.Head
-
- computeAMessage(Message) - Method in class agents.localModel.LocalModelAgent
-
- computeAMessage(Message) - Method in class agents.localModel.LocalModelMillerRegression
-
- computeAMessage(Message) - Method in class agents.Percept
-
- computeAMessage(Message) - Method in class blackbox.BBFunction
-
- computeAMessage(Message) - Method in class blackbox.BlackBoxAgent
-
- computeAMessage(Message) - Method in class blackbox.Input
-
- computeAMessage(Message) - Method in class blackbox.Output
-
- computeCriticity() - Method in class blackbox.BlackBoxAgent
-
Compute criticity.
- computeKey(FrameData, boolean) - Method in class experiments.ftgAI.FTGManager
-
Compute the output for FTGAI.
- computeValidity() - Method in class agents.context.Context
-
Compute validity.
- Config - Class in kernel
-
The Class Config.
- Config() - Constructor for class kernel.Config
-
- ConsolePanel - Class in log
-
The Class ConsolePanel.
- ConsolePanel() - Constructor for class log.ConsolePanel
-
Instantiates a new console panel.
- Constraint - Class in blackbox.constraints
-
The Class Constraint.
- Constraint() - Constructor for class blackbox.constraints.Constraint
-
- ConstraintConnectedToOneInput - Class in blackbox.constraints
-
The Class ConstraintConnectedToOneInput.
- ConstraintConnectedToOneInput(BBFunction) - Constructor for class blackbox.constraints.ConstraintConnectedToOneInput
-
Instantiates a new constraint connected to one input.
- ConstraintConnectedToOneOutput - Class in blackbox.constraints
-
The Class ConstraintConnectedToOneOutput.
- ConstraintConnectedToOneOutput(BBFunction) - Constructor for class blackbox.constraints.ConstraintConnectedToOneOutput
-
Instantiates a new constraint connected to one output.
- ConstraintFuncOneLinkOut - Class in blackbox.constraints
-
The Class ConstraintFuncOneLinkOut.
- ConstraintFuncOneLinkOut(BBFunction) - Constructor for class blackbox.constraints.ConstraintFuncOneLinkOut
-
Instantiates a new constraint func one link out.
- ConstraintFuncTwoLinkIn - Class in blackbox.constraints
-
The Class ConstraintFuncTwoLinkIn.
- ConstraintFuncTwoLinkIn(BBFunction) - Constructor for class blackbox.constraints.ConstraintFuncTwoLinkIn
-
Instantiates a new constraint func two link in.
- ConstraintOutOneLinkIn - Class in blackbox.constraints
-
The Class ConstraintOutOneLinkIn.
- ConstraintOutOneLinkIn(Output) - Constructor for class blackbox.constraints.ConstraintOutOneLinkIn
-
Instantiates a new constraint out one link in.
- contains(Double) - Method in class agents.context.Range
-
Contains.
- contains(Double, Double) - Method in class agents.context.Range
-
Contains.
- containTag(LogMessageType[], LogMessageType[]) - Method in class log.LogFile
-
Contain tag.
- Context - Class in agents.context
-
The core agent of AMOEBA.
- Context(World, Head) - Constructor for class agents.context.Context
-
The main constructor, used by AMOEBA to build new context agent.
- Context(World, Head, HashMap<String, Double>, HashMap<String, Double>, HashMap<String, Double>, double, String) - Constructor for class agents.context.Context
-
Instantiates a new context.
- Context(Context) - Constructor for class agents.context.Context
-
Instantiates a new context.
- ControlLinearModel - Class in experiments.droneControl
-
The Class ControlLinearModel.
- ControlLinearModel() - Constructor for class experiments.droneControl.ControlLinearModel
-
Instantiates a new control linear model.
- ControlModel - Class in experiments.droneControl
-
The Class ControlModel.
- ControlModel(String, float) - Constructor for class experiments.droneControl.ControlModel
-
Instantiates a new control model.
- controlModelHc - Variable in class experiments.droneControl.Chat_ClientServeur
-
The control model hc.
- controlModelUc - Variable in class experiments.droneControl.Chat_ClientServeur
-
The control model uc.
- controlModelVc - Variable in class experiments.droneControl.Chat_ClientServeur
-
The control model vc.
- convertPerceptHashMapToTab(HashMap<String, Double>) - Method in class experiments.droneControl.AMALOM
-
Convert percept hash map to tab.
- CopyOfMarioManager2Regression - Class in experiments.mario
-
The Class CopyOfMarioManager2Regression.
- CopyOfMarioManager2Regression() - Constructor for class experiments.mario.CopyOfMarioManager2Regression
-
Instantiates a new copy of mario manager 2 regression.
- copyTab(String[]) - Static method in class experiments.droneControl.AMALOM
-
Copy tab.
- countFreeInputSlot() - Method in class blackbox.BBFunction
-
Count free input slot.
- createAMOBA(boolean, String) - Method in class init.amoeba.SerializedAMOEBAFactory
-
Creates a new SerializedAMOEBA object.
- createAMOEBA() - Static method in class init.amoeba.AMOEBAFactory
-
Creates a new AMOEBA object.
- createAMOEBA(boolean, String, String) - Static method in class init.amoeba.AMOEBAFactory
-
Creates a new AMOEBA object.
- createAMOEBA(boolean, String) - Static method in class init.amoeba.AMOEBAFactory
-
Creates a new AMOEBA object.
- createAMOEBA(boolean, String, String) - Method in class init.amoeba.DefaultAMOEBAFactory
-
Creates a new DefaultAMOEBA object.
- createAMOEBA() - Method in class init.amoeba.XMLFilesAMOEBAFactory
-
Creates a new XMLFilesAMOEBA object.
- createGraphPreviousState(Observation) - Method in class view.system.twoDim.GrapheTwoDimPanelStandard
-
Creates the graph previous state.
- createIndexArray() - Method in class experiments.droneControl.ArrayIndexComparator
-
Creates the index array.
- createLogForm() - Method in class log.LogForm
-
Creates the log form.
- createMarker(int, String) - Method in class graphView.TemporalGraph
-
Creates the marker.
- createNewInput() - Method in class virtualSystemGenerator.Generator
-
Creates the new input.
- createNewOutput() - Method in class virtualSystemGenerator.Generator
-
Creates the new output.
- createNewRandomFunction() - Method in class virtualSystemGenerator.Generator
-
Creates the new random function.
- createTempMarker(int, String) - Method in class graphView.GraphicVisualization2Dim
-
Creates the temp marker.
- csv - package csv
-
- CsvFileWriter - Class in csv
-
The Class CsvFileWriter.
- CsvFileWriter() - Constructor for class csv.CsvFileWriter
-
- CurrentValueLine - Class in view.system.paving
-
The Class CurrentValueLine.
- CurrentValueLine(JJPanel, double, double, Panel1DPaving, double, Percept) - Constructor for class view.system.paving.CurrentValueLine
-
Instantiates a new current value line.