Graph
:
object
A graphical display of facts and links
Method
public
Graph
.
Constructor
(
realm
=
null
)
public
void
Graph
.
AddNodes
(
facts
,
int
depth
)
Add nodes with an array or query
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
GraphEdge
[]
Graph
.
Edges
Returns an array of graph edges
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
int
Graph
.
LinkCount
Returns the number of edges
public
int
Graph
.
NodeCount
Returns the number of nodes
public
GraphNode
[]
Graph
.
Nodes
Returns an array of graph nodes