blob: 30b0c3c08e2b2bae9b67bfd2f152cb6314c34252 [file] [log] [blame]
/**
* Copyright (c) 2020 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\n\nContributors:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and Implementation
*/
package org.eclipse.efm.ecore.formalml.datatype;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Primitive Float Type</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.efm.ecore.formalml.datatype.DatatypePackage#getPrimitiveFloatType()
* @model
* @generated
*/
public interface PrimitiveFloatType extends PrimitiveNumberType {
} // PrimitiveFloatType