24 package org.lightjason.agentspeak.language.fuzzy.defuzzification;
29 import javax.annotation.Nonnull;
30 import javax.annotation.Nullable;
defuzzification interface
T defuzzify( @Nonnull final IFuzzyValue< T > p_value)
runs the defuzzyification algorithm
result for an immutable fuzzy value
IAgent<?> update( @Nonnull final IAgent<?> p_agent)
update of the internal defuzzification structure on the agent-cycle