|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDData
de.unihalle.informatik.MiToBo.core.datatypes.wrapper.MTBDoubleData
@ALDMetaInfo(export=ALLOWED) public class MTBDoubleData
A double to be used as input or output for MTB operators.
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.
Constructor Summary | |
---|---|
MTBDoubleData(Double _value)
Construct an empty double data object from the given double value. |
Method Summary | |
---|---|
Double |
getValue()
Returns the double value. |
void |
setValue(Double _value)
Set the value of the double datat object. |
String |
toString()
|
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDData |
---|
cloneProperties, getLocation, getProperty, getPropertyKeys, print, setLocation, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MTBDoubleData(Double _value)
value
- Double value for the object.Method Detail |
---|
public Double getValue()
public void setValue(Double _value)
value
- Double value to set.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |