TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom
Interface SymptomRule

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SymptomRuleImpl

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

A representation of the model object 'Rule'.

The following features are supported:

See Also:
SymptomPackage.getSymptomRule()
Generated
[EMF] Model
extendedMetaData="name='SymptomRule' kind='elementOnly'"

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 org.eclipse.emf.common.util.EList getComment()
          Returns the value of the 'Comment' containment reference list.
 SymptomRule getConvertedFrom()
          Returns the value of the 'Converted From' reference
 org.eclipse.emf.common.util.EList getDefinition()
          Returns the value of the 'Definition' reference list.
 LocalizedMessage getDescription()
          Returns the value of the 'Description' containment reference
 SymptomEngine getEngine()
          Returns the value of the 'Engine' reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getUuid()
          Returns the value of the 'Uuid' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setConvertedFrom(SymptomRule value)
          Sets the value of the 'Converted From' reference
 void setDescription(LocalizedMessage value)
          Sets the value of the 'Description' containment reference
 void setEngine(SymptomEngine value)
          Sets the value of the 'Engine' reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setUuid(java.lang.String value)
          Sets the value of the 'Uuid' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' 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

getUuid

public java.lang.String getUuid()
Returns the value of the 'Uuid' attribute.

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

Returns:
the value of the 'Uuid' attribute.
See Also:
setUuid(String), SymptomPackage.getSymptomRule_Uuid()
Generated
[EMF] Model
unique="false" id="true" dataType="org.eclipse.tptp.platform.models.symptom.common.GlobalInstanceId" required="true" extendedMetaData="kind='element' name='uuid'"

setUuid

public void setUuid(java.lang.String value)
Sets the value of the 'Uuid' attribute.

Parameters:
value - the new value of the 'Uuid' attribute.
See Also:
getUuid()
Generated

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SymptomPackage.getSymptomRule_Name()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='element' name='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()
Generated

getVersion

public java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), SymptomPackage.getSymptomRule_Version()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.VersionString" required="true" extendedMetaData="kind='element' name='version'"

setVersion

public void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
Generated

getDescription

public LocalizedMessage getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(LocalizedMessage), SymptomPackage.getSymptomRule_Description()
Generated
[EMF] Model
containment="true" resolveProxies="false" required="true" extendedMetaData="kind='element' name='description'"

setDescription

public void setDescription(LocalizedMessage value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated

getComment

public org.eclipse.emf.common.util.EList getComment()
Returns the value of the 'Comment' containment reference list. The list contents are of type Comment.

If the meaning of the 'Comment' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Comment' containment reference list.
See Also:
SymptomPackage.getSymptomRule_Comment()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.models.symptom.common.Comment" containment="true" resolveProxies="false" extendedMetaData="kind='element' name='comment'"

getEngine

public SymptomEngine getEngine()
Returns the value of the 'Engine' reference.

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

Returns:
the value of the 'Engine' reference.
See Also:
setEngine(SymptomEngine), SymptomPackage.getSymptomRule_Engine()
Generated
[EMF] Model
required="true" extendedMetaData="kind='element' name='engine'"

setEngine

public void setEngine(SymptomEngine value)
Sets the value of the 'Engine' reference.

Parameters:
value - the new value of the 'Engine' reference.
See Also:
getEngine()
Generated

getDefinition

public org.eclipse.emf.common.util.EList getDefinition()
Returns the value of the 'Definition' reference list. The list contents are of type SymptomDefinition.

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

Returns:
the value of the 'Definition' reference list.
See Also:
SymptomPackage.getSymptomRule_Definition()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.models.symptom.SymptomDefinition" extendedMetaData="kind='element' name='definition'"

getConvertedFrom

public SymptomRule getConvertedFrom()
Returns the value of the 'Converted From' reference.

If the meaning of the 'Converted From' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Converted From' reference.
See Also:
setConvertedFrom(SymptomRule), SymptomPackage.getSymptomRule_ConvertedFrom()
Generated
[EMF] Model
extendedMetaData="kind='element' name='convertedFrom'"

setConvertedFrom

public void setConvertedFrom(SymptomRule value)
Sets the value of the 'Converted From' reference.

Parameters:
value - the new value of the 'Converted From' reference.
See Also:
getConvertedFrom()
Generated

getAny

public org.eclipse.emf.ecore.util.FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
SymptomPackage.getSymptomRule_Any()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" extendedMetaData="kind='elementWildcard' wildcards='##other' name=':8' processing='strict'"

TPTP 4.4.0 Platform Project
Public API Specification