Sparksee 6.1.0
STSTypeList Class Reference

Sparksee type identifier list. More...

#include <Sparksee.h>

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

Instance Methods

(int) - count
 Number of elements in the list.
(id) - init
 Constructor.
(void) - add:
 Adds a Sparksee type identifier at the end of the list.
(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

◆ add:

- (void) add: (int) type

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

Parameters
type[in] Sparksee type identifier.

◆ count

- (int) count

Number of elements in the list.

Returns
Number of elements in the list.

References count.

Referenced by count.

◆ init

- (id) init

Constructor.

This creates an empty list.

References init.

Referenced by init.


The documentation for this class was generated from the following file:
  • Sparksee.h