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

collection set tests More...

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

Public Member Functions

final void add ()
 test add More...
 
final void contains ()
 test contains More...
 
final void create ()
 test create More...
 
final void createsynchronized ()
 test create synchronized More...
 
final void remove ()
 test remove More...
 
final void tolist ()
 test to-list 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 50 of file TestCActionCollectionSet.java.

Member Function Documentation

◆ add()

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

Definition at line 96 of file TestCActionCollectionSet.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:

◆ contains()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionSet.contains ( )

Definition at line 113 of file TestCActionCollectionSet.java.

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

+ Here is the call graph for this function:

◆ create()

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

Definition at line 57 of file TestCActionCollectionSet.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:

◆ createsynchronized()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionSet.createsynchronized ( )

Definition at line 76 of file TestCActionCollectionSet.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:

◆ remove()

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

Definition at line 131 of file TestCActionCollectionSet.java.

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

+ Here is the call graph for this function:

◆ tolist()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollectionSet.tolist ( )

Definition at line 150 of file TestCActionCollectionSet.java.

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

+ Here is the call graph for this function: