test for agent execution ordering
More...
|
| IAgent<?> | m_agent |
| | agent reference More...
|
| |
| final Multimap< Long, String > | m_log = Multimaps.synchronizedMultimap( HashMultimap.create() ) |
| | logs for plan execution More...
|
| |
| final Multimap< Long, String > | m_result = HashMultimap.create() |
| | log results More...
|
| |
| AtomicBoolean | m_running |
| | running flag (agent can disable execution) More...
|
| |
|
| static final String | ASL = "src/test/resources/agent/execution.asl" |
| | asl source More...
|
| |
|
| static final boolean | PRINTENABLE = Files.exists( Paths.get( "agentprinting.conf" ) ) |
| | enable printing of test-data More...
|
| |
Definition at line 64 of file TestCAgentExecution.java.
◆ [static initializer]()
| org.lightjason.agentspeak.agent.TestCAgentExecution.[static initializer] |
( |
| ) |
|
|
staticpackage |
◆ executionorder()
| final void org.lightjason.agentspeak.agent.TestCAgentExecution.executionorder |
( |
| ) |
throws Exception |
◆ initialize()
| void org.lightjason.agentspeak.agent.TestCAgentExecution.initialize |
( |
| ) |
|
◆ ASL
| final String org.lightjason.agentspeak.agent.TestCAgentExecution.ASL = "src/test/resources/agent/execution.asl" |
|
staticprivate |
◆ m_agent
| IAgent<?> org.lightjason.agentspeak.agent.TestCAgentExecution.m_agent |
|
private |
◆ m_log
| final Multimap<Long, String> org.lightjason.agentspeak.agent.TestCAgentExecution.m_log = Multimaps.synchronizedMultimap( HashMultimap.create() ) |
|
private |
◆ m_result
| final Multimap<Long, String> org.lightjason.agentspeak.agent.TestCAgentExecution.m_result = HashMultimap.create() |
|
private |
◆ m_running
| AtomicBoolean org.lightjason.agentspeak.agent.TestCAgentExecution.m_running |
|
private |