blob: bc8f9d02cec3ef5a228a682311f217047276a538 [file] [log] [blame]
/**
* Copyright (c) 2016 CEA LIST.
*
* 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:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and Implementation
*/
package org.eclipse.efm.core.workflow.serializer;
import org.eclipse.efm.core.workflow.Serializer;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Basic Trace Serializer</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.efm.core.workflow.serializer.SerializerPackage#getBasicTraceSerializer()
* @model
* @generated
*/
public interface BasicTraceSerializer extends Serializer {
} // BasicTraceSerializer