- All Superinterfaces:
- HasProperties, HierarchyNode, ModelComponent, PostScannable, Scannable
- All Known Implementing Classes:
- DirectorFem3dAttachment, DirectorFrameAttachment, DynamicAttachmentBase, FemMarker, FrameAttachment, FrameFem3dAttachment, FrameFrameAttachment, FrameMarker, GenericMarker, JointBasedMovingMarker, JointConditionalMarker, Marker, PointAttachment, PointFem3dAttachment, PointFrameAttachment, PointParticleAttachment, PointSkinAttachment, ShellNodeFem3dAttachment, ShellNodeFrameAttachment, SkinMarker
public interface AttachingComponent
extends ModelComponent
A model component associated with a dynamic attachment which can be used as
an attachment request. Implementations include DynamicAttachmentComp, where
the attachment and the request are the same, and Marker, which contains the
attachment internally. An attachment request can be registered with a
DynamicComponent D, so that the correct linkage between D and the attachment
is established when D connects to the hierarchy in such a way that the
request component is reachable.