Package org.palladiosimulator.measurementsui.datamanipulation


package org.palladiosimulator.measurementsui.datamanipulation
Datamanipulation offers methods to modify resources that already belong to an editing domain, since the normal PCM methods to modify fields cause write transaction errors on existing objects. Repository Creator creates repositories. Needed if the user has not yet created any repositories to save new Monitors or MPs in.
  • Class
    Description
    The DataEditor class provides the basic functions for working with Resources that already have an editing domain, meaning they can only be modified through EMF Commands.
    This class can be used to create monitor- and measuringPointRepositories in a given project.
    Interface for editing Resources through DataEditor.
    Class for editing resources without use of parsley
    Used for editing and creating Service Level Objective Objects by calling methods from the ResourceEditor and the SLO-AddOn implementation.