SparkseePython
6.0.2
|
Sparksee type identifier list. More...
Public Member Functions | |
def | clear (self) |
Clears the list. | |
def | __iter__ (self) |
Gets a new TypeListIterator. More... | |
def | iterator (self) |
Gets a new TypeListIterator. More... | |
def | __init__ (self) |
Constructor. More... | |
def | count (self) |
Number of elements in the list. More... | |
def | add (self, type) |
Adds a Sparksee type identifier at the end of the list. More... | |
Sparksee type identifier list.
It stores a Sparksee node or edge type identifier list.
Use TypeListIterator to access all elements into this collection.
def sparksee.TypeList.__init__ | ( | self | ) |
Constructor.
This creates an empty list.
def sparksee.TypeList.__iter__ | ( | self | ) |
Gets a new TypeListIterator.
def sparksee.TypeList.add | ( | self, | |
type | |||
) |
def sparksee.TypeList.count | ( | self | ) |
Number of elements in the list.
def sparksee.TypeList.iterator | ( | self | ) |
Gets a new TypeListIterator.