IdenSingleRule-class: Class '"IdenSingleRule"'

Description Objects from the Class Slots Extends Methods See Also Examples

Description

A class for rules which do not modify input. This class can be seen as a basic building block. Objects of this class inherit from SingleRule.

Objects from the Class

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

Slots

previousRule:

Object of class "SingleRule" - a rule that will be executed before IdenSingleRule (this is an argument used to combine different rules together)

.S3Class:

Object of class "character" - S3 methods apply to this object

Extends

Class "SingleRule", directly.

Methods

calculateSpecific

signature(x = "IdenSingleRule", y = "numeric", z = "ANY"): ...

See Also

calculate, SingleRule, DoubleRule, createSR, createDR

Examples

1
2
m<-new("IdenSingleRule")
print(m)

ruleR documentation built on May 2, 2019, 5:49 p.m.