public interface SimpleQMLProfile extends GenericQMLProfile
A profile defines requirements on an Usage Model.
The following features are supported:
ProfilePackage.getSimpleQMLProfile()| Modifier and Type | Method and Description |
|---|---|
EList<Requirement> |
getRequirements()
Returns the value of the 'Requirements' containment reference list.
|
org.palladiosimulator.pcm.usagemodel.UsageModel |
getUsageModel()
Returns the value of the 'Usage Model' reference.
|
void |
setUsageModel(org.palladiosimulator.pcm.usagemodel.UsageModel value)
Sets the value of the '
Usage Model' reference. |
getName, setNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverorg.palladiosimulator.pcm.usagemodel.UsageModel getUsageModel()
If the meaning of the 'Usage Model' reference isn't clear, there really should be more of a description here...
setUsageModel(UsageModel),
ProfilePackage.getSimpleQMLProfile_UsageModel()void setUsageModel(org.palladiosimulator.pcm.usagemodel.UsageModel value)
Usage Model' reference.
value - the new value of the 'Usage Model' reference.getUsageModel()EList<Requirement> getRequirements()
Requirement.
If the meaning of the 'Requirements' containment reference list isn't clear, there really should be more of a description here...
ProfilePackage.getSimpleQMLProfile_Requirements()