expressionset-class {validate} | R Documentation |
Superclass for storing a set of rich expressions.
Description
Superclass for storing a set of rich expressions.
Details
This class is aimed at developers of this package or packages depending on
it, not at users. It is the parent object of both the validator
and the indicator
class.
An expressionset
is a reference class storing a list of
rule
s. It contains a number of methods that are not exported
and may change or dissapear without notice. We strongly encourage developers
to use the exported S4 generics to set or extract variables
Exported S4 methods for expressionset
Private S4 methods for expressionset
validating
linear
is_tran_assign
See also
[Package validate version 1.1.5 Index]