Package ravendata
Class RavenDataRow
java.lang.Object
ravendata.RavenDataRow
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected doubleprotected Integerprotected String[]getData()getDouble(int iCol) Read a double value from the given column.protected doublegetEndT()getExtraData(String name) Get data from the extras map.protected doublegetF1()protected doublegetF2()getInteger(int iCol) Read an Integer value from the given column.protected intgetiRow()protected IntegergetString(int iCol) Get a String value from the given column.protected StringgetView()boolean 
- 
Constructor Details
- 
RavenDataRow
 
 - 
 - 
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
 
 -