blob: 01e07a273e4845d70f1815f0fd717f750af4d18c [file] [log] [blame]
package templates.m2m.sw
import org.eclipse.app4mc.amalthea.model.ISR
import templates.AbstractAmaltheaInchronTransformer
class ISRTransformer extends AbstractAmaltheaInchronTransformer{
public def create inchronModelFactory.createProcess createProcess(ISR amltISR ){
it.name=amltISR.name
it.isr = true
}
}