|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.micro.MicroAgent
jadex.micro.examples.BreakpointAgent
public class BreakpointAgent
A simple agent showing how to use breakpoints in the micro kernel.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jadex.micro.MicroAgent |
|---|
MicroAgent.TimerWrapper |
| Field Summary | |
|---|---|
protected java.lang.String |
step
The current step. |
| Fields inherited from class jadex.micro.MicroAgent |
|---|
interpreter, longtime, timers |
| Constructor Summary | |
|---|---|
BreakpointAgent()
|
|
| Method Summary | |
|---|---|
void |
executeBody()
Execute a series of steps. |
static java.lang.Object |
getMetaInfo()
Add the 'testresults' marking this agent as a testcase. |
boolean |
isAtBreakpoint(java.lang.String[] breakpoints)
Return true, when a breakpoint was hit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String step
| Constructor Detail |
|---|
public BreakpointAgent()
| Method Detail |
|---|
public void executeBody()
executeBody in interface IMicroAgentexecuteBody in class MicroAgentpublic boolean isAtBreakpoint(java.lang.String[] breakpoints)
isAtBreakpoint in class MicroAgentpublic static java.lang.Object getMetaInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||