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 | Field and Description |
---|---|
static DebugLevel |
AlignFnc.debugLevel
Debugging flag
|
Modifier and Type | Method and Description |
---|---|
static DebugLevel |
DebugLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugLevel[] |
DebugLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AntiUnifySystem.compute(DebugLevel debugLevel,
PrintStream debugOut)
Computes the result and prints progress information to
PrintStream according to DebugLevel.
|
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) |