public class ServerPlanG1
extends jadex.bdiv3x.runtime.Plan
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected java.util.logging.Logger |
logger
The logger.
|
protected java.net.ServerSocket |
server
The server socket.
|
Constructor and Description |
---|
ServerPlanG1() |
Modifier and Type | Method and Description |
---|---|
void |
body()
The plan body.
|
void |
close()
Close the server.
|
void |
run()
The server code.
|
aborted, checkNotInAtomic, createExpression, createGoal, createInternalEvent, createMessageEvent, dispatchInternalEvent, dispatchSubgoal, dispatchSubgoalAndWait, dispatchSubgoalAndWait, dispatchTopLevelGoal, endAtomic, fail, fail, fail, failed, getAgent, getBeliefbase, getClock, getComponentDescription, getComponentIdentifier, getComponentName, getDispatchedElement, getEventbase, getException, getExpression, getExpressionbase, getExternalAccess, getGoalbase, getLogger, getParameter, getParameters, getParameterSet, getParameterSets, getPlanbase, getPlanElement, getReason, getRPlan, getScope, getTime, getWaitqueue, hasParameter, hasParameterSet, killAgent, passed, sendMessage, sendMessageAndWait, sendMessageAndWait, startAtomic, toString, waitFor, waitForCondition, waitForCondition, waitForCondition, waitForConditionInline, waitForConditionInline, waitForEver, waitForFactAdded, waitForFactAdded, waitForFactChanged, waitForFactChanged, waitForFactRemoved, waitForFactRemoved, waitForGoalFinished, waitForGoalFinished, waitForGoalFinished, waitForGoalFinished, waitForInternalEvent, waitForInternalEvent, waitForMessageEvent, waitForMessageEvent, waitForReply, waitForReply, waitForReply, waitForReply, waitForTick
protected java.net.ServerSocket server
protected java.util.logging.Logger logger
public void close()
public void body()
body
in class jadex.bdiv3x.runtime.Plan
public void run()
run
in interface java.lang.Runnable
Runnable