Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Satsuma.IDestroyableGraph Interface Reference

A graph which can destroy its nodes and arcs. More...

Inheritance diagram for Satsuma.IDestroyableGraph:
Satsuma.IClearable Satsuma.Supergraph Satsuma.CustomGraph

Public Member Functions

void Clear ()
 Reverts the object to its default state. More...
 
bool DeleteArc (Arc arc)
 Deletes a directed or undirected arc from the graph. More...
 
bool DeleteNode (Node node)
 Deletes a node from the graph. More...
 

Detailed Description

A graph which can destroy its nodes and arcs.

Definition at line 162 of file Graph.cs.

Member Function Documentation

void Satsuma.IClearable.Clear ( )
inherited
bool Satsuma.IDestroyableGraph.DeleteArc ( Arc  arc)

Deletes a directed or undirected arc from the graph.

Returns
true if the deletion was successful.

Implemented in Satsuma.Supergraph.

bool Satsuma.IDestroyableGraph.DeleteNode ( Node  node)

Deletes a node from the graph.

Returns
true if the deletion was successful.

Implemented in Satsuma.Supergraph.


The documentation for this interface was generated from the following file: