Package | Description |
---|---|
at.jku.risc.stout.hoau.algo |
This package contains the classes of the rule based system
(
AntiUnifySystem )
and its sub-algorighm PermEquivSystem . |
Modifier and Type | Method and Description |
---|---|
Substitution |
Substitution.clone() |
Substitution |
AntiUnifySystem.getSigma()
The substitution sigma contains the generalization after
AntiUnifySystem.compute() succeeded.
|
Constructor and Description |
---|
AntiUnifySystem(EquationSystem<AntiUnifyProblem> problemSet,
Substitution sigma)
Creates and initializes the rule based system.
|