TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe
Interface CBEAvailableSituation

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

public interface CBEAvailableSituation
extends CBESituation

A representation of the model object 'Available Situation'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getAvailabilityDisposition()
          Returns the value of the 'Availability Disposition' attribute
 java.lang.String getOperationDisposition()
          Returns the value of the 'Operation Disposition' attribute
 java.lang.String getProcessingDisposition()
          Returns the value of the 'Processing Disposition' attribute
 void setAvailabilityDisposition(java.lang.String value)
          Sets the value of the 'Availability Disposition' attribute
 void setOperationDisposition(java.lang.String value)
          Sets the value of the 'Operation Disposition' attribute
 void setProcessingDisposition(java.lang.String value)
          Sets the value of the 'Processing 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

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getOperationDisposition

public java.lang.String getOperationDisposition()
Returns the value of the 'Operation Disposition' attribute.

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

Returns:
the value of the 'Operation Disposition' attribute.
See Also:
setOperationDisposition(String), CBEPackage.getCBEAvailableSituation_OperationDisposition()
Generated
[EMF] Model

setOperationDisposition

public void setOperationDisposition(java.lang.String value)
Sets the value of the 'Operation Disposition' attribute.

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

getProcessingDisposition

public java.lang.String getProcessingDisposition()
Returns the value of the 'Processing Disposition' attribute.

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

Returns:
the value of the 'Processing Disposition' attribute.
See Also:
setProcessingDisposition(String), CBEPackage.getCBEAvailableSituation_ProcessingDisposition()
Generated
[EMF] Model

setProcessingDisposition

public void setProcessingDisposition(java.lang.String value)
Sets the value of the 'Processing Disposition' attribute.

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

getAvailabilityDisposition

public java.lang.String getAvailabilityDisposition()
Returns the value of the 'Availability Disposition' attribute.

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

Returns:
the value of the 'Availability Disposition' attribute.
See Also:
setAvailabilityDisposition(String), CBEPackage.getCBEAvailableSituation_AvailabilityDisposition()
Generated
[EMF] Model

setAvailabilityDisposition

public void setAvailabilityDisposition(java.lang.String value)
Sets the value of the 'Availability Disposition' attribute.

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

TPTP 4.4.0 Platform Project
Public API Specification