ilog.rules.studio.model

Interface IlrModelElement

    • Method Detail

      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.

        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getUuid

        java.lang.String getUuid()
        Returns the value of the 'Uuid' attribute.

        A UUID is a universally unique identifier. It is used to uniquely identify the elements. It is widely used in Rule Designer and Decision Center to manage the references between elements, and to follow the life cycle of an element. It is an error in the Rule Designer model to have two elements (even in two distinct projects) that have the same UUID.

        Returns:
        the value of the 'Uuid' attribute.
        See Also:
        setUuid(String), IlrModelPackage.getModelElement_Uuid()
      • setUuid

        void setUuid(java.lang.String value)
        Sets the value of the 'Uuid' attribute.

        Parameters:
        value - the new value of the 'Uuid' attribute.
        See Also:
        getUuid()

© Copyright IBM Corp. 1987, 2019