Interface TabularCPDEntry
- All Known Implementing Classes:
TabularCPDEntryImpl
A representation of the model object 'Tabular CPD Entry'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Conditonals' attribute list.getEntry()Returns the value of the 'Entry' containment reference.voidsetEntry(SimpleParameter value) Sets the value of the 'Entry' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getConditonals
Returns the value of the 'Conditonals' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Conditonals' attribute list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
getEntry
SimpleParameter getEntry()Returns the value of the 'Entry' containment reference.- Returns:
- the value of the 'Entry' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setEntry
Sets the value of the 'Entry' containment reference.- Parameters:
value- the new value of the 'Entry' containment reference.- See Also:
- Generated class or method.
-