DiscreteVertexProto-class {dynamicGraph}R Documentation

Class "DiscreteVertexProto"

Description

The class for vertices for discrete variables.

Objects from the Class

Objects can be created by calls of the form new("DiscreteVertexProto", ...). Objects has the methods for extracting and setting the slots for vertices, and the method for drawing the vertex.

Slots

name:
Object of class "character", see "VertexProto".
index:
Object of class "numeric", see "VertexProto".
position:
Object of class "numeric", see "VertexProto".
blockindex:
Object of class "numeric", see "VertexProto".
stratum:
Object of class "numeric", see "VertexProto".
color:
Object of class "character", see "VertexProto".
label:
Object of class "character", see "VertexProto".
label.position:
Object of class "numeric", see "VertexProto".

Extends

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

Methods

draw
signature(object = "DiscreteVertexProto"): Method for drawing the vertex. The symbol will be a 'd'ot for 'd'iscrete variable.

Author(s)

Jens Henrik Badsberg

See Also

newVertex, returnVertexList, VertexProto-class.


[Package Contents]