|
||||||||
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
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.
Field Summary | |
---|---|
private java.lang.Double |
value
Double value for these object. |
Constructor Summary | |
---|---|
MTBDoubleData(java.lang.Double _value)
Construct an empty double data object from the given double value. |
Method Summary | |
---|---|
java.lang.Double |
getValue()
Returns the double value. |
void |
setValue(java.lang.Double _value)
Set the value of the double datat object. |
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, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Double value
Constructor Detail |
---|
public MTBDoubleData(java.lang.Double _value)
value
- Double value for the object.Method Detail |
---|
public java.lang.Double getValue()
public void setValue(java.lang.Double _value)
value
- Double value to set.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |