LigatureCollection Members

LigatureCollection Overview



Constructors

New(Ligature[]) Starts a new LigatureCollection with an Array of Ligatures; add RootSA explicitly!
New(Ligature) Starts a new LigatureCollection with its first element
New() Plain vanilla constructor
New(SheetOfAssertion) Starts a new LigaturekCollection with a reference to the RootSA

Public Properties

Item Default Property of this Collection
RootSA The Root of the Graph-tree

Public Methods

Add Adds a Ligature to this Collection and Returns its position
AddAt Adds a Ligature to this Collection at a given position
AddIfNew Adds a Ligature to this Collection and Returns its position if it isn not already there; else, Returns its position
AddRange (LigatureCollection) Adds a LigatureCollection to this Collection
AddRange (Ligature[]) Adds an Array of Ligatures to this Collection
Clone Creates a Shallow Copy of this Collection
Contains Returns True iff this Collection Contains a given Ligature
IndexOf Returns The Index of Lig if found in the list; otherwise, -1
Remove Removes a given Ligature from this Collection
ToArray Converts this Collection to an Array of Ligatures
ToString (Boolean) Returns a String Representing this LigatureCollection; has option of printing on Multiple Lines
ToString () Returns a String Representing this LigatureCollection