eclipse-uml2 / uml2

An EMF-based implementation of the UML 2.x metamodel for the Eclipse platform.
Eclipse Public License 2.0
5 stars 4 forks source link

WSW38 TCT#22 "inhs" #55

Open eclipse-uml2-bot opened 1 week ago

eclipse-uml2-bot commented 1 week ago

| --- | --- | | Bugzilla Link | 384747 | | Status | NEW | | Importance | P3 normal | | Reported | Jul 10, 2012 11:38 EDT | | Modified | Jul 17, 2012 10:45 EDT | | Version | 4.0.0 | | Reporter | Matthew Talbot |

Description

Build Identifier: Version 3.8.0 Build ID: I20120610-1500

Hello,

File:\ eclipse\plugins\org.eclipse.uml2.uml.resources\metamodels\UML.metamodel.prop\ erties

Context:\

_label_UML__Class__inherit__inhs = Inhs Question:\ Is the word "Inhs" translatable?\ If so, could you tell me what it stands for? Reproducible: Always
eclipse-uml2-bot commented 1 week ago

By Kenn Hussey on Jul 17, 2012 10:45

This is the name of a parameter for the Classifier::inherit operation (and its redefinitions in Class and DataType):

/**
 * The inherit operation is overridden to exclude redefined properties.
 * The query inherit() defines how to inherit a set of elements. Here the operation is defined to inherit them all. It is intended to be redefined in circumstances where inheritance is affected by redefinition.\
 */\
EList<NamedElement> inherit(EList<NamedElement> inhs);

One might consider it an abbreviation of "INHerited Set" or "INHerited elemntS".