- java.lang.Object
-
- org.provarules.eventing.CountValue
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
int |
count |
double |
value |
-
Constructor Summary
Constructors
| Constructor and Description |
CountValue(int count,
double value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
value
public double value
-
Method Detail
-
getCount
public int getCount()
-
getValue
public double getValue()
Copyright © 2019. All Rights Reserved.