Search in sources :

Example 1 with InfrastructureCall

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);
}
Also used : InfrastructureSignature(org.palladiosimulator.pcm.repository.InfrastructureSignature) InfrastructureCall(org.palladiosimulator.pcm.seff.seff_performance.InfrastructureCall)

Aggregations

InfrastructureSignature (org.palladiosimulator.pcm.repository.InfrastructureSignature)1 InfrastructureCall (org.palladiosimulator.pcm.seff.seff_performance.InfrastructureCall)1