Packagestimulsoft.report.check
Classpublic class StiCheckEngine
InheritanceStiCheckEngine Inheritance Object



Public Properties
 PropertyDefined By
  checks : StiArrayList
[static] [read-only]
StiCheckEngine
  progressInformation : String
[read-only]
StiCheckEngine
  progressMaximum : Number
[read-only]
StiCheckEngine
  progressValue : Number
[read-only]
StiCheckEngine
Public Methods
 MethodDefined By
  
StiCheckEngine
  
checkComparer(check1:StiCheck, check2:StiCheck):int
StiCheckEngine
  
StiCheckEngine
Property Detail
checksproperty
checks:StiArrayList  [read-only]


Implementation
    public static function get checks():StiArrayList
progressInformationproperty 
progressInformation:String  [read-only]


Implementation
    public function get progressInformation():String
progressMaximumproperty 
progressMaximum:Number  [read-only]


Implementation
    public function get progressMaximum():Number
progressValueproperty 
progressValue:Number  [read-only]


Implementation
    public function get progressValue():Number
Constructor Detail
StiCheckEngine()Constructor
public function StiCheckEngine()



Method Detail
checkComparer()method
public function checkComparer(check1:StiCheck, check2:StiCheck):int

Parameters

check1:StiCheck
 
check2:StiCheck

Returns
int
checkReport()method 
public function checkReport(report:StiReport):StiArrayList

Parameters

report:StiReport

Returns
StiArrayList