Interface Simple

    • Method Detail

      • getMandatoryChildren

        EList<Feature> getMandatoryChildren()
        Returns the value of the 'Mandatory Children' containment reference list. The list contents are of type 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...

        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 type 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...

        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'"