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 |
class |
AlignFncLAA
Implementation of an alignment computation function with longest subsequence.
This implementation combines the common subsequence generator and the admissibility test. |
Modifier and Type | Method and Description |
---|---|
AlignFnc |
AlignFncLAA.newInstance() |
AlignFnc |
AlignFncInput.newInstance() |
abstract AlignFnc |
AlignFnc.newInstance()
Returns a fresh new instance of this alignment computation function.
|
Constructor and Description |
---|
AntiUnify(AlignFnc aFnc,
EquationSystem<AntiUnifyProblem> sys,
DebugLevel debugLevel) |
AntiUnify(AlignFnc aFnc,
EquationSystem<AntiUnifyProblem> sys,
int minAlignmentLength,
int upperBound,
boolean applyResH,
DebugLevel debugLevel) |
AntiUnify4V(AlignFnc aFnc,
EquationSystem<AntiUnifyProblem> sys,
DebugLevel debugLevel) |