blob: 9336b109c1cb31da7f72ec8ecfef641b07f23dbb [file] [log] [blame]
// Provides the EClass#getLabelPlacement() operation
import "platform:/plugin/org.eclipse.epsilon.eugenia/transformations/ECoreUtil.eol";
rule FixExternalLabelMargins
transform c : ECore!EClass {
guard: c.getLabelPlacement() == "external"
template : "FixExternalLabelMargin.egl"
parameters : Map{ "node" = c.name }
target : "FixExternalLabelMarginsFor" + c.name + ".patch"
}