|
Sparksee
6.0.2
|
Sparksee type identifier list. More...


Instance Methods | |
| (int) | - count |
| Number of elements in the list. More... | |
| (id) | - init |
| Constructor. More... | |
| (void) | - add: |
| Adds a Sparksee type identifier at the end of the list. More... | |
| (void) | - clear |
| Clears the list. | |
| (id) | - initWithArray: |
| Creates a new TypeList instance from the given array. | |
| (id) | - initWithNSEnumerator: |
| Creates a new TypeList instance from the given NSEnumerator. | |
| (STSTypeListIterator *) | - iterator |
| Gets a new TypeListIterator. | |
Sparksee type identifier list.
It stores a Sparksee node or edge type identifier list.
Use TypeListIterator to access all elements into this collection.
| - (void) add: | (int) | type |
Adds a Sparksee type identifier at the end of the list.
| type | [in] Sparksee type identifier. |
| - (int) count |
Number of elements in the list.
| - (id) init |
Constructor.
This creates an empty list.