net.sourceforge.schemaspy.view
Class DotNode

java.lang.Object
  extended by net.sourceforge.schemaspy.view.DotNode

public class DotNode
extends Object


Constructor Summary
DotNode(Table table, boolean showColumns, String path)
          Create a DotNode and specify whether it displays its columns.
DotNode(Table table, String path)
          Create a DotNode that is a focal point of a graph
 
Method Summary
 void excludeColumn(TableColumn column)
           
 Table getTable()
           
 boolean isDetailed()
           
 void setShowImplied(boolean showImplied)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DotNode

public DotNode(Table table,
               String path)
Create a DotNode that is a focal point of a graph

Parameters:
table - Table
path - String

DotNode

public DotNode(Table table,
               boolean showColumns,
               String path)
Create a DotNode and specify whether it displays its columns.

Parameters:
table - Table
showColumns - boolean
path - String
Method Detail

isDetailed

public boolean isDetailed()

setShowImplied

public void setShowImplied(boolean showImplied)

getTable

public Table getTable()

excludeColumn

public void excludeColumn(TableColumn column)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2010. All Rights Reserved.