FeatureResults: Feature results class

FeatureResultsR Documentation

Feature results class

Description

Feature results class

Feature results class

Details

Definition for the FeatureResults class.

Public fields

id

character value.

feature

Feature object.

status

logical value.

current

numeric value.

goal

numeric value.

held

numeric value.

Methods

Public methods


Method new()

Create a new FeatureResults object.

Usage
FeatureResults$new(id, feature, held)
Arguments
id

character value.

feature

Feature value.

held

character value.

Returns

A new FeatureResults object.


Method print()

Print the object.

Usage
FeatureResults$print(...)
Arguments
...

not used.


Method repr()

Generate a character summarizing the representation of the object.

Usage
FeatureResults$repr(start = "[", end = "]")
Arguments
start

character symbol used to start the setting list. Defaults to "[".

end

character symbol used to start the setting list. Defaults to "]".

Returns

character value.


Method clone()

The objects of this class are cloneable with this method.

Usage
FeatureResults$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

new_feature_results().


NCC-CNC/wheretowork documentation built on Feb. 27, 2025, 6:11 p.m.