public class StackBlocksPlan
extends jadex.bdiv3x.runtime.Plan
Modifier and Type | Field and Description |
---|---|
protected Block |
block
The block to be moved.
|
protected java.lang.String |
mode
The execution mode.
|
static java.lang.String |
MODE_NORMAL
The normal execution mode.
|
static java.lang.String |
MODE_SLOW
The slow execution mode.
|
static java.lang.String |
MODE_STEP
The step execution mode.
|
protected boolean |
quiet
The quiet flag (do not printout messages).
|
protected Block |
target
The block on to which to put the other block.
|
Constructor and Description |
---|
StackBlocksPlan() |
Modifier and Type | Method and Description |
---|---|
void |
body()
The plan body.
|
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
public static final java.lang.String MODE_NORMAL
public static final java.lang.String MODE_SLOW
public static final java.lang.String MODE_STEP
protected Block block
protected Block target
protected java.lang.String mode
protected boolean quiet