Description Class Hierarchy Constructor Slots Methods Author(s) Examples
The mtkValue class is a virtual class used to manage a triple (name, type, value).
mtkParameter, codemtkFeature
mtkValuesignature(name='unknown', type=”, val=NULL)
name:(character) the name of the variable.
type:(character) the type of the variable.
val:(ANY) the value of the variable in the right type. It may be a single value or a vector of values
getNamesignature( this = "mtkValue"): Returns the value of the slot "name".
getValuesignature( this = "mtkValue"): Returns the value of the slot "val".
getTypesignature(this = "mtkValue"): Returns the value of the slot "type".
setNamesignature(this = "mtkValue", name = "character"): Gives a new value to the slot "name".
setValuesignature(this = "mtkValue", type = "ANY"): Gives a new value to the slot "val".
setTypesignature(this = "mtkValue", type = "character"): Gives a new value to the slot "type".
showsignature( object = "mtkValue"): Prints a report of the data managed by the underlying object.
printsignature(x = "mtkValue"): Prints the information managed by the underlying object.
Juhui WANG, MIA-jouy, INRA
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.