Package | Description |
---|---|
at.jku.risc.stout.hoau.data |
This package contains the classes which are needed to build up the term tree
and the
DataStructureFactory which
instantiates common data structures like List s,
Map s, Set s. |
at.jku.risc.stout.hoau.data.atom |
Modifier and Type | Class and Description |
---|---|
class |
Hedge
|
class |
LambdaHedge
A LambdaHedge is a list of TermNodes.
|
class |
TermNode
|
Modifier and Type | Class and Description |
---|---|
class |
BoundVariable
A bound variable is special type of Variable which stores it's
origin name because it may be renamed by alpha conversion.
|
class |
Function
A TermAtom which represents a function symbol.
|
class |
Lambda
A TermAtom which represents a lambda binding.
|
class |
TermAtom
Base class for all the atomic types like function symbols and variables.
|
class |
Variable
A TermAtom which represents a variable.
|