LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.agent.TestCAgent.CTestResult Class Reference

test action More...

+ Inheritance diagram for org.lightjason.agentspeak.agent.TestCAgent.CTestResult:
+ Collaboration diagram for org.lightjason.agentspeak.agent.TestCAgent.CTestResult:

Public Member Functions

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...
 
final int minimalArgumentNumber ()
 minimum number of arguments More...
 
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 Stream< IVariable<?> > variables ()
 returns a stream with all used variables More...
 

Static Private Attributes

static final long serialVersionUID = 9032624165822970132L
 serial id More...
 

Additional Inherited Members

- Public Attributes inherited from org.lightjason.agentspeak.action.IAction
long serialVersionUID = -6374480398439703170L
 serial id 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

Definition at line 201 of file TestCAgent.java.

Member Function Documentation

◆ execute()

IFuzzyValue<Boolean> org.lightjason.agentspeak.agent.TestCAgent.CTestResult.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 224 of file TestCAgent.java.

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

+ Here is the call graph for this function:

◆ minimalArgumentNumber()

final int org.lightjason.agentspeak.agent.TestCAgent.CTestResult.minimalArgumentNumber ( )
Returns
number of minimal arguments

Implements org.lightjason.agentspeak.action.IAction.

Definition at line 217 of file TestCAgent.java.

◆ name()

final IPath org.lightjason.agentspeak.agent.TestCAgent.CTestResult.name ( )
Returns
path (literal functor)

Implements org.lightjason.agentspeak.action.IAction.

Definition at line 210 of file TestCAgent.java.

References org.lightjason.agentspeak.common.CPath.from().

+ Here is the call graph for this function:

Member Data Documentation

◆ serialVersionUID

final long org.lightjason.agentspeak.agent.TestCAgent.CTestResult.serialVersionUID = 9032624165822970132L
staticprivate

Definition at line 206 of file TestCAgent.java.