| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
AbstractDrs --+
|
object --+ |
| |
logic.SubstituteBindingsI --+ |
| |
logic.Expression --+
|
DRS
A Discourse Representation Structure.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Replace all instances of variable v with expression E in self, where v is free in self.
|
Return a set of all the variables that are available to be replaced. This includes free (non-bound) variables as well as predicates.
See Also: Expression.variables() |
Return a set of all the free (non-bound) variables in self. Variables serving as predicates are not included.
See Also: Expression.free() |
Return the set of discourse referents in this DRS.
See Also: AbstractExpression.get_refs() |
Recursively visit sub expressions
See Also: Expression.visit() |
|
|
Defines equality modulo alphabetic variance. If we are comparing \x.M and \y.N, then check equality of M and N[x/y].
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:49 2011 | http://epydoc.sourceforge.net |