TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe
Interface CBESituation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CBEAvailableSituation, CBEConfigureSituation, CBEConnectSituation, CBECreateSituation, CBEDependencySituation, CBEDestroySituation, CBEFeatureSituation, CBEOtherSituation, CBEReportSituation, CBERequestSituation, CBEStartSituation, CBEStopSituation
All Known Implementing Classes:
CBEAvailableSituationImpl, CBEConfigureSituationImpl, CBEConnectSituationImpl, CBECreateSituationImpl, CBEDependencySituationImpl, CBEDestroySituationImpl, CBEFeatureSituationImpl, CBEOtherSituationImpl, CBEReportSituationImpl, CBERequestSituationImpl, CBESituationImpl, CBEStartSituationImpl, CBEStopSituationImpl

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

A representation of the model object 'Situation'.

The following features are supported:

See Also:
CBEPackage.getCBESituation()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getCategoryName()
          Returns the value of the 'Category Name' attribute.
 java.lang.String getReasoningScope()
          Returns the value of the 'Reasoning Scope' attribute.
 void setCategoryName(java.lang.String value)
          Sets the value of the 'Category Name' attribute.
 void setReasoningScope(java.lang.String value)
          Sets the value of the 'Reasoning Scope' 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
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getCategoryName

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

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

Returns:
the value of the 'Category Name' attribute.
See Also:
setCategoryName(String), CBEPackage.getCBESituation_CategoryName()

setCategoryName

public void setCategoryName(java.lang.String value)
Sets the value of the 'Category Name' attribute.

Parameters:
value - the new value of the 'Category Name' attribute.
See Also:
getCategoryName()

getReasoningScope

public java.lang.String getReasoningScope()
Returns the value of the 'Reasoning Scope' attribute.

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

Returns:
the value of the 'Reasoning Scope' attribute.
See Also:
setReasoningScope(String), CBEPackage.getCBESituation_ReasoningScope()

setReasoningScope

public void setReasoningScope(java.lang.String value)
Sets the value of the 'Reasoning Scope' attribute.

Parameters:
value - the new value of the 'Reasoning Scope' attribute.
See Also:
getReasoningScope()

TPTP 4.1.0 Platform Project
Public API Specification