DBVIEW
org.dbview.databaseExporters.dot.DotLight Class Reference
Inheritance diagram for org.dbview.databaseExporters.dot.DotLight:
Collaboration diagram for org.dbview.databaseExporters.dot.DotLight:

List of all members.

Public Member Functions

 DotLight (ArrayList< Table > in_tables, Database in_db)
String export (Hashtable< String, Object > in_options) throws Exception

Protected Member Functions

String _relationColor (int in_table_to_table_relation_type) throws Exception

Protected Attributes

ArrayList< Table_tables = null
Database _db = null

Detailed Description

This class implements the export to DOT, with a low level of details.

See also:
AbstractDatabaseExporter
Author:
Denis Beurive

Definition at line 37 of file DotLight.java.


Constructor & Destructor Documentation

org.dbview.databaseExporters.dot.DotLight.DotLight ( ArrayList< Table in_tables,
Database  in_db 
)

Create the exporter.

Parameters:
in_tablesList of tables to export.
in_dbHandle to the database.

Definition at line 44 of file DotLight.java.


Member Function Documentation

String org.dbview.databaseExporters.dot.AbstractDatabaseExporter._relationColor ( int  in_table_to_table_relation_type) throws Exception [protected, inherited]

This method returns the color to apply to a given edge, given the type of the table to table relation.

Parameters:
in_table_to_table_relation_typeThe type of the relation.
Returns:
The method returns the color to apply to a given edge.
Exceptions:
Exception

Definition at line 75 of file AbstractDatabaseExporter.java.

Referenced by org.dbview.databaseExporters.dot.DotLight.export(), org.dbview.databaseExporters.dot.DotMedium.export(), and org.dbview.databaseExporters.dot.DotFull.export().

String org.dbview.databaseExporters.dot.DotLight.export ( Hashtable< String, Object >  in_options) throws Exception [virtual]

This method exports the given tables, from the given database.

Parameters:
in_optionsOptions. Options may be:
  • "layout"
Returns:
The method returns a string that represents the DOT representation.
Exceptions:
Exception

Implements org.dbview.databaseExporters.dot.AbstractDatabaseExporter.

Definition at line 59 of file DotLight.java.


Member Data Documentation

List of table to export. Please note that the property's value may be null. If the property's value is null, then all tables of the database are exported.

Definition at line 41 of file AbstractDatabaseExporter.java.

Referenced by org.dbview.databaseExporters.dot.AbstractDatabaseExporter.AbstractDatabaseExporter(), org.dbview.databaseExporters.dot.DotLight.export(), org.dbview.databaseExporters.dot.DotMedium.export(), and org.dbview.databaseExporters.dot.DotFull.export().


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