Package ravendata
Class RavenDataRow
java.lang.Object
ravendata.RavenDataRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected double
protected Integer
protected String[]
getData()
getDouble
(int iCol) Read a double value from the given column.protected double
getEndT()
getExtraData
(String name) Get data from the extras map.protected double
getF1()
protected double
getF2()
getInteger
(int iCol) Read an Integer value from the given column.protected int
getiRow()
protected Integer
getString
(int iCol) Get a String value from the given column.protected String
getView()
boolean
-
Constructor Details
-
Method Details
-
getiRow
protected int getiRow()- Returns:
- the iRow
-
getData
- Returns:
- the data
-
getString
Get a String value from the given column.- Parameters:
iCol
-- Returns:
-
getInteger
Read an Integer value from the given column.- Parameters:
iCol
-- Returns:
-
getDouble
Read a double value from the given column.- Parameters:
iCol
-- Returns:
-
getExtraData
Get data from the extras map.- Parameters:
name
- column name.- Returns:
-
getSelection
- Returns:
- the selection
-
getView
- Returns:
- the view
-
getChannel
- Returns:
- the channel
-
getBeginT
protected double getBeginT()- Returns:
- the beginT
-
getEndT
protected double getEndT()- Returns:
- the endT
-
getF1
protected double getF1()- Returns:
- the f1
-
getF2
protected double getF2()- Returns:
- the f2
-
isUnpackOK
public boolean isUnpackOK()- Returns:
- the unpackOK
-
equals
-
getExtraData
-