Class IndexHelper
- java.lang.Object
-
- adams.gui.visualization.stats.core.IndexHelper
-
public class IndexHelper extends Object
Class containing a static method for setting an attribute index using provided index or regular expression.- Version:
- $Revision$
- Author:
- msf8
-
-
Constructor Summary
Constructors Constructor Description IndexHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getIndex(BaseRegExp reg, Index ind, SpreadSheet inst, int index)
Returns the position of the desired attribute.
-
-
-
Method Detail
-
getIndex
public static int getIndex(BaseRegExp reg, Index ind, SpreadSheet inst, int index)
Returns the position of the desired attribute.- Parameters:
reg
- Regular expressionind
- Indexinst
- instancesindex
- the default index- Returns:
- the determined index
-
-