LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable Class Reference

achievement for rule-variable execution More...

+ Inheritance diagram for org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable:
+ Collaboration diagram for org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable:

Public Member Functions

 CAchievementRuleVariable ( @Nonnull final IVariableEvaluate p_type)
 ctor More...
 
IFuzzyValue< Boolean > execute (final boolean p_parallel, @Nonnull final IContext p_context, @Nonnull final List< ITerm > p_argument, @Nonnull final List< ITerm > p_return)
 
final String toString ()
 
Stream< IVariable<?> > variables ()
 
- Public Member Functions inherited from org.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementRule< IVariableEvaluate >
final boolean equals (final Object p_object)
 
final int hashCode ()
 

Static Private Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from org.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementRule< IVariableEvaluate >
 IAchievementRule (@Nonnull final T p_type)
 ctor More...
 
- Static Protected Member Functions inherited from org.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementRule< IVariableEvaluate >
static IFuzzyValue< Boolean > execute (final boolean p_parallel, @Nonnull final IContext p_context, @Nonnull final ILiteral p_value)
 execute rule from context More...
 

Detailed Description

Definition at line 42 of file CAchievementRuleVariable.java.

Constructor & Destructor Documentation

◆ CAchievementRuleVariable()

org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable.CAchievementRuleVariable ( @Nonnull final IVariableEvaluate  p_type)
Parameters
p_typevalue of the rule

Definition at line 54 of file CAchievementRuleVariable.java.

Member Function Documentation

◆ execute()

IFuzzyValue<Boolean> org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable.execute ( final boolean  p_parallel,
@Nonnull final IContext  p_context,
@Nonnull final List< ITerm p_argument,
@Nonnull final List< ITerm p_return 
)

Definition at line 61 of file CAchievementRuleVariable.java.

References org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable.execute().

Referenced by org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable.execute().

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

◆ toString()

final String org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable.toString ( )

Definition at line 68 of file CAchievementRuleVariable.java.

◆ variables()

Stream<IVariable<?> > org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable.variables ( )

Definition at line 75 of file CAchievementRuleVariable.java.

Member Data Documentation

◆ serialVersionUID

final long org.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable.serialVersionUID = -3462378724593325487L
staticprivate

Definition at line 47 of file CAchievementRuleVariable.java.