TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.impl
Class SymptomRuleImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.tptp.platform.models.symptom.impl.SymptomRuleImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, SymptomRule

public class SymptomRuleImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements SymptomRule

An implementation of the model object 'Rule'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 SymptomRule basicGetConvertedFrom()
           
 SymptomEngine basicGetEngine()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetDescription(LocalizedMessage newDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.ecore.util.FeatureMap getAny()
           
 org.eclipse.emf.common.util.EList getComment()
           
 SymptomRule getConvertedFrom()
           
 org.eclipse.emf.common.util.EList getDefinition()
           
 LocalizedMessage getDescription()
           
 SymptomEngine getEngine()
           
 java.lang.String getName()
           
 java.lang.String getUuid()
           
 java.lang.String getVersion()
           
 void setConvertedFrom(SymptomRule newConvertedFrom)
           
 void setDescription(LocalizedMessage newDescription)
           
 void setEngine(SymptomEngine newEngine)
           
 void setName(java.lang.String newName)
           
 void setUuid(java.lang.String newUuid)
           
 void setVersion(java.lang.String newVersion)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getUuid

public java.lang.String getUuid()

Specified by:
getUuid in interface SymptomRule
Returns:
the value of the 'Uuid' attribute.
See Also:
SymptomRule.setUuid(String), SymptomPackage.getSymptomRule_Uuid()
Generated

setUuid

public void setUuid(java.lang.String newUuid)

Specified by:
setUuid in interface SymptomRule
Parameters:
newUuid - the new value of the 'Uuid' attribute.
See Also:
SymptomRule.getUuid()
Generated

getName

public java.lang.String getName()

Specified by:
getName in interface SymptomRule
Returns:
the value of the 'Name' attribute.
See Also:
SymptomRule.setName(String), SymptomPackage.getSymptomRule_Name()
Generated

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface SymptomRule
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
SymptomRule.getName()
Generated

getVersion

public java.lang.String getVersion()

Specified by:
getVersion in interface SymptomRule
Returns:
the value of the 'Version' attribute.
See Also:
SymptomRule.setVersion(String), SymptomPackage.getSymptomRule_Version()
Generated

setVersion

public void setVersion(java.lang.String newVersion)

Specified by:
setVersion in interface SymptomRule
Parameters:
newVersion - the new value of the 'Version' attribute.
See Also:
SymptomRule.getVersion()
Generated

getDescription

public LocalizedMessage getDescription()

Specified by:
getDescription in interface SymptomRule
Returns:
the value of the 'Description' containment reference.
See Also:
SymptomRule.setDescription(LocalizedMessage), SymptomPackage.getSymptomRule_Description()
Generated

basicSetDescription

public org.eclipse.emf.common.notify.NotificationChain basicSetDescription(LocalizedMessage newDescription,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setDescription

public void setDescription(LocalizedMessage newDescription)

Specified by:
setDescription in interface SymptomRule
Parameters:
newDescription - the new value of the 'Description' containment reference.
See Also:
SymptomRule.getDescription()
Generated

getComment

public org.eclipse.emf.common.util.EList getComment()

Specified by:
getComment in interface SymptomRule
Returns:
the value of the 'Comment' containment reference list.
See Also:
SymptomPackage.getSymptomRule_Comment()
Generated

getEngine

public SymptomEngine getEngine()

Specified by:
getEngine in interface SymptomRule
Returns:
the value of the 'Engine' reference.
See Also:
SymptomRule.setEngine(SymptomEngine), SymptomPackage.getSymptomRule_Engine()
Generated

basicGetEngine

public SymptomEngine basicGetEngine()

Generated

setEngine

public void setEngine(SymptomEngine newEngine)

Specified by:
setEngine in interface SymptomRule
Parameters:
newEngine - the new value of the 'Engine' reference.
See Also:
SymptomRule.getEngine()
Generated

getDefinition

public org.eclipse.emf.common.util.EList getDefinition()

Specified by:
getDefinition in interface SymptomRule
Returns:
the value of the 'Definition' reference list.
See Also:
SymptomPackage.getSymptomRule_Definition()
Generated

getConvertedFrom

public SymptomRule getConvertedFrom()

Specified by:
getConvertedFrom in interface SymptomRule
Returns:
the value of the 'Converted From' reference.
See Also:
SymptomRule.setConvertedFrom(SymptomRule), SymptomPackage.getSymptomRule_ConvertedFrom()
Generated

basicGetConvertedFrom

public SymptomRule basicGetConvertedFrom()

Generated

setConvertedFrom

public void setConvertedFrom(SymptomRule newConvertedFrom)

Specified by:
setConvertedFrom in interface SymptomRule
Parameters:
newConvertedFrom - the new value of the 'Converted From' reference.
See Also:
SymptomRule.getConvertedFrom()
Generated

getAny

public org.eclipse.emf.ecore.util.FeatureMap getAny()

Specified by:
getAny in interface SymptomRule
Returns:
the value of the 'Any' attribute list.
See Also:
SymptomPackage.getSymptomRule_Any()
Generated

eInverseRemove

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

Overrides:
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

TPTP 4.6.0 Platform Project
Public API Specification