Class Chain<T extends XmlConstraintsConclusion>

    • Constructor Detail

      • Chain

        protected Chain​(T newInstance)
        Common constructor
        Parameters:
        newInstance - a new instance of the result object
    • Method Detail

      • execute

        public T execute()
        This method allows to initialize and execute the complete chain until the first failure.
        Returns:
        the complete result with constraints and final conclusion for the chain
      • addAdditionalInfo

        protected void addAdditionalInfo()
      • initChain

        protected abstract void initChain()
      • getFailLevelConstraint

        protected LevelConstraint getFailLevelConstraint()
      • getWarnLevelConstraint

        protected LevelConstraint getWarnLevelConstraint()
      • getInfoLevelConstraint

        protected LevelConstraint getInfoLevelConstraint()
      • collectErrorsWarnsInfos

        protected void collectErrorsWarnsInfos()