Package de.uka.ipd.sdq.featuremodel
Interface Simple
-
- All Superinterfaces:
ChildRelation,EObject,Notifier
- All Known Implementing Classes:
SimpleImpl
public interface Simple extends ChildRelation
A representation of the model object 'Simple'.The following features are supported:
- See Also:
featuremodelPackage.getSimple()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanatLeastOneChild(DiagnosticChain diagnostics, Map<Object,Object> context)self.optionalChildren->size()+self.mandatoryChildren->size()>=1EList<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.-
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 Detail
-
getMandatoryChildren
EList<Feature> 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:
featuremodelPackage.getSimple_MandatoryChildren(),Feature.getSimpleMandatory()- Generated class or method.
- EMF model class or method.
- opposite="simpleMandatory" containment="true" ordered="false"
-
getOptionalChildren
EList<Feature> 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:
featuremodelPackage.getSimple_OptionalChildren(),Feature.getSimpleOptional()- Generated class or method.
- EMF model class or method.
- opposite="simpleOptional" containment="true" ordered="false"
-
atLeastOneChild
boolean atLeastOneChild(DiagnosticChain diagnostics, Map<Object,Object> context)
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'"
-
-