public class MTBBooleanData
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 Boolean 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 boolean |
value
Boolean value of this object.
|
| Constructor and Description |
|---|
MTBBooleanData(boolean _value)
Construct an empty boolean data object from the given boolean value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue()
Returns the boolean value.
|
void |
setValue(boolean _value)
Set the value of the boolean data object.
|
String |
toString() |
public MTBBooleanData(boolean _value)
value - Boolean value for the object.Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.