DBVIEW
org.dbview.db.structure.JgraphtTableToTableEdge Class Reference
Inheritance diagram for org.dbview.db.structure.JgraphtTableToTableEdge:
Collaboration diagram for org.dbview.db.structure.JgraphtTableToTableEdge:

List of all members.

Public Member Functions

 JgraphtTableToTableEdge ()
Table getSource ()
Table getTarget ()
String toString ()

Static Private Attributes

static final long serialVersionUID = 2L

Detailed Description

This class implements a specific type of edge for the library JgraphT.

See also:
http://www.jgrapht.org/
Author:
Denis Beurive

Definition at line 28 of file JgraphtTableToTableEdge.java.


Constructor & Destructor Documentation

org.dbview.db.structure.JgraphtTableToTableEdge.JgraphtTableToTableEdge ( )

Build a new edge from a given table to a given table.

Remarks:
Please note that this constructor can take any number of argument. You can add all properties you need in the edge. Edges are created explicitly: g.addEdge(table, target, new JgraphtEdge<Table>(...))

Definition at line 44 of file JgraphtTableToTableEdge.java.


Member Function Documentation

Table org.dbview.db.structure.JgraphtTableToTableEdge.getSource ( )

Return the starting point of the edge. This is a table.

Returns:
The method returns the starting point of the edge.

Definition at line 53 of file JgraphtTableToTableEdge.java.

Referenced by org.dbview.db.structure.JgraphtTableToTableEdge.toString().

Table org.dbview.db.structure.JgraphtTableToTableEdge.getTarget ( )

Return the ending point of the edge. This is a table.

Returns:
The method returns the ending point of the edge.

Definition at line 59 of file JgraphtTableToTableEdge.java.

Referenced by org.dbview.db.structure.JgraphtTableToTableEdge.toString().

String org.dbview.db.structure.JgraphtTableToTableEdge.toString ( )

Return a textual representation of the edge.

Returns:
The method returns a textual representation of the edge.

Definition at line 65 of file JgraphtTableToTableEdge.java.


Member Data Documentation

This value represents the version of the current class.

Remarks:
Please note that this serial number is only important when the class is serialized, which is not the case here. It is defined in order to avoid waning messages during compilation.

Definition at line 35 of file JgraphtTableToTableEdge.java.


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