Interface InitialModel
-
- 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
A representation of the model object 'Initial Model'.The following features are supported:
- See Also:
ExperimentsPackage.getInitialModel()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.allocation.Allocation
getAllocation()
Returns the value of the 'Allocation' reference.org.palladiosimulator.pcm.repository.Repository
getEventMiddleWareRepository()
Returns the value of the 'Event Middle Ware Repository' reference.org.palladiosimulator.pcm.repository.Repository
getMiddlewareRepository()
Returns the value of the 'Middleware Repository' reference.org.palladiosimulator.monitorrepository.MonitorRepository
getMonitorRepository()
Returns the value of the 'Monitor Repository' reference.ReconfigurationRulesFolder
getReconfigurationRules()
Returns the value of the 'Reconfiguration Rules' reference.org.palladiosimulator.pcm.repository.Repository
getRepository()
Returns the value of the 'Repository' reference.org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment
getResourceEnvironment()
Returns the value of the 'Resource Environment' reference.org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository
getServiceLevelObjectives()
Returns the value of the 'Service Level Objectives' reference.org.palladiosimulator.pcm.system.System
getSystem()
Returns the value of the 'System' reference.org.scaledl.usageevolution.UsageEvolution
getUsageEvolution()
Returns the value of the 'Usage Evolution' reference.org.palladiosimulator.pcm.usagemodel.UsageModel
getUsageModel()
Returns the value of the 'Usage Model' reference.void
setAllocation(org.palladiosimulator.pcm.allocation.Allocation value)
Sets the value of the 'Allocation
' reference.void
setEventMiddleWareRepository(org.palladiosimulator.pcm.repository.Repository value)
Sets the value of the 'Event Middle Ware Repository
' reference.void
setMiddlewareRepository(org.palladiosimulator.pcm.repository.Repository value)
Sets the value of the 'Middleware Repository
' reference.void
setMonitorRepository(org.palladiosimulator.monitorrepository.MonitorRepository value)
Sets the value of the 'Monitor Repository
' reference.void
setReconfigurationRules(ReconfigurationRulesFolder value)
Sets the value of the 'Reconfiguration Rules
' reference.void
setRepository(org.palladiosimulator.pcm.repository.Repository value)
Sets the value of the 'Repository
' reference.void
setResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment value)
Sets the value of the 'Resource Environment
' reference.void
setServiceLevelObjectives(org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository value)
Sets the value of the 'Service Level Objectives
' reference.void
setSystem(org.palladiosimulator.pcm.system.System value)
Sets the value of the 'System
' reference.void
setUsageEvolution(org.scaledl.usageevolution.UsageEvolution value)
Sets the value of the 'Usage Evolution
' reference.void
setUsageModel(org.palladiosimulator.pcm.usagemodel.UsageModel value)
Sets the value of the 'Usage Model
' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setUsageModel(UsageModel)
,ExperimentsPackage.getInitialModel_UsageModel()
- 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:
getUsageModel()
- 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:
setAllocation(Allocation)
,ExperimentsPackage.getInitialModel_Allocation()
- 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:
getAllocation()
- 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:
setMiddlewareRepository(Repository)
,ExperimentsPackage.getInitialModel_MiddlewareRepository()
- 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:
getMiddlewareRepository()
- 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:
setEventMiddleWareRepository(Repository)
,ExperimentsPackage.getInitialModel_EventMiddleWareRepository()
- 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:
getEventMiddleWareRepository()
- 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:
setReconfigurationRules(ReconfigurationRulesFolder)
,ExperimentsPackage.getInitialModel_ReconfigurationRules()
- 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:
getReconfigurationRules()
- 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:
setMonitorRepository(MonitorRepository)
,ExperimentsPackage.getInitialModel_MonitorRepository()
- 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:
getMonitorRepository()
- 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:
setServiceLevelObjectives(ServiceLevelObjectiveRepository)
,ExperimentsPackage.getInitialModel_ServiceLevelObjectives()
- 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:
getServiceLevelObjectives()
- 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:
setRepository(Repository)
,ExperimentsPackage.getInitialModel_Repository()
- 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:
getRepository()
- 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:
setSystem(org.palladiosimulator.pcm.system.System)
,ExperimentsPackage.getInitialModel_System()
- 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:
getSystem()
- 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:
setResourceEnvironment(ResourceEnvironment)
,ExperimentsPackage.getInitialModel_ResourceEnvironment()
- 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:
getResourceEnvironment()
- 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:
setUsageEvolution(UsageEvolution)
,ExperimentsPackage.getInitialModel_UsageEvolution()
- 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:
getUsageEvolution()
- Generated class or method.
-
-