Package de.uka.ipd.sdq.featuremodel
Interface Simple
- All Superinterfaces:
ChildRelation
,EObject
,Notifier
- All Known Implementing Classes:
SimpleImpl
A representation of the model object 'Simple'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
atLeastOneChild
(DiagnosticChain diagnostics, Map<Object, Object> context) self.optionalChildren->size()+self.mandatoryChildren->size()>=1Returns the value of the 'Mandatory Children' containment reference list.Returns the value of the 'Optional Children' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMandatoryChildren
Returns the value of the 'Mandatory Children' containment reference list. The list contents are of typeFeature
. It is bidirectional and its opposite is 'Simple Mandatory
'.If the meaning of the 'Mandatory Children' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mandatory Children' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="simpleMandatory" containment="true" ordered="false"
-
getOptionalChildren
Returns the value of the 'Optional Children' containment reference list. The list contents are of typeFeature
. It is bidirectional and its opposite is 'Simple Optional
'.If the meaning of the 'Optional Children' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Optional Children' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="simpleOptional" containment="true" ordered="false"
-
atLeastOneChild
self.optionalChildren->size()+self.mandatoryChildren->size()>=1- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.optionalChildren->size()+self.mandatoryChildren->size()>=1'"
-