All Packages Class Hierarchy This Package Previous Next Index
Interface aid.cbr.tools.core.cbrcase.WeightVector
- public interface WeightVector
- extends Clone
Defines the interface of a vector of indice weights.
- Version:
- $Revision$, $Date$
- Author:
- M. Jaczynski
-
DEFAULT
-
-
getWeight(int)
- Returns the weight of the indice at the prosition i.
-
size()
- Returns the size of this vector.
DEFAULT
public static final WeightVector DEFAULT
getWeight
public abstract float getWeight(int i)
- Returns the weight of the indice at the prosition i.
- Parameters:
- i - the position
- Returns:
- the weight
size
public abstract int size()
- Returns the size of this vector.
- Returns:
- the size
All Packages Class Hierarchy This Package Previous Next Index