BaseFileParameters {aroma.Base}R Documentation

The BaseFileParameters class extending BaseFileSection

Description

Package: aroma.Base
Class BaseFileParameters

Object
~~|
~~+--BaseFileSection
~~~~~~~|
~~~~~~~+--BaseFileParameters

Directly known subclasses:

public static class BaseFileParameters
extends BaseFileSection

Usage

BaseFileParameters(section=NULL, ...)

Arguments

section A section list structure.
... Not used.

Fields and Methods

Methods:
as.character Gets a string description of BASE parameters.
attachParameters Assigns the parameters of a BASE parameters section locally.
getParameter Gets one parameter from a BASE parameters section.
getParameters Gets parameters from a BASE parameters section.
getPluginVersion Gets the plugin version of a BASE parameters section.
nbrOfParameters Gets the number of parameters in a BASE parameters section.

Methods inherited from BaseFileSection:
addColumn, as.character, as.list, equals, getColumns, getData, getDataByKeys, getHeader, getHeaders, getType, hasColumns, hasData, hasHeaders, nbrOfHeaders, print, setColumns, setData, setDataFieldByKeys, setHeader, setType, sizeOfData, validate

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

BaseFile.


[Package aroma.Base version 0.4.8 Index]