BlockEdgeProto-class {dynamicGraph}R Documentation

Class "BlockEdgeProto"

Description

The class for edges between blocks and for edges between vertices and blocks.

Objects from the Class

Objects can be created by calls of the form new("BlockEdgeProto", ...).

Slots

oriented:
Object of class "logical", see "VertexEdgeProto".
vertex.indices:
Object of class "numeric", see "EdgeProto".
width:
Object of class "numeric", see "EdgeProto".
color:
Object of class "character", see "EdgeProto".
label:
Object of class "character", see "EdgeProto".
label.position:
Object of class "numeric", see "EdgeProto".

Extends

Class "EdgeProto", directly. Class "NodeProto", by class "EdgeProto".

Methods

nodeTypesOfEdge
signature(object = "BlockEdgeProto"): Extract the types ("super classes": "Vertex" or "Block") of the vertices (nodes) of the edge.
oriented<-
signature(x = "BlockEdgeProto"): ...
oriented
signature(object = "BlockEdgeProto"): ...

Author(s)

Jens Henrik Badsberg

See Also

newBlockEdge, returnBlockEdgeList, EdgeProto-class.


[Package Contents]