edu.nrao.sss.model.project.scan
Class DelayScanValidator

java.lang.Object
  extended by edu.nrao.sss.validation.AbstractValidator<S>
      extended by edu.nrao.sss.model.project.scan.DelayScanValidator
All Implemented Interfaces:
Validator

public class DelayScanValidator
extends AbstractValidator<S>

A validator of delay scans.

Validations Performed for All Purposes

  1. All validations performed by SimpleScanValidator.
  2. Scan has at least one setting.
  3. Contained settings are valid.1
1The particular validations performed depend on the validator used by this one to operate on those contained settings.

Version Info:

$Revision: 397 $
$Date: 2007-02-26 16:11:19 -0700 (Mon, 26 Feb 2007) $
$Author: dharland $

Since:
2007-02-13
Author:
David M. Harland

Field Summary
 
Fields inherited from class edu.nrao.sss.validation.AbstractValidator
failFast, failures, manager, purpose, target
 
Constructor Summary
DelayScanValidator()
          Creates a new instance.
 
Method Summary
 Validator getDelaySettingValidator()
          Returns a validator for delay settings.
protected  List<Validation<DelayScan>> makeValidationList(ValidationPurpose purpose)
           
 void setDelaySettingValidator(Validator newValidator)
          Sets the validator to use for the delay settings of the target scan.
protected  void validate()
           
 
Methods inherited from class edu.nrao.sss.validation.AbstractValidator
getName, getPurpose, getTarget, setManager, stopTestingAfterFirstFailure, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayScanValidator

public DelayScanValidator()
Creates a new instance.

Method Detail

makeValidationList

protected List<Validation<DelayScan>> makeValidationList(ValidationPurpose purpose)

validate

protected void validate()
Overrides:
validate in class AbstractValidator<DelayScan>

setDelaySettingValidator

public void setDelaySettingValidator(Validator newValidator)
Sets the validator to use for the delay settings of the target scan. It is acceptable to use a null parameter, in which case this validator will contact its manager for a delay-setting validator or create one itself.

Parameters:
newValidator - a validator to use on the delay settings of this validator's target scan.

getDelaySettingValidator

public Validator getDelaySettingValidator()
Returns a validator for delay settings.



Copyright © 2009. All Rights Reserved.