Package | Description |
---|---|
at.jku.risc.stout.urauc.algo |
This package contains the classes of the rule based system
AntiUnifySystem, the corresponding
problem definition AntiUnifyProblem
and some standard implementations of a rigidity function
(AlignFncLAA,
AlignFncInput ).
|
Modifier and Type | Method and Description |
---|---|
AlignFnc.AlignmentIterator |
AlignFncLAA.getIterator(AntiUnifyProblem aup,
int minAlignLen,
int upperBound,
boolean iterateAll,
PrintStream out) |
abstract AlignFnc.AlignmentIterator |
AlignFnc.getIterator(AntiUnifyProblem aup,
int minAlignLen,
int upperBound,
boolean iterateAll,
PrintStream out)
Initialize the computation.
|