Class PassThroughValidator

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

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

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

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

      • PassThroughValidator

        public PassThroughValidator()
    • Method Detail

      • validate

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

        public com.rosetta.model.lib.validation.ValidationResult<PassThrough> 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<PassThrough>