TPTP 4.5.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()
Generated
[EMF] Model

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

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getCategoryName

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()
Generated
[EMF] Model

setCategoryName

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()
Generated

getReasoningScope

java.lang.String getReasoningScope()
Returns the value of the 'Reasoning Scope' attribute. The default value is "EXTERNAL".

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()
Generated
[EMF] Model
default="EXTERNAL"

setReasoningScope

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()
Generated

TPTP 4.5.0 Platform Project
Public API Specification