Objects from the Class
Objects are created internally, by parsing XML retrieved from ARR, and
are not created directly by the user. Slots
Objects have a variety of slots. To discover slot names and content
type, see the slotNames
portion of the example, below. Extends
Class "DTTCompatibility"
, directly.
Class "AffyCompatible"
, by class "DTTCompatibility", distance 2.Methods
'Accessor' methods are defined on auto-generated classes to access slot
content. Accessors are apparent from displaying the object; each line of the
display is of the form accessor: content
. To retrieve the
content of an instance object
, invoke accessor(object)
. Some objects contains several instances of another object. These
'typed associations' are represented by the
.TypedAssociation
class, and are navigated or
subset as one would a standard R vector, e.g., using [
,
[[
. A useful paradigm for displaying all instances is
illustrated in the vignette.