Interface Visitor<U,​D>

  • Type Parameters:
    U - the bottom-up information
    D - the top-down information

    public interface Visitor<U,​D>
    A general and easy-to-use interface which allows for type-safe operations on the AcceptanceCondition hierarchy.
    Author:
    Mathias Hofer