Package ptolemy.graph

Graph classes.

See:
          Description

Interface Summary
CPO An interface defining the operations on complete partial order (CPO).
InequalityTerm An interface for a term in an inequality over a CPO.
 

Class Summary
DirectedAcyclicGraph A directed acyclic graph (DAG).
DirectedGraph A directed graph.
Edge A weighted or unweighted edge for a directed or undirected graph.
Element A base class for graph elements (nodes and edges).
ElementList A list of graph elements.
Graph A graph with optionally-weighted nodes and edges.
Inequality An inequality over a CPO.
InequalitySolver An algorithm to solve a set of inequality constraints.
InequalitySolver.Info  
LabeledList A list of unique objects (elements) with a mapping from the elements into consecutive integer labels.
Node An optionally-weighted node for an undirected or directed graph.
 

Exception Summary
GraphActionException Exception for graph action errors.
GraphConstructionException The exception of modifying graph elements in wrong ways.
GraphElementException The exception of accessing graph elements in wrong ways.
GraphException Base exception for graph errors.
GraphInvalidStateException Exception for graph invalid state action errors.
GraphStateException The exception of computing a function of graph with wrong states.
GraphTopologyException The exception thrown due to incorrect graph topology.
GraphWeightException Exception for unweighted graphs or graphs with improper weights.
 

Package ptolemy.graph Description

Graph classes.

Since:
Ptolemy II 0.2