Bug 384747 - WSW38 TCT#22 "inhs"
Summary: WSW38 TCT#22 "inhs"
Status: NEW
Alias: None
Product: MDT.UML2
Classification: Modeling
Component: Core (show other bugs)
Version: 4.0.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: UML2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-10 11:38 EDT by Matthew Talbot CLA
Modified: 2012-07-17 10:45 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Talbot CLA 2012-07-10 11:38:57 EDT
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:
<TWBCTX>_label_UML__Class__inherit__inhs</TWBCTX> = Inhs

Question:
Is the word "Inhs" translatable?
If so, could you tell me what it stands for?


Reproducible: Always
Comment 1 Kenn Hussey CLA 2012-07-17 10:45:09 EDT
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".