Description Slots Extends Constructor Methods Author(s) See Also Examples
FLCatches
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 FLCatches
must all be of class FLCatch
. 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 FLCatches(object)
constructor method allows simple creation of new FLCatches with the methods described below.
create a FLMetiers object from a set of FLMetier objects
create a FLMetiers object as a void list for future use
create a FLMetiers object from a list of FLMetier objects
Accessor method for the catch slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the catch.n slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the catch.wt slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the discards slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the discards.n slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the discards.wt slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the landings slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the landings.n slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the landings.wt slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the catch.q slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Accessor method for the price slots. Returns an object of class FLQuants
.
signature(object=FLCatches)
Conversion method of a FLFleet object from a FLCatches object
signature(object=FLCatches)
Conversion method of a FLMetier object from a FLCatches object
signature(catches=FLCatches)
The FLR Team
catch, catch.n, catch.wt, discards, discards.n, discards.wt, FLFleet, FLMetier, landings, landings.n, landings.wt, price, FLlst, list
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.