blob: 43216c0f811f683f74d1421161ab151a0d107912 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014-2016 Akos Horvath, Abel Hegedus, Akos Menyhert, Zoltan Ujhelyi, IncQuery Labs Ltd.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-v20.html.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
package org.eclipse.viatra.examples.cps.deployment.common
import "http://org.eclipse.viatra/model/deployment"
pattern deploymentElements(element : DeploymentElement) {
DeploymentElement(element);
}
pattern waitTransition(WT : BehaviorTransition, ST : BehaviorTransition){
BehaviorTransition.trigger(ST, WT);
}