$,AbstractCategory-method: Access Category fields directly
Description
Don't do this. Instead, use the category setters.
Usage
# S4 method for AbstractCategory
$(x, name)# S4 method for AbstractCategory
$(x, name) <- value
Arguments
value
a value for that field to update
Value
$
returns the value of the desired field. Setter
returns x
duly modified.