Class DocumentationCommentProviderConfigurator

java.lang.Object
com.nomagic.magicdraw.uml2.DocumentationCommentProviderConfigurator

public class DocumentationCommentProviderConfigurator extends Object
Documentation comment configurator for comment body representation in documentation node
  • Constructor Details

    • DocumentationCommentProviderConfigurator

      public DocumentationCommentProviderConfigurator()
  • Method Details

    • addDocumentationCommentConfigurator

      public static void addDocumentationCommentConfigurator(DocumentationCommentProviderConfigurator.DocumentationCommentConfigurator configurator)
    • getDocumentationCommentProviders

      public static List<Function<Element,Comment>> getDocumentationCommentProviders()
    • isProvidersNotEmpty

      public static boolean isProvidersNotEmpty()
    • getFirstCommentFromProviders

      @CheckForNull public static Comment getFirstCommentFromProviders(Element element)
      Gets first comment from documentation providers function list
      Parameters:
      element - which comment elements are being checked.
      Returns:
      first found comment - else null.
    • configureDocumentation

      public static void configureDocumentation(Element owner, Comment comment)