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.
|
at.jku.risc.stout.tgau.data.atom |
This package contains all the atomic types like
FunctionSymbol,
TermVar,
HedgeVar,
FunctionApplication.
|
at.jku.risc.stout.tgau.util |
This package contains utility classes like the
DataStructureFactory which
instantiates common data structures like Lists,
Maps, Sets.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAUP
This class represents the basis of any type of AUP.
|
class |
HedgeAUP
This class represents an anti-unification problem (AUP) which consists of one
generalization variable (the most general generalization), and two
Terms.
|
class |
TermAUP
This class represents an anti-unification problem (AUP) which consists of one
generalization variable (the most general generalization), and two
Terms.
|
Modifier and Type | Class and Description |
---|---|
class |
TermAtomEquation
A pair of two term atoms.
|
class |
TermGraph
A term graph is a system of recursion equations with a predefined root.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Term
Terms are the elemental building blocks of a term graph.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionApplication
A function application consists of a FunctionSymbol and a
List of variables.
|
class |
FunctionSymbol
A TermAtom which represents a function symbol.
|
class |
HedgeVar
A hedge variable can be substituted by a single term or a hedge.
|
class |
TermAtom
Base class for all the atomic types like function symbols and variables.
|
class |
TermVar
A simple term variable can be substituted by a single term.
|
class |
Variable
This is the base class for different types of variables.
|
Modifier and Type | Class and Description |
---|---|
class |
PrintableX
Implements
Printable and overrides the method
PrintableX.toString() by redirecting it to the method
print(Writer). |
Modifier and Type | Method and Description |
---|---|
void |
DataStructureFactory.printCollection(java.util.Collection<? extends Printable> vars,
boolean commutative,
java.io.Writer out) |
void |
DataStructureFactory.printPlainCollection(java.util.Collection<? extends Printable> vars,
java.io.Writer out) |