Macaulay2 » Documentation
Packages » Chordal :: ChordalNetNode
next | previous | forward | backward | up | index | toc

ChordalNetNode -- a node of a chordal network

Description

This type represents a node of a chordal network.

Each node of the network has the following properties: These properties can be accessed with the functions: gens, ineqs, rank, label

The incoming/outgoing arcs of a node can be obtained as

See also

Methods that use an object of class ChordalNetNode:

  • children(ChordalNetNode)
  • generators(ChordalNetNode)
  • ineqs(ChordalNetNode)
  • label(ChordalNetNode)
  • net(ChordalNetNode)
  • parents(ChordalNetNode)
  • rank(ChordalNetNode)

For the programmer

The object ChordalNetNode is a type, with ancestor classes MutableHashTable < HashTable < Thing.


The source of this document is in Chordal/ChordalDoc.m2:343:0.