Sparksee  6.0.2
STSTypeList Class Reference

Sparksee type identifier list. More...

Inheritance diagram for STSTypeList:
Inheritance graph
Collaboration diagram for STSTypeList:
Collaboration graph

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.
 

Detailed Description

Sparksee type identifier list.

It stores a Sparksee node or edge type identifier list.

Use TypeListIterator to access all elements into this collection.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Method Documentation

- (void) add: (int)  type

Adds a Sparksee type identifier at the end of the list.

Parameters
type[in] Sparksee type identifier.
- (int) count

Number of elements in the list.

Returns
Number of elements in the list.
- (id) init

Constructor.

This creates an empty list.


The documentation for this class was generated from the following file: