Package de.gematik.combine.count
Class TotalCounter
- java.lang.Object
-
- de.gematik.combine.count.TotalCounter
-
public class TotalCounter extends Object
-
-
Constructor Summary
Constructors Constructor Description TotalCounter()TotalCounter(Set<ExampleCounter> exampleCounters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ExampleCounter>getFeatures()intgetTotal()longgetTotalScenarioAmount()
-
-
-
Constructor Detail
-
TotalCounter
public TotalCounter(Set<ExampleCounter> exampleCounters)
-
TotalCounter
public TotalCounter()
-
-
Method Detail
-
getTotal
public int getTotal()
-
getTotalScenarioAmount
public long getTotalScenarioAmount()
-
getFeatures
public Set<ExampleCounter> getFeatures()
-
-