Feature results class

Feature results class

Details

Definition for the FeatureResults class.

See also

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 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 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 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.

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.