org.eclipse.gmt.modisco.omg.kdm.conceptual
Interface ConceptualRole

All Superinterfaces:
AbstractConceptualElement, Element, KDMEntity, ModelElement

public interface ConceptualRole
extends AbstractConceptualElement

A representation of the model object 'Role'.

The following features are supported:

See Also:
ConceptualPackage.getConceptualRole()
Generated:
Model:

Method Summary
 AbstractConceptualElement getConceptualElement()
          Returns the value of the 'Conceptual Element' reference.
 void setConceptualElement(AbstractConceptualElement value)
          Sets the value of the 'Conceptual Element' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.conceptual.AbstractConceptualElement
getAbstraction, getConceptualRelation, getImplementation, getSource
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getConceptualElement

AbstractConceptualElement getConceptualElement()
Returns the value of the 'Conceptual Element' reference.

If the meaning of the 'Conceptual Element' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Conceptual Element' reference.
See Also:
setConceptualElement(AbstractConceptualElement), ConceptualPackage.getConceptualRole_ConceptualElement()
Generated:
Model:
required="true" ordered="false"

setConceptualElement

void setConceptualElement(AbstractConceptualElement value)
Sets the value of the 'Conceptual Element' reference.

Parameters:
value - the new value of the 'Conceptual Element' reference.
See Also:
getConceptualElement()
Generated: