adams.ml.requirement
Interface Requirement

All Known Implementing Classes:
ReqInteger, ReqIntegerMinMax, ReqIntegerValue, ReqString, ReqStringValue

public interface Requirement


Method Summary
 String checkRequirement(BaseData bd)
          Checks if cell is ok.
 

Method Detail

checkRequirement

String checkRequirement(BaseData bd)
Checks if cell is ok. If ok, return null else return error String Sets cell if possible (i.e string representation of int->int

Parameters:
bd - cell
Returns:
error string, or null


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.