Interface Configuration

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ConfigurationImpl

public interface Configuration extends EObject
A representation of the model object 'Configuration'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getSpd

      SPD getSpd()
      Returns the value of the 'Spd' reference.
      Returns:
      the value of the 'Spd' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setSpd

      void setSpd(SPD value)
      Sets the value of the 'Spd' reference.
      Parameters:
      value - the new value of the 'Spd' reference.
      See Also:
      Generated class or method.
    • getEnactedPolicy

      ScalingPolicy getEnactedPolicy()
      Returns the value of the 'Enacted Policy' reference.
      Returns:
      the value of the 'Enacted Policy' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setEnactedPolicy

      void setEnactedPolicy(ScalingPolicy value)
      Sets the value of the 'Enacted Policy' reference.
      Parameters:
      value - the new value of the 'Enacted Policy' reference.
      See Also:
      Generated class or method.
    • getTargetCfgs

      EList<TargetGroupCfg> getTargetCfgs()
      Returns the value of the 'Target Cfgs' containment reference list. The list contents are of type TargetGroupCfg.
      Returns:
      the value of the 'Target Cfgs' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getAllocation

      org.palladiosimulator.pcm.allocation.Allocation getAllocation()
      Returns the value of the 'Allocation' reference.
      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.
    • getSystem

      org.palladiosimulator.pcm.system.System getSystem()
      Returns the value of the 'System' reference.
      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.
      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.
    • getRepository

      org.palladiosimulator.pcm.repository.Repository getRepository()
      Returns the value of the 'Repository' reference.
      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.