Uses of Class
things.thing.Metrics

Packages that use Metrics
things.thing   
 

Uses of Metrics in things.thing
 

Fields in things.thing declared as Metrics
static Metrics Metrics.STOCK_Abort
           
static Metrics Metrics.STOCK_Exception
           
static Metrics Metrics.STOCK_Fail
           
static Metrics Metrics.STOCK_Inconclusive
           
static Metrics Metrics.STOCK_Pass
          Stock instances for convenience.
 

Methods in things.thing with parameters of type Metrics
 void Metrics.accumulate(Metrics metrics)
          Accumulate.
static RESULT RESULT.forgeResult(int numeric, Data.Type theType, Metrics metrics, java.lang.Throwable t, java.lang.String... additionalAttributes)
          Forge a child.
 

Constructors in things.thing with parameters of type Metrics
RESULT(int numeric, Metrics theMetrics, Data.Type theType)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, AttributeReader additionalAttributes)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, java.lang.String... additionalAttributes)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId, AttributeReader additionalAttributes)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId, java.lang.String... additionalAttributes)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType, AttributeReader additionalAttributes)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType, java.lang.String... additionalAttributes)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId)
          Constructor.
 



Things.