org.uninode | ![]() |
org.uninode.0.1300
Instance of Type
Inheriting from Node
Known subtypes are DimensionActor, DimensionComparable, DimensionCurrency, DimensionMap, DimensionRate, DimensionRisk
A Dimension is used for defining the environment of any calculation or access. If you declare some value of a Dimension, it will be accessible by all calculations in the same thread until the declaring method returns.
Type data | Value |
org.uninode.Type.displayPattern | a {att:org.uninode.Node.type} |
org.uninode.Dimension.name | |
org.uninode.Dimension.focusType |
Attribute summary | Defined in | Uninode® Id | Properties | Default | |
Node | focus | Dimension | org.uninode.0.1303 | ||
Type | focusType | Dimension | org.uninode.0.1302 | type | |
Boolean | isValid This value can be used for determining the validity of a dimension value, e.g. different result of a measurement or function depending on the evaluation path. | Dimension | org.uninode.0.1304 | Y | |
String | name | Dimension | org.uninode.0.1301 | type | |
String | toString This is the display string. | Node | org.uninode.0.102 | ||
Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
String | uri | Node | org.uninode.0.103 |
Method summary | Defined in | Overrides | Properties | |
Dimension | Dimension | |||
String | headerString | Dimension | ||
String | indexString(Node node, Node previous) | Dimension | ||
void | reset | Dimension | ||
void | setFocus(Node focus) | Dimension |