LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.TestCActionStorage Class Reference

test action storage More...

+ Inheritance diagram for org.lightjason.agentspeak.action.builtin.TestCActionStorage:
+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.TestCActionStorage:

Classes

class  CAgent
 test agent More...
 
class  CGenerator
 agent generator More...
 

Public Member Functions

final void addwithkeys ()
 test add action with forbidden keys More...
 
final void addwithkeystrean ()
 test add action with forbidden key strean More...
 
final void addwithoutkeys ()
 test add action without forbidden keys More...
 
final void arguments ()
 test for checking minimal arguments More...
 
final void clearwithkeys ()
 test clear action with keys More...
 
final void clearwithkeystream ()
 test clear action with key stream More...
 
final void clearwithoutkeys ()
 test clear action without keys More...
 
final void existswithkeys ()
 test exists action with keys More...
 
final void existswithkeystream ()
 test exists action with key stream More...
 
final void existswithoutkeys ()
 test exists action without keys More...
 
final void initialize () throws Exception
 initialize More...
 
final void removewithkeys ()
 test remove action without keys More...
 
final void removewithkeystream ()
 test remove action without key stream More...
 
final void removewithoutkeys ()
 test remove action without keys More...
 
final void resolver ()
 test resolver access More...
 

Static Package Functions

 [static initializer]
 

Private Attributes

IContext m_context
 execution context More...
 

Additional Inherited Members

- Static Protected Attributes inherited from org.lightjason.agentspeak.IBaseTest
static final boolean PRINTENABLE = Files.exists( Paths.get( "agentprinting.conf" ) )
 enable printing of test-data More...
 

Detailed Description

Definition at line 66 of file TestCActionStorage.java.

Member Function Documentation

◆ [static initializer]()

org.lightjason.agentspeak.action.builtin.TestCActionStorage.[static initializer] ( )
staticpackage

◆ addwithkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.addwithkeys ( )

Definition at line 116 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.action.builtin.collection.list.CAdd.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ addwithkeystrean()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.addwithkeystrean ( )

Definition at line 133 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ addwithoutkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.addwithoutkeys ( )

Definition at line 97 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.action.builtin.collection.list.CAdd.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ arguments()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.arguments ( )

Definition at line 376 of file TestCActionStorage.java.

◆ clearwithkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.clearwithkeys ( )

Definition at line 248 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.action.builtin.collection.CClear.execute(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ clearwithkeystream()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.clearwithkeystream ( )

Definition at line 273 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ clearwithoutkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.clearwithoutkeys ( )

Definition at line 174 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.action.builtin.collection.CClear.execute(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ existswithkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.existswithkeys ( )

◆ existswithkeystream()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.existswithkeystream ( )

Definition at line 349 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), org.lightjason.agentspeak.language.ITerm.raw(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ existswithoutkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.existswithoutkeys ( )

Definition at line 298 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.action.builtin.storage.CExists.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ initialize()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.initialize ( ) throws Exception
Exceptions
Exceptionis thrown on any error

Definition at line 84 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.instantiable.plan.trigger.ITrigger.EType.ADDGOAL, org.lightjason.agentspeak.language.instantiable.plan.trigger.CTrigger.from(), and org.lightjason.agentspeak.language.CLiteral.from().

+ Here is the call graph for this function:

◆ removewithkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.removewithkeys ( )

Definition at line 198 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.action.builtin.collection.list.CRemove.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ removewithkeystream()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.removewithkeystream ( )

Definition at line 223 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ removewithoutkeys()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.removewithoutkeys ( )

Definition at line 150 of file TestCActionStorage.java.

References org.lightjason.agentspeak.language.execution.IContext.agent(), org.lightjason.agentspeak.action.builtin.collection.list.CRemove.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.agent.IAgent< T extends IAgent<?>.storage().

+ Here is the call graph for this function:

◆ resolver()

final void org.lightjason.agentspeak.action.builtin.TestCActionStorage.resolver ( )

Definition at line 398 of file TestCActionStorage.java.

Member Data Documentation

◆ m_context

IContext org.lightjason.agentspeak.action.builtin.TestCActionStorage.m_context
private

Definition at line 71 of file TestCActionStorage.java.