| Trees | Indices | Help |
|
|---|
|
|
object --+
|
LogicalForm --+
|
DummyLogicalForm
A logical form that doesn't really represent anything, but implements the full interface of LogicalForm. You shouldn't use this class or even subclass it, as it essentially just bypasses the interface's requirements on subclasses.
It's useful for getting a formalism off the ground before you've got as far as implementing the semantics.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses. It should replace the LogicalForm old_lf with new_lf if it appears as an immediate constituent of this LogicalForm.
|
This should be overridden by subclasses. This method returns a list of all the variables used in this LF. This includes bound and unbound variables. (Only unbound variables need to be alpha-converted to avoid accidental binding, but we will convert bound variables too for readability.) Note that this only contains one instance of each variable, not every occurrence.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
str(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |