Interface Element

    • Method Detail

      • getName

        java.lang.String getName()
      • setPosition

        void setPosition​(double position)
      • setPosition

        void setPosition​(Position position)
      • setAttribute

        void setAttribute​(java.lang.String name,
                          java.lang.Double value)
      • getAttribute

        java.lang.Double getAttribute​(java.lang.String attributeName)
        Retrieves the value of the attribute identified by the given name.
        Parameters:
        attributeName - the name of the attribute to retrieve
        Returns:
        the value of the attribute of the given name. If the attribute is not available for the element, then null.
      • getAttributeNames

        java.util.List<java.lang.String> getAttributeNames()
      • getMadxElementType

        MadxElementType getMadxElementType()
        Returns:
        the exact element type as defined in the madx sequence of this element as enum
      • setAttributesInitialized

        void setAttributesInitialized​(boolean attributesInitialized)
      • setListenersEnabled

        void setListenersEnabled​(boolean listenersEnabled)