Interface IAttributeArrayInstance

    • Method Detail

      • getAttributeValueAtPosition

        <T> IAttributeValue<T> getAttributeValueAtPosition​(int position,
                                                           java.lang.Class<T> type)
        Getter for the value of an attribute for the given position.
        Parameters:
        position - The position of the attribute within the instance.
        type - The type for which the attribute value shall be returned.
        Returns:
        The attribute value for the position.
      • getNumberOfAttributes

        int getNumberOfAttributes()
        Getter for the number of attributes for the instance.
        Returns:
        Number of attributes