Package com.google.refine.model
Class RecordModel
java.lang.Object
com.google.refine.model.RecordModel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classprotected static classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddRootKeyedGroup(ColumnModel columnModel, List<RecordModel.KeyedGroup> keyedGroups) protected List<RecordModel.KeyedGroup>computeKeyedGroups(ColumnModel columnModel) getRecord(int recordIndex) intgetRecordOfRow(int rowIndex) getRowDependency(int rowIndex) booleanprotected voidsetRowDependency(Project project, RecordModel.RowDependency rowDependency, int cellIndex, int contextRowIndex, int contextCellIndex) void
-
Field Details
-
_rowDependencies
-
_records
-
-
Constructor Details
-
RecordModel
public RecordModel()
-
-
Method Details
-
getRowDependency
-
getRecordCount
public int getRecordCount() -
getRecord
-
getRecordOfRow
-
hasRecords
public boolean hasRecords() -
update
-
computeKeyedGroups
-
addRootKeyedGroup
-
setRowDependency
protected void setRowDependency(Project project, RecordModel.RowDependency rowDependency, int cellIndex, int contextRowIndex, int contextCellIndex)
-