Interface ProfilingModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ProfilingInstruction, ProfilingOperation
All Known Implementing Classes:
ProfilingModelImpl

public interface ProfilingModel extends ProfilingOperation
A representation of the model object 'Profiling Model'.

The following features are supported:

See Also:
  • Method Details

    • getModelName

      String getModelName()
      Returns the value of the 'Model Name' attribute.

      If the meaning of the 'Model Name' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Model Name' attribute.
      See Also:
    • setModelName

      void setModelName(String value)
      Sets the value of the 'Model Name' attribute.
      Parameters:
      value - the new value of the 'Model Name' attribute.
      See Also: