24 package org.lightjason.agentspeak.consistency;
26 import org.apache.commons.math3.stat.descriptive.DescriptiveStatistics;
31 import javax.annotation.Nonnegative;
32 import javax.annotation.Nonnull;
34 import java.util.concurrent.Callable;
35 import java.util.stream.Stream;
Stream< Map.Entry< IAgent<?>, Double > > consistency()
stream over all data
IMetric metric()
returns the used metric
IFilter filter()
returns the used metric filter
filtering interface of agent literal values for metric
metric interface of the coherency structure
DescriptiveStatistics statistic()
returns statistic data of the consistency values
Stream< Map.Entry< IAgent<?>, Double > > inconsistency()
stream over all data
IConsistency add( @Nonnull final IAgent<?> p_object)
adds a new object
IConsistency clear()
clear