Class TargetValidator

  • All Implemented Interfaces:
    Validator

    public final class TargetValidator
    extends AbstractValidator
    Validates that neighbors target resolvable shapes of the correct type.
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      TargetValidator()  
    • Method Summary

      Modifier and Type Method Description
      java.util.List<ValidationEvent> validate​(Model model)
      Validates a model and returns a list of validation events.
      • Methods inherited from class java.lang.Object

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

      • TargetValidator

        public TargetValidator()
    • 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.