Package | Description |
---|---|
at.jku.risc.stout.tgau.algo |
This package contains the entry point for the anti-unification algorithm
AntiUnify, the rule based system
AntiUnifySystem, the corresponding
problem definitions TermAUP and
HedgeAUP, and some standard
implementations of a rigidity function
(RigidityFncSubsequence,
RigidityFncSubstring ).
|
at.jku.risc.stout.tgau.data |
This package contains the classes which are needed to build up the term
graphs and alignments.
|
Modifier and Type | Method and Description |
---|---|
abstract AlignmentList |
RigidityFnc.compute(TermAtomList left,
TermAtomList right) |
AlignmentList |
RigidityFncSubsequence.compute(TermAtomList left,
TermAtomList right)
Make sure to free the alignment list as soon as you do not need it anymore!
|
AlignmentList |
RigidityFncSubstring.compute(TermAtomList left,
TermAtomList right) |
Modifier and Type | Method and Description |
---|---|
static TermAtomList |
TermAtomList.obtainList() |
TermAtomList |
TermGraph.top() |
TermAtomList |
TermGraph.top(java.util.List<Variable> recVars) |
TermAtomList |
TermGraph.top(TermAtom var) |