public interface HealthMetric<OBSERVABLE> extends Serializable
Modifier and Type | Method and Description |
---|---|
float |
getBest() |
String |
getName() |
float |
getWorst() |
float |
measure(OBSERVABLE observable) |
float |
measureNew(OBSERVABLE observable) |
String getName()
float measure(OBSERVABLE observable)
float measureNew(OBSERVABLE observable)
float getBest()
float getWorst()
Copyright © 2016–2018. All rights reserved.