Interface ParameterAdapter

    • Method Detail

      • initialize

        void initialize()
        Sets up the parameters and initializes LatexProcessor.
      • getTargetSet

        SortedSet<Target> getTargetSet()
        Returns the set of target. FIXME: Better would be Enum set but best a sorted kind of EnumSet The set is an EnumSet and thus in a sense sorted, although not imlementing SortedSet: ***** The iterator returned by the iterator method traverses the elements in their natural order (the order in which the enum constants are declared). TODO: generalize to more than one target.