java.lang.Object
de.monticore.generating.templateengine.reporting.artifacts.model.APkg
de.monticore.generating.templateengine.reporting.artifacts.model.Pkg

public class Pkg extends APkg
  • Field Details

    • name

      protected String name
    • parentPkg

      protected APkg parentPkg
  • Constructor Details

  • Method Details

    • getQualifiedName

      public String getQualifiedName()
      Specified by:
      getQualifiedName in class APkg
      Returns:
      The QualifiedName (Name without FileExtension)
    • getName

      public String getName()
      Returns:
      name
    • resolveAncestorWithElements

      public APkg resolveAncestorWithElements()
      visualization.model.APkg#resolveAncestorWithElements()
      Specified by:
      resolveAncestorWithElements in class APkg
      Returns:
      the next ancestor pkg which has elements, or null such pkg does not exist.