ilog.rules.factory

Class IlrRetractAction

  • All Implemented Interfaces:
    ilog.rules.factory.IlrSourceElement, IlrStatement, java.io.Serializable


    public class IlrRetractAction
    extends IlrAction
    This class represents a retract action of the rule language.

    Warning: Serialized objects of this class will not be compatible with future releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of IBM Decision Server.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      IlrRetractAction(IlrValue object)
      Constructs a retract action using a value.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object exploreStatement(IlrFactoryExplorer explorer)
      Explores the action and returns an object as a result.
      IlrValue getObject()
      Gets the value retracted by this action.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IlrRetractAction

        public IlrRetractAction(IlrValue object)
        Constructs a retract action using a value.
        Parameters:
        object - The value to be retracted.
    • Method Detail

      • getObject

        public final IlrValue getObject()
        Gets the value retracted by this action.
        Returns:
        The value retracted by this action.
      • exploreStatement

        public java.lang.Object exploreStatement(IlrFactoryExplorer explorer)
        Explores the action and returns an object as a result.
        Parameters:
        explorer - A factory explorer.
        Returns:
        An object, the result of the exploration, or null if the method does not return a value.

© Copyright IBM Corp. 1987, 2020