TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe
Interface CBEOtherSituation

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

public interface CBEOtherSituation
extends CBESituation

A representation of the model object 'Other Situation'.

The following features are supported:

See Also:
CBEPackage.getCBEOtherSituation()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getAnyData()
          Returns the value of the 'Any Data' attribute list.
 
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
Method Detail

getAnyData

public org.eclipse.emf.common.util.EList getAnyData()
Returns the value of the 'Any Data' attribute list. The list contents are of type String.

If the meaning of the 'Any Data' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Data' attribute list.
See Also:
CBEPackage.getCBEOtherSituation_AnyData()

TPTP 4.1.0 Platform Project
Public API Specification