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

test collection list More...

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

Public Member Functions

final void add ()
 test add action More...
 
final void complement ()
 test complement action More...
 
final void create ()
 test create non-empty list More...
 
final void createempty ()
 test create empty list More...
 
final void createemptysynchronize ()
 test create empty synchronized list More...
 
final void flat ()
 test flat action More...
 
final void flatconcat ()
 test flatconcat action More...
 
final void get ()
 test get action More...
 
final void range ()
 test range More...
 
final void rangeerror ()
 test range error More...
 
final void remove ()
 test remove action More...
 
final void reverse ()
 test reverse action More...
 
final void set ()
 test set action More...
 
final void sublist ()
 test sublist More...
 
final void sublisterror ()
 test sublist error More...
 
final void unique ()
 test unique action More...
 
final void zip ()
 test zip action More...
 
final void ziperror ()
 test zip action error 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 62 of file TestCActionCollectionList.java.

Member Function Documentation

◆ add()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.add ( )

Definition at line 262 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CAdd.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ complement()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.complement ( )

Definition at line 137 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CComplement.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ create()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.create ( )

Definition at line 110 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CCreate.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ createempty()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.createempty ( )

Definition at line 69 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.action.builtin.collection.list.CCreate.execute().

+ Here is the call graph for this function:

◆ createemptysynchronize()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.createemptysynchronize ( )

Definition at line 89 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.action.builtin.collection.list.CCreate.execute().

+ Here is the call graph for this function:

◆ flat()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.flat ( )

Definition at line 369 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CFlat.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.language.ITerm.raw().

+ Here is the call graph for this function:

◆ flatconcat()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.flatconcat ( )

Definition at line 393 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CFlatConcat.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ get()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.get ( )

Definition at line 161 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CGet.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ range()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.range ( )

Definition at line 297 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CRange.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ rangeerror()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.rangeerror ( )

Definition at line 281 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ remove()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.remove ( )

Definition at line 201 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CRemove.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ reverse()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.reverse ( )

Definition at line 182 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CReverse.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.language.ITerm.raw().

+ Here is the call graph for this function:

◆ set()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.set ( )

Definition at line 239 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CSet.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ sublist()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.sublist ( )

Definition at line 341 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CSubList.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ sublisterror()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.sublisterror ( )

Definition at line 326 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ unique()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.unique ( )

Definition at line 473 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CUnique.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ zip()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.zip ( )

Definition at line 433 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.collection.list.CZip.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ ziperror()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionList.ziperror ( )

Definition at line 417 of file TestCActionCollectionList.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function: