Interface Aggregate

    • Method Detail

      • getComment

        java.lang.String getComment()
        Returns the value of the 'Comment' attribute.

        If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Comment' attribute.
        See Also:
        setComment(String), ContextMappingDSLPackage.getAggregate_Comment()
        Model:
        Generated:
      • setComment

        void setComment​(java.lang.String value)
        Sets the value of the 'Comment' attribute.
        Parameters:
        value - the new value of the 'Comment' attribute.
        See Also:
        getComment()
        Generated:
      • getDoc

        java.lang.String getDoc()
        Returns the value of the 'Doc' attribute.

        If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Doc' attribute.
        See Also:
        setDoc(String), ContextMappingDSLPackage.getAggregate_Doc()
        Model:
        Generated:
      • setDoc

        void setDoc​(java.lang.String value)
        Sets the value of the 'Doc' attribute.
        Parameters:
        value - the new value of the 'Doc' attribute.
        See Also:
        getDoc()
        Generated:
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

        If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), ContextMappingDSLPackage.getAggregate_Name()
        Model:
        Generated:
      • setName

        void setName​(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated:
      • getResponsibilities

        org.eclipse.emf.common.util.EList<java.lang.String> getResponsibilities()
        Returns the value of the 'Responsibilities' attribute list. The list contents are of type String.

        If the meaning of the 'Responsibilities' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Responsibilities' attribute list.
        See Also:
        ContextMappingDSLPackage.getAggregate_Responsibilities()
        Model:
        unique="false"
        Generated:
      • getUseCases

        org.eclipse.emf.common.util.EList<UseCase> getUseCases()
        Returns the value of the 'Use Cases' reference list. The list contents are of type UseCase.

        If the meaning of the 'Use Cases' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Use Cases' reference list.
        See Also:
        ContextMappingDSLPackage.getAggregate_UseCases()
        Model:
        Generated:
      • setOwner

        void setOwner​(BoundedContext value)
        Sets the value of the 'Owner' reference.
        Parameters:
        value - the new value of the 'Owner' reference.
        See Also:
        getOwner()
        Generated:
      • getServices

        org.eclipse.emf.common.util.EList<Service> getServices()
        Returns the value of the 'Services' containment reference list. The list contents are of type Service.

        If the meaning of the 'Services' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Services' containment reference list.
        See Also:
        ContextMappingDSLPackage.getAggregate_Services()
        Model:
        containment="true"
        Generated:
      • getResources

        org.eclipse.emf.common.util.EList<Resource> getResources()
        Returns the value of the 'Resources' containment reference list. The list contents are of type Resource.

        If the meaning of the 'Resources' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Resources' containment reference list.
        See Also:
        ContextMappingDSLPackage.getAggregate_Resources()
        Model:
        containment="true"
        Generated:
      • getConsumers

        org.eclipse.emf.common.util.EList<Consumer> getConsumers()
        Returns the value of the 'Consumers' containment reference list. The list contents are of type Consumer.

        If the meaning of the 'Consumers' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Consumers' containment reference list.
        See Also:
        ContextMappingDSLPackage.getAggregate_Consumers()
        Model:
        containment="true"
        Generated:
      • getDomainObjects

        org.eclipse.emf.common.util.EList<SimpleDomainObject> getDomainObjects()
        Returns the value of the 'Domain Objects' containment reference list. The list contents are of type SimpleDomainObject.

        If the meaning of the 'Domain Objects' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Domain Objects' containment reference list.
        See Also:
        ContextMappingDSLPackage.getAggregate_DomainObjects()
        Model:
        containment="true"
        Generated: