adams.ml.requirement
Class ReqInteger

java.lang.Object
  extended by adams.ml.requirement.ReqInteger
All Implemented Interfaces:
Requirement
Direct Known Subclasses:
ReqIntegerMinMax, ReqIntegerValue

public class ReqInteger
extends Object
implements Requirement


Constructor Summary
ReqInteger()
           
 
Method Summary
 String checkRequirement(BaseData bd)
          Checks if cell is ok.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReqInteger

public ReqInteger()
Method Detail

checkRequirement

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

Specified by:
checkRequirement in interface Requirement
Parameters:
bd - cell
Returns:
error string, or null


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