Interface Trait

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SimpleDomainObject

public interface Trait extends SimpleDomainObject
A representation of the model object 'Trait'.

The following features are supported:

See Also:
Model:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Association>
    Returns the value of the 'Associations' containment reference list.
    org.eclipse.emf.common.util.EList<Attribute>
    Returns the value of the 'Attributes' containment reference list.
    org.eclipse.emf.common.util.EList<DomainObjectOperation>
    Returns the value of the 'Operations' containment reference list.
    org.eclipse.emf.common.util.EList<Reference>
    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

    Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject

    getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackage
  • Method Details

    • 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.
      Returns:
      the value of the 'Attributes' containment reference list.
      See Also:
      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.
      Returns:
      the value of the 'References' containment reference list.
      See Also:
      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.
      Returns:
      the value of the 'Operations' containment reference list.
      See Also:
      Model:
      containment="true"
      Generated:
    • getAssociations

      org.eclipse.emf.common.util.EList<Association> getAssociations()
      Returns the value of the 'Associations' containment reference list. The list contents are of type Association.
      Returns:
      the value of the 'Associations' containment reference list.
      See Also:
      Model:
      containment="true"
      Generated: