Package nltk :: Package sem :: Module boxer :: Class BoxerEvent
[hide private]
[frames] | no frames]

type BoxerEvent

source code

      object --+    
               |    
AbstractBoxerDrs --+
                   |
                  BoxerEvent

Instance Methods [hide private]
 
__init__(self, var) source code
 
_variables(self)
Returns: (set<variables>, set<events>, set<propositions>)
source code
 
__repr__(self) source code
 
__eq__(self, other) source code

Inherited from AbstractBoxerDrs: __hash__, atoms, clean, renumber_sentences, variable_types, variables

Inherited from AbstractBoxerDrs (private): _clean_name

Method Details [hide private]

__init__(self, var)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

_variables(self)

source code 
Returns:
(set<variables>, set<events>, set<propositions>)
Overrides: AbstractBoxerDrs._variables
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)