LightJason - AgentSpeak(L++)
|
consistency interface More...
Public Member Functions | |
IConsistency | add ( @Nonnull final IAgent<?> p_object) |
adds a new object More... | |
IConsistency | clear () |
clear More... | |
double | consistency ( @Nonnull final IAgent<?> p_object) |
returns the consistency of an object More... | |
Stream< Map.Entry< IAgent<?>, Double > > | consistency () |
stream over all data More... | |
IFilter | filter () |
returns the used metric filter More... | |
double | inconsistency ( @Nonnull final IAgent<?> p_object) |
returns the inconsistency of an object More... | |
Stream< Map.Entry< IAgent<?>, Double > > | inconsistency () |
stream over all data More... | |
IMetric | metric () |
returns the used metric More... | |
IConsistency | remove ( @Nonnull final IAgent<?> p_object) |
removes an object More... | |
DescriptiveStatistics | statistic () |
returns statistic data of the consistency values More... | |
Definition at line 41 of file IConsistency.java.
IConsistency org.lightjason.agentspeak.consistency.IConsistency.add | ( | @Nonnull final IAgent<?> | p_object | ) |
p_object | new object |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
IConsistency org.lightjason.agentspeak.consistency.IConsistency.clear | ( | ) |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
Referenced by org.lightjason.agentspeak.consistency.CConsistency.clear().
double org.lightjason.agentspeak.consistency.IConsistency.consistency | ( | @Nonnull final IAgent<?> | p_object | ) |
p_object | object |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
Stream<Map.Entry<IAgent<?>, Double> > org.lightjason.agentspeak.consistency.IConsistency.consistency | ( | ) |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
IFilter org.lightjason.agentspeak.consistency.IConsistency.filter | ( | ) |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
double org.lightjason.agentspeak.consistency.IConsistency.inconsistency | ( | @Nonnull final IAgent<?> | p_object | ) |
p_object | object |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
Stream<Map.Entry<IAgent<?>, Double> > org.lightjason.agentspeak.consistency.IConsistency.inconsistency | ( | ) |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
IMetric org.lightjason.agentspeak.consistency.IConsistency.metric | ( | ) |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
IConsistency org.lightjason.agentspeak.consistency.IConsistency.remove | ( | @Nonnull final IAgent<?> | p_object | ) |
p_object | removing object |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.
Referenced by org.lightjason.agentspeak.consistency.CConsistency.remove().
DescriptiveStatistics org.lightjason.agentspeak.consistency.IConsistency.statistic | ( | ) |
Implemented in org.lightjason.agentspeak.consistency.CConsistency.