|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.schemaspy.view.DotFormatter
public class DotFormatter
Format table data into .dot format to feed to GraphVis' dot program.
| Method Summary | |
|---|---|
static DotFormatter |
getInstance()
|
void |
writeAllRelationships(Collection tables,
boolean compact,
boolean details,
WriteStats stats,
LineWriter dot)
|
void |
writeAllRelationships(Table table,
boolean twoDegreesOfSeparation,
WriteStats stats,
LineWriter dot)
Write implied relationships associated with the given table |
void |
writeOrphan(Table table,
LineWriter dot)
|
void |
writeRealRelationships(Collection tables,
boolean compact,
boolean details,
WriteStats stats,
LineWriter dot)
|
void |
writeRealRelationships(Table table,
boolean twoDegreesOfSeparation,
WriteStats stats,
LineWriter dot)
Write all relationships (including implied) associated with the given table |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DotFormatter getInstance()
public void writeRealRelationships(Table table,
boolean twoDegreesOfSeparation,
WriteStats stats,
LineWriter dot)
throws IOException
IOException
public void writeAllRelationships(Table table,
boolean twoDegreesOfSeparation,
WriteStats stats,
LineWriter dot)
throws IOException
IOException
public void writeRealRelationships(Collection tables,
boolean compact,
boolean details,
WriteStats stats,
LineWriter dot)
throws IOException
IOException
public void writeAllRelationships(Collection tables,
boolean compact,
boolean details,
WriteStats stats,
LineWriter dot)
throws IOException
IOException
public void writeOrphan(Table table,
LineWriter dot)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||