Interface ResourceDescription
-
- All Known Implementing Classes:
ResourceDescriptionImpl
public interface ResourceDescription extends EObject
A representation of the model object ' Resource Description'.The following features are supported:
- See Also:
resourcerepositoryPackage.getResourceDescription()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
CostAndResourceMustMatch(DiagnosticChain diagnostics, Map<Object,Object> context)
self.fixedProcessingResourceCost_ResourceDescription.processingresourcespecification = self.processingresourcespecificationFixedProcessingResourceCost
getFixedProcessingResourceCost_ResourceDescription()
Returns the value of the 'Fixed Processing Resource Cost Resource Description' containment reference.org.palladiosimulator.pcm.resourceenvironment.ResourceContainer
getProcessingResourceSpecification_ResourceDescription()
Returns the value of the 'Processing Resource Specification Resource Description' containment reference.int
getResourcesCanBeUsedIndividually()
Returns the value of the 'Resources Can Be Used Individually' attribute.void
setFixedProcessingResourceCost_ResourceDescription(FixedProcessingResourceCost value)
Sets the value of the 'Fixed Processing Resource Cost Resource Description
' containment reference.void
setProcessingResourceSpecification_ResourceDescription(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value)
Sets the value of the 'Processing Resource Specification Resource Description
' containment reference.void
setResourcesCanBeUsedIndividually(int value)
Sets the value of the 'Resources Can Be Used Individually
' attribute.-
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
-
-
-
-
Method Detail
-
getFixedProcessingResourceCost_ResourceDescription
FixedProcessingResourceCost getFixedProcessingResourceCost_ResourceDescription()
Returns the value of the 'Fixed Processing Resource Cost Resource Description' containment reference.If the meaning of the 'Fixed Processing Resource Cost Resource Description' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Fixed Processing Resource Cost Resource Description' containment reference.
- See Also:
setFixedProcessingResourceCost_ResourceDescription(FixedProcessingResourceCost)
,resourcerepositoryPackage.getResourceDescription_FixedProcessingResourceCost_ResourceDescription()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setFixedProcessingResourceCost_ResourceDescription
void setFixedProcessingResourceCost_ResourceDescription(FixedProcessingResourceCost value)
Sets the value of the 'Fixed Processing Resource Cost Resource Description
' containment reference.- Parameters:
value
- the new value of the 'Fixed Processing Resource Cost Resource Description ' containment reference.- See Also:
getFixedProcessingResourceCost_ResourceDescription()
- Generated class or method.
-
getProcessingResourceSpecification_ResourceDescription
org.palladiosimulator.pcm.resourceenvironment.ResourceContainer getProcessingResourceSpecification_ResourceDescription()
Returns the value of the 'Processing Resource Specification Resource Description' containment reference.If the meaning of the 'Processing Resource Specification Resource Description' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Processing Resource Specification Resource Description' containment reference.
- See Also:
setProcessingResourceSpecification_ResourceDescription(ResourceContainer)
,resourcerepositoryPackage.getResourceDescription_ProcessingResourceSpecification_ResourceDescription()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setProcessingResourceSpecification_ResourceDescription
void setProcessingResourceSpecification_ResourceDescription(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value)
Sets the value of the 'Processing Resource Specification Resource Description
' containment reference.- Parameters:
value
- the new value of the ' Processing Resource Specification Resource Description' containment reference.- See Also:
getProcessingResourceSpecification_ResourceDescription()
- Generated class or method.
-
getResourcesCanBeUsedIndividually
int getResourcesCanBeUsedIndividually()
Returns the value of the 'Resources Can Be Used Individually' attribute.If the meaning of the 'Resources Can Be Used Individually' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resources Can Be Used Individually' attribute.
- See Also:
setResourcesCanBeUsedIndividually(int)
,resourcerepositoryPackage.getResourceDescription_ResourcesCanBeUsedIndividually()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setResourcesCanBeUsedIndividually
void setResourcesCanBeUsedIndividually(int value)
Sets the value of the 'Resources Can Be Used Individually
' attribute.- Parameters:
value
- the new value of the 'Resources Can Be Used Individually' attribute.- See Also:
getResourcesCanBeUsedIndividually()
- Generated class or method.
-
CostAndResourceMustMatch
boolean CostAndResourceMustMatch(DiagnosticChain diagnostics, Map<Object,Object> context)
self.fixedProcessingResourceCost_ResourceDescription.processingresourcespecification = self.processingresourcespecification- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
-
-