/** * <copyright> * </copyright> * * $Id$ */ package uima.cas; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Empty Float List</b></em>'. * <!-- end-user-doc --> * * * @see uima.cas.CasPackage#getEmptyFloatList() * @model * @generated */ public interface EmptyFloatList extends FloatList { } // EmptyFloatList