Interface ResourceDescription
- All Known Implementing Classes:
ResourceDescriptionImpl
A representation of the model object '
Resource Description'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCostAndResourceMustMatch(DiagnosticChain diagnostics, Map<Object, Object> context) self.fixedProcessingResourceCost_ResourceDescription.processingresourcespecification = self.processingresourcespecificationReturns the value of the 'Fixed Processing Resource Cost Resource Description' containment reference.org.palladiosimulator.pcm.resourceenvironment.ResourceContainerReturns the value of the 'Processing Resource Specification Resource Description' containment reference.intReturns the value of the 'Resources Can Be Used Individually' attribute.voidSets the value of the 'Fixed Processing Resource Cost Resource Description' containment reference.voidsetProcessingResourceSpecification_ResourceDescription(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value) Sets the value of the 'Processing Resource Specification Resource Description' containment reference.voidsetResourcesCanBeUsedIndividually(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setFixedProcessingResourceCost_ResourceDescription
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:
- 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:
- 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:
- 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:
- 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:
- Generated class or method.
-
CostAndResourceMustMatch
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.
-