Interface SpecializationOf

    • Method Detail

      • setSpecificEntity

        void setSpecificEntity​(QualifiedName specific)
        Mutator for the entity that is a specialization of the general entity.
        Parameters:
        specific - the entity that is a specialization of the general one
      • setGeneralEntity

        void setGeneralEntity​(QualifiedName general)
        Mutator for the entity that is being specialized.
        Parameters:
        general - the entity that is being specialized.
      • getGeneralEntity

        QualifiedName getGeneralEntity()
        Returns an identifier of the entity that is being specialized.
        Returns:
        QualifiedName of the entity that is being specialized.
      • getSpecificEntity

        QualifiedName getSpecificEntity()
        Returns an identifier of the entity that is a specialization of the general entity.
        Returns:
        QualifiedName of the entity that is a specialization of the general one.