Package gov.nasa.pds.tools.util
Class EveryNCounter
- java.lang.Object
-
- gov.nasa.pds.tools.util.EveryNCounter
-
public class EveryNCounter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EveryNCounter.Group
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EveryNCounter
getInstance()
int
getProgress(EveryNCounter.Group of)
int
getValue(EveryNCounter.Group of)
void
increment(EveryNCounter.Group of)
void
setProgressN(int n)
-
-
-
Method Detail
-
getInstance
public static EveryNCounter getInstance()
-
getValue
public int getValue(EveryNCounter.Group of)
-
getProgress
public int getProgress(EveryNCounter.Group of)
-
increment
public void increment(EveryNCounter.Group of)
-
setProgressN
public void setProgressN(int n)
-
-