Interface IModifiableInstance


  • public interface IModifiableInstance
    • Method Detail

      • removeAttributeValue

        boolean removeAttributeValue​(int position)
        Removes an attribute value for the given position.
        Parameters:
        position - The position of the attribute within the instance.
        Returns:
        True, if the removal was successful. False, otherwise.