Class SectionValidator


  • public final class SectionValidator
    extends Object
    Validator for Section.
    Restriction:
    This class is not intended to be sub-classed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Method Detail

      • validate

        public static boolean validate​(org.eclipse.emf.ecore.EObject eObject,
                                       org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                       Map<Object,​Object> context)
        Validate the given Section.
        Parameters:
        eObject - validating section, must be instance of Section, cannot be null
        diagnostics - EMF diagnostics, cannot be null
        context - context, cannot be null
        Returns:
        whether given section is valid