| Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.semantics.lambdacalc.LogicalForm --+
|
base.semantics.lambdacalc.Terminal --+
|
base.semantics.lambdacalc.Literal --+
|
object --+ |
| |
base.semantics.temporal.Temporal --+
|
Predicate
Superclass of literal predicates (such as leftonto).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
timed_object = True
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Builds a basic logical form object for a literal.
|
This should be overridden by subclasses.
|
str(x)
|
Returns a string that should be used as the str representation of this predicate when it's used in a function application: e.g. leftonto(...) |
This should be overridden by subclasses.
|
Should be overridden by subclasses. Sets the start time of this logical form. This is different to just setting the time property: using set_time() may pass the time property down to its children if that is appropriate for the semantic type. It is also distinct from set_all_times(), which recursively sets the time on all children. This must be provided by all subclasses.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |