|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.tptp.platform.models.symptom.impl.SymptomRuleImpl
public class SymptomRuleImpl
An implementation of the model object 'Rule'.
The following features are implemented:
| 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 |
|---|
public java.lang.String getUuid()
getUuid in interface SymptomRuleSymptomRule.setUuid(String),
SymptomPackage.getSymptomRule_Uuid()public void setUuid(java.lang.String newUuid)
setUuid in interface SymptomRulenewUuid - the new value of the 'Uuid' attribute.SymptomRule.getUuid()public java.lang.String getName()
getName in interface SymptomRuleSymptomRule.setName(String),
SymptomPackage.getSymptomRule_Name()public void setName(java.lang.String newName)
setName in interface SymptomRulenewName - the new value of the 'Name' attribute.SymptomRule.getName()public java.lang.String getVersion()
getVersion in interface SymptomRuleSymptomRule.setVersion(String),
SymptomPackage.getSymptomRule_Version()public void setVersion(java.lang.String newVersion)
setVersion in interface SymptomRulenewVersion - the new value of the 'Version' attribute.SymptomRule.getVersion()public LocalizedMessage getDescription()
getDescription in interface SymptomRuleSymptomRule.setDescription(LocalizedMessage),
SymptomPackage.getSymptomRule_Description()
public org.eclipse.emf.common.notify.NotificationChain basicSetDescription(LocalizedMessage newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDescription(LocalizedMessage newDescription)
setDescription in interface SymptomRulenewDescription - the new value of the 'Description' containment reference.SymptomRule.getDescription()public org.eclipse.emf.common.util.EList getComment()
getComment in interface SymptomRuleSymptomPackage.getSymptomRule_Comment()public SymptomEngine getEngine()
getEngine in interface SymptomRuleSymptomRule.setEngine(SymptomEngine),
SymptomPackage.getSymptomRule_Engine()public SymptomEngine basicGetEngine()
public void setEngine(SymptomEngine newEngine)
setEngine in interface SymptomRulenewEngine - the new value of the 'Engine' reference.SymptomRule.getEngine()public org.eclipse.emf.common.util.EList getDefinition()
getDefinition in interface SymptomRuleSymptomPackage.getSymptomRule_Definition()public SymptomRule getConvertedFrom()
getConvertedFrom in interface SymptomRuleSymptomRule.setConvertedFrom(SymptomRule),
SymptomPackage.getSymptomRule_ConvertedFrom()public SymptomRule basicGetConvertedFrom()
public void setConvertedFrom(SymptomRule newConvertedFrom)
setConvertedFrom in interface SymptomRulenewConvertedFrom - the new value of the 'Converted From' reference.SymptomRule.getConvertedFrom()public org.eclipse.emf.ecore.util.FeatureMap getAny()
getAny in interface SymptomRuleSymptomPackage.getSymptomRule_Any()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||