Class ResourceContainerReference
java.lang.Object
org.palladiosimulator.simulizar.entity.EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>
org.palladiosimulator.simulizar.entity.ResourceContainerReference
- All Implemented Interfaces:
InterpretableLocationReference
public class ResourceContainerReference
extends EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>
This implementation provides a more specialized resource container lookup strategy. It is fully
compliant to the contract of
EntityReference
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.palladiosimulator.simulizar.entity.EntityReference
EntityReference.AbstractEntityReferenceFactory<EntityType extends org.palladiosimulator.pcm.core.entity.Entity>
-
Method Summary
Modifier and TypeMethodDescriptionprotected Iterator<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>
retrieveModelElements
(org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition partition) Methods inherited from class org.palladiosimulator.simulizar.entity.EntityReference
equals, getId, getLocationIdentifier, getModelElement, getModelElementIfPresent, hashCode, isLocationIdentifiedBy
-
Method Details
-
retrieveModelElements
protected Iterator<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer> retrieveModelElements(org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition partition) - Overrides:
retrieveModelElements
in classEntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>
-