org.contextmapper.tactic.dsl.tacticdsl.Trait Maven / Gradle / Ivy
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Trait'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Trait#getAttributes Attributes}
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Trait#getReferences References}
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Trait#getOperations Operations}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getTrait()
* @model
* @generated
*/
public interface Trait extends SimpleDomainObject
{
/**
* Returns the value of the 'Attributes' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Attribute}.
*
*
* If the meaning of the 'Attributes' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Attributes' containment reference list.
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getTrait_Attributes()
* @model containment="true"
* @generated
*/
EList getAttributes();
/**
* Returns the value of the 'References' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Reference}.
*
*
* If the meaning of the 'References' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'References' containment reference list.
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getTrait_References()
* @model containment="true"
* @generated
*/
EList getReferences();
/**
* Returns the value of the 'Operations' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation}.
*
*
* If the meaning of the 'Operations' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Operations' containment reference list.
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getTrait_Operations()
* @model containment="true"
* @generated
*/
EList getOperations();
} // Trait