publicFunction {aoos} | R Documentation |
Constructors for public members
Description
These functions are used internally. You should not rely on them. Use public
instead.
Usage
publicFunction(fun)
publicValue(x = NULL, validity = function(x) TRUE)
## S4 method for signature 'publicEnv'
x$name
Arguments
fun |
function definition |
x |
a default value |
validity |
an optional validity function for the set method. Returns TRUE or FALSE. |
name |
name of member in refernece object |
[Package aoos version 0.5.0 Index]