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:
TacticdslPackage.getTrait()
- Model:
- Generated:
-
-
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
-
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackage
-
-
-
-
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 typeAttribute
.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 typeReference
.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 typeDomainObjectOperation
.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:
-
-