TPTP 4.6.0 Platform Project
Public API Specification

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

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

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

A representation of the model object 'Symptom'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 java.lang.Object getChanged()
          Returns the value of the 'Changed' attribute
 org.eclipse.emf.common.util.EList getContext()
          Returns the value of the 'Context' attribute list.
 org.eclipse.emf.common.util.EList getCorrelationTrail()
          Returns the value of the 'Correlation Trail' attribute list.
 java.lang.Object getCreated()
          Returns the value of the 'Created' attribute
 SymptomDefinition getDefinition()
          Returns the value of the 'Definition' reference
 SymptomEngine getEngine()
          Returns the value of the 'Engine' reference
 LocalizedMessage getExample()
          Returns the value of the 'Example' containment reference
 java.lang.Object getExpired()
          Returns the value of the 'Expired' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 byte getPriority()
          Returns the value of the 'Priority' attribute.
 byte getProbability()
          Returns the value of the 'Probability' attribute.
 java.lang.String getResource()
          Returns the value of the 'Resource' attribute
 LocalizedMessage getSolution()
          Returns the value of the 'Solution' containment reference
 java.lang.String getState()
          Returns the value of the 'State' attribute
 java.lang.String getUuid()
          Returns the value of the 'Uuid' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 boolean isSetPriority()
          Returns whether the value of the 'Priority' attribute is set
 boolean isSetProbability()
          Returns whether the value of the 'Probability' attribute is set
 void setChanged(java.lang.Object value)
          Sets the value of the 'Changed' attribute
 void setCreated(java.lang.Object value)
          Sets the value of the 'Created' attribute
 void setDefinition(SymptomDefinition value)
          Sets the value of the 'Definition' reference
 void setEngine(SymptomEngine value)
          Sets the value of the 'Engine' reference
 void setExample(LocalizedMessage value)
          Sets the value of the 'Example' containment reference
 void setExpired(java.lang.Object value)
          Sets the value of the 'Expired' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPriority(byte value)
          Sets the value of the 'Priority' attribute
 void setProbability(byte value)
          Sets the value of the 'Probability' attribute
 void setResource(java.lang.String value)
          Sets the value of the 'Resource' attribute
 void setSolution(LocalizedMessage value)
          Sets the value of the 'Solution' containment reference
 void setState(java.lang.String value)
          Sets the value of the 'State' 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
 void unsetPriority()
          Unsets the value of the 'Priority' attribute
 void unsetProbability()
          Unsets the value of the 'Probability' 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

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.getSymptom_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

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

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.getSymptom_Name()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='element' name='name'"

setName

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

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.getSymptom_Version()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.VersionString" required="true" extendedMetaData="kind='element' name='version'"

setVersion

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

getState

java.lang.String getState()
Returns the value of the 'State' attribute.

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

Returns:
the value of the 'State' attribute.
See Also:
setState(String), SymptomPackage.getSymptom_State()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.StateString" required="true" extendedMetaData="kind='element' name='state'"

setState

void setState(java.lang.String value)
Sets the value of the 'State' attribute.

Parameters:
value - the new value of the 'State' attribute.
See Also:
getState()
Generated

getCreated

java.lang.Object getCreated()
Returns the value of the 'Created' attribute.

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

Returns:
the value of the 'Created' attribute.
See Also:
setCreated(Object), SymptomPackage.getSymptom_Created()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='element' name='created'"

setCreated

void setCreated(java.lang.Object value)
Sets the value of the 'Created' attribute.

Parameters:
value - the new value of the 'Created' attribute.
See Also:
getCreated()
Generated

getChanged

java.lang.Object getChanged()
Returns the value of the 'Changed' attribute.

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

Returns:
the value of the 'Changed' attribute.
See Also:
setChanged(Object), SymptomPackage.getSymptom_Changed()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='element' name='changed'"

setChanged

void setChanged(java.lang.Object value)
Sets the value of the 'Changed' attribute.

Parameters:
value - the new value of the 'Changed' attribute.
See Also:
getChanged()
Generated

getExpired

java.lang.Object getExpired()
Returns the value of the 'Expired' attribute.

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

Returns:
the value of the 'Expired' attribute.
See Also:
setExpired(Object), SymptomPackage.getSymptom_Expired()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='element' name='expired'"

setExpired

void setExpired(java.lang.Object value)
Sets the value of the 'Expired' attribute.

Parameters:
value - the new value of the 'Expired' attribute.
See Also:
getExpired()
Generated

getResource

java.lang.String getResource()
Returns the value of the 'Resource' attribute.

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

Returns:
the value of the 'Resource' attribute.
See Also:
setResource(String), SymptomPackage.getSymptom_Resource()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.GlobalInstanceRef" required="true" extendedMetaData="kind='element' name='resource'"

setResource

void setResource(java.lang.String value)
Sets the value of the 'Resource' attribute.

Parameters:
value - the new value of the 'Resource' attribute.
See Also:
getResource()
Generated

getContext

org.eclipse.emf.common.util.EList getContext()
Returns the value of the 'Context' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Context' attribute list.
See Also:
SymptomPackage.getSymptom_Context()
Generated
[EMF] Model
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='element' name='context'"

getDefinition

SymptomDefinition getDefinition()
Returns the value of the 'Definition' reference.

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

Returns:
the value of the 'Definition' reference.
See Also:
setDefinition(SymptomDefinition), SymptomPackage.getSymptom_Definition()
Generated
[EMF] Model
extendedMetaData="kind='element' name='definition'"

setDefinition

void setDefinition(SymptomDefinition value)
Sets the value of the 'Definition' reference.

Parameters:
value - the new value of the 'Definition' reference.
See Also:
getDefinition()
Generated

getEngine

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

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

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

setEngine

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

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

getCorrelationTrail

org.eclipse.emf.common.util.EList getCorrelationTrail()
Returns the value of the 'Correlation Trail' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Correlation Trail' attribute list.
See Also:
SymptomPackage.getSymptom_CorrelationTrail()
Generated
[EMF] Model
type="java.lang.String" unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.GlobalInstanceRef" extendedMetaData="kind='element' name='correlationTrail'"

getExample

LocalizedMessage getExample()
Returns the value of the 'Example' containment reference.

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

Returns:
the value of the 'Example' containment reference.
See Also:
setExample(LocalizedMessage), SymptomPackage.getSymptom_Example()
Generated
[EMF] Model
containment="true" resolveProxies="false" extendedMetaData="kind='element' name='example'"

setExample

void setExample(LocalizedMessage value)
Sets the value of the 'Example' containment reference.

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

getSolution

LocalizedMessage getSolution()
Returns the value of the 'Solution' containment reference.

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

Returns:
the value of the 'Solution' containment reference.
See Also:
setSolution(LocalizedMessage), SymptomPackage.getSymptom_Solution()
Generated
[EMF] Model
containment="true" resolveProxies="false" extendedMetaData="kind='element' name='solution'"

setSolution

void setSolution(LocalizedMessage value)
Sets the value of the 'Solution' containment reference.

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

getAny

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

getPriority

byte getPriority()
Returns the value of the 'Priority' attribute. The default value is "50".

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

Returns:
the value of the 'Priority' attribute.
See Also:
isSetPriority(), unsetPriority(), setPriority(byte), SymptomPackage.getSymptom_Priority()
Generated
[EMF] Model
default="50" unique="false" unsettable="true" dataType="org.eclipse.tptp.platform.models.symptom.common.Percentage" extendedMetaData="kind='attribute' name='priority'"

setPriority

void setPriority(byte value)
Sets the value of the 'Priority' attribute.

Parameters:
value - the new value of the 'Priority' attribute.
See Also:
isSetPriority(), unsetPriority(), getPriority()
Generated

unsetPriority

void unsetPriority()
Unsets the value of the 'Priority' attribute.

See Also:
isSetPriority(), getPriority(), setPriority(byte)
Generated

isSetPriority

boolean isSetPriority()
Returns whether the value of the 'Priority' attribute is set.

Returns:
whether the value of the 'Priority' attribute is set.
See Also:
unsetPriority(), getPriority(), setPriority(byte)
Generated

getProbability

byte getProbability()
Returns the value of the 'Probability' attribute. The default value is "100".

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

Returns:
the value of the 'Probability' attribute.
See Also:
isSetProbability(), unsetProbability(), setProbability(byte), SymptomPackage.getSymptom_Probability()
Generated
[EMF] Model
default="100" unique="false" unsettable="true" dataType="org.eclipse.tptp.platform.models.symptom.common.Percentage" extendedMetaData="kind='attribute' name='probability'"

setProbability

void setProbability(byte value)
Sets the value of the 'Probability' attribute.

Parameters:
value - the new value of the 'Probability' attribute.
See Also:
isSetProbability(), unsetProbability(), getProbability()
Generated

unsetProbability

void unsetProbability()
Unsets the value of the 'Probability' attribute.

See Also:
isSetProbability(), getProbability(), setProbability(byte)
Generated

isSetProbability

boolean isSetProbability()
Returns whether the value of the 'Probability' attribute is set.

Returns:
whether the value of the 'Probability' attribute is set.
See Also:
unsetProbability(), getProbability(), setProbability(byte)
Generated

TPTP 4.6.0 Platform Project
Public API Specification