public class MTBDoubleData
extends de.unihalle.informatik.Alida.operator.ALDData
This wrapper types overcomes the limitations of Java's built-in
wrappers in automatic parameter documentation. While references of
type Double aren't necessarily unique and, hence, might not
be properly traced through the processing history, this wrapper class
overcomes the limitations.
| Modifier and Type | Field and Description |
|---|---|
private Double |
value
Double value for these object.
|
| Constructor and Description |
|---|
MTBDoubleData(Double _value)
Construct an empty double data object from the given double value.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getValue()
Returns the double value.
|
void |
setValue(Double _value)
Set the value of the double datat object.
|
String |
toString() |
private Double value
public MTBDoubleData(Double _value)
value - Double value for the object.Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.