TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe
Interface CBEStartSituation

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

public interface CBEStartSituation
extends CBESituation

A representation of the model object 'Start Situation'.

The following features are supported:

See Also:
CBEPackage.getCBEStartSituation()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getSituationQualifier()
          Returns the value of the 'Situation Qualifier' attribute
 java.lang.String getSuccessDisposition()
          Returns the value of the 'Success Disposition' attribute
 void setSituationQualifier(java.lang.String value)
          Sets the value of the 'Situation Qualifier' attribute
 void setSuccessDisposition(java.lang.String value)
          Sets the value of the 'Success Disposition' attribute
 
Methods inherited from interface org.eclipse.hyades.models.cbe.CBESituation
getCategoryName, getReasoningScope, setCategoryName, setReasoningScope
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getSuccessDisposition

java.lang.String getSuccessDisposition()
Returns the value of the 'Success Disposition' attribute.

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

Returns:
the value of the 'Success Disposition' attribute.
See Also:
setSuccessDisposition(String), CBEPackage.getCBEStartSituation_SuccessDisposition()
Generated
[EMF] Model

setSuccessDisposition

void setSuccessDisposition(java.lang.String value)
Sets the value of the 'Success Disposition' attribute.

Parameters:
value - the new value of the 'Success Disposition' attribute.
See Also:
getSuccessDisposition()
Generated

getSituationQualifier

java.lang.String getSituationQualifier()
Returns the value of the 'Situation Qualifier' attribute.

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

Returns:
the value of the 'Situation Qualifier' attribute.
See Also:
setSituationQualifier(String), CBEPackage.getCBEStartSituation_SituationQualifier()
Generated
[EMF] Model

setSituationQualifier

void setSituationQualifier(java.lang.String value)
Sets the value of the 'Situation Qualifier' attribute.

Parameters:
value - the new value of the 'Situation Qualifier' attribute.
See Also:
getSituationQualifier()
Generated

TPTP 4.5.0 Platform Project
Public API Specification