com.jrefinery.data
Interface SignalsDataset
- All Superinterfaces:
- Dataset, SeriesDataset, XYDataset
- All Known Implementing Classes:
- SubSeriesDataset
public interface SignalsDataset
- extends XYDataset
- Author:
- sylvain
|
Method Summary |
double |
getLevel(int series,
int item)
|
int |
getType(int series,
int item)
|
ENTER_LONG
static final int ENTER_LONG
- See Also:
- Constant Field Values
ENTER_SHORT
static final int ENTER_SHORT
- See Also:
- Constant Field Values
EXIT_LONG
static final int EXIT_LONG
- See Also:
- Constant Field Values
EXIT_SHORT
static final int EXIT_SHORT
- See Also:
- Constant Field Values
getType
int getType(int series,
int item)
getLevel
double getLevel(int series,
int item)
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.