as.character.ToleranceSubstitution: Return the character representation of a ToleranceSubstitution object
Description
Return the character representation of a ToleranceSubstitution object.
The character representation is the object id as returned by the
getId.Process method defined in the parent class.
Usage
# S3 method for ToleranceSubstitution
as.character(x, ...)
# NOT RUN {# create a ToleranceSubstitution object p<-ToleranceSubstitution(name="MySubst")
# get character representationas.character(p)
# the same implicitly p
# }