Package nltk :: Package sem :: Module logic :: Class ComplexType
[hide private]
[frames] | no frames]

type ComplexType

source code

object --+    
         |    
      Type --+
             |
            ComplexType
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, first, second) source code
 
__eq__(self, other) source code
 
matches(self, other) source code
 
resolve(self, other) source code
 
__str__(self) source code
 
str(self) source code

Inherited from Type: __hash__, __repr__

Method Details [hide private]

__init__(self, first, second)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)