blob: 94219223a5b78b90c7f9459ec5dc0d7512f2e1fe [file] [log] [blame]
/**
* Copyright (c) 2017 CEA.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* CEA - initial API and implementation and/or initial documentation
*/
/**
*/
package org.eclipse.sensinact.studio.resource.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.sensinact.studio.resource.ResourcePackage;
import org.eclipse.sensinact.studio.resource.SensorData;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Sensor Data</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class SensorDataImpl extends ResourceImpl implements SensorData {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected SensorDataImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ResourcePackage.Literals.SENSOR_DATA;
}
} //SensorDataImpl