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

A

AboutBox - Class in fr.lip6.sma.simulacion.app
Classe pour la fenêtre à propos.
AboutBox() - Constructor for class fr.lip6.sma.simulacion.app.AboutBox
 
absolute2Cell(Point) - Method in class fr.lip6.sma.simulacion.app.map.CellCoordinateConversion
Method to convert absolute point coordinates to a cell coordinate.
actionPerformed(ActionEvent) - Method in class fr.lip6.sma.simulacion.app.map.MapAction
Action performed by the class on attached event occurence.
Adapter - Interface in fr.lip6.sma.simulacion.server.adapter
Interface pour le module externe.
ADAPTER_CLASS_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.adapter.AdapterFactory
Propriété qui contient la classe mettant en place l'interface Adapter.
AdapterAgent - Class in fr.lip6.sma.simulacion.server.adapter
Classe de base pour un agent accessible via l'adaptateur.
AdapterAgent(String, String, Adapter) - Constructor for class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Constructeur à partir d'une classe, d'un nom et d'un adaptateur.
AdapterApp - Class in fr.lip6.sma.simulacion.server.adapter
Classe pour l'application qui exporte un module externe au sein de Simulación.
AdapterApp(String) - Constructor for class fr.lip6.sma.simulacion.server.adapter.AdapterApp
Constructeur à partir du chemin du fichier de configuration.
AdapterFactory - Class in fr.lip6.sma.simulacion.server.adapter
Classe pour créer l'adaptateur pour l'interface avec un programme externe (par exemple Cormas).
AdapterFactory() - Constructor for class fr.lip6.sma.simulacion.server.adapter.AdapterFactory
Constructeur par défaut (privé).
addAgent(String, boolean, int, Color) - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Add an agent to the cell.
addAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Méthode appelée pour indiquer qu'un nouvel agent est arrivé.
addAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Ajoute un agent dans la collection.
addAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesModel
Create a new shape ID to the model on the arrival of an agent.
addAgentComponent(String, MapComponentItem) - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Add an agent component to the set.
addAgentComponent(String, MapComponentItem) - Method in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Méthode appelée pour indiquer qu'un nouvel agent est arrivé.
addChangeListener(ChangeListener) - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Adds a ChangeListener to this browser's listeners.
addDirtyRegion(JComponent, int, int, int, int) - Method in class fr.lip6.sma.simulacion.test.ThreadCheckingRepaintManager
addEntryPoint(String, int, String) - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Ajoute un point d'entrée dans le menu.
addEntryPoint(String, int, String, String) - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Ajoute un point d'entrée dans le menu.
addEventCard(EventCard) - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Ajoute une carte d'événement et l'affiche si nécesssaire.
addEventCard(EventCard, Object) - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Ajoute une carte d'événement et l'affiche si nécesssaire.
addEventCard(EventCard, Object) - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Ajout d'une carte d'événement dans la pile.
addInvalidComponent(JComponent) - Method in class fr.lip6.sma.simulacion.test.ThreadCheckingRepaintManager
addListener(AgentListClient) - Method in interface fr.lip6.sma.simulacion.server.AgentListManager
Ajoute un client dans la liste des clients.
addListener(AgentListClient) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Ajoute un client dans la liste des clients.
addMapPanel(MapPanel) - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Ajoute la carte au cadre.
addNotify() - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Méthode appelée lorsque la fenêtre est rendue visible.
addNotify() - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Method called when the map is shown.
addNotify() - Method in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Méthode invoquée lorsque l'objet appartient désormais à un parent et sera (probablement) affiché.
addPropertyChangeListener(PropertyChangeListener) - Method in interface fr.lip6.sma.simulacion.app.GameModel
Ajoute un client pour le changement d'une propriété.
addPropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.app.map.MapAction
Not implemented.
addPropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.app.Model
Ajoute un client pour le changement d'une propriété.
addPropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Ajoute un client pour les changements des propriétés.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Ajoute un client pour les changements d'une propriété.
addPropertyChangeListener(PropertyChangeListener) - Method in interface fr.lip6.sma.simulacion.server.LocalAgentWithProperties
Ajoute un client pour les changements des propriétés.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface fr.lip6.sma.simulacion.server.LocalAgentWithProperties
Ajoute un client pour les changements d'une propriété.
addPropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Ajoute un client pour les changements des propriétés.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Ajoute un client pour les changements d'une propriété.
addView(AvatarView) - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Ajout d'une vue dans la liste des vues de l'avatar.
Agent - Interface in fr.lip6.sma.simulacion.server
Interface pour un agent (local ou sur le réseau).
agentComponentsIterator() - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Get an iterator on the agent components.
agentDisappeared(String, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Méthode appelée par le client HTTP lorsqu'un client a disparu.
AgentException - Exception in fr.lip6.sma.simulacion.server
Classe pour une exception survenue dans l'accès à une méthode d'un agent.
AgentException(Exception) - Constructor for exception fr.lip6.sma.simulacion.server.AgentException
Constructeur à partir d'une exception.
AgentFactory - Class in fr.lip6.sma.simulacion.server
Classe pour générer des agents à partir des configurations.
AgentFactory() - Constructor for class fr.lip6.sma.simulacion.server.AgentFactory
Constructeur par défaut non disponible.
AgentImpl - Class in fr.lip6.sma.simulacion.server
Classe abstraite pour des agents, met en place le minimum pour définir l'égalité entre deux agents.
AgentImpl() - Constructor for class fr.lip6.sma.simulacion.server.AgentImpl
 
agentIsLocal(String) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Détermine si un agent repéré est en fait un agent local.
AgentListClient - Interface in fr.lip6.sma.simulacion.server
Interface pour les clients de la liste des agents.
AgentListManager - Interface in fr.lip6.sma.simulacion.server
Interface pour les gestionnaire de listes d'agents sur le réseau.
AgentListManagerImpl - Class in fr.lip6.sma.simulacion.server
Classe de base pour le gestionnaire sur la liste des agents.
AgentListManagerImpl(Collection) - Constructor for class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Constructeur à partir de la classe des joueurs.
ANIMATION_STEP_DELAY - Static variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Temps entre deux images, en ms.
Application - Interface in fr.lip6.sma.simulacion.app
Interface de base pour l'application.
ApplicationChooser - Class in fr.lip6.sma.simulacion.app
Classe générique pour lancer différents programmes Simulación.
ApplicationChooser(String, String[]) - Constructor for class fr.lip6.sma.simulacion.app.ApplicationChooser
Constructeur à partir du chemin vers le fichier de configuration et des arguments.
ApplicationConsole - Class in fr.lip6.sma.simulacion.app
Classe pour une console.
ApplicationConsole(String) - Constructor for class fr.lip6.sma.simulacion.app.ApplicationConsole
Constructeur à partir d'un titre.
ApplicationConsole.ConsoleFilterStream - Class in fr.lip6.sma.simulacion.app
Classe pour un filtre de flux qui enregistre tout dans la zone de texte.
ApplicationConsole.ConsoleFilterStream(OutputStream) - Constructor for class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleFilterStream
Constructeur.
ApplicationConsole.ConsoleInputStream - Class in fr.lip6.sma.simulacion.app
Classe pour l'entrée.
ApplicationConsole.ConsoleInputStream() - Constructor for class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleInputStream
Constructeur.
ApplicationImpl - Class in fr.lip6.sma.simulacion.app
Classe de base pour les application.
ApplicationImpl(String) - Constructor for class fr.lip6.sma.simulacion.app.ApplicationImpl
Constructeur à partir du chemin de configuration.
ApplicationImpl(String, String[]) - Constructor for class fr.lip6.sma.simulacion.app.ApplicationImpl
Constructeur à partir du chemin de configuration.
ApplicationWindow - Class in fr.lip6.sma.simulacion.app
Classe de base pour les fenêtres des applications Simulación.
ApplicationWindow(Application) - Constructor for class fr.lip6.sma.simulacion.app.ApplicationWindow
Constructeur.
appListSelectionChanged() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Méthode invoquée lorsque la sélection dans la liste des tests est changée.
askQuestion(String, String, Map) - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Pose une question.
attitudeChanged(String) - Method in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Méthode invoquée lorsque l'attitude change.
attitudeChanged(String) - Method in interface fr.lip6.sma.simulacion.avatar.AvatarView
Méthode appelée lorsque l'avatar change d'attitude.
attitudeListSelectionChanged() - Method in class fr.lip6.sma.simulacion.avatar.Test
Méthode invoquée lorsque la sélection dans la liste des attitudes est changée.
available() - Method in class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleInputStream
Retourne le nombre d'octets disponibles.
Avatar - Class in fr.lip6.sma.simulacion.avatar
Classe pour les avatars (modèle).
Avatar(String, Map) - Constructor for class fr.lip6.sma.simulacion.avatar.Avatar
Constructeur à partir d'un nom, d'une collections d'images et d'un booléen déterminant si l'avatar est activé ou non (peut être choisi ou non).
AVATAR_PROPERTY_KEY - Static variable in interface fr.lip6.sma.simulacion.server.Agent
Clé pour le nom de l'avatar dans les propriétés d'un agent.
AvatarDialog2D - Class in fr.lip6.sma.simulacion.avatar
Classe pour la vue sur un avatar animé.
AvatarDialog2D(Avatar, String) - Constructor for class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Constructeur à partir du modèle, d'une vue et d'une attitude.
AvatarImageCollection - Class in fr.lip6.sma.simulacion.avatar
Classe pour une collection d'images pour toutes les attitudes d'un avatar pour un affichage particulier.
AvatarImageCollection(Map) - Constructor for class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Constructeur à partir d'un tableau (dictionnaire).
AvatarInterfacePanel - Class in fr.lip6.sma.simulacion.avatar
Classe pour la zone d'interaction avec l'avatar (en bas à droite).
AvatarInterfacePanel(LocalPlayer, GameController) - Constructor for class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Constructeur à partir du joueur, du contrôleur et de la carte initiale.
avatarListSelectionChanged() - Method in class fr.lip6.sma.simulacion.avatar.Test
Méthode invoquée lorsque la sélection dans la liste des avatars est changée.
AvatarPanel - Interface in fr.lip6.sma.simulacion.avatar
Interface pour une zone qui présente un avatar.
AvatarView - Interface in fr.lip6.sma.simulacion.avatar
Interface pour une vue sur un Avatar.
avatarZoneMouseClicked(MouseEvent) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode appelée lorsqu'un clic survient dans la zone de l'avatar.

B

BEGIN - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Avant toute balise
BlankCard - Class in fr.lip6.sma.simulacion.avatar
Classe pour une carte vide dans l'interface avec l'avatar.
BlankCard(AvatarInterfacePanel) - Constructor for class fr.lip6.sma.simulacion.avatar.BlankCard
Constructeur à partir du conteneur d'interface.
blink() - Method in class fr.lip6.sma.simulacion.avatar.InterfaceCard
Produit un clignotement.
blinkThreadEntryPoint() - Method in class fr.lip6.sma.simulacion.avatar.InterfaceCard
Point d'entrŽe du processus lŽger pour crŽer un clignotement.
BOUNDS - Static variable in class fr.lip6.sma.simulacion.app.AboutBox
About box bounds.
browserListUpdated() - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Method called when the browser list was updated.
BubblePanel - Class in fr.lip6.sma.simulacion.avatar
Classe pour la bulle d'interaction avec l'assistant.
BubblePanel(LocalAgent, Avatar) - Constructor for class fr.lip6.sma.simulacion.avatar.BubblePanel
Constructeur à partir de l'agent local et de l'avatar.
Bundle - Class in fr.lip6.sma.simulacion.app
Classe pour gérer les données dans le fichier .jar ou séparées (MacOS X).
Bundle() - Constructor for class fr.lip6.sma.simulacion.app.Bundle
Constructeur par défaut non disponible.

C

canAvatarBeSelected(String) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Détermine si un avatar peut être choisi.
CardStack - Class in fr.lip6.sma.simulacion.avatar
Classe pour la pile des cartes.
CardStack(InputCard, Object) - Constructor for class fr.lip6.sma.simulacion.avatar.CardStack
Constructeur à partir de la carte initiale (carte de saisie).
CardStack.StackItem - Class in fr.lip6.sma.simulacion.avatar
Structure pour les éléments de la pile.
CardStack.StackItem(InterfaceCard, Object) - Constructor for class fr.lip6.sma.simulacion.avatar.CardStack.StackItem
Constructeur à partir d'une carte et d'un biscuit.
cell2Absolute(Point) - Method in class fr.lip6.sma.simulacion.app.map.CellCoordinateConversion
Method to convert cell point coordinates to absolute coordinate.
CellCoordinateConversion - Class in fr.lip6.sma.simulacion.app.map
TODO:
CellCoordinateConversion(Configuration) - Constructor for class fr.lip6.sma.simulacion.app.map.CellCoordinateConversion
Constructor.
CellCoordinateConversionTest - Class in fr.lip6.sma.simulacion.app.map.test
Test class to validate the cell coordinate conversion methods.
CellCoordinateConversionTest() - Constructor for class fr.lip6.sma.simulacion.app.map.test.CellCoordinateConversionTest
Useless constructor for this unit test class.
centerWindow() - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Méthode pour centrer la fenêtre.
centerWindow() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Méthode pour centrer la fenêtre.
checkThread() - Static method in class fr.lip6.sma.simulacion.test.ThreadCheckingRepaintManager
Check we're in the Swing thread and dump the stack otherwise.
chooseConfigFile() - Static method in class fr.lip6.sma.simulacion.app.Configuration
Method to choose a configuration file.
CLASS - Static variable in class fr.lip6.sma.simulacion.server.log.LogAgent
Classe de l'agent.
CLASS - Static variable in interface fr.lip6.sma.simulacion.server.Player
Classe des joueurs (retournée par getAgentClass)
CLASS_KEY - Static variable in interface fr.lip6.sma.simulacion.server.Agent
Clé pour la classe dans la structure de configuration d'un agent.
CLASS_PROPERTIES_KEY - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Clé pour les propriétés dans la structure d'une classe.
CLIApplication - Class in fr.lip6.sma.simulacion.app
Class for command line applications.
CLIApplication(String) - Constructor for class fr.lip6.sma.simulacion.app.CLIApplication
Constructor from a string.
clicked(MouseEvent, String) - Method in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Méthode appelée par les composants lors d'un clic.
CLIENT_MAXATTEMPTS - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Nombre maximal de tentatives de connexion pour les requêtes.
CLIENT_TIMEOUT - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Temps maximum sans avoir de nouvelle d'un client.
CLIENT_URL_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Propriété avec l'url du module externe.
closeAvatarWindow() - Method in class fr.lip6.sma.simulacion.avatar.Test
Ferme la fenêtre de l'avatar.
closeLog() - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Méthode appelée pour fermer le log.
compareTo(Object) - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Interface Comparable.
computePositions() - Method in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Calcule les positions des différents composants.
Configuration - Class in fr.lip6.sma.simulacion.app
Classe pour gérer la configuration (chargée à partir d'un fichier XML).
Configuration(String) - Constructor for class fr.lip6.sma.simulacion.app.Configuration
Constructeur à partir du chemin du fichier de configuration.
configure(String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Méthode appelée par la fenêtre de configuration lorsque l'utilisateur clique sur le bouton de connexion.
connect() - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Connect to the server.
CONSOLE_ALWAYS_ENABLED - Static variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Console activée de toute façon.
CONSOLE_DEFAULT - Static variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Pas d'information sur la console.
CONSOLE_DISABLED_BY_DEFAULT - Static variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Console désactivée par défaut.
CONSOLE_ENABLED_BY_DEFAULT - Static variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Console activée par défaut.
CONSOLE_UNAVAILABLE - Static variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Console inaccessible.
CONSTRUCTOR_PARAMS - Static variable in class fr.lip6.sma.simulacion.server.adapter.AdapterFactory
Signature du constructeur.
CONSTRUCTOR_PARAMS - Static variable in class fr.lip6.sma.simulacion.server.AgentFactory
Signature du constructeur.
countAgentComponents() - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Return the number of agent components.
countCards() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Retourne le nombre de cartes.
countCards() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Récupère le nombre de cartes.
createAgent(AgentListManager, String, Map, Map) - Static method in class fr.lip6.sma.simulacion.server.AgentFactory
Construit un agent à partir de son nom et de sa configuration.
createAvatarZones() - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Crée les vues sur les avatars dans un JPanel.
createButtons() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Méthode pour créer les boutons au démarrage de l'application.
createItem(String, int, Color) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Méthode qui construit un élément à partir d'information sur la forme.
createMapCell(int, int) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Création d'une cellule pour la carte.

D

DEFAULT_PORT - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Port par défaut.
dismiss() - Method in class fr.lip6.sma.simulacion.avatar.WelcomeCard
Valide, affiche la carte par défaut.
displayHelp(String) - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Display the help.
displayHelp(String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Display the help.
displaySetupFrame(HTTPClient, Configuration) - Static method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Display the frame (or not).
dispose() - Method in class fr.lip6.sma.simulacion.app.ApplicationWindow
Méthode appelée lorsque la fenêtre va être supprimée.
dispose() - Method in interface fr.lip6.sma.simulacion.app.EventListener
Méthode invoquée pour supprimer le lien avec le gestionnaire d'événements.
dispose() - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode appelée lorsque la fenêtre est fermée.
dispose() - Method in interface fr.lip6.sma.simulacion.app.SplashWindow
Méthode pour libérer la fenêtre.
dispose() - Method in class fr.lip6.sma.simulacion.app.TestApp
Méthode pour libérer la fenêtre.
dispose() - Method in class fr.lip6.sma.simulacion.macosx.MacOSXEventListener
Méthode invoquée pour supprimer le lien avec le gestionnaire d'événements MacOS X.
doAbout() - Method in class fr.lip6.sma.simulacion.app.ApplicationWindow
Méthode appelée pour afficher la fenêtre à propos.
doAddComponent(MapComponentItem) - Method in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Ajoute un composant.
doAddComponent(MapComponentItem) - Method in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Ajoute un composant.
doAskQuestion(String, String, Map) - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Pose une question.
doBrowserListUpdated() - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Method called when the browser list was updated.
doConfigure() - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Actually configure the connection.
doesLookDead() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Accessor on the looks dead property.
doExecute(int, String, List) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Exécute une requête sur le serveur HTTP.
doExecute(String, Map) - Method in class fr.lip6.sma.simulacion.server.LocalLogAgentImpl
Exécute véritablement l'opération.
doGetField(Class, Object, String) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Access a given static field of a class.
doInvokeMethod(Class, Object, String, Object[]) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Invoke a given instance method.
doQuit() - Method in class fr.lip6.sma.simulacion.app.ApplicationWindow
Méthode appelée pour quitter.
doQuit() - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Méthode appelée pour quitter.
doRemoveAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Supprime un agent de la collection.
doRemoveComponent(MapComponentItem) - Method in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Supprime un composant.
doRemoveComponent(MapComponentItem) - Method in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Supprime un composant.
doSetField(Class, Object, String, Object) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Modify a given field of an object or a class.
doShake() - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Méthode pour secouer la fenêtre.
doShowMessage(String) - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Affiche un message.
doUpdateAgentPosition(String, Point, Point) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Update the position of an agent.
doUpdateAgentSet(Set) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Mise à jour de la liste des formes des agents.

E

ELEMENT_S - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans la balise simulacion
ELEMENT_SC - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise class de la balise simulacion
ELEMENT_SCP - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise property de la balise class
ELEMENT_SG - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise aGent de la balise simulacion
ELEMENT_SGP - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise property de la balise agent
ELEMENT_SL - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise locale de la balise simulacion
ELEMENT_SLS - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise string d'une balise locale
ELEMENT_SM - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise media de la balise simulacion
ELEMENT_SMI - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise image d'une balise media
ELEMENT_SP - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise properties de la balise simulacion
ELEMENT_SPP - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise property d'une balise properties
ELEMENT_SV - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise avatar de la balise simulacion
ELEMENT_SVV - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise view d'une balise avatar
ELEMENT_SVVA - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise attitude d'une balise view
ELEMENT_SVVAL - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise layer d'une balise attitude
ELEMENT_SVVALS - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise slice d'une balise layer
ELEMENT_SVVALSI - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Dans une balise image d'une balise eyes
END - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Après toute balise
endClient(int) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Fin d'un client.
endElement(String, String, String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Fin d'une balise XML (Interface ContentHandler) Change l'état en conséquence.
equals(Object) - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Egalité conforme avec l'interface comparable.
equals(Object) - Method in interface fr.lip6.sma.simulacion.server.Agent
Deux objets agents sont identiques s'ils représentent la même entité, i.e.
equals(Object) - Method in class fr.lip6.sma.simulacion.server.AgentImpl
Deux objets agents sont identiques s'ils représentent la même entité, i.e.
EventCard - Class in fr.lip6.sma.simulacion.avatar
Classe pour une carte d'événement.
EventCard(AvatarInterfacePanel) - Constructor for class fr.lip6.sma.simulacion.avatar.EventCard
Constructeur à partir du conteneur d'interface.
EventCard(AvatarInterfacePanel, boolean) - Constructor for class fr.lip6.sma.simulacion.avatar.EventCard
Constructeur à partir du conteneur d'interface et d'un booléen (pour afficher les boutons de navigation).
EventListener - Interface in fr.lip6.sma.simulacion.app
Interface pour les gestionnaires d'événements.
execute(String, Map) - Method in class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Exécute une opération de manière synchrone.
execute(String, Vector) - Method in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Point d'entrée de l'adaptateur XML-RPC.
execute(String, Map) - Method in interface fr.lip6.sma.simulacion.server.Agent
Exécute une opération (localement ou à travers le réseau).
execute(String, Hashtable) - Method in class fr.lip6.sma.simulacion.server.Handler
Exécute une opération avec l'avatar.
execute(String, Map) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgent
Exécute une opération à travers le réseau.
execute(String, Object, Object) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Exécute une requête sur le serveur HTTP avec deux paramètres.
execute(String, Object, Object, Object, Object) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Exécute une requête sur le serveur HTTP avec quatre paramètres.
execute(String, Vector) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Point d'entrée du serveur XML-RPC.
execute(String, Map) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Exécute une opération.
execute(String, Map) - Method in class fr.lip6.sma.simulacion.server.LocalLogAgentImpl
Exécute une opération.
execute(String, Map) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Exécute une opération (localement ou à travers le réseau).
execute(String, Map) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Exécute une opération à travers le réseau.
execute(NetService, String, Map) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Exécute la requête de manière synchrone.
EXECUTE_TIMEOUT - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Temps à attendre pour execute.
executeAgentMethod(String, String, String, Map) - Method in interface fr.lip6.sma.simulacion.server.adapter.Adapter
Exécute une méthode sur un agent.
executeAgentMethod(String, String, String, Map) - Method in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Exécute une méthode sur un agent.
executeAgentMethod(int, String, String, String, Map) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Exécute une méthode sur un agent.
executeAgentMethodAsync(int, String, String, String, Map) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Exécute une méthode sur un agent de manière asynchrone.
executeAsync(String, Map) - Method in class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Exécute une opération de manière asynchrone sans retourner le résultat.
executeAsync(String, Map) - Method in interface fr.lip6.sma.simulacion.server.Agent
Exécute une opération (localement ou à travers le réseau) sans résultat (et de manière asynchrone).
executeAsync(String, Map) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgent
Exécute une opération de manière asynchrone sans retourner le résultat.
executeAsync(String, Map) - Method in interface fr.lip6.sma.simulacion.server.LocalAgent
Exécute une opération (localement ou à travers le réseau) sans résultat (et de manière asynchrone).
executeAsync(String, Map) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Exécute une opération de manière asynchrone sans retourner le résultat.
executeAsync(String, Map) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Exécute une opération de manière asynchrone sans retourner le résultat.
executeAsync(String, Map) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Exécute une opération de manière asynchrone sans retourner le résultat.

F

FILE_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Propriété avec le fichier dans l'URL (au sens de URL.getFile()).
fillLocalesCombo() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Construit le popup avec toutes les localités disponibles.
filterEvents(List) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Filter an event list by removing unnecessary events (register & unregister events).
findField(Class, String) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Find a given field of a class.
findMethod(Class, String) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Find a given method of a class.
finishComponentsSetup(Configuration) - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Méthode pour terminer l'initialisation des composants.
finishSetup() - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Méthode appelée par la fenêtre de configuration pour indiquer que la configuration est terminée.
finishSetup() - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Méthode appelée par la fenêtre de configuration pour indiquer que la configuration est terminée.
firePropertyChange(String, int, int) - Method in class fr.lip6.sma.simulacion.app.Model
Indique aux clients un changement dans une propriété.
firePropertyChange(String, boolean, boolean) - Method in class fr.lip6.sma.simulacion.app.Model
Indique aux clients un changement dans une propriété.
firePropertyChange(String, Object, Object) - Method in class fr.lip6.sma.simulacion.app.Model
Indique aux clients un changement dans une propriété.
firePropertyChange(int, int) - Method in class fr.lip6.sma.simulacion.app.SinglePropertyModel
Indique aux clients un changement dans la propriété.
firePropertyChange(boolean, boolean) - Method in class fr.lip6.sma.simulacion.app.SinglePropertyModel
Indique aux clients un changement dans la propriété.
firePropertyChange(Object, Object) - Method in class fr.lip6.sma.simulacion.app.SinglePropertyModel
Indique aux clients un changement dans la propriété.
fireStateChanged() - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Fire a state change.
flush() - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Flush stdout.
fr.lip6.sma.simulacion.app - package fr.lip6.sma.simulacion.app
Paquet pour les classes relatives aux applications Simulación.
fr.lip6.sma.simulacion.app.map - package fr.lip6.sma.simulacion.app.map
Paquet pour la gestion de la carte dans les applications Simulacion.
fr.lip6.sma.simulacion.app.map.test - package fr.lip6.sma.simulacion.app.map.test
Paquet pour la gestion des tests des cartes des applications Simulación.
fr.lip6.sma.simulacion.artwork - package fr.lip6.sma.simulacion.artwork
Paquet pour gérer les zimages en beauté.
fr.lip6.sma.simulacion.avatar - package fr.lip6.sma.simulacion.avatar
Paquet pour la gestion des avatars (affichage, liste, comportement, attitudes).
fr.lip6.sma.simulacion.locales - package fr.lip6.sma.simulacion.locales
Paquet pour gérer les traductions au sein de l'application simulacion.
fr.lip6.sma.simulacion.macosx - package fr.lip6.sma.simulacion.macosx
Paquet pour le code spécifique à MacOS X de simulacion.
fr.lip6.sma.simulacion.server - package fr.lip6.sma.simulacion.server
Paquet pour la partie réseau de simulacion avec le serveur (TCP) et le client du service mDNS.
fr.lip6.sma.simulacion.server.adapter - package fr.lip6.sma.simulacion.server.adapter
Paquet pour les adaptateurs afin de gérer des agents (entités réseau Simulación) dans un autre environnement.
fr.lip6.sma.simulacion.server.adapter.xmlrpc - package fr.lip6.sma.simulacion.server.adapter.xmlrpc
Paquet pour l'adaptateur XML-RPC.
fr.lip6.sma.simulacion.server.http - package fr.lip6.sma.simulacion.server.http
Paquet pour la transmission par HTTP (client et serveur).
fr.lip6.sma.simulacion.server.log - package fr.lip6.sma.simulacion.server.log
Paquet pour la partie réseau de simulacion avec le serveur (TCP) et le client du service mDNS.
fr.lip6.sma.simulacion.server.mdxr - package fr.lip6.sma.simulacion.server.mdxr
Paquet pour la mise en place de la partie réseau de simulacion, à l'aide de Multicast-DNS et de XML-RPC.
fr.lip6.sma.simulacion.test - package fr.lip6.sma.simulacion.test
Package for tests-related classes.

G

gAdapter - Static variable in class fr.lip6.sma.simulacion.server.adapter.AdapterFactory
Singleton Adapter ou null tant qu'il n'a pas été défini.
GameApplication - Interface in fr.lip6.sma.simulacion.app
Interface pour les applications pour jouer à la simulation.
GameApplicationImpl - Class in fr.lip6.sma.simulacion.app
Classe de base pour les applications pour jouer à la simulation.
GameApplicationImpl(String) - Constructor for class fr.lip6.sma.simulacion.app.GameApplicationImpl
Constructeur à partir du chemin de la configuration.
GameApplicationImpl(String, String[]) - Constructor for class fr.lip6.sma.simulacion.app.GameApplicationImpl
Constructeur à partir du chemin de la configuration et de paramètres supplémentaires.
GameApplicationWindow - Class in fr.lip6.sma.simulacion.app
Base class for windows of applications for players.
GameApplicationWindow(GameApplication) - Constructor for class fr.lip6.sma.simulacion.app.GameApplicationWindow
Constructor from the Game application.
GameController - Interface in fr.lip6.sma.simulacion.app
Interface pour la fenêtre principale d'une application simulación.
GAMEID_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Propriété avec le jeu et la version.
GameModel - Interface in fr.lip6.sma.simulacion.app
Interface du modèle du jeu.
gConfiguration - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Référence sur la configuration.
gEngine - Static variable in class fr.lip6.sma.simulacion.app.LocalizationEngine
Since instance of the engine.
getAbsolutePath(String) - Static method in class fr.lip6.sma.simulacion.app.Bundle
Get an absolute path from a given path (which can already be absolute).
getAdapter(Configuration, AgentListManager) - Static method in class fr.lip6.sma.simulacion.server.adapter.AdapterFactory
Retourne un objet Adapter en fonction de la propriété com.kallisys.simulacion.adapter (globale ou dans le fichier de configuration).
getAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Accesseur sur un agent de la collection.
getAgent(String, String) - Method in interface fr.lip6.sma.simulacion.server.AgentListManager
Accesseur sur un agent.
getAgent(String, String) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Accesseur sur un agent.
getAgent() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
Accesseur sur l'agent.
getAgentAvatarName(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur le nom de l'avatar d'un agent à partir de son nom.
getAgentByName(String) - Method in interface fr.lip6.sma.simulacion.server.AgentListManager
Accesseur sur un agent à partir de son nom seul.
getAgentByName(String) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Accesseur sur un agent à partir de son nom seul.
getAgentClass() - Method in class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Accesseur sur la classe de l'agent.
getAgentClass() - Method in interface fr.lip6.sma.simulacion.server.Agent
Accesseur sur la classe de l'agent.
getAgentClass() - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgent
Accesseur sur la classe de l'agent.
getAgentClass() - Method in class fr.lip6.sma.simulacion.server.LocalPlayerImpl
Accesseur sur la classe de l'agent.
getAgentClass() - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Accesseur sur la classe de l'agent.
getAgentClass(NetService) - Static method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Accesseur sur la classe de l'agent à partir du service.
getAgentClass() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Accesseur sur la classe de l'agent.
getAgentColor(String) - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Get the color of an agent from its name.
getAgentComponent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Get an agent component.
getAgentComponent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Accesseur sur le composant d'un agent.
getAgentConfig(String) - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur la configuration d'un agent donné.
getAgentConfig(String) - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur la configuration d'un agent donné.
getAgentList() - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Accesseur sur la liste des agents.
getAgentListManager() - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Accesseur sur le gestionnaire de la liste des agents.
getAgentListManager() - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Accesseur sur le gestionnaire de la liste des agents.
getAgentListManager() - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Retourne l'interface pour la liste des agents.
getAgentListManager() - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Accesseur sur la liste des agents.
getAgentListManager() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRServer
Retourne l'interface pour la liste des agents.
getAgentListManager() - Method in interface fr.lip6.sma.simulacion.server.Server
Retourne l'interface pour la liste des agents.
getAgentName() - Method in class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Accesseur sur le nom de l'agent.
getAgentName() - Method in interface fr.lip6.sma.simulacion.server.Agent
Accesseur sur le nom de l'agent.
getAgentName() - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgent
Accesseur sur le nom de l'agent.
getAgentName() - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Accesseur sur le nom de l'agent.
getAgentName() - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Accesseur sur le nom de l'agent.
getAgentName() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Accesseur sur le nom de l'agent.
getAgentPosition(String) - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Get the position of an agent from its name.
getAgentProperty(String, String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur la propriété d'un agent.
getAgents() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur la configuration des agents.
getAgents() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Accesseur sur le tableau des joueurs.
getAgentServiceName() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
Accesseur sur le nom de l'agent sur le réseau.
getAgentSet() - Method in interface fr.lip6.sma.simulacion.server.AgentListManager
Accesseur sur l'ensemble des joueurs sur le réseau.
getAgentSet() - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Accesseur sur l'ensemble des agents sur le réseau.
getAgentShapeID(String) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesModel
Gets the shape id of an agent geometric avatar.
getAgentsLocations() - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Accesseur sur les positions des agents.
getAgentsRects() - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Accesseur sur les rectangles des agents.
getAgentTypeName(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur le nom du type d'un agent à partir de son nom.
getAllAgents() - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Get the names of all agents on the map.
getAllowMultipleSelection() - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Accesseur sur la possibilité de choisir plusieurs agents à la fois.
getApplication() - Method in class fr.lip6.sma.simulacion.app.ApplicationWindow
Accesseur sur l'application.
getApplication() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Accesseur sur l'application.
getAttitude() - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Accesseur sur l'attitude de l'avatar.
getAttitudes() - Method in class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Accesseur sur l'ensemble des attitudes (séquences d'images).
getAttributeAlways(String, String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Récupère un attribut donné en lanant une exception s'il n'est pas présent.
getAudioClip(String) - Static method in class fr.lip6.sma.simulacion.app.Bundle
Accesseur sur un son.
getAvatar(String) - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur un avatar donné.
getAvatar(String) - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur un avatar donné.
getAvatarName() - Method in class fr.lip6.sma.simulacion.server.http.HTTPPlayer
Accesseur sur le nom de l'avatar représentant le joueur.
getAvatarName() - Method in class fr.lip6.sma.simulacion.server.LocalPlayerImpl
Accesseur sur le nom de l'avatar.
getAvatarName() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRPlayer
Accesseur sur le nom de l'avatar représentant le joueur.
getAvatarName() - Method in interface fr.lip6.sma.simulacion.server.Player
Accesseur sur le nom de l'avatar représentant le joueur.
getAvatars() - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur tous les avatars.
getAvatars() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur tous les avatars.
getAvatars() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur la configuration des avatars.
getAWTComponent() - Method in interface fr.lip6.sma.simulacion.app.map.MapComponentItem
Accesseur sur le composant awt.
getCard() - Method in class fr.lip6.sma.simulacion.avatar.CardStack.StackItem
Accesseur sur la carte.
getCardCookie() - Method in class fr.lip6.sma.simulacion.avatar.CardStack.StackItem
Accesseur sur le biscuit.
getCell(Point) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Retrieve a cell from a position.
getCellSize() - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Get the size of the cells (constant).
getClassConfig(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur la configuration d'une classe.
getClasses() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur la configuration des classes.
getConfiguration() - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur la configuration.
getConfiguration() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur la configuration.
getConfiguration() - Static method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur la configuration.
getConfiguration(String) - Static method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur la configuration.
getConfiguration() - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Accesseur sur la configuration.
getConfiguration() - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Accesseur sur la configuration globale.
getConfiguration() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Accesseur sur la configuration.
getCookie() - Method in class fr.lip6.sma.simulacion.avatar.BlankCard
Retourne un biscuit pour ré-afficher la carte dans le même état plus tard.
getCookie() - Method in class fr.lip6.sma.simulacion.avatar.InterfaceCard
Retourne un biscuit pour rŽ-afficher la carte dans le mme Žtat plus tard.
getCookie() - Method in class fr.lip6.sma.simulacion.avatar.WelcomeCard
Retourne un biscuit pour ré-afficher la carte dans le même état plus tard.
getCurrentCard() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Accesseur sur la carte courante.
getCurrentCard() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Accesseur sur la carte courante.
getCurrentCardIndex() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Retourne l'indice de la carte actuelle (base 1).
getCurrentCardIndex() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Récupère l'indice de la carte actuelle (base 1).
getCurrentCookie() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Accesseur sur le biscuit de la carte courante.
getDefaultLocale() - Method in class fr.lip6.sma.simulacion.app.Configuration
Détermine la localité par défaut.
getDefaultURL(Configuration) - Static method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Determine the default URL from the configuration.
getEngine() - Static method in class fr.lip6.sma.simulacion.app.LocalizationEngine
Access the single instance.
getEngine(String) - Static method in class fr.lip6.sma.simulacion.app.LocalizationEngine
Access the single instance with a path to the configuration file.
getEvents() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Accesseur sur la liste des événements.
getField(Class, String) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Access a given static field of a class.
getField(Object, String) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Access a given field of an object.
getGameApplication() - Method in class fr.lip6.sma.simulacion.app.GameApplicationWindow
Accessor on the application object.
getGameController() - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Accesseur sur le contrôleur du jeu.
getGameController() - Method in class fr.lip6.sma.simulacion.app.map.MapTestApp
Accesseur sur le contrôleur.
getGameController() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Accesseur sur la fenêtre principale.
getGameModel() - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Accesseur sur le modèle du jeu.
getGameModel() - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Get the game model.
getGameModel() - Method in class fr.lip6.sma.simulacion.app.map.MapTestApp
Accesseur sur le modèle.
getHouseOwnerName(Point) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Méthode pour récupérer le nom de l'agent à qui appartient la maison sous un point donné.
getHTTPServers() - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Accessor on the list of servers.
getImage(String) - Static method in class fr.lip6.sma.simulacion.app.Bundle
Accesseur sur une image.
getImage() - Method in class fr.lip6.sma.simulacion.app.ImagePanel
Accesseur sur l'image.
getImageCollection(String) - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Accesseur sur une collection particulière d'images pour l'avatar.
getImageCollectionIDs() - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Accesseur sur l'ensemble des vues (collections d'images).
getImageCount() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur le nombre d'images.
getImagePath() - Method in class fr.lip6.sma.simulacion.app.AboutBox
Récupère le chemin de l'image à afficher.
getInterfacePanel() - Method in class fr.lip6.sma.simulacion.avatar.InterfaceCard
Accesseur sur la vue/le contr™leur.
getKeys() - Method in class fr.lip6.sma.simulacion.locales.LocalizedResources
Accesseur sur les clés de la traduction.
getLayers(String) - Method in class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Accesseur sur les couches pour une attitude particulière.
getLocalAgentConfig() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Accesseur sur la configuration du joueur local.
getLocalAgentKeys() - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Return the set of local agent keys (class:name).
getLocalAgentLocation() - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Accesseur sur la position de l'agent local.
getLocalAgentName() - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Accesseur sur le nom de l'agent local ou null si l'agent local n'est pas sur la carte.
getLocalAgentName() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Accesseur sur le nom du joueur local.
getLocalAgentPosition() - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Accesseur sur la position de l'agent local.
getLocalAgentRect() - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Accesseur sur le rectangle de l'agent local.
getLocaleCodes() - Method in class fr.lip6.sma.simulacion.app.Configuration
Récupère les codes des localités.
getLocales() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur les traductions.
getLocalPlayer() - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Accesseur sur le joueur local.
getLocalPlayer() - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Accesseur sur le joueur local.
getLocalPlayer() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Accesseur sur l'agent.
getLocationFromString(String) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Détermine la position à partir d'une chaîne.
getLocationFromString(String) - Static method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Détermine la position à partir d'une chaîne.
getMapListener() - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Accesseur sur le client.
getMapSize() - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Get the size of the map (constant).
getMaxAgentsPerCell() - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Get the maximum number of agents per cell (constant).
getMediaImages() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur les images supplémentaires.
getName() - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Accesseur sur le nom.
getPanel() - Method in class fr.lip6.sma.simulacion.app.map.MapAction
Get the panel where the action occurs.
getPlayer(String) - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Accesseur sur un joueur donné à partir de son nom.
getPlayer(String) - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Accesseur sur un joueur donné à partir de son nom.
getPlayerAgentClass() - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur la classe des joueurs.
getPlayerAgentClass() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur la classe des joueurs.
getPlayerAgentClasses() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur les classes des joueurs.
getPlayerAgentNames() - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur les noms des agents de la classe joueur.
getPlayerAgentNames() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur les noms des agents de la classe joueur.
getPlayerNameFromAvatarName(String) - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur le nom d'un joueur à partir du nom de son avatar.
getPlayerNameFromAvatarName(String) - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur le nom d'un joueur à partir du nom de son avatar.
getProgress() - Method in interface fr.lip6.sma.simulacion.app.SplashWindow
Accesseur sur le niveau de progression actuel.
getProgress() - Method in class fr.lip6.sma.simulacion.app.TestApp
Accesseur sur le niveau de progression actuel.
getProperties() - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur les propriétés supplémentaires.
getProperty(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur une propriété supplémentaire.
getProperty(String) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Accesseur sur une propriété de l'agent.
getProperty(String) - Method in interface fr.lip6.sma.simulacion.server.LocalAgentWithProperties
Accesseur sur une propriété de l'agent.
getProperty(String) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Accesseur sur une propriété de l'agent.
getPropertyAsBoolean(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur une propriété supplémentaire sous la forme d'un booléen.
getPropertyAsDimension(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur une propriété supplémentaire sous la forme d'une dimension.
getPropertyAsDouble(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur une propriété supplémentaire sous la forme d'un double.
getPropertyAsInt(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur une propriété supplémentaire sous la forme d'un entier.
getPropertyAsPoint(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur une propriété supplémentaire sous la forme d'un point.
getPropertyAsRectangle(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Accesseur sur une propriété supplémentaire sous la forme d'un rectangle.
getRegistrationOpID() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
Accesseur sur l'ID de la requête.
getResource(String) - Static method in class fr.lip6.sma.simulacion.app.Bundle
Accesseur sur une ressource.
getResourceAsStream(String) - Static method in class fr.lip6.sma.simulacion.app.Bundle
Accesseur sur une ressource via un flux.
getSelectedAgentName() - Method in interface fr.lip6.sma.simulacion.app.GameController
Accesseur sur l'agent choisi (s'il y en a qu'un).
getSelectedAgentNames() - Method in interface fr.lip6.sma.simulacion.app.GameController
Accesseur sur l'ensemble des noms des agents choisis.
getSelectedAgents() - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Accesseur sur une copie de l'ensemble des agents choisis.
getSelectedAgentsSet() - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Accesseur sur l'ensemble des agents choisis.
getServer(Configuration) - Static method in class fr.lip6.sma.simulacion.server.ServerFactory
Retourne un objet Server en fonction de la propriété com.kallisys.simulacion.server (globale ou dans le fichier de configuration).
getSize() - Method in class fr.lip6.sma.simulacion.app.ImagePanel
Accesseur sur notre taille.
getSplashWindow() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Crée et retourne la fenêtre de démarrage.
getSplashWindow() - Method in class fr.lip6.sma.simulacion.app.TestApp
Crée et retourne la fenêtre de démarrage.
getTagIndexAlways(String, String[]) - Method in class fr.lip6.sma.simulacion.app.Configuration
Détermine l'indice de la balise dans une liste et lance une exception si la balise n'est pas dans la liste.
getToolTipText(MouseEvent) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Méthode pour afficher une bulle d'aide.
getTracker() - Method in interface fr.lip6.sma.simulacion.app.Application
Accesseur sur le traqueur.
getTracker() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Accesseur sur le traqueur.
getTypeName() - Method in class fr.lip6.sma.simulacion.server.LocalPlayerImpl
Accesseur sur le nom du type de l'agent.
getTypeName() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRPlayer
Accesseur sur le nom du type de l'agent.
getValue(String) - Method in class fr.lip6.sma.simulacion.app.map.MapAction
Not implemented.
getWindowBounds() - Method in class fr.lip6.sma.simulacion.app.AboutBox
Récupère les dimensions de la boîte.
getXcoordinate() - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Returns the X coordinate of the cell.
getYcoordinate() - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Returns the Y coordinate of the cell.
goToInputCard() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Avance jusqu'à la carte de saisie.
goToNextCard() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Avance jusqu'à la carte suivante.
goToPreviousCard() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Avance jusqu'à la carte précédente.
gServer - Static variable in class fr.lip6.sma.simulacion.server.ServerFactory
Singleton Server ou null tant qu'il n'a pas été défini.

H

handleAbout(ApplicationEvent) - Method in class fr.lip6.sma.simulacion.macosx.MacOSXEventListener
Méthode invoquée lorsque l'utilisateur quitte l'application par un moyen quelconque (AppleScript, Dock, Pomme-Q, redémarrage, etc.).
handleError(Exception, URL, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Méthode appelée lorsqu'une erreur est survenue avec notre requête listen.
handleGetObject(String) - Method in class fr.lip6.sma.simulacion.locales.LocalizedResources
Récupère un élément de la traduction.
handleOutClick() - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode invoquée lorsqu'un clic est fait en dehors de toute zone est fait.
handleQuit(ApplicationEvent) - Method in class fr.lip6.sma.simulacion.macosx.MacOSXEventListener
Méthode invoquée lorsque l'utilisateur quitte l'application par un moyen quelconque (AppleScript, Dock, Pomme-Q, redémarrage, etc.).
Handler - Class in fr.lip6.sma.simulacion.server
Classe pour l'interface publique du serveur.
Handler(Agent) - Constructor for class fr.lip6.sma.simulacion.server.Handler
Constructeur à partir de l'agent local.
handleResult(Object, URL, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Méthode appelée lorsque le serveur a répondu à notre requête listen.
handleZoneClick(String) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode invoquée lorsqu'une zone d'avatar est cliquée.
hashCode() - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Valeur de hachage conforme à l'égalité.
hashCode() - Method in interface fr.lip6.sma.simulacion.server.Agent
Valeur de hachage concordante avec equals.
hashCode() - Method in class fr.lip6.sma.simulacion.server.AgentImpl
Valeur de hachage concordante avec equals.
hasNextCard() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Est-ce qu'on peut avancer dans la pile.
hasNextCard() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Détermine s'il y a une carte suivante.
hasPreviousCard() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Est-ce qu'on peut reculer dans la pile.
hasPreviousCard() - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Détermine s'il y a une carte précédente.
hideBubble() - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Cache la bulle.
HIDEURL_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Property to mention that the URL should be hidden.
hierarchyChanged(HierarchyEvent) - Method in class fr.lip6.sma.simulacion.app.WaitShowing
Quelque chose a changé dans la hiérarchie du composant.
homeClicked() - Method in interface fr.lip6.sma.simulacion.app.map.MapPanelListener
Méthode invoquée à chaque fois que la maison du joueur local est cliquée (sans la touche majuscule).
homeClicked() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Méthode invoquée à chaque fois que la maison du joueur local est cliquée (sans la touche majuscule).
HOST_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Propriété avec le nom du serveur.
houseClicked(String) - Method in interface fr.lip6.sma.simulacion.app.map.MapPanelListener
Méthode invoquée à chaque fois que la maison d'un autre joueur est cliquée (sans la touche majuscule).
houseClicked(String) - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Méthode invoquée à chaque fois que la maison d'un autre joueur est cliquée (sans la touche majuscule).
HTTPAgent - Class in fr.lip6.sma.simulacion.server.http
Classe pour un agent accessible via un serveur HTTP.
HTTPAgent(HTTPClient, String, String) - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPAgent
Constructeur à partir du client HTTP, d'une classe et d'un nom.
HTTPAgentListManager - Class in fr.lip6.sma.simulacion.server.http
Classe pour le gestionnaire de la liste des agents.
HTTPAgentListManager(HTTPClient, Collection) - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Constructeur à partir du client HTTP.
HTTPClient - Class in fr.lip6.sma.simulacion.server.http
Classe pour le client HTTP qui gère les échanges bidirectionnels avec le serveur (HTTP).
HTTPClient() - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPClient
Constructeur par défaut.
HTTPConsts - Class in fr.lip6.sma.simulacion.server.http
Classe pour les constantes relatives au serveur HTTP.
HTTPConsts() - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPConsts
Constructeur par défaut non disponible.
HTTPMDNSBrowser - Class in fr.lip6.sma.simulacion.server.http
Class to handle the list of MDNS advertised servers.
HTTPMDNSBrowser(Configuration) - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Constructor from the configuration.
HTTPPlayer - Class in fr.lip6.sma.simulacion.server.http
Classe pour un agent réseau (HTTP) qui est un joueur.
HTTPPlayer(HTTPClient, String, String) - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPPlayer
Constructeur à partir du client HTTP, d'une classe et d'un nom.
HTTPServer - Class in fr.lip6.sma.simulacion.server.http
Classe pour le serveur HTTP qui gère les différents clients.
HTTPServer(String[]) - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPServer
Constructeur à partir des arguments.
HTTPServer.ClientData - Class in fr.lip6.sma.simulacion.server.http
Classe pour les données sur un client.
HTTPServer.ClientData(int, int) - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Constructeur à partir de l'identifiant du client et du temps maximal pendant lequel on accepte de ne pas entendre parler du client.
HTTPServerTest - Class in fr.lip6.sma.simulacion.server.http
Class for tests of the HTTPServer class.
HTTPServerTest() - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPServerTest
Default constructor.
HTTPSetupFrame - Class in fr.lip6.sma.simulacion.server.http
Classe pour la fenêtre de connexion au serveur Simulación HTTP.
HTTPSetupFrame(HTTPClient, Configuration) - Constructor for class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Constructeur à partir du client et de la configuration.

I

IMAGE_PATH - Static variable in class fr.lip6.sma.simulacion.app.AboutBox
Path to the about box image.
imageLoaded(String) - Method in interface fr.lip6.sma.simulacion.app.SplashWindow
Méthode appelée lorsqu'une image est chargée.
imageLoaded(String) - Method in class fr.lip6.sma.simulacion.app.TestApp
Méthode appelée lorsqu'une image est chargée.
imageLoaded(String) - Method in interface fr.lip6.sma.simulacion.artwork.SimulacionMTListener
Méthode appelée lorsqu'une image est chargée.
ImagePanel - Class in fr.lip6.sma.simulacion.app
Classe pour un élément graphique avec une image.
ImagePanel() - Constructor for class fr.lip6.sma.simulacion.app.ImagePanel
Constructeur par défaut.
ImagePanel(Image) - Constructor for class fr.lip6.sma.simulacion.app.ImagePanel
Constructeur à partir d'une image.
imageUpdate(Image, int, int, int, int, int) - Method in class fr.lip6.sma.simulacion.app.ImagePanel
Méthode appelée lorsqu'une information sur l'image devient connue.
IMPLEMENTATION_KEY - Static variable in interface fr.lip6.sma.simulacion.server.Agent
Clé pour la classe Java qui s'occupe de l'agent.
indicateProgress(double) - Method in interface fr.lip6.sma.simulacion.app.SplashWindow
Indicateur de chargement.
indicateProgress(double) - Method in class fr.lip6.sma.simulacion.app.TestApp
Indicateur de chargement.
init() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Méthode pour initialiser la fenêtre.
init() - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Method called at the beginning of the application.
init(String) - Method in interface fr.lip6.sma.simulacion.app.GameApplication
Configure l'application en créant l'agent local et en l'enregistrant auprès du serveur et de la liste.
init(String) - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Configure l'application en créant l'agent local et en l'enregistrant auprès du serveur et de la liste.
init() - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Initialise la fenêtre.
init(InputCard, Object) - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Initialisation à partir de la carte par défaut.
init(Object) - Method in class fr.lip6.sma.simulacion.avatar.BlankCard
Méthode invoquée avant que la carte ne soit affichée.
init(Object) - Method in class fr.lip6.sma.simulacion.avatar.InterfaceCard
MŽthode invoquŽe avant que la carte ne soit affichŽe.
init(Object) - Method in class fr.lip6.sma.simulacion.avatar.WelcomeCard
Méthode invoquée avant que la carte ne soit affichée.
init() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Method called at the beginning of the application.
initCells() - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Initialize the cells.
initComponents() - Method in class fr.lip6.sma.simulacion.app.AboutBox
Méthode pour initialiser les composants au démarrage de l'application.
initComponents() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Méthode pour initialiser les composants au démarrage de l'application.
initComponents() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Méthode pour initialiser les composants au démarrage de l'application.
initComponents() - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode pour initialiser les composants au démarrage de l'application.
initComponents() - Method in class fr.lip6.sma.simulacion.app.SingletonModalWindow
Méthode pour initialiser les composants au démarrage de l'application.
initComponents() - Method in class fr.lip6.sma.simulacion.avatar.Test
Méthode pour initialiser les composants au démarrage de l'application.
initComponents() - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Méthode pour initialiser les composants au démarrage de l'application.
initComponentsLocalizedContent() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Initialise la partie traduite des composants.
InputCard - Class in fr.lip6.sma.simulacion.avatar
Classe pour une carte de saisie.
InputCard(AvatarInterfacePanel) - Constructor for class fr.lip6.sma.simulacion.avatar.InputCard
Constructeur à partir du conteneur d'interface.
InputCard(AvatarInterfacePanel, boolean) - Constructor for class fr.lip6.sma.simulacion.avatar.InputCard
Constructeur à partir du conteneur d'interface et d'un booléen pour afficher les boutons suivant/précédent.
install() - Static method in class fr.lip6.sma.simulacion.test.ThreadCheckingRepaintManager
Install the repaint manager.
INTERFACE_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Propriété avec l'interface sur laquelle écouter (si absente, on écoute sur loopback).
InterfaceCard - Class in fr.lip6.sma.simulacion.avatar
Classe de base pour les cartes d'interaction avec l'avatar.
InterfaceCard(AvatarInterfacePanel) - Constructor for class fr.lip6.sma.simulacion.avatar.InterfaceCard
Constructeur ˆ partir du conteneur d'interface.
InterfaceCard(AvatarInterfacePanel, boolean) - Constructor for class fr.lip6.sma.simulacion.avatar.InterfaceCard
Constructeur ˆ partir du conteneur d'interface.
invokeMethod(Class, String, Object[]) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Invoke a given class method.
invokeMethod(Object, String, Object[]) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Invoke a given instance method.
isAgentOnMap(Configuration, String) - Static method in class fr.lip6.sma.simulacion.app.map.MapPanel
Détermine si un agent est sur la carte à partir de son nom (et de la configuration).
isBusy() - Method in class fr.lip6.sma.simulacion.avatar.BlankCard
Détermine si l'utilisateur est occupé avec cette carte.
isBusy() - Method in class fr.lip6.sma.simulacion.avatar.InterfaceCard
DŽtermine si l'utilisateur est occupŽ avec cette carte.
isEnabled() - Method in class fr.lip6.sma.simulacion.app.map.MapAction
MapAction are always enabled.
isLeftMouseButtonWithoutCtrl(MouseEvent) - Static method in class fr.lip6.sma.simulacion.app.MoreSwingUtilities
Détermine si le bouton gauche est appuyé sans la touche ctrl.
isPlayerClass(String) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Détermine si une classe donnée est une des classes des joueurs.
isRightMouseButtonOrEquivalent(MouseEvent) - Static method in class fr.lip6.sma.simulacion.app.MoreSwingUtilities
Détermine si le bouton droit est appuyé ou le bouton gauche avec la touche ctrl.

L

LAYER_HORIZONTAL_ORIENTATION - Static variable in class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Orientation horizontale.
LAYER_ORIENTATION_KEY - Static variable in class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Clé pour les orientations des couches.
LAYER_SLICES_KEY - Static variable in class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Clé pour les tranches des couches.
LAYER_VERTICAL_ORIENTATION - Static variable in class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Orientation verticale.
listChanged() - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode appelée lorsque la liste a été modifiée.
listChanged() - Method in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Méthode appelée lorsque la liste a été modifiée.
listChanged() - Method in interface fr.lip6.sma.simulacion.server.AgentListClient
Méthode appelée lorsque la liste a été modifiée.
listChanged() - Method in class fr.lip6.sma.simulacion.server.log.LogApp
Méthode appelée lorsque la liste a été modifiée.
listen(int) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Envoie à un client tous les nouveaux événements.
LISTEN_RETRY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Temps maximum qu'un client attend avec un listen avant de réitérer son message.
LISTEN_TIMEOUT - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Temps à attendre pour listen.
loadAvatars(Map, SimulacionMediaTracker) - Static method in class fr.lip6.sma.simulacion.avatar.Avatar
Charge les avatars à partir du tableau issu de la configuration.
loadImage(String) - Method in class fr.lip6.sma.simulacion.artwork.SimulacionMediaTracker
Charge une image.
loadImages() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Charge les images (dans un processus léger séparé).
LocalAgent - Interface in fr.lip6.sma.simulacion.server
Interface pour un agent local.
LocalAgentImpl - Class in fr.lip6.sma.simulacion.server
Classe pour les agents locaux.
LocalAgentImpl(AgentListManager, String, Map) - Constructor for class fr.lip6.sma.simulacion.server.LocalAgentImpl
Constructeur à partir du gestionnaire de liste, d'un nom et de propriétés.
LocalAgentWithProperties - Interface in fr.lip6.sma.simulacion.server
Interface for a local agent with properties.
LocalAwareAgentImpl - Class in fr.lip6.sma.simulacion.server
Classe de base pour les agents locaux qui s'intéressent à l'arrivée et au départ d'autres agents sur le réseau.
LocalAwareAgentImpl(AgentListManager, String, Map) - Constructor for class fr.lip6.sma.simulacion.server.LocalAwareAgentImpl
Constructeur à partir du gestionnaire de liste, d'un nom et de propriétés.
LOCALE_DEFAULT_KEY - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Propriété pour la langue par défaut du programme.
LOCALE_USER_KEY - Static variable in class fr.lip6.sma.simulacion.app.Configuration
Propriété pour outrepasser le choix de l'utilisateur pour la langue.
localeChanged() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Méthode invoquée lorsque la sélection du menu des localités change.
LocalizationEngine - Class in fr.lip6.sma.simulacion.app
Singleton class to localize strings.
LocalizationEngine() - Constructor for class fr.lip6.sma.simulacion.app.LocalizationEngine
Default constructor.
LocalizationEngine(String) - Constructor for class fr.lip6.sma.simulacion.app.LocalizationEngine
Constructor from a config path.
localizeAbstractButton(AbstractButton) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit le texte d'un AbstractButton fraîchement initialisé.
localizeComponent(Component) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit un composant fraîchement initialisé.
localizeCompoundBorder(CompoundBorder) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Translate the title of titled borders when they are embedded in border compounds.
localizeContainer(Container) - Method in interface fr.lip6.sma.simulacion.app.GameController
Traduit un conteneur fraîchement initialisé.
localizeContainer(Container) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit un conteneur fraîchement initialisé.
localizeContainer(Container) - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellGameController
Traduit un conteneur fraîchement initialisé.
LocalizedResources - Class in fr.lip6.sma.simulacion.locales
Classe pour la traduction des applications.
LocalizedResources() - Constructor for class fr.lip6.sma.simulacion.locales.LocalizedResources
Constructeur par défaut.
LocalizedResources(String) - Constructor for class fr.lip6.sma.simulacion.locales.LocalizedResources
Constructeur à partir d'un code de langue.
LocalizedResources_en - Class in fr.lip6.sma.simulacion.locales
Classe pour la traduction anglaise de SimCafé.
LocalizedResources_en() - Constructor for class fr.lip6.sma.simulacion.locales.LocalizedResources_en
Constructeur par défaut.
LocalizedResources_es - Class in fr.lip6.sma.simulacion.locales
Classe pour la traduction espagnole de Simulación.
LocalizedResources_es() - Constructor for class fr.lip6.sma.simulacion.locales.LocalizedResources_es
Constructeur par défaut.
LocalizedResources_ja - Class in fr.lip6.sma.simulacion.locales
Classe pour la traduction japonaise d'applications Simulación.
LocalizedResources_ja() - Constructor for class fr.lip6.sma.simulacion.locales.LocalizedResources_ja
Constructeur par défaut.
LocalizedResources_pt - Class in fr.lip6.sma.simulacion.locales
Classe pour la traduction portugaise d'applications Simulación.
LocalizedResources_pt() - Constructor for class fr.lip6.sma.simulacion.locales.LocalizedResources_pt
Constructeur par défaut.
LocalizedResources_th - Class in fr.lip6.sma.simulacion.locales
Classe pour la traduction thaï d'applications Simulación.
LocalizedResources_th() - Constructor for class fr.lip6.sma.simulacion.locales.LocalizedResources_th
Constructeur par défaut.
LocalizedWindow - Class in fr.lip6.sma.simulacion.app
Classe pour une fenêtre dans la langue de l'utilisateur.
LocalizedWindow() - Constructor for class fr.lip6.sma.simulacion.app.LocalizedWindow
Constructeur par défaut.
LocalizedWindow(String) - Constructor for class fr.lip6.sma.simulacion.app.LocalizedWindow
Constructeur à partir du chemin vers le fichier de configuration.
localizeFrame(Frame) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit le texte d'une Frame fraîchement initialisée.
localizeJComponent(JComponent) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit le texte de la bulle d'aide d'un composant swing.
localizeJProgressBar(JProgressBar) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit le texte d'une JProgressBar fraîchement initialisé.
localizeLabel(JLabel) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit le texte d'une étiquette JLabel fraîchement initialisée.
localizeMenuElement(MenuElement) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit un élément de menu fraîchement initialisé.
localizeString(String) - Method in interface fr.lip6.sma.simulacion.app.GameController
Localize a string.
localizeString(String) - Method in class fr.lip6.sma.simulacion.app.LocalizationEngine
Translate a string.
localizeString(String) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Translate a string.
localizeString(String) - Method in interface fr.lip6.sma.simulacion.app.map.MapPanelListener
Méthode invoquée pour traduire une chaîne.
localizeString(String) - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Traduit une chaîne.
localizeTextComponent(JTextComponent) - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Traduit le texte d'un objet inTextComponent fraîchement initialisé.
LocalLogAgentImpl - Class in fr.lip6.sma.simulacion.server
Classe pour un agent qui envoie des informations aux agents logs.
LocalLogAgentImpl(AgentListManager, String, Map) - Constructor for class fr.lip6.sma.simulacion.server.LocalLogAgentImpl
Constructeur à partir du gestionnaire de liste, d'un nom et de propriétés.
LocalPlayer - Interface in fr.lip6.sma.simulacion.server
Interface pour l'agent local, lorsqu'il est un joueur.
LocalPlayerImpl - Class in fr.lip6.sma.simulacion.server
Base class for the local player implementation.
LocalPlayerImpl(AgentListManager, String, Map) - Constructor for class fr.lip6.sma.simulacion.server.LocalPlayerImpl
Constructeur à partir du gestionnaire de liste, d'un nom et de propriétés.
LOCATION_KEY - Static variable in interface fr.lip6.sma.simulacion.server.Agent
Clé pour la position de l'agent sur la carte.
LogAgent - Class in fr.lip6.sma.simulacion.server.log
Classe pour un agent qui note, en XML et dans un flux, tout ce qui se passe.
LogAgent(OutputStream, String) - Constructor for class fr.lip6.sma.simulacion.server.log.LogAgent
Constructeur à partir d'un flux et d'un nom (suffixe) pour identifier l'agent sur le réseau.
LogApp - Class in fr.lip6.sma.simulacion.server.log
Classe pour une application qui se limite à enregistrer tout ce qui se passe dans un fichier.
LogApp(String) - Constructor for class fr.lip6.sma.simulacion.server.log.LogApp
Constructeur à partir du chemin du fichier de configuration.
logExecuteAgentMethodVerbose(int, String, String, String, Map, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Affiche l'exécution d'une méthode sur un agent.
logOperation(String, Map, String) - Method in class fr.lip6.sma.simulacion.server.LocalLogAgentImpl
Envoie l'information de log aux agents kivonbien.

M

MacOSXEventListener - Class in fr.lip6.sma.simulacion.macosx
Classe pour gérer les événements spécifiques à OS X.
MacOSXEventListener(ApplicationWindow) - Constructor for class fr.lip6.sma.simulacion.macosx.MacOSXEventListener
Constructeur à partir d'une fenêtre d'application.
mAdapter - Variable in class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Adaptateur.
mAdapter - Variable in class fr.lip6.sma.simulacion.server.adapter.AdapterApp
Référence sur l'adaptateur.
mAgent - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
Agent enregistré (ou en cours de l'être).
mAgentList - Variable in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Liste des agents (y compris l'agent local).
mAgentListManager - Variable in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Référence sur le gestionnaire pour la liste des agents
mAgentListManager - Variable in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Référence sur le gestionnaire de la liste des agents.
mAgentListManager - Variable in class fr.lip6.sma.simulacion.server.http.HTTPClient
Gestionnaire pour la liste des agents.
mAgentListManager - Variable in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Référence sur la liste des agents.
mAgentListManager - Variable in class fr.lip6.sma.simulacion.server.log.LogApp
Référence sur le gestionnaire de liste.
mAgentListManager - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRServer
Gestionnaire de liste pour les agents.
mAgentName - Variable in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Référence sur le nom de l'agent.
mAgentProperties - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec toutes les propriétés de l'agent courant.
mAgents - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec toutes les agents.
mAgents - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Configuration des agents qui sont des joueurs.
mAgentsCells - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Map of the cell of agents.
mAgentsComponents - Variable in class fr.lip6.sma.simulacion.app.map.MapCell
Tableau avec les éléments pour chacun des agents.
mAgentsComponents - Variable in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Tableau avec les éléments pour chacun des agents.
mAgentsConfig - Variable in class fr.lip6.sma.simulacion.app.ApplicationImpl
Configuration des agents (les agents ne sont créés que lorsqu'ils apparaissent sur le réseau).
mAgentServiceName - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
Nom du service de l'agent local (classe + : + nom).
mAgentsLocations - Variable in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Tableau avec les coordonées des agents.
mAgentsRects - Variable in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Tableau avec les rectangles de chacun des agents (maison et tout ce qui est dessiné qui leur appartient).
mAgentsRegistry - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
La liste des agents enregistrés.
main(String[]) - Static method in class fr.lip6.sma.simulacion.avatar.Test
Entry point for this test method.
main(String[]) - Static method in class fr.lip6.sma.simulacion.server.adapter.AdapterApp
Point d'entrée.
main(String[]) - Static method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Point d'entrée du serveur.
main(String[]) - Static method in class fr.lip6.sma.simulacion.server.log.LogApp
Point d'entrée.
main(String[]) - Static method in class fr.lip6.sma.simulacion.server.Test
Point d'entrée des tests.
mAllowMultipleSelection - Variable in class fr.lip6.sma.simulacion.app.map.MapPanel
Si on peut choisir plusieurs agents à la fois.
MapAction - Class in fr.lip6.sma.simulacion.app.map
The MapAction class reduces the Action AWT interface to only one method to be implemented: ActionPerformed.
MapAction(MapMultiCellPanel) - Constructor for class fr.lip6.sma.simulacion.app.map.MapAction
Constructor.
MapCell - Class in fr.lip6.sma.simulacion.app.map
This GUI component represents one cell where agents can be situated on the game application map.
MapCell(MapMultiCellModel, int, int) - Constructor for class fr.lip6.sma.simulacion.app.map.MapCell
Constructor of a MapCell.
MapComponentItem - Interface in fr.lip6.sma.simulacion.app.map
Interface pour les composants de la carte MapComponentPanel.
MapComponentPanel - Class in fr.lip6.sma.simulacion.app.map
Classe de base pour une carte où les joueurs sont présentés à l'aide de composants du type java.awt.Component.
MapComponentPanel(MapPanelListener, String) - Constructor for class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Constructeur à partir du client et du nom de l'agent local.
MapGridPanel - Class in fr.lip6.sma.simulacion.app.map
Classe pour une carte avec des composants placés sur une grille et triés.
MapGridPanel(MapPanelListener, String, int, int, int, int) - Constructor for class fr.lip6.sma.simulacion.app.map.MapGridPanel
Constructeur à partir du nombre de colonnes, du nombre de rangées et de l'espace vertical et horizontal entre les éléments.
MapMultiCellController - Class in fr.lip6.sma.simulacion.app.map
This class defines keys that are used to move on the map.
MapMultiCellController(MapMultiCellPanel, MapMultiCellModel, MapMultiCellGameController) - Constructor for class fr.lip6.sma.simulacion.app.map.MapMultiCellController
Constructor of the map controller.
MapMultiCellGameController - Interface in fr.lip6.sma.simulacion.app.map
Interface pour le contrôleur d'une carte avec plusieurs cases où l'agent local peut être déplacé.
MapMultiCellModel - Interface in fr.lip6.sma.simulacion.app.map
Interface pour un modèle associé à la carte MapMultiCell.
MapMultiCellPanel - Class in fr.lip6.sma.simulacion.app.map
Classe de base pour décomposer une carte de jeu en zones appelée "cell"s.
MapMultiCellPanel(MapMultiCellModel, MapMultiCellGameController, MapPanelListener, String, MapShapesModel) - Constructor for class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Constructor from models, a controller, a map listener and the name of the local agent.
MapPanel - Class in fr.lip6.sma.simulacion.app.map
Classe de base pour le panneau qui gère la carte.
MapPanel(MapPanelListener, String) - Constructor for class fr.lip6.sma.simulacion.app.map.MapPanel
Constructeur à partir du client et du nom de l'agent local.
MapPanelListener - Interface in fr.lip6.sma.simulacion.app.map
Interface pour les événéments de la carte.
mAppConsoleSettings - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Tableau de la préférence pour la console.
mApplication - Variable in class fr.lip6.sma.simulacion.app.ApplicationWindow
Modèle de l'application.
mApplication - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Application de test.
mApplicationWindow - Variable in class fr.lip6.sma.simulacion.macosx.MacOSXEventListener
Référence sur la fenêtre d'application courante ou null si aucune fenêtre n'est associée.
mAppList - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Vue sur la liste des applications.
mAppNames - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Tableau des noms des applications.
mAppParams - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Tableau des paramètres des applications.
mAppScrollPane - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Scroll pane pour les applications.
MapRegionPanel - Class in fr.lip6.sma.simulacion.app.map
Classe de base pour une carte où les joueurs sont présentés dans des régions rectangulaires fixes.
MapRegionPanel(MapPanelListener, Configuration) - Constructor for class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Constructeur à partir d'un gestionnaire et de la configuration globale.
MapRegionPanel(MapPanelListener, Configuration, String) - Constructor for class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Constructeur à partir d'un gestionnaire et des coordonnées de l'agent local.
MapShapesItemCollection - Class in fr.lip6.sma.simulacion.app.map
Classe pour une collection de représentation des agents.
MapShapesItemCollection(MapShapesModel, MapMultiCellModel, boolean) - Constructor for class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Constructeur à partir du modèle des formes et d'un booléen.
MapShapesModel - Class in fr.lip6.sma.simulacion.app.map
Classe pour gérer l'association des formes avec les agents.
MapShapesModel(int) - Constructor for class fr.lip6.sma.simulacion.app.map.MapShapesModel
Constructor from the maximum number of shapes.
MapTest - Class in fr.lip6.sma.simulacion.app.map
Classe pour la fenêtre principale du test de la carte.
MapTest(String) - Constructor for class fr.lip6.sma.simulacion.app.map.MapTest
Constructeur à partir du chemin du fichier de configuration.
MapTestApp - Class in fr.lip6.sma.simulacion.app.map
Classe pour l'application pour les tests de la carte.
MapTestApp(String) - Constructor for class fr.lip6.sma.simulacion.app.map.MapTestApp
Constructeur à partir du chemin de configuration.
mArgs - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Liste des arguments.
mAssistantMessage - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Référence sur la zone avec le message de l'assistant.
mAttitude - Variable in class fr.lip6.sma.simulacion.app.Configuration
Attitude courante.
mAttitude - Variable in class fr.lip6.sma.simulacion.avatar.Avatar
Référence sur l'attitude courante de l'avatar.
mAttitudeLabel - Variable in class fr.lip6.sma.simulacion.avatar.Test
Label with the name of the attitude.
mAttitudeList - Variable in class fr.lip6.sma.simulacion.avatar.Test
Vue sur la liste des attitudes pour une vue donnée.
mAttitudes - Variable in class fr.lip6.sma.simulacion.avatar.AvatarImageCollection
Référence sur le dictionnaire contenant les images pour les attitudes
mAttitudeScrollPane - Variable in class fr.lip6.sma.simulacion.avatar.Test
Scroll pane with all the attitudes.
mAvatar - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Référence sur l'avatar.
mAvatarLabel - Variable in class fr.lip6.sma.simulacion.avatar.Test
Label with the name of the avatar.
mAvatarList - Variable in class fr.lip6.sma.simulacion.avatar.Test
Vue sur la liste des avatars.
mAvatarName - Variable in class fr.lip6.sma.simulacion.server.LocalPlayerImpl
Référence sur le nom de l'avatar.
mAvatars - Variable in class fr.lip6.sma.simulacion.app.ApplicationImpl
Référence sur les avatars.
mAvatars - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec tous les avatars.
mAvatars - Variable in class fr.lip6.sma.simulacion.avatar.Test
Tableau des avatars.
mAvatarScrollPane - Variable in class fr.lip6.sma.simulacion.avatar.Test
Scroll pane with all the avatars.
mAvatarView - Variable in class fr.lip6.sma.simulacion.avatar.Test
Vue sur l'avatar ou null si l'avatar n'est pas visible.
mAvatarViews - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec toutes les vues pour l'avatar courant.
mAvatarWindow - Variable in class fr.lip6.sma.simulacion.avatar.Test
Fenêtre avec l'avatar animé.
mAvatarZones - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
Liste des zones pour chacun des avatars.
mBlackFrame - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Background frame.
mBrowseRequestID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
ID of the browse request.
mBubbleImage - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Image.
mButtonsLayout - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Panel to lay out the buttons.
mButtonsPanel - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Panel with the buttons.
mButtonsZone - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
Zone with the buttons.
mCard - Variable in class fr.lip6.sma.simulacion.avatar.CardStack.StackItem
Carte
mCardCookie - Variable in class fr.lip6.sma.simulacion.avatar.CardStack.StackItem
Objet (biscuit) pour la carte
mCardLayout - Variable in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Gestionnaire des calques
mCardStack - Variable in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Pile des cartes.
mCells - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
The cell map.
mClass - Variable in class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Classe de l'agent.
mClass - Variable in class fr.lip6.sma.simulacion.server.http.HTTPAgent
Classe de l'agent.
mClasses - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec toutes les classes d'agents.
mClassName - Variable in class fr.lip6.sma.simulacion.app.Configuration
Nom de la classe courante.
mClassProperties - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec toutes les propriétés de la classe courante.
mClient - Variable in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Référence sur le client.
mClient - Variable in class fr.lip6.sma.simulacion.server.http.HTTPAgent
Client HTTP.
mClient - Variable in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Client HTTP.
mClient - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Reference on the HTTP client.
mClientID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPClient
Référence sur notre identifiant en tant que client auprès du serveur.
mClientID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Identifiant du client.
mClientNextID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
ID du prochain client.
mClients - Variable in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Ensemble des clients de cette liste à prévenir en cas de: - succès ou d'échec d'enregistrement - modification de la liste
mClients - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
La liste des événements pour les clients.
mCollection - Variable in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Collection des formes.
mCollectionID - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Identifiant de la collection d'images à utiliser.
mComponent - Variable in class fr.lip6.sma.simulacion.app.WaitShowing
Composant surveillé.
mComponents - Variable in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Ensemble des composants.
mConfiguration - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Référence sur la configuration.
mConfiguration - Variable in class fr.lip6.sma.simulacion.app.ApplicationImpl
Référence sur la configuration.
mConfiguration - Variable in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Référence sur la configuration globale.
mConfiguration - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Configuration.
mConnectButton - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
"Connect" button.
mConnectButtonActionPerformed(ActionEvent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Méthode invoquée lorsque le bouton Connexion est cliqué.
mConsoleArea - Variable in class fr.lip6.sma.simulacion.app.ApplicationConsole
Zone de texte avec le contenu de stdout & stderr.
mConsoleCheckBox - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Checkbox pour ouvrir une console graphique.
mController - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Controller of the map and its cells
mCopyrightLabel - Variable in class fr.lip6.sma.simulacion.avatar.Test
Label with the copyright notice.
mCurrentAppClass - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Classe avec le nom de la classe (et les paramètres pour main) de l'application à lancer.
mCurrentAvatar - Variable in class fr.lip6.sma.simulacion.avatar.Test
Avatar courant ou null si aucun avatar n'est choisi.
mCurrentCardIx - Variable in class fr.lip6.sma.simulacion.avatar.CardStack
Indice (base 0) de la carte actuelle.
mCurrentView - Variable in class fr.lip6.sma.simulacion.avatar.Test
Vue courante ou null si aucune vue n'est choisie.
mCurrentViewID - Variable in class fr.lip6.sma.simulacion.avatar.Test
Identifiant de la vue courante ou null si aucune vue n'est choisie.
mData - Variable in class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleInputStream
Pile avec les octets disponibles.
mDefaultCard - Variable in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Carte par défaut.
mDefaultCardCookie - Variable in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Biscuit pour la carte par défaut.
mDefaultIntHandler - Variable in class fr.lip6.sma.simulacion.app.CLIApplication
Default handler for the INT signal.
mDefaultIntHandler - Variable in class fr.lip6.sma.simulacion.server.adapter.AdapterApp
Gestionnaire par défaut du signal INT
mDefaultIntHandler - Variable in class fr.lip6.sma.simulacion.server.log.LogApp
Gestionnaire par défaut du signal INT
mDefaultLocale - Variable in class fr.lip6.sma.simulacion.app.LocalizationEngine
Référence sur la langue par défaut.
mDialogZone - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Zone avec le message ou la question & la réponse.
MDNS_SERVICE_TYPE - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
mDNS service type prefix for the HTTP server.
mDNSServer - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Référence sur le serveur mDNS.
MDXRAgent - Class in fr.lip6.sma.simulacion.server.mdxr
Classe pour un agent sur le réseau identifié par un service ZeroConf (*M*ulticast-*D*NS) et accessible par *X*ML-*R*PC.
MDXRAgent(MulticastDNSServer, NetService) - Constructor for class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Constructeur à partir d'un service ZeroConf et du serveur mDNS.
MDXRAgentListManager - Class in fr.lip6.sma.simulacion.server.mdxr
Classe pour gérer la liste des agents sur le réseau.
MDXRAgentListManager(MDXRServer, Collection) - Constructor for class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Constructeur à partir d'un serveur MDXR.
MDXRAgentRequest - Class in fr.lip6.sma.simulacion.server.mdxr
Classe pour gérer une requête d'exécution en XML-RPC avec un agent défini le réseau par mDNS.
MDXRAgentRequest(MulticastDNSServer) - Constructor for class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Constructeur à partir du serveur mDNS.
MDXRPlayer - Class in fr.lip6.sma.simulacion.server.mdxr
Classe pour un joueur sur le réseau identifié par un service ZeroConf et accessible par XML-RPC.
MDXRPlayer(MulticastDNSServer, NetService) - Constructor for class fr.lip6.sma.simulacion.server.mdxr.MDXRPlayer
Constructeur à partir d'un service ZeroConf et du serveur mDNS.
MDXRRegistrationRequest - Class in fr.lip6.sma.simulacion.server.mdxr
Classe pour une requête d'enregistrement d'un agent local.
MDXRRegistrationRequest(MulticastDNSServer, MulticastDNSClient, String, int, LocalAgent) - Constructor for class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
Constructeur à partir d'un agent, du port et du serveur MulticastDNS.
MDXRServer - Class in fr.lip6.sma.simulacion.server.mdxr
Classe pour le serveur de Simulacion.
MDXRServer() - Constructor for class fr.lip6.sma.simulacion.server.mdxr.MDXRServer
Constructeur par défaut.
mergeArgs(String, String[]) - Static method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Fusionne un tableau d'arguments avec un argument.
mergeArgs(String, String, String[]) - Static method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Fusionne un tableau d'arguments avec deux arguments.
mEventListener - Variable in class fr.lip6.sma.simulacion.app.ApplicationWindow
Gestionnaire des événements (spécifiques à la plateforme, n'existe que pour OS X).
mEventListenerList - Variable in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
List of listeners.
mEvents - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Liste des événements pour ce client.
mException - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Exception résultant de la requête.
mGameController - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellController
Game controller.
mGameController - Variable in class fr.lip6.sma.simulacion.app.map.MapTestApp
Référence sur le contrôleur.
mGameController - Variable in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Référence sur la fenêtre principale
mGameID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
Identification du jeu.
mGameModel - Variable in class fr.lip6.sma.simulacion.app.map.MapTestApp
Référence sur le modèle.
mHGap - Variable in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Espace entre les rangées.
mHTTPFile - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
HTTP directory (currently ignored, maintained here for esthetic purposes).
mHTTPServers - Variable in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Set of available servers.
mIgnoreChanges - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Si on ignore les changements.
mImage - Variable in class fr.lip6.sma.simulacion.app.ImagePanel
Référence sur l'image à dessiner dans le composant.
mImageCollections - Variable in class fr.lip6.sma.simulacion.avatar.Avatar
Référence sur les vues de l'avatar.
mImageCount - Variable in class fr.lip6.sma.simulacion.app.Configuration
Nombre d'images pour la zolie animation.
mImagePanel - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Panel with the background image.
mImagesVector - Variable in class fr.lip6.sma.simulacion.app.Configuration
Vecteur courant pour les images.
mIndexes - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Indices pour les séquences, le premier indice est celui de la couche.
mIndexLabel - Variable in class fr.lip6.sma.simulacion.avatar.InterfaceCard
Texte pour l'index courant.
mInputCardIx - Variable in class fr.lip6.sma.simulacion.avatar.CardStack
Indice (base 0) de la carte de saisie.
mInputReader - Variable in class fr.lip6.sma.simulacion.app.CLIApplication
Input stream.
mInputStream - Variable in class fr.lip6.sma.simulacion.app.ApplicationConsole
Flux pour stdin.
mInterfacePanel - Variable in class fr.lip6.sma.simulacion.avatar.InterfaceCard
RŽfŽrence sur la vue/le contr™leur pour l'avatar semi-autonome.
mKeepRunning - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Si on tourne.
mLayerIsHorizontal - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Orientation des couches.
mListener - Variable in class fr.lip6.sma.simulacion.artwork.SimulacionMediaTracker
Référence sur l'objet à prevenir lors du chargement des images.
mListManager - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
Gestionnaire de la liste des agents sur le réseau.
mLoaded - Variable in class fr.lip6.sma.simulacion.app.TestApp
Le chargement est-il terminé?
mLoaderThread - Variable in class fr.lip6.sma.simulacion.app.ApplicationImpl
Processus léger pour le chargement des images.
mLocalAgent - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
Agent local enregistré sur le réseau (ou null).
mLocalAgent - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Référence sur l'agent.
mLocalAgent - Variable in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Référence sur l'agent local.
mLocalAgent - Variable in class fr.lip6.sma.simulacion.server.Handler
Référence sur l'agent.
mLocalAgent - Variable in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Agent local.
mLocalAgent - Variable in class fr.lip6.sma.simulacion.server.http.HTTPClient
Référence sur l'agent local.
mLocalAgentClass - Variable in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Classe de l'agent local.
mLocalAgentConfig - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Configuration du joueur local (choisi au hasard).
mLocalAgentHandler - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRServer
Gestionnaire pour l'agent local, null tant qu'il n'est pas défini.
mLocalAgentLocation - Variable in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Position de l'agent local sur la carte, null si l'agent local n'est pas sur la carte.
mLocalAgentLock - Variable in class fr.lip6.sma.simulacion.server.http.HTTPClient
Verrou pour attendre l'agent local.
mLocalAgentName - Variable in class fr.lip6.sma.simulacion.app.map.MapPanel
Nom de l'agent local, null si l'agent local n'est pas sur la carte.
mLocalAgentName - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Nom de l'agent local (choisi au hasard).
mLocalAgentName - Variable in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Nom de l'agent local.
mLocalAgentRect - Variable in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Rectangle de l'agent local.
mLocaleCombo - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Popup pour la langue.
mLocales - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Tableau des localisations.
mLocales - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec toutes les traductions.
mLocaleStrings - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec toutes les chaînes de la traduction courante.
mLocalizationEngine - Variable in class fr.lip6.sma.simulacion.app.LocalizedWindow
Engine to localize strings.
mLocalPlayer - Variable in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Référence sur le joueur local.
mLocalPlayer - Variable in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Référence sur le joueur
mLocator - Variable in class fr.lip6.sma.simulacion.app.Configuration
Référence sur l'objet pour localiser les événements.
mLockImageLoader - Variable in class fr.lip6.sma.simulacion.app.ApplicationImpl
Verrou pour attendre le processus léger de chargement des images.
mLogAgent - Variable in class fr.lip6.sma.simulacion.server.log.LogApp
Référence sur l'agent de log.
mLogAgents - Variable in class fr.lip6.sma.simulacion.server.LocalLogAgentImpl
Liste des agents à informer d'une action.
mLoggedAgentSet - Variable in class fr.lip6.sma.simulacion.server.log.LogApp
Liste des agents à qui on a dit de nous envoyer les informations de log.
mLooksDead - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Flag indicating that the client seems to be dead.
mMainPane - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
Main pane.
mMapAgentShape - Variable in class fr.lip6.sma.simulacion.app.map.MapShapesModel
Map agent names to shape IDs.
mMapLayout - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Panel with the map.
mMapListener - Variable in class fr.lip6.sma.simulacion.app.map.MapPanel
Référence sur l'objet pour gérer les événements dans la carte.
mMapModel - Variable in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Modèle de l'environnement.
mMapPanel - Variable in class fr.lip6.sma.simulacion.app.map.MapTest
Référence sur la carte.
mMaxShapeID - Variable in class fr.lip6.sma.simulacion.app.map.MapShapesModel
Last (max) shape ID.
mMDNSBrowser - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
mDNS browser or null if we don't browse for existing HTTP servers.
mMDNSRegistrationOpID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
Registration operation ID or 0 if we don't register to the mDNS server.
mMDNSServer - Variable in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
MDNSServer.
mMDNSServer - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
Reference to the mDNS server (or null if we don't publish the server over mDNS).
mMDNSServer - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Référence sur le serveur mDNS.
mMediaImages - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec les images supplémentaires (dans la balise media).
mModel - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellController
Game model.
mModel - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Model to the map data.
mModel - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Référence sur le modèle
mMulticastDNSServer - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Serveur MulticastDNS
mName - Variable in class fr.lip6.sma.simulacion.avatar.Avatar
Référence sur le nom de l'avatar.
mName - Variable in class fr.lip6.sma.simulacion.server.adapter.AdapterAgent
Nom de l'agent.
mName - Variable in class fr.lip6.sma.simulacion.server.http.HTTPAgent
Nom de l'agent.
mName - Variable in class fr.lip6.sma.simulacion.server.log.LogAgent
Référence sur le nom de l'agent.
mNbCols - Variable in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Nombre de colonnes.
mNextButton - Variable in class fr.lip6.sma.simulacion.avatar.InterfaceCard
Bouton suivant.
mNumCellX - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Number of cells on the map, X axis.
mNumCellY - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Number of cells on the map, Y axis.
MODAL_WINDOWS - Static variable in class fr.lip6.sma.simulacion.app.SingletonModalWindow
Références sur les fenêtres.
ModalWindow - Class in fr.lip6.sma.simulacion.app
Classe de base pour une fenêtre sans décoration, centrée.
ModalWindow() - Constructor for class fr.lip6.sma.simulacion.app.ModalWindow
Constructeur par défaut.
Model - Class in fr.lip6.sma.simulacion.app
Classe pour un modèle.
Model() - Constructor for class fr.lip6.sma.simulacion.app.Model
Constructeur par défaut.
mOperationNextID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
ID de la prochaine opération.
MoreSwingUtilities - Class in fr.lip6.sma.simulacion.app
Classe pour quelques fonctions en plus relatives à SwingUtilities.
MoreSwingUtilities() - Constructor for class fr.lip6.sma.simulacion.app.MoreSwingUtilities
Constructeur par défaut inaccessible.
mOSXApplication - Variable in class fr.lip6.sma.simulacion.macosx.MacOSXEventListener
Référence sur l'objet Application d'Apple (à ne pas confondre avec celui de l'application).
mOurGameID - Variable in class fr.lip6.sma.simulacion.server.http.HTTPClient
Notre version du jeu (doit correspondre à celle du serveur).
mOutputPrinter - Variable in class fr.lip6.sma.simulacion.app.CLIApplication
Output stream.
mOutputStream - Variable in class fr.lip6.sma.simulacion.app.ApplicationConsole
Flux pour stdout/err.
mOutputStreamWriter - Variable in class fr.lip6.sma.simulacion.server.log.LogAgent
Référence vers le flux de sortie.
moveLocalAgent(Point, Point) - Method in interface fr.lip6.sma.simulacion.app.map.MapMultiCellGameController
Déplacement de l'agent (tentative).
mOverrideLocale - Variable in class fr.lip6.sma.simulacion.app.Configuration
Localisation qui remplace celle par défaut ou null si on ne force pas la localisation après le démarrage de l'application.
mPane - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellController
The panel under control
mPanel - Variable in class fr.lip6.sma.simulacion.app.map.MapAction
The panel where the action occurs.
mPendingOperations - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
La liste des opérations en cours.
mPlayerAgentClasses - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec les classes des joueurs.
mPlayerAgentNames - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
Liste (triée) des noms des agents utilisables pour jouer.
mPlayerClasses - Variable in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Liste des classes des joueurs.
mPlayerMessage - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Référence sur la zone où entrer la réponse.
mPlayerScroll - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Défilement pour le message du joueur.
mPort - Variable in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Numéro du port du serveur.
mPort - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Port sur lequel écoute le serveur.
mPreviousAttitude - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Attitude précédente de l'avatar.
mPreviousButton - Variable in class fr.lip6.sma.simulacion.avatar.InterfaceCard
Bouton prŽcŽdent.
mProgressBar - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Progress bar for the connection.
mProperties - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau avec les propriétés supplémentaires.
mProperties - Variable in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Référence sur les propriétés de l'agent.
mPropertyChangeSupport - Variable in class fr.lip6.sma.simulacion.app.Model
Gestionnaire pour les changements.
mPropertyChangeSupport - Variable in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Gestionnaire pour les changements des propriétés.
mPropertyName - Variable in class fr.lip6.sma.simulacion.app.SinglePropertyModel
Nom de la propriété.
mQueue - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Liste des actions à effectuer.
mQuitButton - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Bouton pour quitter.
mQuitButton - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
"Quit" button.
mQuitButton - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
"Quit" button.
mQuitButtonActionPerformed(ActionEvent) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode invoquée lorsque le bouton "Quit" de la fenêtre est cliqué.
mQuitButtonActionPerformed(ActionEvent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Méthode invoquée lorsque le bouton Quitter est cliqué.
mQuitting - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Si on est en train de fermer.
mRegistered - Variable in class fr.lip6.sma.simulacion.server.log.LogApp
Si on est enregistré.
mRegistrationOpID - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
ID de la requête.
mRegistrationRequests - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Liste des requêtes d'enregistrement pour les agents locaux.
mRemoveAgents - Variable in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Si on supprime les agents lorsqu'ils disparaissent.
mReplyMethod - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Méthode à appeler une fois la réponse validée.
mReplyParams - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Paramètres passés à l'agent lorsque le bouton est validé.
mResources - Variable in class fr.lip6.sma.simulacion.app.LocalizationEngine
Gestionnaire pour la traduction.
mResources - Variable in class fr.lip6.sma.simulacion.locales.LocalizedResources
Référence sur les ressources de cette traduction.
mRunning - Variable in class fr.lip6.sma.simulacion.app.CLIApplication
Boolean indicating we should exit the main loop.
mRunning - Variable in class fr.lip6.sma.simulacion.server.http.HTTPClient
Si on tourne.
mSelectedAgents - Variable in class fr.lip6.sma.simulacion.app.map.MapPanel
Ensemble des agents choisis.
mSelectedAvatarName - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
Avatar sélectionné ou null si aucun avatar n'est choisi.
mSequences - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Séquences.
mServer - Variable in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Référence sur le serveur
mServer - Variable in class fr.lip6.sma.simulacion.server.adapter.AdapterApp
Référence sur le serveur.
mServer - Variable in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Référence sur le serveur.
mServer - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
Référence sur le serveur.
mServer - Variable in class fr.lip6.sma.simulacion.server.log.LogApp
Référence sur le serveur.
mServer - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Référence sur le serveur.
mServerURLCombo - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Combo box with the URL.
mServerURLTextField - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Text field with the URL.
mService - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgent
Référence sur le service ZeroConf.
mService - Variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Service de l'agent (résolu).
mServiceNamePrefix - Variable in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Prefix of the name of the services we're searching.
mSetupButton - Variable in class fr.lip6.sma.simulacion.app.SetupWindow
"Setup" button.
mSetupButtonActionPerformed(ActionEvent) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode invoquée lorsque le bouton "Setup" de la fenêtre est cliqué.
mSetupPanel - Variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Panel with the setup controls.
mShapesModel - Variable in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Model to the shapes of the agents.
mShapesModel - Variable in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Modèle avec les formes.
mShown - Variable in class fr.lip6.sma.simulacion.app.LocalizedWindow
Si on est visible.
mSlicesVector - Variable in class fr.lip6.sma.simulacion.app.Configuration
Vecteur courant pour les tranches.
mSplashWindow - Variable in class fr.lip6.sma.simulacion.app.ApplicationImpl
Référence sur la fenêtre Splash.
mStack - Variable in class fr.lip6.sma.simulacion.avatar.CardStack
Ensemble des cartes.
mStartButton - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Bouton pour démarrer.
mState - Variable in class fr.lip6.sma.simulacion.app.Configuration
Etat de l'analyseur de la configuration.
mTextField - Variable in class fr.lip6.sma.simulacion.app.ApplicationConsole
Zone de texte pour l'entrée.
mThread - Variable in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Processus léger pour l'animation.
mTimeout - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Durée maximale depuis laquelle on veut avoir entendu le client.
mTimer - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Liste des événements pour ce client.
mTimerTask - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Tâche de timeout courante.
mTopLabel - Variable in class fr.lip6.sma.simulacion.app.ApplicationChooser
Message au-dessus.
mTracker - Variable in class fr.lip6.sma.simulacion.app.ApplicationImpl
Référence sur le traqueur
mTracker - Variable in class fr.lip6.sma.simulacion.artwork.SimulacionMediaTracker
Référence sur le traqueur.
mTracker - Variable in class fr.lip6.sma.simulacion.avatar.Test
Traqueur pour les images.
mTypeName - Variable in class fr.lip6.sma.simulacion.server.LocalPlayerImpl
Référence sur le nom du type d'agent.
multicastDNSBrowserCallBack(int, int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
multicastDNSBrowserCallBack(int, int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Ignored.
multicastDNSBrowserCallBack(int, int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Méthode appelée lorsqu'une réponse est arrivée ou lorsqu'une erreur est survenue.
multicastDNSBrowserCallBack(int, int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Méthode appelée lorsqu'une réponse est arrivée ou lorsqu'une erreur est survenue.
multicastDNSRegistrationCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Ignored.
multicastDNSRegistrationCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
multicastDNSRegistrationCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Méthode appelée lorsqu'une erreur est survenue lors de l'enregistrement d'un service.
multicastDNSRegistrationCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Méthode appelée lorsqu'une erreur est survenue lors de l'enregistrement d'un service.
multicastDNSResolutionCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
multicastDNSResolutionCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Ignored.
multicastDNSResolutionCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Méthode appelée lorsqu'une réponse pour la résolution est arrivée.
multicastDNSResolutionCallBack(int, NetService, IOException) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentRequest
Méthode appelée lorsqu'une réponse pour la résolution est arrivée.
mUsedShapeIDs - Variable in class fr.lip6.sma.simulacion.app.map.MapShapesModel
Set of used shape IDs.
mValidateButton - Variable in class fr.lip6.sma.simulacion.avatar.BubblePanel
Référence sur le bouton pour valider le message.
mVerboseMode - Variable in class fr.lip6.sma.simulacion.server.http.HTTPServer
If we're in verbose mode.
mVerticalScrollBar - Variable in class fr.lip6.sma.simulacion.app.ApplicationConsole
Bar de défilement.
mVGap - Variable in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Espace entre les colonnes.
mViewAttitudes - Variable in class fr.lip6.sma.simulacion.app.Configuration
Tableau des attitudes pour la vue courante.
mViewLabel - Variable in class fr.lip6.sma.simulacion.avatar.Test
Label with the name of the view.
mViewList - Variable in class fr.lip6.sma.simulacion.avatar.Test
Vue sur la liste des vues pour un avatar donné.
mViews - Variable in class fr.lip6.sma.simulacion.avatar.Avatar
Liste des vues sur cet avatar.
mViewScrollPane - Variable in class fr.lip6.sma.simulacion.avatar.Test
Scroll pane with all the views.
mXcoordinate - Variable in class fr.lip6.sma.simulacion.app.map.MapCell
X coordinate of the cell
mXmlRpcClient - Variable in class fr.lip6.sma.simulacion.server.http.HTTPClient
Client XML-RPC.
mXscaleCell2Absolute - Variable in class fr.lip6.sma.simulacion.app.map.CellCoordinateConversion
X coordinate scale factor from cells to absolute coordinate
mYcoordinate - Variable in class fr.lip6.sma.simulacion.app.map.MapCell
Y coordinate of the cell
mYscaleCell2Absolute - Variable in class fr.lip6.sma.simulacion.app.map.CellCoordinateConversion
Y coordinate scale factor from cells to absolute coordinate

N

NetworkAgent - Interface in fr.lip6.sma.simulacion.server
Interface pour un agent sur le réseau.
NetworkAgentException - Exception in fr.lip6.sma.simulacion.server
Classe pour une exception survenue dans l'accès à un agent distant.
NetworkAgentException(Exception) - Constructor for exception fr.lip6.sma.simulacion.server.NetworkAgentException
Constructeur à partir d'une exception.
NetworkPlayer - Interface in fr.lip6.sma.simulacion.server
Interface pour un joueur sur le réseau, c'est-à-dire un agent avec un avatar.
newAgent(String, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Méthode appelée par le client HTTP lorsqu'un nouvel agent est présent.
newClient() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Nouveau client.
NOSETUP_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Property to mention that we don't display any frame.

O

ONMAP_KEY - Static variable in interface fr.lip6.sma.simulacion.server.Agent
Clé qui détermine si l'agent est sur la carte.
OvercrowdedCellException - Exception in fr.lip6.sma.simulacion.app.map
Simple wrapper to distinguish this type of exception.
OvercrowdedCellException() - Constructor for exception fr.lip6.sma.simulacion.app.map.OvercrowdedCellException
Constructor of this exception type.
OvercrowdedCellException(String) - Constructor for exception fr.lip6.sma.simulacion.app.map.OvercrowdedCellException
 
OvercrowdedCellException(Throwable) - Constructor for exception fr.lip6.sma.simulacion.app.map.OvercrowdedCellException
 
OvercrowdedCellException(String, Throwable) - Constructor for exception fr.lip6.sma.simulacion.app.map.OvercrowdedCellException
 
overrideLocale(String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Force la localité.

P

pack() - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Méthode pour redimensionner la fenêtre avec tous les éléments dedans.
paintComponent(Graphics) - Method in class fr.lip6.sma.simulacion.app.ImagePanel
Dessine le composant.
paintComponent(Graphics) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Dessine le composant.
paintComponent(Graphics) - Method in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Méthode invoquée pour dessiner le composant.
paintComponent(Graphics) - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Dessine la bulle.
Player - Interface in fr.lip6.sma.simulacion.server
Interface pour un joueur, c'est-à-dire un agent avec un avatar.
PORT_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Propriété avec le numéro du port.
postEvent(int, Map) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Nouvel événement pour un client.
postEventToAll(Map) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Nouvel événement pour tous les clients.
print(String) - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Display a string on stdout.
println(String) - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Display a string on stdout.
printStackTrace(Throwable) - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Display an exception's stack trace.
PrivateAccessor - Class in fr.lip6.sma.simulacion.test
Class to access private/protected fields and methods for testing purposes.
PrivateAccessor() - Constructor for class fr.lip6.sma.simulacion.test.PrivateAccessor
Default constructor.
processClick(MouseEvent) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Méthode pour gérer les clics dans la carte.
processCommand(String, String) - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Method called to process commands.
processCommand(String, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Method called to process commands.
processEvent(Map) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Méthode appelée pour gérer un événement.
prompt() - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Display the prompt.
PROPERTIES_KEY - Static variable in interface fr.lip6.sma.simulacion.server.Agent
Clé pour la liste des propriétés spécifiques à l'agent.
PROPERTY_AGENT_COLOR_PREFIX - Static variable in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Property name prefix for the color of agents.
PROPERTY_AGENT_POSITION_PREFIX - Static variable in interface fr.lip6.sma.simulacion.app.map.MapMultiCellModel
Property name prefix for the position of agents.
propertyChange(PropertyChangeEvent) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Inherited from the PropertyChangeListener class.
push(byte[]) - Method in class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleInputStream
Ajoute des octets.
putValue(String, Object) - Method in class fr.lip6.sma.simulacion.app.map.MapAction
Not implemented.

Q

queueEventInList(List, Map) - Static method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Add an event in a list.
quit() - Method in interface fr.lip6.sma.simulacion.app.Application
Method called to quit the application.
quit() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Method called to quit the application.
quit() - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Method called to quit the application.
quit() - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Method called to quit the application.
quit() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Method called to quit the application.

R

read() - Method in class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleInputStream
Retourne le prochain octet.
read(byte[], int, int) - Method in class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleInputStream
Lit plusieurs octets.
rebuildAgentList(List) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Method called to rebuild the whole agent list.
register(int, String, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Enregistre un agent.
registerAgent(Agent) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Enregistre un agent.
registerLocalAgent(LocalAgent) - Method in interface fr.lip6.sma.simulacion.server.AgentListManager
Enregistre un agent local sur le réseau.
registerLocalAgent(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Enregistre un agent local sur le réseau.
registerLocalAgent(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Enregistre l'agent local sur le réseau.
registerLocalAgent(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Enregistre un agent local sur le réseau.
registrationFailed(LocalAgent) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode appelée lorsque l'enregistrement a échoué.
registrationFailed(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Méthode appelée lorsque l'enregistrement a échoué.
registrationFailed(LocalAgent) - Method in interface fr.lip6.sma.simulacion.server.AgentListClient
Méthode appelée lorsque l'enregistrement a échoué.
registrationFailed(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Méthode appelée par le client HTTP lorsque l'enregistrement a échoué.
registrationFailed(Agent) - Method in class fr.lip6.sma.simulacion.server.LocalAwareAgentImpl
Méthode appelée lorsque l'enregistrement a échoué.
registrationFailed(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.log.LogApp
Méthode appelée lorsque l'enregistrement a échoué.
registrationFailed(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Indique aux clients que l'enregistrement a échoué.
registrationSucceeded(LocalAgent) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode appelée lorsque l'enregistrement a réussi.
registrationSucceeded(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Méthode appelée lorsque l'enregistrement a réussi.
registrationSucceeded(LocalAgent) - Method in interface fr.lip6.sma.simulacion.server.AgentListClient
Méthode appelée lorsque l'enregistrement a réussi.
registrationSucceeded(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Méthode appelée par le client HTTP lorsque l'enregistrement a réussi.
registrationSucceeded(Agent) - Method in class fr.lip6.sma.simulacion.server.LocalAwareAgentImpl
Méthode appelée lorsque l'enregistrement a réussi.
registrationSucceeded(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.log.LogApp
Méthode appelée lorsque l'enregistrement a réussi.
removeAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Remove an agent from on the cell.
removeAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Méthode appelée pour supprimer un agent.
removeAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Supprime un agent de la collection.
removeAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesModel
Method to remove a shape ID from the model on exit of the agent.
removeAgentComponent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapCell
Remove an agent component.
removeAgentComponent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Méthode appelée pour supprimer un agent.
removeChangeListener(ChangeListener) - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Removes a ChangeListener from this browser's listeners.
removeKeys(JComponent) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellController
Method to setup the controller actions.
removeListener(AgentListClient) - Method in interface fr.lip6.sma.simulacion.server.AgentListManager
Supprime un client de la liste des clients.
removeListener(AgentListClient) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Supprime un client de la liste des clients.
removeNotify() - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Method called when the map is removed.
removeNotify() - Method in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Méthode invoquée lorsque l'objet ne sera plus affiché.
removePropertyChangeListener(PropertyChangeListener) - Method in interface fr.lip6.sma.simulacion.app.GameModel
Supprime un client pour le changement d'une propriété.
removePropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.app.map.MapAction
Not implemented.
removePropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.app.Model
Supprime un client pour le changement d'une propriété.
removePropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Supprime un client pour les changements des propriétés.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Supprimer un client pour les changements d'une propriété.
removePropertyChangeListener(PropertyChangeListener) - Method in interface fr.lip6.sma.simulacion.server.LocalAgentWithProperties
Supprime un client pour les changements des propriétés.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface fr.lip6.sma.simulacion.server.LocalAgentWithProperties
Supprimer un client pour les changements d'une propriété.
removePropertyChangeListener(PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Supprime un client pour les changements des propriétés.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Supprimer un client pour les changements d'une propriété.
removeView(AvatarView) - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Suppression d'une vue dans la liste des vues de l'avatar.
reorder() - Method in class fr.lip6.sma.simulacion.app.map.MapGridPanel
Réordonne les éléments suite à un changement dans la comparaison.
resetComponentsLocalizedContent() - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Réinitialise la partie traduite des composants.
resetDefaultLocale() - Method in class fr.lip6.sma.simulacion.app.LocalizationEngine
Reset the locale.
resetDefaultLocale() - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Réinitialise la traduction.
resetTimer() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
(Re)lance la tâche de temporisation.
RESOURCE_BUNDLE - Static variable in class fr.lip6.sma.simulacion.app.LocalizationEngine
Famille de classes pour gérer la traduction (ce sont les classes LocalizedResources et LocalizedResources_code[_CODE])
run() - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Main loop of the thread.
run() - Method in class fr.lip6.sma.simulacion.avatar.AvatarDialog2D
Méthode du processus léger pour l'animation.
run() - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Point d'entrée du processus léger.

S

scrollToEnd() - Method in class fr.lip6.sma.simulacion.app.ApplicationConsole
Défile jusqu'à la fin.
selectAgent(String) - Method in interface fr.lip6.sma.simulacion.app.GameController
Choisit un agent.
selectAgent(String) - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Méthode pour choisir un agent.
selectAgents(Set) - Method in interface fr.lip6.sma.simulacion.app.GameController
Choisit un ensemble d'agents.
selectAgents(Set) - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Méthode pour choisir des agents.
selectAvatar(String) - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode invoquée pour marquer qu'un avatar est choisi.
selectionChanged() - Method in interface fr.lip6.sma.simulacion.app.map.MapPanelListener
Méthode invoquée lorsque l'ensemble des joueurs choisis sur la carte change.
selectionChanged() - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Méthode invoquée lorsque l'ensemble des joueurs choisis sur la carte change.
Server - Interface in fr.lip6.sma.simulacion.server
Interface pour un serveur pour Simulación.
SERVER_CLASS_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.ServerFactory
Propriété qui contient la classe mettant en place l'interface Server.
ServerException - Exception in fr.lip6.sma.simulacion.server
Classe pour une exception relative au paquet server (une exception avec un agent local ou réseau ou une exception réseau autre).
ServerException(Throwable) - Constructor for exception fr.lip6.sma.simulacion.server.ServerException
Constructeur à partir d'une exception.
ServerFactory - Class in fr.lip6.sma.simulacion.server
Classe pour créer le serveur (au sens de Simulación) qui va gérer la partie au niveau réseau.
ServerFactory() - Constructor for class fr.lip6.sma.simulacion.server.ServerFactory
Constructeur par défaut (privé).
SERVICE_TYPE - Static variable in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Type de service.
setAdditionalProperties(String[]) - Method in class fr.lip6.sma.simulacion.app.Configuration
Gestion des paramètres supplémentaires de la forme -DX=Y.
setAllowMultipleSelection(boolean) - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Détermine si on peut choisir plus d'un agent à la fois.
setAttitude(String) - Method in interface fr.lip6.sma.simulacion.app.GameController
Change l'attitude de l'avatar de l'agent.
setAttitude(String) - Method in class fr.lip6.sma.simulacion.avatar.Avatar
Sélecteur sur l'attitude de l'avatar.
setAttitude(String) - Method in interface fr.lip6.sma.simulacion.avatar.AvatarPanel
Change l'attitude de l'avatar.
setAttitudes(String, String) - Method in interface fr.lip6.sma.simulacion.app.GameController
Change l'attitude de l'avatar de l'agent et de l'autre avatar en haut à droite.
setCardCookie(Object) - Method in class fr.lip6.sma.simulacion.avatar.CardStack.StackItem
Sélecteur pour le biscuit.
setDefaultLocale(Configuration) - Method in class fr.lip6.sma.simulacion.app.LocalizationEngine
Set the locale from the configuration.
setDocumentLocator(Locator) - Method in class fr.lip6.sma.simulacion.app.Configuration
Détermine l'objet pour localiser les événements relatifs au document.
setEnabled(boolean) - Method in class fr.lip6.sma.simulacion.app.map.MapAction
MapAction are always enabled.
setField(Class, String, Object) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Modify a given field of an object.
setField(Object, String, Object) - Static method in class fr.lip6.sma.simulacion.test.PrivateAccessor
Modify a given field of an object.
setGameController(GameController) - Method in class fr.lip6.sma.simulacion.app.map.MapTestApp
Sélecteur sur le contrôleur.
setGameModel(GameModel) - Method in class fr.lip6.sma.simulacion.app.map.MapTestApp
Sélecteur sur le modèle.
setImage(Image) - Method in class fr.lip6.sma.simulacion.app.ImagePanel
Sélecteur sur l'image.
setImageIncrement(double) - Method in interface fr.lip6.sma.simulacion.app.SplashWindow
Sélecteur sur l'incrément pour les images.
setImageIncrement(double) - Method in class fr.lip6.sma.simulacion.app.TestApp
Sélecteur sur l'incrément pour les images.
setInputCard(InputCard) - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Change la carte de saisie, sans biscuit.
setInputCard(InputCard, Object) - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Change la carte de saisie.
setInputCard(InputCard, Object) - Method in class fr.lip6.sma.simulacion.avatar.CardStack
Ajout d'une carte de saisie dans la pile.
setLocalAgent(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Configure le serveur (Server) pour l'agent local.
setLocalAgent(Agent) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRServer
Configure le serveur pour l'agent local.
setLocalAgentRect(Rectangle) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Sélecteur sur le rectangle de l'agent local.
setProperty(String, String) - Method in class fr.lip6.sma.simulacion.app.Configuration
Sélecteur sur une propriété supplémentaire.
setProperty(String, String) - Method in class fr.lip6.sma.simulacion.server.LocalAgentImpl
Sélecteur sur une propriété de l'agent.
setSelected(boolean) - Method in interface fr.lip6.sma.simulacion.app.map.MapComponentItem
Sélecteur sur le fait d'être sélectionné.
setUp() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServerTest
Set up the test.
setupApplication(String[]) - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Initialisation avec les paramètres.
setupBubble() - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Prépare l'affichage de la bulle.
setUpKeys(JComponent) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellController
Method to setup the controller actions.
setupServer() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Démarre le serveur.
setupServer() - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Démarre le serveur.
setupServer() - Method in class fr.lip6.sma.simulacion.app.TestApp
Démarre le serveur.
SetupWindow - Class in fr.lip6.sma.simulacion.app
Classe pour la fenêtre de configuration de l'application.
SetupWindow(GameApplication) - Constructor for class fr.lip6.sma.simulacion.app.SetupWindow
Constructeur à partir d'une référence sur l'application.
setVisible(boolean) - Method in interface fr.lip6.sma.simulacion.app.SplashWindow
Méthode pour afficher ou masquer la fenêtre.
setVisible(boolean) - Method in class fr.lip6.sma.simulacion.app.TestApp
Méthode pour afficher ou masquer la fenêtre.
shake() - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Méthode pour secouer la fenêtre.
showAboutBox(Class) - Static method in class fr.lip6.sma.simulacion.app.AboutBox
Affiche la fenêtre ou la met au premier plan.
showCard(InterfaceCard) - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Affiche une carte donnée, sans biscuit.
showCard(InterfaceCard, Object) - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Affiche une carte donnée.
showCurrentCard() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Affiche la carte courante de la pile.
showDefaultCard() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Affiche la carte par défaut (de saisie).
showMessage(String) - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Affiche un message.
showModalWindow(Class) - Static method in class fr.lip6.sma.simulacion.app.SingletonModalWindow
Affiche la fenêtre ou la met au premier plan.
showNextCard() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Avance dans l'historique des cartes.
showPreviousCard() - Method in class fr.lip6.sma.simulacion.avatar.AvatarInterfacePanel
Revient en arrière dans l'historique des cartes.
shutdown() - Method in interface fr.lip6.sma.simulacion.server.adapter.Adapter
Arrêt de l'adaptateur.
shutdown() - Method in class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Arrêt de l'adaptateur.
shutdown() - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Extinction.
shutdown() - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Ferme le serveur.
shutdown() - Method in class fr.lip6.sma.simulacion.server.http.HTTPMDNSBrowser
Shutdown the browser.
shutdown() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer.ClientData
Extinction de la tâche de temporisation.
shutdown() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Arrête le serveur.
shutdown() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Extinction.
shutdown() - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRServer
Ferme le serveur.
shutdown() - Method in interface fr.lip6.sma.simulacion.server.Server
Ferme le serveur.
signalHandler(Signal) - Method in class fr.lip6.sma.simulacion.app.CLIApplication
Handler for the INT signal.
SimulacionMediaTracker - Class in fr.lip6.sma.simulacion.artwork
Classe pour gérer les images et les sons (?) de l'application SimCafé pour que les animations soient le plus fluide possible.
SimulacionMediaTracker() - Constructor for class fr.lip6.sma.simulacion.artwork.SimulacionMediaTracker
Constructeur par défaut.
SimulacionMediaTracker(SimulacionMTListener) - Constructor for class fr.lip6.sma.simulacion.artwork.SimulacionMediaTracker
Constructeur à partir d'un gestionnaire.
SimulacionMTListener - Interface in fr.lip6.sma.simulacion.artwork
Interface pour les objets qui veulent rendre compte du chargement d'images dans le traqueur.
SinglePropertyModel - Class in fr.lip6.sma.simulacion.app
Classe de base pour un modèle avec une seule propriété.
SinglePropertyModel(String) - Constructor for class fr.lip6.sma.simulacion.app.SinglePropertyModel
Constructeur à partir du nom de la propriété.
SingletonModalWindow - Class in fr.lip6.sma.simulacion.app
Classe pour une fenêtre modale unique (par exemple, about box ou aide).
SingletonModalWindow() - Constructor for class fr.lip6.sma.simulacion.app.SingletonModalWindow
Constructeur par défaut.
SplashWindow - Interface in fr.lip6.sma.simulacion.app
Interface pour la fenêtre
start() - Method in class fr.lip6.sma.simulacion.app.ApplicationImpl
Démarre l'application.
start() - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Démarre le jeu.
start(Configuration) - Method in class fr.lip6.sma.simulacion.server.http.HTTPClient
Configure et démarre le serveur.
start(Configuration) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRServer
Configure et démarre le serveur.
start(Configuration) - Method in interface fr.lip6.sma.simulacion.server.Server
Configure et démarre le serveur.
startAgentTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les agents.
startAvatarAttitudeTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les attitudes.
startAvatarImageTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les images.
startAvatarLayerTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les couches.
startAvatarSliceTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les tranches.
startAvatarTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les avatars.
startAvatarViewTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les vues.
startButtonActionPerformed(ActionEvent) - Method in class fr.lip6.sma.simulacion.app.ApplicationChooser
Méthode invoquée lorsque le bouton démarrer est cliqué.
startClassTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les classes.
startElement(String, String, String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Début d'une balise XML (Interface ContentHandler) Gère les attributs de la balise et note la configuration en conséquence.
startGame() - Method in class fr.lip6.sma.simulacion.app.GameApplicationImpl
Affiche la fenêtre de sélection (sauf si l'avatar a déjà été choisi) et ouvre la fenêtre principale.
startGame() - Method in class fr.lip6.sma.simulacion.app.TestApp
Démarre le jeu.
startLocaleTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les traductions.
startMediaTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les images supplémentaires.
startPropertiesTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises pour les autres propriétés de configuration.
startSimulacionTag(String, Attributes) - Method in class fr.lip6.sma.simulacion.app.Configuration
Analyse des balises dans la balise simulacion.

T

tearDown() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServerTest
Tear down the test.
tellClientsThatListChanged() - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Indique aux clients que la liste a changé.
tellClientsThatRegistrationFailed(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Indique aux clients que l'enregistrement a ÈchouÈ.
tellClientsThatRegistrationSucceeded(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Indique aux clients que l'enregistrement a rÈussi.
Test - Class in fr.lip6.sma.simulacion.avatar
Classe pour la fenêtre principale du test des avatars.
Test(String) - Constructor for class fr.lip6.sma.simulacion.avatar.Test
Constructeur à partir du chemin vers le fichier de configuration.
Test - Class in fr.lip6.sma.simulacion.server
Classe pour les tests du paquet server.
Test() - Constructor for class fr.lip6.sma.simulacion.server.Test
Constructeur par défaut non disponible.
testA2C() - Method in class fr.lip6.sma.simulacion.app.map.test.CellCoordinateConversionTest
Test the absolute to cell conversion method.
TestApp - Class in fr.lip6.sma.simulacion.app
Classe pour les applications de test.
TestApp(String) - Constructor for class fr.lip6.sma.simulacion.app.TestApp
Constructeur à partir du chemin de configuration.
testC2A() - Method in class fr.lip6.sma.simulacion.app.map.test.CellCoordinateConversionTest
Test the cell to absolute conversion method.
testQueueEventInList() - Method in class fr.lip6.sma.simulacion.server.http.HTTPServerTest
Test for the queueEventInList method.
testSetup() - Method in class fr.lip6.sma.simulacion.app.map.test.CellCoordinateConversionTest
Test the setup of the class by creating the object and calling a method.
thisMouseClicked(MouseEvent) - Method in class fr.lip6.sma.simulacion.app.SingletonModalWindow
Méthode invoquée lorsqu'un clic survient dans la fenêtre.
thisWindowClosing() - Method in class fr.lip6.sma.simulacion.app.LocalizedWindow
Méthode appelée lorsque la case de fermeture est cliquée.
thisWindowClosing(WindowEvent) - Method in class fr.lip6.sma.simulacion.app.map.MapTest
Méthode invoquée lorsque la case de fermeture est cliquée.
thisWindowClosing(WindowEvent) - Method in class fr.lip6.sma.simulacion.avatar.Test
Méthode invoquée lorsque la case de fermeture est cliquée.
thisWindowClosing(WindowEvent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Méthode appelée lorsque la case de fermeture est cliquée.
ThreadCheckingRepaintManager - Class in fr.lip6.sma.simulacion.test
Class for a repaint manager that checks that Swing components are only modified within the Swing thread.
ThreadCheckingRepaintManager() - Constructor for class fr.lip6.sma.simulacion.test.ThreadCheckingRepaintManager
Default constructor.
TYPE_PROPERTY_KEY - Static variable in interface fr.lip6.sma.simulacion.server.Agent
Clé pour le nom du type de l'agent dans les propriétés d'un agent.

U

unregister(int, String, String) - Method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Désenregistre un agent.
unregisterAgent(Agent, boolean) - Method in class fr.lip6.sma.simulacion.server.log.LogAgent
Désenregistre un agent.
unregisterLocalAgent(LocalAgent) - Method in interface fr.lip6.sma.simulacion.server.AgentListManager
DÈsenregistre un agent local du réseau.
unregisterLocalAgent(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.AgentListManagerImpl
Désenregistre un agent local du réseau.
unregisterLocalAgent(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.http.HTTPAgentListManager
Désenregistre un agent local du réseau.
unregisterLocalAgent(LocalAgent) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRAgentListManager
Désenregistre un agent local du réseau.
unselectAvatar() - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode invoquée pour marquer que l'avatar courant n'est plus choisi.
update() - Method in class fr.lip6.sma.simulacion.avatar.InterfaceCard
MŽthode appelŽe lorsque le panneau est rendu visible.
updateAgentPosition(String, Point, Point) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Update the position of an agent.
updateAgentSet() - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Mise à jour de la liste des agents.
updateAgentSet(Set) - Method in class fr.lip6.sma.simulacion.app.map.MapShapesItemCollection
Mise à jour de la liste des agents.
updateNonSelectableItems() - Method in class fr.lip6.sma.simulacion.app.SetupWindow
Méthode invoquée pour activer/désactiver les agents en fonction de la liste des avatars que l'on peut choisir.
updateSelection(Set) - Method in class fr.lip6.sma.simulacion.app.map.MapComponentPanel
Méthode appelée lorsque la sélection a changé.
updateSelection(Set) - Method in class fr.lip6.sma.simulacion.app.map.MapMultiCellPanel
Méthode appelée lorsque la sélection a changé.
updateSelection(Set) - Method in class fr.lip6.sma.simulacion.app.map.MapPanel
Méthode appelée lorsque la sélection a changé.
updateSelection(Set) - Method in class fr.lip6.sma.simulacion.app.map.MapRegionPanel
Méthode appelée lorsque la sélection a changé.
updateService(NetService) - Method in class fr.lip6.sma.simulacion.server.mdxr.MDXRRegistrationRequest
Mise à jour du service (en cas de succès ou d'échec de l'enregistrement).
usage() - Static method in class fr.lip6.sma.simulacion.server.http.HTTPServer
Affiche la syntaxe de ce programme sur radio stderr.

V

validateAction() - Method in class fr.lip6.sma.simulacion.avatar.BubblePanel
Méthode appelée lorsque le bouton est cliqué.
viewListSelectionChanged() - Method in class fr.lip6.sma.simulacion.avatar.Test
Méthode invoquée lorsque la sélection dans la liste des vues est changée.
VIEWS_KEY - Static variable in class fr.lip6.sma.simulacion.avatar.Avatar
Clé pour les vues dans la structure de configuration d'un avatar.

W

wait(Component) - Static method in class fr.lip6.sma.simulacion.app.WaitShowing
Attente synchrone.
wait(Component, Runnable) - Static method in class fr.lip6.sma.simulacion.app.WaitShowing
Attente asynchrone.
waitAndSetup() - Method in class fr.lip6.sma.simulacion.server.http.HTTPSetupFrame
Attente jusqu'à ce que l'utilisateur ait choisi une URL.
waitForTracker() - Method in class fr.lip6.sma.simulacion.app.TestApp
Attend que le chargement soit terminé.
WaitShowing - Class in fr.lip6.sma.simulacion.app
Classe pour attendre qu'un composant soit affiché.
WaitShowing(Component) - Constructor for class fr.lip6.sma.simulacion.app.WaitShowing
Constructeur à partir d'un composant.
WelcomeCard - Class in fr.lip6.sma.simulacion.avatar
Classe pour la carte qui dit bonjour à l'avatar.
WelcomeCard(AvatarInterfacePanel) - Constructor for class fr.lip6.sma.simulacion.avatar.WelcomeCard
Constructeur à partir du conteneur d'interface.
write(byte[]) - Method in class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleFilterStream
Ecriture d'un tableau de caractères.
write(byte[], int, int) - Method in class fr.lip6.sma.simulacion.app.ApplicationConsole.ConsoleFilterStream
Ecriture d'un tableau de caractères.

X

XmlRpcAdapter - Class in fr.lip6.sma.simulacion.server.adapter.xmlrpc
Classe pour un adaptateur XmlRpc.
XmlRpcAdapter(Configuration, AgentListManager) - Constructor for class fr.lip6.sma.simulacion.server.adapter.xmlrpc.XmlRpcAdapter
Constructeur à partir de la configuration et du gestionnaire de liste.

Z

ZEROCONF_NAME_SUFFIX_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Property to mention if the service is published with ZeroConf.
ZEROCONF_PUBLISH_PROPERTY - Static variable in class fr.lip6.sma.simulacion.server.http.HTTPConsts
Property to mention if the service is published with ZeroConf.

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