/** * * * * $Id$ */ package com.ibm.wala.ecore.java; import com.ibm.wala.ecore.graph.EGraph; /** * * A representation of the model object 'EInterface Hierarchy'. * * * * @see com.ibm.wala.ecore.java.JavaPackage#getEInterfaceHierarchy() * @model * @generated */ public interface EInterfaceHierarchy extends EGraph { } // EInterfaceHierarchy