Class ReactionMapErrorChecker

    • Constructor Detail

      • ReactionMapErrorChecker

        public ReactionMapErrorChecker()
        Default constructor
    • Method Detail

      • isCorrect

        protected boolean isCorrect​(StructureCheckerResult result)
        Description copied from class: ReactionChecker
        This method determines if a component of the reaction correct or not. Override it in descendants to define the criteria which should be fulfilled by the components.
        Specified by:
        isCorrect in class ReactionChecker
        Parameters:
        result - is a StructureCheckerResult returned by the checker logic
        Returns:
        true if the reaction component is correct false otherwise