aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/crossingScenario/ecore-gen/crossingScenario/impl/SpatialRelationImpl.java
blob: 29dcf9f8daea4a4b38f2d2ac7809c53054e87431 (plain) (blame)
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
/**
 */
package crossingScenario.impl;

import crossingScenario.CrossingScenarioPackage;
import crossingScenario.SpatialRelation;

import org.eclipse.emf.ecore.EClass;

/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Spatial Relation</b></em>'.
 * <!-- end-user-doc -->
 *
 * @generated
 */
public abstract class SpatialRelationImpl extends RelationImpl implements SpatialRelation {
	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	protected SpatialRelationImpl() {
		super();
	}

	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	@Override
	protected EClass eStaticClass() {
		return CrossingScenarioPackage.Literals.SPATIAL_RELATION;
	}

} //SpatialRelationImpl