BlockProto-class {dynamicGraph} | R Documentation |
The class for blocks.
Objects can be created by calls of the form new("BlockProto", ...)
.
stratum
:"numeric"
,
the stratum
of the block. index
:"numeric"
with (minus) the index
of the block,
the position of the block in a block list. ancestors
:"numeric"
.
Integer vector for the ancestor
blocks of the block. descendants
:"numeric"
.
Integer vector for the descendants
blocks of the block.
The slot with the descendant
blocks is set after the creation of the block. position
:"matrix"
,
the position
of the block, the two diagonal opposite corners. closed
:"logical"
,
if TRUE then the block is closed, e.i. drawn as a "vertex". visible
:"logical"
,
if TRUE then the block is drawn, else it is hidden in a closed block. color
:"character"
, see "NodeProto"
. label
:"character"
, see "NodeProto"
. label.position
:"numeric"
, see "NodeProto"
.
Class "NodeProto"
, directly.
signature(x = "BlockProto")
: ... signature(object = "BlockProto")
: ... signature(x = "BlockProto")
: ... signature(object = "BlockProto")
: ... signature(x = "BlockProto")
: ... signature(object = "BlockProto")
: ... signature(object = "BlockProto")
:
Method for drawing the closed block. signature(x = "BlockProto")
: ... signature(object = "BlockProto")
: ... signature(object = "BlockProto")
:
Extract the label of the block. signature(x = "BlockProto")
: ... signature(object = "BlockProto")
: ... signature(x = "BlockProto")
: ... signature(object = "BlockProto")
: ... signature(x = "BlockProto")
: ... signature(object = "BlockProto")
: ... Jens Henrik Badsberg
newBlock
,
setBlocks
,
setTreeBlocks
,
NodeProto-class
.