FLFleets-class: Class FLFleets

Description Slots Extends Constructor Methods Author(s) See Also Examples

Description

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.

Slots

.Data

The data. list.

names

Names of the list elements. character.

desc

Description of the object. character.

lock

Lock mechanism, if turned on the length of the list can not be modified by adding or removing elements. logical.

Extends

FLlst list

Constructor

The FLFleets(object) constructor method allows simple creation of new FLFleets with the methods described below.

signature(object=ANY) :

create a FLFleets object from a set of FLFleet objects

signature(object=missing) :

create a FLFleets object as a void list for future use

signature(object=list) :

create a FLFleets object from a list of FLFleet objects

Methods

All methods are inherited.

Author(s)

The FLR Team

See Also

FLFleets FLlst, list

Examples

1
2
3
data(bt4)
is(bt4)
summary(FLFleets(Fleet1=bt4, Fleet2=bt4))

FLCore documentation built on May 2, 2019, 5:46 p.m.