Description Slots Extends Constructor Methods Author(s) See Also Examples
FLFleets
is a class that extends list
through FLlst
but implements a set of features that give a little bit more structure to list objects. The elements of FLFleets
must all be of class FLFleet
. It implements a lock mechanism that, when turned on, does not allow the user to increase or decrease the object length.
The data. list
.
Names of the list elements. character
.
Description of the object. character
.
Lock mechanism, if turned on the length of the list can not be modified by adding or removing elements. logical
.
FLlst list
The FLFleets(object)
constructor method allows simple creation of new FLFleets with the methods described below.
create a FLFleets object from a set of FLFleet objects
create a FLFleets object as a void list for future use
create a FLFleets object from a list of FLFleet objects
All methods are inherited.
The FLR Team
FLFleets FLlst, list
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.