Package diva.graph.modular
The diva.graph.modular package.
- Since:
- Ptolemy II 0.2
-
Interface Summary Interface Description CompositeModel Models of composite object.CompositeNode A node that is also a graph, i.e.CompositeNodeModel A graph is an object that contains nodes and edges.Edge An edge is an object that is contained by a graph and connects nodes.EdgeModel An edge is an object that is contained by a graph and connects nodes.Graph A graph is an object that contains nodes and edges.MutableCompositeNodeModel A graph is an object that contains nodes and edges.MutableEdgeModel An edge is an object that is contained by a graph and connects nodes.MutableNodeModel A node is an object that is contained by a graph and is connected to other nodes by edges.Node A node is an object that is contained by a graph and is connected to other nodes by edges.NodeModel A node is an object that is contained by a graph and is connected to other nodes by edges. -
Class Summary Class Description BasicModularGraphModel A modular implementation of the graph model, whereby users with heterogeneous graphs can implement the graph model interface by implementing the simple interfaces of Graph, Node, CompositeNode, and Edge.BasicModularGraphModel.BasicEdgeModel BasicModularGraphModel.BasicNodeModel ModularGraphModel A modular implementation of the graph model, whereby users with heterogeneous graphs can implement the graph model interface by implementing the simple interfaces of Graph, Node, CompositeNode, and Edge.MutableModularGraphModel A modular implementation of the graph model, whereby users with heterogeneous graphs can implement the graph model interface by implementing the simple interfaces of Graph, Node, CompositeNode, and Edge.