Class ScheduleValidator

  • All Implemented Interfaces:
    com.rosetta.model.lib.validation.Validator<Schedule>

    public class ScheduleValidator
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.Validator<Schedule>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.rosetta.model.lib.validation.ValidationResult<Schedule> validate​(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)  
      com.rosetta.model.lib.validation.ValidationResult<Schedule> validate​(com.rosetta.model.lib.path.RosettaPath path, Schedule o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduleValidator

        public ScheduleValidator()
    • Method Detail

      • validate

        public com.rosetta.model.lib.validation.ValidationResult<Schedule> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                    Schedule o)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<Schedule>
      • validate

        public com.rosetta.model.lib.validation.ValidationResult<Schedule> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                    com.rosetta.model.lib.RosettaModelObjectBuilder b)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<Schedule>