Package com.google.refine.model.changes
Class ReconChange
java.lang.Object
com.google.refine.model.changes.MassCellChange
com.google.refine.model.changes.ReconChange
- All Implemented Interfaces:
Change
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ReconConfigprotected ReconStatsprotected ReconConfigprotected ReconStatsFields inherited from class com.google.refine.model.changes.MassCellChange
_cellChanges, _commonColumnName, _updateRowContextDependencies -
Constructor Summary
ConstructorsConstructorDescriptionReconChange(CellChange[] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) ReconChange(CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) ReconChange(List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) -
Method Summary
-
Field Details
-
_newReconConfig
-
_newReconStats
-
_oldReconConfig
-
_oldReconStats
-
-
Constructor Details
-
ReconChange
public ReconChange(List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) -
ReconChange
public ReconChange(CellChange[] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) -
ReconChange
public ReconChange(CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceChange- Overrides:
applyin classMassCellChange
-
revert
- Specified by:
revertin interfaceChange- Overrides:
revertin classMassCellChange
-
save
- Specified by:
savein interfaceChange- Overrides:
savein classMassCellChange- Throws:
IOException
-
load
- Throws:
Exception
-