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 | Class and Description |
---|---|
class |
AlignFncInput |
static class |
AlignFncLAA.AlignmentIter |
Modifier and Type | Method and Description |
---|---|
AlignFnc.AlignmentIterator |
AlignFncLAA.getIterator(AntiUnifyProblem aup,
int minAlignLen,
int upperBound,
boolean iterateAll,
PrintStream out) |
AlignFnc.AlignmentIterator |
AlignFncInput.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.
|
AlignFnc.AlignmentIterator |
MaximumIterationException.getPartialIterator() |
Constructor and Description |
---|
MaximumIterationException(String message,
AlignFnc.AlignmentIterator iter) |