DevEvalProduct.Rd
Package: R.devices
Class DevEvalProduct
character
~~|
~~+--
BasicObject
~~~~~~~|
~~~~~~~+--
DevEvalProduct
Directly known subclasses:
DevEvalFileProduct
public class DevEvalProduct
extends BasicObject
A DevEvalProduct represents a handle to the "product" returned by
devEval
().
DevEvalProduct(name=NULL, tags=NULL, type=NULL, ...)
The name and optional tags of the product.
The device type.
Not used.
The following (virtual; calculate on-the-fly) fields are available:
fullname
: the fullname of an image, e.g. 'foo,a,b'
name
: the part of the fullname before the first comma, e.g. 'foo'
tags
: the part of the fullname after the first comma, e.g. 'a,b'