/** * * * * $Id$ */ package com.ibm.wala.ecore.java.scope; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'EJava Analysis Scope'. * * *

* The following features are supported: *

*

* * @see com.ibm.wala.ecore.java.scope.JavaScopePackage#getEJavaAnalysisScope() * @model * @generated */ public interface EJavaAnalysisScope extends EObject { /** * Returns the value of the 'Loaders' containment reference list. * The list contents are of type {@link com.ibm.wala.ecore.java.scope.EClassLoader}. * *

* If the meaning of the 'Loaders' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Loaders' containment reference list. * @see com.ibm.wala.ecore.java.scope.JavaScopePackage#getEJavaAnalysisScope_Loaders() * @model type="com.ibm.wala.ecore.java.scope.EClassLoader" containment="true" required="true" * @generated */ EList getLoaders(); /** * Returns the value of the 'Exclusion File Name' attribute. * *

* If the meaning of the 'Exclusion File Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Exclusion File Name' attribute. * @see #setExclusionFileName(String) * @see com.ibm.wala.ecore.java.scope.JavaScopePackage#getEJavaAnalysisScope_ExclusionFileName() * @model * @generated */ String getExclusionFileName(); /** * Sets the value of the '{@link com.ibm.wala.ecore.java.scope.EJavaAnalysisScope#getExclusionFileName Exclusion File Name}' attribute. * * * @param value the new value of the 'Exclusion File Name' attribute. * @see #getExclusionFileName() * @generated */ void setExclusionFileName(String value); } // EJavaAnalysisScope