Package nltk :: Module featstruct :: Class FeatureValueUnion
[hide private]
[frames] | no frames]

Class FeatureValueUnion

source code

                   object --+        
                            |        
sem.logic.SubstituteBindingsI --+    
                                |    
       SubstituteBindingsSequence --+
                                    |
                       object --+   |
                                |   |
                        frozenset --+
                                    |
                                   FeatureValueUnion

A base feature value that represents the union of two or more FeatureValueSets or Variables.

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code

Inherited from SubstituteBindingsSequence: subst, substitute_bindings, variables

Inherited from frozenset: __and__, __cmp__, __contains__, __eq__, __ge__, __getattribute__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __or__, __rand__, __reduce__, __ror__, __rsub__, __rxor__, __sub__, __xor__, copy, difference, intersection, issubset, issuperset, symmetric_difference, union

Inherited from object: __delattr__, __init__, __reduce_ex__, __setattr__, __str__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, values) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, values)
Static Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: frozenset.__new__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: frozenset.__repr__
(inherited documentation)