24 package org.lightjason.agentspeak.language.instantiable.plan.statistic;
29 import javax.annotation.Nonnegative;
30 import javax.annotation.Nonnull;
31 import java.util.stream.Stream;
long count()
returns the number of executions
long successful()
returns number of successful execution
double failratio()
returns the ratio of failed executions
long fail()
returns number of failed execution
double successfulratio()
returns the ratio of successful execution
IPlanStatistic incrementfail()
increments the failed executions
Stream< IVariable<?> > variables()
returns a stream with variables of the internal data
IPlanStatistic incrementsuccessful()
increments the successful executions
IPlan plan()
plan reference