TPTP 4.4.0 Platform Project
Public API Specification

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

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

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

A representation of the model object 'Engine'.

The following features are supported:

See Also:
SymptomPackage.getSymptomEngine()
Generated
[EMF] Model
extendedMetaData="name='SymptomEngine' 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.
 LocalizedMessage getDescription()
          Returns the value of the 'Description' containment 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 setDescription(LocalizedMessage value)
          Sets the value of the 'Description' containment 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.getSymptomEngine_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.getSymptomEngine_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.getSymptomEngine_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.getSymptomEngine_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.getSymptomEngine_Comment()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.models.symptom.common.Comment" containment="true" resolveProxies="false" extendedMetaData="kind='element' name='comment'"

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.getSymptomEngine_Any()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" extendedMetaData="kind='elementWildcard' wildcards='##other' name=':5' processing='strict'"

TPTP 4.4.0 Platform Project
Public API Specification