TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.algorithm.impl
Class IProblemDataImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.tptp.platform.analysis.engine.impl.IDataImpl
                  extended byorg.eclipse.tptp.platform.analysis.engine.algorithm.impl.IProblemDataImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, IData, org.eclipse.emf.ecore.InternalEObject, IProblemData, org.eclipse.emf.common.notify.Notifier
Direct Known Subclasses:
ITypeCountDataImpl

public class IProblemDataImpl
extends IDataImpl
implements IProblemData

An implementation of the model object 'IProblem Data'.

The following features are implemented:


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  ProblemSeverity severity
          The cached value of the 'Severity' attribute.
protected static ProblemSeverity SEVERITY_EDEFAULT
          The default value of the 'Severity' attribute.
 
Fields inherited from class org.eclipse.tptp.platform.analysis.engine.impl.IDataImpl
ALGORITHM_TYPE_EDEFAULT, algorithmType, arguments, inputFilters, name, NAME_EDEFAULT, outputFilters, USER_DEFINED_EDEFAULT, userDefined, XML_FILE_URL_EDEFAULT, xmlFileURL
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from interface org.eclipse.tptp.platform.analysis.engine.IData
USER_DEFINED_EXT
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected IProblemDataImpl()
           
protected IProblemDataImpl(IAlgorithm algorithm)
           
 
Method Summary
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, java.lang.Class baseClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 ProblemSeverity getSeverity()
           
 void setSeverity(ProblemSeverity newSeverity)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.tptp.platform.analysis.engine.impl.IDataImpl
equals, getAlgorithm, getAlgorithmType, getArguments, getCategory, getInputFilters, getName, getOutputFilters, getXmlFileURL, hashCode, isEnabled, isUserDefined, setAlgorithm, setAlgorithmType, setCategory, setEnabled, setName, setUserDefined, setXmlFileURL
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eInverseAdd, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, eIsProxy, eResource
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

SEVERITY_EDEFAULT

protected static final ProblemSeverity SEVERITY_EDEFAULT
The default value of the 'Severity' attribute.

See Also:
getSeverity()

severity

protected ProblemSeverity severity
The cached value of the 'Severity' attribute.

See Also:
getSeverity()
Constructor Detail

IProblemDataImpl

protected IProblemDataImpl()


IProblemDataImpl

protected IProblemDataImpl(IAlgorithm algorithm)
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class IDataImpl

getSeverity

public ProblemSeverity getSeverity()

Specified by:
getSeverity in interface IProblemData
Returns:
the value of the 'Severity' attribute.
See Also:
ProblemSeverity, IProblemData.setSeverity(ProblemSeverity), AlgorithmPackage.getIProblemData_Severity()

setSeverity

public void setSeverity(ProblemSeverity newSeverity)

Specified by:
setSeverity in interface IProblemData
Parameters:
newSeverity - the new value of the 'Severity' attribute.
See Also:
ProblemSeverity, IProblemData.getSeverity()

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      java.lang.Class baseClass,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eInverseRemove in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eInverseRemove in class IDataImpl

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)

Specified by:
eGet in interface org.eclipse.emf.ecore.EObject
Overrides:
eGet in class IDataImpl

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eSet in class IDataImpl

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject
Overrides:
eUnset in class IDataImpl

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eIsSet in class IDataImpl

toString

public java.lang.String toString()

Overrides:
toString in class IDataImpl

TPTP 4.1.0 Platform Project
Public API Specification