SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.gdb.AttributeList Class Reference

Sparksee attribute identifier list. More...

Public Member Functions

void Clear ()
 Clears the list.
 
 AttributeList (System.Collections.Generic.ICollection< int > col)
 Creates a new instance from an integer collection.
 
 AttributeList ()
 Constructor.
 
com.sparsity.sparksee.gdb.AttributeListIterator Iterator ()
 Gets a new AttributeListIterator.
 
 AttributeList (int[] list)
 Creates a new instance from an integer array.
 
int Count ()
 Number of elements in the list.
 
void Add (int attr)
 Adds a Sparksee attribute identifier at the end of the list.
 

Detailed Description

Sparksee attribute identifier list.

It stores a Sparksee attribute identifier list.

Use AttributeListIterator to access all elements into this collection.

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

Constructor & Destructor Documentation

com.sparsity.sparksee.gdb.AttributeList.AttributeList ( System.Collections.Generic.ICollection< int >  col)

Creates a new instance from an integer collection.

Parameters
colCollection to initialize the instance.
com.sparsity.sparksee.gdb.AttributeList.AttributeList ( )

Constructor.

This creates an empty list.

com.sparsity.sparksee.gdb.AttributeList.AttributeList ( int[]  list)

Creates a new instance from an integer array.

Parameters
listInteger array to initialize the instance.

Member Function Documentation

void com.sparsity.sparksee.gdb.AttributeList.Add ( int  attr)

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

Parameters
attr[in] Sparksee attribute identifier.
int com.sparsity.sparksee.gdb.AttributeList.Count ( )

Number of elements in the list.

Returns
Number of elements in the list.
com.sparsity.sparksee.gdb.AttributeListIterator com.sparsity.sparksee.gdb.AttributeList.Iterator ( )

Gets a new AttributeListIterator.

Returns
AttributeListIterator instance.