Class IsEdgeValidator

    • Constructor Detail

      • IsEdgeValidator

        public IsEdgeValidator()
    • Method Detail

      • validate

        public boolean validate​(Element element)
        Description copied from interface: Validator
        Validates the given object.
        Specified by:
        validate in interface Validator<Element>
        Parameters:
        element - the Element to validate
        Returns:
        true if the Element is an instance of an Edge.