public abstract class AbstractMeter extends Object
Constructor and Description |
---|
AbstractMeter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object obj) |
abstract String |
getName()
A short name of the meter.
|
abstract String |
getUnit()
Returns the unit in which this measure taker computes its results.
|
abstract String |
getUnitDescription()
The long description of the unit.
|
abstract double |
getValue()
Getting the current value for this meter.
|
abstract int |
hashCode() |
String |
toString()
The String representation of this meter with its current value.
|
public abstract double getValue()
public abstract String getUnit()
public abstract String getUnitDescription()
public abstract String getName()
public final String toString()
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.