| Trees | Indices | Help |
|
|---|
|
|
object --+
|
UnificationResultBase
Class for the object returned as the result of unification. This just bundles together the various bits of information that you might need to get at after performing unification. It should be subclassed to add information specific to the formalism.
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Most types of unification will require some mapping of variable names to be applied to ensure they don't get clobbered. The unification result should store all these mappings and supply this method to apply them all at once to a category. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |