| Home | Trees | Index | Help |
|
|---|
| Package Modeling :: Module SortOrdering :: Class SortOrdering |
|
| Method Summary | |
|---|---|
__init__(self,
key,
operator)
| |
key(self)
| |
operator(self)
| |
Sorts array with respect to the list of sort commands supplied in sortOrderings. (Static method) | |
Alternate constructor for a L{SortOrdering} (Static method) | |
| Class Variable Summary | |
|---|---|
tuple |
__implements__ = (<class Modeling.interfaces.SortOrderin...
|
| Static Method Details |
|---|
sortedArrayUsingKeyOrderArray(array, sortOrderings)Sorts array with respect to the list of sort commands supplied in sortOrderings. Object's values are accessed using L{SortOrdering}.key and L{KeyValueCoding.valueForKeyPath}.
@parameter sortOrderings: a sequence of L{SortOrdering} commands. @return: the sorted array |
sortOrderingWithKey(key, operator)Alternate constructor for a L{SortOrdering} |
| Class Variable Details |
|---|
__implements__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 | http://epydoc.sf.net |