Class LinkingResourceReference
java.lang.Object
org.palladiosimulator.simulizar.entity.EntityReference<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
org.palladiosimulator.simulizar.entity.LinkingResourceReference
- All Implemented Interfaces:
InterpretableLocationReference
public class LinkingResourceReference
extends EntityReference<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
This implementation provides a more specialized linking resource 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.LinkingResource>
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.LinkingResource> retrieveModelElements(org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition partition) - Overrides:
retrieveModelElements
in classEntityReference<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
-