Package jade.core.sam
Class DifferentialCounterValueProvider
- java.lang.Object
-
- jade.core.sam.DifferentialCounterValueProvider
-
- All Implemented Interfaces:
CounterValueProvider,Provider
public abstract class DifferentialCounterValueProvider extends Object implements CounterValueProvider
-
-
Constructor Summary
Constructors Constructor Description DifferentialCounterValueProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDifferential()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jade.core.sam.CounterValueProvider
getValue
-
-
-
-
Method Detail
-
isDifferential
public boolean isDifferential()
- Specified by:
isDifferentialin interfaceCounterValueProvider
-
-