All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
InitialModelImpl

public interface InitialModel extends org.eclipse.emf.cdo.CDOObject
See Also:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • getUsageModel

      org.palladiosimulator.pcm.usagemodel.UsageModel getUsageModel()
      Returns the value of the 'Usage Model' reference.

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

      Returns:
      the value of the 'Usage Model' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setUsageModel

      void setUsageModel(org.palladiosimulator.pcm.usagemodel.UsageModel value)
      Sets the value of the 'Usage Model' reference.
      Parameters:
      value - the new value of the 'Usage Model' reference.
      See Also:
      Generated class or method.
    • getAllocation

      org.palladiosimulator.pcm.allocation.Allocation getAllocation()
      Returns the value of the 'Allocation' reference.

      If the meaning of the 'Allocation' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Allocation' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setAllocation

      void setAllocation(org.palladiosimulator.pcm.allocation.Allocation value)
      Sets the value of the 'Allocation' reference.
      Parameters:
      value - the new value of the 'Allocation' reference.
      See Also:
      Generated class or method.
    • getMiddlewareRepository

      org.palladiosimulator.pcm.repository.Repository getMiddlewareRepository()
      Returns the value of the 'Middleware Repository' reference.

      If the meaning of the 'Middleware Repository' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Middleware Repository' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setMiddlewareRepository

      void setMiddlewareRepository(org.palladiosimulator.pcm.repository.Repository value)
      Sets the value of the 'Middleware Repository' reference.
      Parameters:
      value - the new value of the 'Middleware Repository' reference.
      See Also:
      Generated class or method.
    • getEventMiddleWareRepository

      org.palladiosimulator.pcm.repository.Repository getEventMiddleWareRepository()
      Returns the value of the 'Event Middle Ware Repository' reference.

      If the meaning of the 'Event Middle Ware Repository' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Event Middle Ware Repository' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setEventMiddleWareRepository

      void setEventMiddleWareRepository(org.palladiosimulator.pcm.repository.Repository value)
      Sets the value of the ' Event Middle Ware Repository' reference.
      Parameters:
      value - the new value of the 'Event Middle Ware Repository' reference.
      See Also:
      Generated class or method.
    • getReconfigurationRules

      ReconfigurationRulesFolder getReconfigurationRules()
      Returns the value of the 'Reconfiguration Rules' reference.

      If the meaning of the 'Reconfiguration Rules' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Reconfiguration Rules' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setReconfigurationRules

      void setReconfigurationRules(ReconfigurationRulesFolder value)
      Sets the value of the 'Reconfiguration Rules' reference.
      Parameters:
      value - the new value of the 'Reconfiguration Rules' reference.
      See Also:
      Generated class or method.
    • getMonitorRepository

      org.palladiosimulator.monitorrepository.MonitorRepository getMonitorRepository()
      Returns the value of the 'Monitor Repository' reference.

      If the meaning of the 'Monitor Repository' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Monitor Repository' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setMonitorRepository

      void setMonitorRepository(org.palladiosimulator.monitorrepository.MonitorRepository value)
      Sets the value of the 'Monitor Repository' reference.
      Parameters:
      value - the new value of the 'Monitor Repository' reference.
      See Also:
      Generated class or method.
    • getServiceLevelObjectives

      org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository getServiceLevelObjectives()
      Returns the value of the 'Service Level Objectives' reference.

      If the meaning of the 'Service Level Objectives' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Service Level Objectives' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setServiceLevelObjectives

      void setServiceLevelObjectives(org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository value)
      Sets the value of the 'Service Level Objectives' reference.
      Parameters:
      value - the new value of the 'Service Level Objectives' reference.
      See Also:
      Generated class or method.
    • getRepository

      org.palladiosimulator.pcm.repository.Repository getRepository()
      Returns the value of the 'Repository' reference.

      If the meaning of the 'Repository' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Repository' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setRepository

      void setRepository(org.palladiosimulator.pcm.repository.Repository value)
      Sets the value of the 'Repository' reference.
      Parameters:
      value - the new value of the 'Repository' reference.
      See Also:
      Generated class or method.
    • getSystem

      org.palladiosimulator.pcm.system.System getSystem()
      Returns the value of the 'System' reference.

      If the meaning of the 'System' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'System' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setSystem

      void setSystem(org.palladiosimulator.pcm.system.System value)
      Sets the value of the 'System' reference.
      Parameters:
      value - the new value of the 'System' reference.
      See Also:
      Generated class or method.
    • getResourceEnvironment

      org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment getResourceEnvironment()
      Returns the value of the 'Resource Environment' reference.

      If the meaning of the 'Resource Environment' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Resource Environment' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setResourceEnvironment

      void setResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment value)
      Sets the value of the 'Resource Environment' reference.
      Parameters:
      value - the new value of the 'Resource Environment' reference.
      See Also:
      Generated class or method.
    • getUsageEvolution

      org.scaledl.usageevolution.UsageEvolution getUsageEvolution()
      Returns the value of the 'Usage Evolution' reference.

      If the meaning of the 'Usage Evolution' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Usage Evolution' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setUsageEvolution

      void setUsageEvolution(org.scaledl.usageevolution.UsageEvolution value)
      Sets the value of the 'Usage Evolution' reference.
      Parameters:
      value - the new value of the 'Usage Evolution' reference.
      See Also:
      Generated class or method.