Interface TextifierSupport


  • public interface TextifierSupport
    An Attribute that can print a readable representation of itself.
    • Method Detail

      • textify

        void textify​(StringBuilder outputBuilder,
                     Map<Label,​String> labelNames)
        Generates a human readable representation of this attribute.
        Parameters:
        outputBuilder - where the human representation of this attribute must be appended.
        labelNames - the human readable names of the labels.