gEdge-class {graph}R Documentation

Class "gEdge"

Description

A very generic class for describing the edges of a graph.

Objects from the Class

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

Slots

edgeID:
Object of class "integer" a unique integer identifier for the edge.
edgeType:
Object of class "character" the type of edge.
weight:
Object of class "numeric" an edge weight.
bNode:
Object of class "integer" a beginning node for the edge.
eNode:
Object of class "integer" an ending node for the edge.

Methods

No methods defined with class "gEdge" in the signature.

Note

Based on GXL's definition of edges.

Author(s)

R. Gentleman

See Also

gNode-class

Examples

##---- Should be DIRECTLY executable !! ----

[Package Contents]