TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe
Interface CBEDependencySituation

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

public interface CBEDependencySituation
extends CBESituation

A representation of the model object 'Dependency Situation'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getDependencyDisposition()
          Returns the value of the 'Dependency Disposition' attribute
 void setDependencyDisposition(java.lang.String value)
          Sets the value of the 'Dependency 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

getDependencyDisposition

java.lang.String getDependencyDisposition()
Returns the value of the 'Dependency Disposition' attribute.

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

Returns:
the value of the 'Dependency Disposition' attribute.
See Also:
setDependencyDisposition(String), CBEPackage.getCBEDependencySituation_DependencyDisposition()
Generated
[EMF] Model

setDependencyDisposition

void setDependencyDisposition(java.lang.String value)
Sets the value of the 'Dependency Disposition' attribute.

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

TPTP 4.6.0 Platform Project
Public API Specification