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