public interface Simple extends ChildRelation
The following features are supported:
featuremodelPackage.getSimple()| Modifier and Type | Method and Description |
|---|---|
boolean |
atLeastOneChild(DiagnosticChain diagnostics,
Map<Object,Object> context)
self.optionalChildren->size()+self.mandatoryChildren->size()>=1
|
EList<Feature> |
getMandatoryChildren()
Returns the value of the 'Mandatory Children' containment reference list.
|
EList<Feature> |
getOptionalChildren()
Returns the value of the 'Optional Children' containment reference list.
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverEList<Feature> getMandatoryChildren()
Feature.
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...
featuremodelPackage.getSimple_MandatoryChildren(),
Feature.getSimpleMandatory()EList<Feature> getOptionalChildren()
Feature.
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...
featuremodelPackage.getSimple_OptionalChildren(),
Feature.getSimpleOptional()boolean atLeastOneChild(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.