Class AbstractVisitor<T>

    • Constructor Detail

      • AbstractVisitor

        public AbstractVisitor()
    • Method Detail

      • visit

        public PropertyVerificatorResult visit​(T toVisit)
        Visit method for visiting a generic object
        Specified by:
        visit in interface ConstraintVisitor<T>
        Parameters:
        toVisit - The generic object which should be visited
        Returns:
        A map of objects and its fields which break a constraint