TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine
Interface IAnalysisScope

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AbstractSingleResourceScope, IAnalysisScopeImpl, MultiResourceScope

public interface IAnalysisScope
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'IAnalysis Scope'.

The following features are supported:

See Also:
EnginePackage.getIAnalysisScope()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.core.resources.IResource[] getRootResources()
          Returns the value of the 'Root Resources' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
EnginePackage.getIAnalysisScope_Name()

getRootResources

public org.eclipse.core.resources.IResource[] getRootResources()
Returns the value of the 'Root Resources' attribute.

If the meaning of the 'Root Resources' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Root Resources' attribute.
See Also:
EnginePackage.getIAnalysisScope_RootResources()

TPTP 4.1.0 Platform Project
Public API Specification