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

test collection action More...

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

Public Member Functions

final void clear ()
 test clear More...
 
final void empty ()
 test empty More...
 
final void size (final Pair< List< ITerm >, int[]> p_input)
 test size More...
 

Static Public Member Functions

static Object [] generate ()
 data provider generator 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 TestCActionCollection.java.

Member Function Documentation

◆ clear()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollection.clear ( )

Definition at line 174 of file TestCActionCollection.java.

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

+ Here is the call graph for this function:

◆ empty()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollection.empty ( )

Definition at line 153 of file TestCActionCollection.java.

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

+ Here is the call graph for this function:

◆ generate()

static Object [] org.lightjason.agentspeak.action.builtin.TestCActionCollection.generate ( )
static
Returns
data

Definition at line 70 of file TestCActionCollection.java.

References org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ size()

final void org.lightjason.agentspeak.action.builtin.TestCActionCollection.size ( final Pair< List< ITerm >, int[]>  p_input)
Parameters
p_inputpair input data term and results

Definition at line 131 of file TestCActionCollection.java.

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

+ Here is the call graph for this function: