Class SimuLizarEntityReferenceFactories.LinkingResource
- java.lang.Object
-
- org.palladiosimulator.simulizar.entity.EntityReference.AbstractEntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
-
- org.palladiosimulator.simulizar.entity.SimuLizarEntityReferenceFactories.LinkingResource
-
- All Implemented Interfaces:
EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
- Enclosing class:
- SimuLizarEntityReferenceFactories
public static final class SimuLizarEntityReferenceFactories.LinkingResource extends EntityReference.AbstractEntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
-
-
Constructor Summary
Constructors Constructor Description LinkingResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityReference<org.palladiosimulator.pcm.resourceenvironment.LinkingResource>
create(String id)
Creates a new EntityReference for an entity identified by the given id.-
Methods inherited from class org.palladiosimulator.simulizar.entity.EntityReference.AbstractEntityReferenceFactory
createCached
-
-
-
-
Method Detail
-
create
public EntityReference<org.palladiosimulator.pcm.resourceenvironment.LinkingResource> create(String id)
Description copied from interface:EntityReferenceFactory
Creates a new EntityReference for an entity identified by the given id.- Parameters:
id
- the id of the model element. SeeIdentifier.getId()
- Returns:
- a new reference
-
-