SMILA (incubation) API documentation

org.eclipse.smila.search.utils.param.set
Class DFloatList

java.lang.Object
  extended by org.eclipse.smila.search.utils.param.set.DParameter
      extended by org.eclipse.smila.search.utils.param.set.DFloatList
All Implemented Interfaces:
java.lang.Cloneable

public class DFloatList
extends DParameter
implements java.lang.Cloneable

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
DFloatList()
           
 
Method Summary
 void addValue(float value)
          Sets the value.
 void addValues(float[] values)
           
 java.lang.Object clone()
           
 boolean equals(DFloatList parameter)
           
 boolean equals(java.lang.Object obj)
           
 float[] getValues()
           
 
Methods inherited from class org.eclipse.smila.search.utils.param.set.DParameter
getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFloatList

public DFloatList()
Method Detail

addValue

public void addValue(float value)
Sets the value.

Parameters:
value - The value to set

addValues

public void addValues(float[] values)

clone

public java.lang.Object clone()
Overrides:
clone in class DParameter

equals

public boolean equals(DFloatList parameter)

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class DParameter

getValues

public float[] getValues()
Returns:
Float

SMILA (incubation) API documentation