Class IS


public class IS extends X3DConcreteStatement
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields. IS/connect statements can be added if the parent node is within a ProtoBody and connect statements define correspondences between prototype fields and built-in node fields. This concrete class represents an X3D IS statement. Note atypical upper-case capitalization for this class name.

IS statement tooltip: The IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields. To define each Prototype connection between a ProtoInterface field and a ProtoBody node field, add one or more connect statements within each IS statement.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      String constant NAME provides name of this element: IS.
      See Also:
    • COMPONENT

      public static final String COMPONENT
      String constant COMPONENT defines X3D component for the IS element: Core
      See Also:
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D Core component level for this element: 2
      See Also:
  • Constructor Details

    • IS

      public IS()
      Constructor for IS to initialize member variables with default values.
  • Method Details