TPTP 4.1.0 Platform Project
Public API Specification

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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AndReview, CategoryReview, CompleteReview, FilterReview, MultiReview, OrReview
All Known Implementing Classes:
AndReviewImpl, CategoryReviewImpl, CompleteReviewImpl, FilterReviewImpl, IReviewImpl, MultiReviewImpl, OrReviewImpl

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

A representation of the model object 'IReview'.

The following features are supported:

See Also:
EnginePackage.getIReview()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 boolean includes(IData algorithmData, ICategory category)
           
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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. A unique, descriptive name of this category

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EnginePackage.getIReview_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

public java.lang.String getDescription()
Returns the value of the 'Description' attribute. A detailed description of this category

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), EnginePackage.getIReview_Description()

setDescription

public void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

includes

public boolean includes(IData algorithmData,
                        ICategory category)


TPTP 4.1.0 Platform Project
Public API Specification