Web-based responsive document annotation tool
activeannoservice / annotationdefinition / NumberRangeAnnotationDefinition / <init>
NumberRangeAnnotationDefinition(id: AnnotationID, name: String, shortName: String?, createdTimestamp: Long = System.currentTimeMillis(), min: Double, max: Double, step: Double, optional: Boolean = false)
A number range between min and max with step steps between. Results in two values, a lower and upper value.