distrEx (version 2.7.0)

Condition-class: Conditions

Description

The class of conditions.

Arguments

Objects from the Class

Objects can be created by calls of the form new("Condition", ...).

Slots

name

Object of class "character": name of the condition

Methods

name

signature(object = "Condition"): accessor function for slot name.

name<-

signature(object = "Condition"): replacement function for slot name.

See Also

UnivariateCondDistribution-class

Examples

Run this code
# NOT RUN {
new("Condition")
# }

Run the code above in your browser using DataLab