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.
|
Class and Description |
---|
HedgeVar
A hedge variable can be substituted by a single term or a hedge.
|
TermAtom
Base class for all the atomic types like function symbols and variables.
|
TermVar
A simple term variable can be substituted by a single term.
|
Variable
This is the base class for different types of variables.
|
Class and Description |
---|
FunctionApplication
A function application consists of a FunctionSymbol and a
List of variables.
|
FunctionSymbol
A TermAtom which represents a function symbol.
|
HedgeVar
A hedge variable can be substituted by a single term or a hedge.
|
Term
Terms are the elemental building blocks of a term graph.
|
TermAtom
Base class for all the atomic types like function symbols and variables.
|
TermVar
A simple term variable can be substituted by a single term.
|
Variable
This is the base class for different types of variables.
|
Class and Description |
---|
FunctionSymbol
A TermAtom which represents a function symbol.
|
Term
Terms are the elemental building blocks of a term graph.
|
TermAtom
Base class for all the atomic types like function symbols and variables.
|
Variable
This is the base class for different types of variables.
|