public class Chat_ClientServeur
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
AMOEBA |
amoebaVX
The amoeba VX.
|
AMOEBA |
amoebaVZ
The amoeba VZ.
|
AMOEBA |
amoebaX
The amoeba X.
|
AMOEBA |
amoebaY
The amoeba Y.
|
AMOEBA |
amoebaZ
The amoeba Z.
|
ControlModel |
controlModelHc
The control model hc.
|
ControlModel |
controlModelUc
The control model uc.
|
ControlModel |
controlModelVc
The control model vc.
|
static boolean |
linksOn
The Constant linksOn.
|
static boolean |
verboseriticity
The Constant verboseriticity.
|
static boolean |
viewer
The Constant viewer.
|
Constructor and Description |
---|
Chat_ClientServeur(java.net.ServerSocket ss,
java.net.Socket s)
Instantiates a new chat client serveur.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Double> |
getOutput(java.lang.String message,
java.lang.String arg,
int chanel)
Gets the output.
|
java.util.HashMap<java.lang.String,java.lang.Double> |
getOutputEndogenous(java.lang.String message,
java.lang.String action)
Gets the output endogenous.
|
java.util.HashMap<java.lang.String,java.lang.Double> |
getOutputGoal(java.lang.String message,
int chanel)
Gets the output goal.
|
java.util.HashMap<java.lang.String,java.lang.Double> |
getOutputGoalEF(java.lang.String message,
java.lang.String action)
Gets the output goal EF.
|
void |
run() |
public static final boolean viewer
public static final boolean verboseriticity
public static final boolean linksOn
public AMOEBA amoebaX
public AMOEBA amoebaY
public AMOEBA amoebaZ
public AMOEBA amoebaVX
public AMOEBA amoebaVZ
public ControlModel controlModelVc
public ControlModel controlModelHc
public ControlModel controlModelUc
public Chat_ClientServeur(java.net.ServerSocket ss, java.net.Socket s)
ss
- the sss
- the spublic void run()
run
in interface java.lang.Runnable
public java.util.HashMap<java.lang.String,java.lang.Double> getOutput(java.lang.String message, java.lang.String arg, int chanel)
message
- the messagearg
- the argchanel
- the chanelpublic java.util.HashMap<java.lang.String,java.lang.Double> getOutputGoal(java.lang.String message, int chanel)
message
- the messagechanel
- the chanelpublic java.util.HashMap<java.lang.String,java.lang.Double> getOutputGoalEF(java.lang.String message, java.lang.String action)
message
- the messageaction
- the actionpublic java.util.HashMap<java.lang.String,java.lang.Double> getOutputEndogenous(java.lang.String message, java.lang.String action)
message
- the messageaction
- the action