Interface Trait

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<Attribute> getAttributes()
      Returns the value of the 'Attributes' containment reference list.
      org.eclipse.emf.common.util.EList<DomainObjectOperation> getOperations()
      Returns the value of the 'Operations' containment reference list.
      org.eclipse.emf.common.util.EList<Reference> getReferences()
      Returns the value of the 'References' 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

      • getAttributes

        org.eclipse.emf.common.util.EList<Attribute> getAttributes()
        Returns the value of the 'Attributes' containment reference list. The list contents are of type Attribute.

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

        Returns:
        the value of the 'Attributes' containment reference list.
        See Also:
        TacticdslPackage.getTrait_Attributes()
        Model:
        containment="true"
        Generated:
      • getReferences

        org.eclipse.emf.common.util.EList<Reference> getReferences()
        Returns the value of the 'References' containment reference list. The list contents are of type Reference.

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

        Returns:
        the value of the 'References' containment reference list.
        See Also:
        TacticdslPackage.getTrait_References()
        Model:
        containment="true"
        Generated:
      • getOperations

        org.eclipse.emf.common.util.EList<DomainObjectOperation> getOperations()
        Returns the value of the 'Operations' containment reference list. The list contents are of type DomainObjectOperation.

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

        Returns:
        the value of the 'Operations' containment reference list.
        See Also:
        TacticdslPackage.getTrait_Operations()
        Model:
        containment="true"
        Generated: