Interface ContextSpecification
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
- All Known Implementing Classes:
ContextSpecificationImpl
public interface ContextSpecification extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Context Specification'.The following features are supported:
- See Also:
SpecificationPackage.getContextSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextSet
getContextset()
Returns the value of the 'Contextset' reference.org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall
getEntrylevelsystemcall()
Returns the value of the 'Entrylevelsystemcall' reference.org.palladiosimulator.pcm.usagemodel.UsageScenario
getUsagescenario()
Returns the value of the 'Usagescenario' reference.boolean
isMissageUse()
Returns the value of the 'Missage Use' attribute.void
setContextset(ContextSet value)
Sets the value of the 'Contextset
' reference.void
setEntrylevelsystemcall(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall value)
Sets the value of the 'Entrylevelsystemcall
' reference.void
setMissageUse(boolean value)
Sets the value of the 'Missage Use
' attribute.void
setUsagescenario(org.palladiosimulator.pcm.usagemodel.UsageScenario value)
Sets the value of the 'Usagescenario
' 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getContextset
ContextSet getContextset()
Returns the value of the 'Contextset' reference.- Returns:
- the value of the 'Contextset' reference.
- See Also:
setContextset(ContextSet)
,SpecificationPackage.getContextSpecification_Contextset()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setContextset
void setContextset(ContextSet value)
Sets the value of the 'Contextset
' reference.- Parameters:
value
- the new value of the 'Contextset' reference.- See Also:
getContextset()
- Generated class or method.
-
getEntrylevelsystemcall
org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall getEntrylevelsystemcall()
Returns the value of the 'Entrylevelsystemcall' reference.- Returns:
- the value of the 'Entrylevelsystemcall' reference.
- See Also:
setEntrylevelsystemcall(EntryLevelSystemCall)
,SpecificationPackage.getContextSpecification_Entrylevelsystemcall()
- Generated class or method.
- EMF model class or method.
-
setEntrylevelsystemcall
void setEntrylevelsystemcall(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall value)
Sets the value of the 'Entrylevelsystemcall
' reference.- Parameters:
value
- the new value of the 'Entrylevelsystemcall' reference.- See Also:
getEntrylevelsystemcall()
- Generated class or method.
-
getUsagescenario
org.palladiosimulator.pcm.usagemodel.UsageScenario getUsagescenario()
Returns the value of the 'Usagescenario' reference.- Returns:
- the value of the 'Usagescenario' reference.
- See Also:
setUsagescenario(UsageScenario)
,SpecificationPackage.getContextSpecification_Usagescenario()
- Generated class or method.
- EMF model class or method.
-
setUsagescenario
void setUsagescenario(org.palladiosimulator.pcm.usagemodel.UsageScenario value)
Sets the value of the 'Usagescenario
' reference.- Parameters:
value
- the new value of the 'Usagescenario' reference.- See Also:
getUsagescenario()
- Generated class or method.
-
isMissageUse
boolean isMissageUse()
Returns the value of the 'Missage Use' attribute.- Returns:
- the value of the 'Missage Use' attribute.
- See Also:
setMissageUse(boolean)
,SpecificationPackage.getContextSpecification_MissageUse()
- Generated class or method.
- EMF model class or method.
-
setMissageUse
void setMissageUse(boolean value)
Sets the value of the 'Missage Use
' attribute.- Parameters:
value
- the new value of the 'Missage Use' attribute.- See Also:
isMissageUse()
- Generated class or method.
-
-