use of org.palladiosimulator.pcm.seff.seff_performance.InfrastructureCall in project Palladio-Editors-Sirius by PalladioSimulator.
the class SetInfrastructureSignature method execute.
@Override
public void execute(Collection<? extends EObject> selections, Map<String, Object> parameters) {
InfrastructureCall call = (InfrastructureCall) parameters.get("instance");
InfrastructureSignature sig = getSignature(call);
call.setSignature__InfrastructureCall(sig);
}
Aggregations