LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic Class Reference

action to create a statistic. More...

+ Inheritance diagram for org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic:
+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic:

Classes

enum  EType
 enume statistic type More...
 

Public Member Functions

 CCreateStatistic ()
 ctor More...
 
final IFuzzyValue< Boolean > execute (final boolean p_parallel, @Nonnull final IContext p_context, @Nonnull final List< ITerm > p_argument, @Nonnull final List< ITerm > p_return)
 defines a plan-body operation More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
final IPath name ()
 returns the name with path of the action More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.IBaseAction
final boolean equals (final Object p_object)
 
final int hashCode ()
 
final String toString ()
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.IAction
default int minimalArgumentNumber ()
 minimum number of arguments More...
 
default Stream< IVariable<?> > variables ()
 returns a stream with all used variables More...
 

Static Private Attributes

static final long serialVersionUID = -8275199738531829131L
 serial id More...
 

Additional Inherited Members

- Public Attributes inherited from org.lightjason.agentspeak.action.IAction
long serialVersionUID = -6374480398439703170L
 serial id More...
 
- Protected Member Functions inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
 IBuiltinAction ()
 ctor More...
 
 IBuiltinAction (final int p_length)
 ctor More...
 
- Static Protected Attributes inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
static final Logger LOGGER = CCommon.logger( IBuiltinAction.class )
 logger More...
 
- Static Protected Attributes inherited from org.lightjason.agentspeak.action.IBaseAction
static final Logger LOGGER = org.lightjason.agentspeak.common.CCommon.logger( IAction.class )
 logger More...
 

Detailed Description

The action creates statistic objects to collect data, each argument must be a string with "summary" or "descriptive" for a summary or descriptive statistic object, on no arguments a summary statistic object is created, the action never fails

[S1|S2] = math/statistic/createstaistic("summary", ["descriptive"]);
See also
http://commons.apache.org/proper/commons-math/userguide/stat.html

Definition at line 56 of file CCreateStatistic.java.

Constructor & Destructor Documentation

◆ CCreateStatistic()

org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic.CCreateStatistic ( )

Definition at line 66 of file CCreateStatistic.java.

Member Function Documentation

◆ execute()

final IFuzzyValue<Boolean> org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic.execute ( final boolean  p_parallel,
@Nonnull final IContext  p_context,
@Nonnull final List< ITerm p_argument,
@Nonnull final List< ITerm p_return 
)
Parameters
p_parallelparallel execution
p_contextcurrent execution context
p_argumentparameter of the action
p_returnreturn values
Returns
fuzzy boolean

Implements org.lightjason.agentspeak.language.execution.IExecution.

Definition at line 73 of file CCreateStatistic.java.

References org.lightjason.agentspeak.language.CCommon.flatten(), org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic.EType.from(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), org.lightjason.agentspeak.language.fuzzy.CFuzzyValue< T >.from(), and org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic.EType.SUMMARY.

Referenced by org.lightjason.agentspeak.action.builtin.TestCActionMathStatistics.createstatistics().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ serialVersionUID

final long org.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic.serialVersionUID = -8275199738531829131L
staticprivate

Definition at line 61 of file CCreateStatistic.java.