normalizeActionItem(ID = paste("normActionRef", guid(), sep = "_"),
name = paste("action", identifier(get(normalization)), sep = "_"),
parentView, normalization, workflow)
workFlow
for which a
view is to be created. guid
function. view
and normalization
objects,
respectively. normalizeActionItem
that is created inside the
workFlow
environment as a side effect of calling the
add
method.A normalizeActionItem
object for the constructor.add
method, which creates a
normalizeActionItem
from a normalization
object
and directly assigns it to a workFlow
. Alternatively,
one can use the normalizeActionItem
constructor function for
more programmatic access. normalization
:"fcNormalizationReference"
. A reference to the
normalization
object that is used for the
compensation operation. ID
:"character"
. A unique
identifier for the actionItem
. name
:"character"
. A more
human-readable nameparentView
:"fcViewReference"
. A reference to the parent
view
the normalizeActionItem
is applied on. env
:"environment"
. The
evaluation environment in the workFlow
. "actionItem"
, directly.signature(x = "normalizeActionItem")
: Print
details about the object. signature(symbol = "normalizeActionItem", envir =
"workFlow", subSymbol = "character")
: Remove a
normalizeActionItem
from a workFlow
. This
method is recursive and will also remove all dependent
views
and actionItems
. signature(object = "normalizeActionItem")
: Print
details about the object. normalizeActionItems
provide a means to bind normalization
operations like warping in a workflow. Each
normalizeActionItem
represents a single
normalization
.
workFlow
,
actionItem
,
gateActionItem
,
transformActionItem
,
compensateActionItem
,
view