ilog.rules.res.model

Interface IlrMutableRuleAppInformation

    • Method Detail

      • setDisplayName

        void setDisplayName(java.lang.String displayName)
        Modifies the display name of the RuleApp.
        Parameters:
        displayName - The new display name of the RuleApp. This parameter can be set to null.
      • setDescription

        void setDescription(java.lang.String description)
        Modifies the description of the RuleApp.
        Parameters:
        description - The new RuleApp description. This parameter can be set to null.
      • removeRuleset

        boolean removeRuleset(IlrMutableRulesetArchiveInformation ruleset)
        Removes a ruleset from a RuleApp. Nothing is changed in the RuleApp if it does not contain ruleset.

        The behavior of ruleset after it has been removed from the RuleApp is undefined .

        Parameters:
        ruleset - The ruleset to remove.
        Returns:
        true if this RuleApp contains ruleset,
      • setProperty

        void setProperty(java.lang.String key,
                       java.lang.String value)
        Sets the value corresponding to a key.
        Parameters:
        key - The key to be placed into the property list. This parameter must not be set to null.
        value - The value for the key parameter. Set to null to remove the property corresponding to key.

© Copyright IBM Corp. 1987, 2020