Class LinkingResourceReference
- java.lang.Object
-
- org.palladiosimulator.simulizar.entity.EntityReference<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
-
- org.palladiosimulator.simulizar.entity.LinkingResourceReference
-
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 ofEntityReference
.
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, getModelElement, getModelElementIfPresent, hashCode
-
-
-
-
Method Detail
-
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>
-
-