TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.algorithm
Interface IProblemData

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IData, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ITypeCountData
All Known Implementing Classes:
IProblemDataImpl, ITypeCountDataImpl

public interface IProblemData
extends IData

A representation of the model object 'IProblem Data'.

The following features are supported:

See Also:
AlgorithmPackage.getIProblemData()

Field Summary
 
Fields inherited from interface org.eclipse.tptp.platform.analysis.engine.IData
USER_DEFINED_EXT
 
Method Summary
 ProblemSeverity getSeverity()
          Returns the value of the 'Severity' attribute.
 void setSeverity(ProblemSeverity value)
          Sets the value of the 'Severity' attribute.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.engine.IData
getAlgorithm, getAlgorithmType, getArguments, getCategory, getInputFilters, getName, getOutputFilters, getXmlFileURL, isEnabled, isUserDefined, setAlgorithm, setAlgorithmType, setCategory, setEnabled, setName, setUserDefined, setXmlFileURL
 
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

getSeverity

public ProblemSeverity getSeverity()
Returns the value of the 'Severity' attribute. The literals are from the enumeration ProblemSeverity.

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

Returns:
the value of the 'Severity' attribute.
See Also:
ProblemSeverity, setSeverity(ProblemSeverity), AlgorithmPackage.getIProblemData_Severity()

setSeverity

public void setSeverity(ProblemSeverity value)
Sets the value of the 'Severity' attribute.

Parameters:
value - the new value of the 'Severity' attribute.
See Also:
ProblemSeverity, getSeverity()

TPTP 4.1.0 Platform Project
Public API Specification