public enum InertiaKey extends Enum<InertiaKey>
inertia
entries.Enum Constant and Description |
---|
COMMENT
Comment entry.
|
I11
Moment of inertia about X-axis (ADM V1 only).
|
I12
Inertia cross product of the X and Y axes (ADM V1 only).
|
I13
Inertia cross product of the X and Z axes (ADM V1 only).
|
I22
Moment of inertia about Y-axis (ADM V1 only).
|
I23
Inertia cross product of the Y and Z axes (ADM V1 only).
|
I33
Moment of inertia about Z-axis (ADM V1 only).
|
INERTIA_REF_FRAME
Frame in which inertia is defined.
|
IXX
Moment of inertia about X-axis.
|
IXY
Inertia cross product of the X and Y axes.
|
IXZ
Inertia cross product of the X and Z axes.
|
IYY
Moment of inertia about Y-axis.
|
IYZ
Inertia cross product of the Y and Z axes.
|
IZZ
Moment of inertia about Z-axis.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
Inertia data)
Process an token.
|
static InertiaKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InertiaKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InertiaKey COMMENT
public static final InertiaKey INERTIA_REF_FRAME
public static final InertiaKey I11
public static final InertiaKey IXX
public static final InertiaKey I22
public static final InertiaKey IYY
public static final InertiaKey I33
public static final InertiaKey IZZ
public static final InertiaKey I12
public static final InertiaKey IXY
public static final InertiaKey I13
public static final InertiaKey IXZ
public static final InertiaKey I23
public static final InertiaKey IYZ
public static InertiaKey[] values()
for (InertiaKey c : InertiaKey.values()) System.out.println(c);
public static InertiaKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean process(ParseToken token, ContextBinding context, Inertia data)
token
- token to processcontext
- context bindingdata
- data to fillCopyright © 2002-2023 CS GROUP. All rights reserved.