use of org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand in project Palladio-Editors-Sirius by PalladioSimulator.
the class SetRequiredResource method execute.
@Override
public void execute(Collection<? extends EObject> selections, Map<String, Object> parameters) {
ParametricResourceDemand rd = (ParametricResourceDemand) parameters.get("instance");
ProcessingResourceType rt = getProcessingResourceType(rd);
rd.setRequiredResource_ParametricResourceDemand(rt);
}
Aggregations