RelationStep | R Documentation |
RelationStep
RelationStep
R6Class
object, super class ModelStep
, sub classes DataStep
, MeltStep
, JoinStep
, WizardStep
, CrossTabStep
, GroupStep
, InStep
, OutStep
, TableStep
, NamespaceStep
.
tercenApi::Base
-> tercenApi::IdObject
-> tercenApi::Step
-> tercenApi::ModelStep
-> RelationStep
groupId
of type String inherited from super class Step
.
name
of type String inherited from super class Step
.
id
of type String inherited from super class IdObject
.
inputs
list of class InputPort
inherited from super class Step
.
outputs
list of class OutputPort
inherited from super class Step
.
rectangle
object of class Rectangle
inherited from super class Step
.
state
object of class StepState
inherited from super class Step
.
groupId
of type String inherited from super class Step
.
name
of type String inherited from super class Step
.
id
of type String inherited from super class IdObject
.
inputs
list of class InputPort
inherited from super class Step
.
outputs
list of class OutputPort
inherited from super class Step
.
rectangle
object of class Rectangle
inherited from super class Step
.
state
object of class StepState
inherited from super class Step
.
new()
RelationStep$new(json = NULL)
init()
RelationStep$init()
initJson()
RelationStep$initJson(json)
toTson()
RelationStep$toTson()
clone()
The objects of this class are cloneable with this method.
RelationStep$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.