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:
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 |
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: