Class ShapeIdConflictValidator

  • All Implemented Interfaces:
    Validator

    public class ShapeIdConflictValidator
    extends AbstractValidator
    Ensures that no two shapes in the model have the same case-insensitive shape ID.
    • Constructor Detail

      • ShapeIdConflictValidator

        public ShapeIdConflictValidator()
    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.