LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.language.fuzzy.IFuzzyValue< T > Interface Template Reference

result for an immutable fuzzy value More...

+ Inheritance diagram for org.lightjason.agentspeak.language.fuzzy.IFuzzyValue< T >:
+ Collaboration diagram for org.lightjason.agentspeak.language.fuzzy.IFuzzyValue< T >:

Public Member Functions

double fuzzy ()
 returns the fuzziness More...
 
value ()
 returns the result More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.language.IAssignable< T >
throwvaluenotassignableto ( @Nonnull final Class<?>... p_class) throws IllegalArgumentException
 throws an illegal argument exception iif the value is not assignable to the class More...
 
boolean valueassignableto ( @Nonnull final Class<?>... p_class)
 checkes assignable of the value More...
 

Detailed Description

Template Parameters
Tfuzzy type

Definition at line 37 of file IFuzzyValue.java.

Member Function Documentation

◆ fuzzy()

Returns
fuzzy value in [0,1]

Implemented in org.lightjason.agentspeak.language.fuzzy.CFuzzyValueMutable< T >, and org.lightjason.agentspeak.language.fuzzy.CFuzzyValue< T >.

Referenced by org.lightjason.agentspeak.language.instantiable.IBaseInstantiable.executesequential().

+ Here is the caller graph for this function:

◆ value()

Returns
value

Implemented in org.lightjason.agentspeak.language.fuzzy.CFuzzyValueMutable< T >, and org.lightjason.agentspeak.language.fuzzy.CFuzzyValue< T >.

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

+ Here is the caller graph for this function: