com.ibm.pdp.maf.rpp.kernel

Interface RadicalElement

    • Method Detail

      • getCalledEntities

        java.util.List<RadicalElement> getCalledEntities()

        Returns the list of called entities.

        Returns:
      • getDescriptionTypes

        java.util.List<DescriptionType> getDescriptionTypes()

        Returns the description types.

        Returns:
      • getDesignId

        java.lang.String getDesignId()

        Returns the design id of the radical element.  

        • /{Project}/{Package}/{Name}.{Type}. Example : /MyProject/MyPackage/Test.dataelement

        Returns:
      • getEntityVersion

        java.lang.String getEntityVersion()
        Returns:
      • getKeywords

        java.util.List<Keyword> getKeywords()

        Returns the list of the Keywords used for search. You can define several keywords for a same entity.

        Returns:
      • getLabel

        java.lang.String getLabel()

        Returns the label of the entity.

        Returns:
      • getName

        java.lang.String getName()

        Returns the name of the entity. Special contraints can be implemented for concrete classes.

        Returns:
      • getPackage

        java.lang.String getPackage()

        Return the package name of the entity.

        Returns:
      • getProject

        java.lang.String getProject()

        Returns the project name of the entity.

        Returns:
      • isResolved

        boolean isResolved()

        Returns True if this radical element is present in the repository. False for an undefined radical element.

        Returns: