RISC JKU

at.jku.risc.stout.urau.algo

Class AntiUnify



  • public class AntiUnify
    extends Object
    This class encapsulates the rule based system AntiUnifySystem and takes care of the system branching.
    Author:
    Alexander Baumgartner
    • Method Detail

      • callback

        public void callback(AntiUnifySystem result,
                    Variable generalizationVar)
        This callback function will be invoked for every found generalization. By default it does nothing. For instance, one can use this callback function to collect all the results or to filter out some interesting results.
        In combination with a matching algorithm, one can obtain the minimal complete set of generalizations by using this callback function.