A B C D E F G H I K L M N O P R S T U V W X Y Z _

C

COND_ALL - Static variable in class simuLCS.Classifier
 
COND_EXACT - Static variable in class simuLCS.Classifier
 
COND_MATCH - Static variable in class simuLCS.Classifier
 
CONFIG_AGENT - Static variable in class simuLCS.graphics.G_PanelCustom
 
CONFIG_THING - Static variable in class simuLCS.graphics.G_PanelCustom
 
Classifier - class simuLCS.Classifier.
A Classifier is a rule: if CONDITION then ACTION.
Classifier() - Constructor for class simuLCS.Classifier
 
Classifier(String, String) - Constructor for class simuLCS.Classifier
Creates a Classifier with the given condition and action.
Classifier(String, String, String) - Constructor for class simuLCS.Classifier
 
ClassifierComponent - class simuLCS.ClassifierComponent.
A set of bits inside a classifier grouped because they share the same meaning.
ClassifierComponent(String, boolean) - Constructor for class simuLCS.ClassifierComponent
Default constructor : for a Yes / No Component (type=0)
ClassifierComponent(String, boolean, int, int, int, int, int) - Constructor for class simuLCS.ClassifierComponent
Extended constructor, for other types
ClassifierComponent(String, boolean, boolean, String[], int, boolean) - Constructor for class simuLCS.ClassifierComponent
Extended constructor, for list of values
ClassifierSet - class simuLCS.ClassifierSet.
Set of classifiers (might be ordered) used to describe a behaviour or the population inside the LCS.
ClassifierSet(Template) - Constructor for class simuLCS.ClassifierSet
Constructs a non sorted Set of Classifiers.
ClassifierSet(Template, boolean) - Constructor for class simuLCS.ClassifierSet
Constructs a Set of Classifiers, sorted if isSort = true, non sorted otherwise.
ClassifierSet(Template, Comparator) - Constructor for class simuLCS.ClassifierSet
 
Config - class simuLCS.Config.
Defines useful constants for the program.
Config() - Constructor for class simuLCS.Config
 
c1 - Variable in class simuLCS.AgentClassifierAutomatic
The first behaviour
c2 - Variable in class simuLCS.AgentClassifierAutomatic
The second behaviour
canDetect(Entity) - Method in class simuLCS.AgentClassifier
Indicates if an Entity can be detected (inside the Visibility Circle).
cb - Variable in class simuLCS.graphics.G_ClassifierComboBox
 
cbLearning - Variable in class simuLCS.graphics.G_PanCustTabLearning
 
cbPaintGhost - Variable in class simuLCS.graphics.G_PanCustTabLearning
 
cbVisibilityCircle - Variable in class simuLCS.graphics.G_PanCustTabLearning
 
changedUpdate(DocumentEvent) - Method in class simuLCS.graphics.G_PanClassifier.ChangeNameListener
 
checkbox - Variable in class simuLCS.graphics.G_ClassifierCheckBox
 
classifiers - Variable in class simuLCS.ClassifierSet
The classifiers are in a Java Set.
clear(Graphics2D, Point2D) - Method in class simuLCS.Agent
Clear the drawing of the agent at the indicated coordinates (Basically, a white circle is drawn)
clear(Graphics2D) - Method in class simuLCS.Agent
Clear the drawing of the agent at the current coordinates.
clear(Graphics2D, Point2D) - Method in class simuLCS.Entity
Clear the drawing of the agent at the indicated coordinates (Basically, a white circle is drawn)
clearGhost(Graphics2D, Point2D) - Method in class simuLCS.AgentClassifierLearning
Clear the drawing of the ghost
clearSimu(Graphics2D) - Method in class simuLCS.Simulation
Erasing everything in the Drawing Panel
closeApplication() - Method in class simuLCS.graphics.G_MainWindow
 
closeFile() - Method in class simuLCS.Simulation
Close the data file and creates the gnuplot file and the file saving the rules at the end, for each agent
closestPointTo(Point2D, double) - Method in class simuLCS.Arena
Gives the closest point of the Wall to a given point
closestPointTo(Point2D) - Method in class simuLCS.Arena
Returns the point of the arena which is the closest to p.
collideWithMe(Agent) - Method in class simuLCS.Arena
Returns true if Agent a collides with the Arena
collideWithMe(Agent) - Method in class simuLCS.Entity
By default, returns false.
color_ext - Variable in class simuLCS.Entity
The color of the border of the entity.
color_int - Variable in class simuLCS.Entity
The color inside the entity.
compareTo(Object) - Method in class simuLCS.ZClassifier
Used to build a Comparator to sort the Classifier in order to show them ranked to the user
condMatch - Variable in class simuLCS.graphics.G_ListClassifiers
 
condition - Variable in class simuLCS.Classifier
 
conditions - Variable in class simuLCS.Template
 
conditions - Variable in class simuLCS.graphics.G_TemplatePanConditions
 
contains(Classifier) - Method in class simuLCS.ClassifierSet
Returns true if this Set contains the classifier c
contentsChanged(ListDataEvent) - Method in class simuLCS.graphics.G_ListClassifiers.MyListDataListener
 
contentsChanged(ListDataEvent) - Method in class simuLCS.graphics.G_ListPanel.MyListDataListener
 
coord - Variable in class simuLCS.Entity
Current position of the entity
coord - Variable in class simuLCS.graphics.G_StatusBar
Coordinates of the Cursor
coordGhost - Variable in class simuLCS.AgentClassifierLearning
 
coord_x - Variable in class simuLCS.Utils
Coordinates of the Cursor
coord_y - Variable in class simuLCS.Utils
 
create() - Method in class simuLCS.Simulation
 
create(int) - Method in class simuLCS.Simulation
 
createAgentCustomButtons() - Method in class simuLCS.graphics.G_PanCustTabAgents
Creates the Buttons to Customize the selected Entities
createAgentWatch() - Method in class simuLCS.graphics.G_PanCustTabLearning
 
createAnimation() - Method in class simuLCS.Simulation
Creating the Thread for the Animation
createButtonsLearning() - Method in class simuLCS.graphics.G_PanCustTabLearning
 
createCustomBehaviours() - Method in class simuLCS.graphics.G_PanBehaviour
 
createFiltersPanel() - Method in class simuLCS.graphics.G_ListClassifiers
Creates the filters buttons for the highlighting
createImageIcon(String) - Static method in class simuLCS.Utils
Returns an ImageIcon, or null if the path was invalid.
createListEntities() - Method in class simuLCS.graphics.G_ListButtons
Generates the list of buttions
createMatchingCondition(String) - Method in class simuLCS.ZClassifier
Creates a matching condition considering the constant P_dontcare<\code>.
createPanNorth(String, G_Panel) - Method in class simuLCS.graphics.G_PanClassifier
 
createRandomAction(int) - Method in class simuLCS.ZClassifier
Creates a random action.
createRandomCondition(int) - Method in class simuLCS.ZClassifier
Creates a condition randomly considering the constant P_dontcare<\code>.
createSharedClassifier(Classifier, Agent[]) - Static method in class simuLCS.Classifier
Create a unique instance of a classifier shared by several Agents so that the user has to modify only this classifier to affect the behaviour of all the Agents
currentClass - Variable in class simuLCS.graphics.G_PanClassifier
 
currentClassifier - Static variable in class simuLCS.graphics.G_Panel
Current Selected Classifier
currentEntityToWatch - Static variable in class simuLCS.graphics.G_Panel
Current Entity selected to watch the LCS working

A B C D E F G H I K L M N O P R S T U V W X Y Z _