java.lang.Object
org.palladiosimulator.editors.commons.dialogs.datatype.DataTypeCommand

public class DataTypeCommand extends Object
The class place the methods for the production of new DataType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataTypeCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
    Instantiates a new data type command.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createCollectionDataType(org.palladiosimulator.pcm.repository.Repository repository, org.palladiosimulator.pcm.repository.DataType dataType, org.palladiosimulator.pcm.repository.DataType innerDataType, String entityName)
    Creates the collection data type.
    void
    createCompositeDataType(org.palladiosimulator.pcm.repository.Repository repository, org.palladiosimulator.pcm.repository.CompositeDataType compositeDataType, String entityName)
    Creates the composite data type.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataTypeCommand

      public DataTypeCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
      Instantiates a new data type command.
      Parameters:
      editingDomain - the editing domain
  • Method Details

    • createCollectionDataType

      public void createCollectionDataType(org.palladiosimulator.pcm.repository.Repository repository, org.palladiosimulator.pcm.repository.DataType dataType, org.palladiosimulator.pcm.repository.DataType innerDataType, String entityName)
      Creates the collection data type.
      Parameters:
      repository - the repository
      dataType - the data type
      innerDataType - the inner data type
      entityName - the entity name
    • createCompositeDataType

      public void createCompositeDataType(org.palladiosimulator.pcm.repository.Repository repository, org.palladiosimulator.pcm.repository.CompositeDataType compositeDataType, String entityName)
      Creates the composite data type.
      Parameters:
      repository - the repository
      compositeDataType - the composite data type
      entityName - the entity name