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.EntityA 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 ContextSetgetContextset()Returns the value of the 'Contextset' reference.org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCallgetEntrylevelsystemcall()Returns the value of the 'Entrylevelsystemcall' reference.org.palladiosimulator.pcm.usagemodel.UsageScenariogetUsagescenario()Returns the value of the 'Usagescenario' reference.booleanisMissageUse()Returns the value of the 'Missage Use' attribute.voidsetContextset(ContextSet value)Sets the value of the 'Contextset' reference.voidsetEntrylevelsystemcall(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall value)Sets the value of the 'Entrylevelsystemcall' reference.voidsetMissageUse(boolean value)Sets the value of the 'Missage Use' attribute.voidsetUsagescenario(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.
-
-