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

Variable Index

 o DEFAULT

Method Index

 o getWeight(int)
Returns the weight of the indice at the prosition i.
 o size()
Returns the size of this vector.

Variables

 o DEFAULT
 public static final WeightVector DEFAULT

Methods

 o getWeight
 public abstract float getWeight(int i)
Returns the weight of the indice at the prosition i.

Parameters:
i - the position
Returns:
the weight
 o size
 public abstract int size()
Returns the size of this vector.

Returns:
the size

All Packages  Class Hierarchy  This Package  Previous  Next  Index