Class ModelAdapter<T extends EObject>

    • Field Detail

      • entity

        protected final T extends EObject entity
    • Constructor Detail

      • ModelAdapter

        public ModelAdapter​(T entity)
    • Method Detail

      • getEntity

        public T getEntity()
        Gets the PCM entity that the adapter represents.
        Returns:
        the PCM entity
      • getName

        public String getName()
        Gets the name of the entity.
        Returns:
        a string containing the name of the entity
      • getSafeName

        public String getSafeName()
      • safeSpecification

        public String safeSpecification​(String specification)
      • getSafeName

        protected String getSafeName​(org.palladiosimulator.pcm.core.entity.NamedElement entity)
      • getBasePackageName

        protected String getBasePackageName​(org.palladiosimulator.pcm.core.entity.NamedElement entity)