Download this file

JoinLogicGateImpl.java    40 lines (34 with data), 690 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
*/
package epc.impl;
import epc.EpcPackage;
import epc.JoinLogicGate;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Join Logic Gate</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class JoinLogicGateImpl extends EPCLogicGateImpl implements JoinLogicGate {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected JoinLogicGateImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return EpcPackage.Literals.JOIN_LOGIC_GATE;
}
} //JoinLogicGateImpl