getId.Process: Get the unique identifier of a Process object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the unique identifier of a Process object. The unique identifier is the concatenation of the class, the object name as returned by getName() and the object hash as returned by hashCode().

Usage

1
2
## S3 method for class 'Process'
getId(this, ...)

Arguments

this

A Process object.

...

Not used.

Value

A character vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Process.

Examples

1
2
3
4
5
6
7
8
	# create a Process object
	p<-Process()
	# get unique id
	getId(p)
	# get unique id via virtual field
	p$id

 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.