Dimension : public class
Created: 2012-04-20 15:52:48
Modified: 2012-06-29 14:49:46
Project:
Advanced:
<p>A Dimension defines a set of units of the same quantity dimension.<br/></p><p><br/></p><p>Some examples of Dimension are:<br/></p><p>name = "Length" and quantityDimension = "L"<br/></p><p><br/></p><p>name = "Angle" and quantityDimension = "", i.e. the empty string as angle is without dimension.<br/></p><p><br/></p><p>name = "Acceleration" and quantityDimension = "LT-2", the exponent for length is 1 and for time it is -2.<br/></p><p><br/></p><p>Valid symbols in the quantityDimension attribute and their quantity names are:<br/></p><p>L, length<br/></p><p>M, mass<br/></p><p>T, time<br/></p><p>I, electric current<br/></p><p>K, thermodynamic temperature<br/></p><p>J, luminous intensity<br/></p><p>N, amount of substance<br/></p>
Attribute Details
public String
  quantityDimension
 
Element Source Role Target Role Details
Timing
Class  
Name: dimension
 
Name:  
 
 
Element Source Role Target Role Details
TimeBase
Class  
Name:  
 
Name: type
 
 
Unit
Class  
Name: unit
 
Name:  
 
 
Object Type Connection Notes
Unit Class Strong  
Timing Class Strong  
EAElement Class Generalization