next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Graphs
::
MixedGraph
MixedGraph -- The data type for a mixed graph consisting of a Graph, Digraph, Bigraph.
Description
The Graph or the Bigraph may be empty.
Methods that use an object of class MixedGraph :
bigraph(MixedGraph)
(missing documentation)
children(MixedGraph,Thing)
(missing documentation)
collateVertices(MixedGraph)
(missing documentation)
descendents(MixedGraph,Thing), see
descendents
-- Returns the descendents of a node in a digraph or mixed graph.
digraph(MixedGraph)
(missing documentation)
foreFathers(MixedGraph,Thing)
(missing documentation)
graph(MixedGraph)
(missing documentation)
neighbors(MixedGraph,Thing)
(missing documentation)
net(MixedGraph)
(missing documentation)
nondescendents(MixedGraph,Thing)
(missing documentation)
nonneighbors(MixedGraph,Thing)
(missing documentation)
parents(MixedGraph,Thing)
(missing documentation)
toString(MixedGraph)
(missing documentation)
vertices(MixedGraph), see
vertices
-- Returns the vertices of any type of grpah. .
For the programmer
The object
MixedGraph
is
a
type
, with ancestor classes
HashTable
<
Thing
.