TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.review
Interface MultiReview

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IReview, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AndReview, OrReview
All Known Implementing Classes:
AndReviewImpl, MultiReviewImpl, OrReviewImpl

public interface MultiReview
extends IReview

A representation of the model object 'Multi Review'.

The following features are supported:

See Also:
ReviewPackage.getMultiReview()
Generated
[EMF] Model

Method Summary
 org.eclipse.emf.common.util.EList getReviews()
          Returns the value of the 'Reviews' containment reference list.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.engine.IReview
getDescription, getName, includes, setDescription, setName
 
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

getReviews

public org.eclipse.emf.common.util.EList getReviews()
Returns the value of the 'Reviews' containment reference list. The list contents are of type IReview.

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

Returns:
the value of the 'Reviews' containment reference list.
See Also:
ReviewPackage.getMultiReview_Reviews()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.analysis.engine.IReview" containment="true" required="true"

TPTP 4.2.0 Platform Project
Public API Specification