ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition / NumberRangeAnnotationDefinition / <init>

<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.