Package | Description |
---|---|
msim.serialization |
Mixed physical/virtual linkage Simulator serialization.
|
Modifier and Type | Class and Description |
---|---|
class |
DAEMSimClosure
COLLADA "extra" element corresponding to MSim closure
Joint . |
class |
DAEMSimJoint
COLLADA "extra" element corresponding to MSim
Joint . |
class |
DAEMSimLink
COLLADA "extra" element corresponding to MSim
Link . |
class |
DAEMSimLinkageNode
Base class for COLLADA "extra" elements corresponding to MSim
LinkageNode s. |
class |
DAEMSimSkip
COLLADA "extra" element indicating a skip in the scene graph.
|
class |
DAEMSimUserSubframe
COLLADA "extra" element corresponding to MSim
Link
user subframe. |
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.Class<? extends DAEMSimExtra>> |
DAEMSimExtra.MSIM_EXTRAS
Types of MSim extra elements.
|
Modifier and Type | Method and Description |
---|---|
static DAEMSimExtra |
DAELoader.getExtra(vona.dae.util.DAEObject obj)
Unmarshal the first
DAEMSimExtra in an MSIM_PROFILE DAE "technique" child of an "extra" child of
obj, if any. |
Modifier and Type | Method and Description |
---|---|
protected static vona.dae.jaxb.dae.ExtraType |
DAEExporter.wrapExtra(DAEMSimExtra daeMSimExtra)
Marshal an MSim DAE extra element into a DAE extra/technique with
profile=MSim.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DAEMSimExtra.getXMLElementName(java.lang.Class<? extends DAEMSimExtra> c)
Get the XML element name corresponding to a
DAEMSimExtra
class. |