nz.ac.waikato.mcennis.rat.graph
Class PostgresqlGraph

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.model.ModelShell
      extended by nz.ac.waikato.mcennis.rat.graph.DerbyGraph
          extended by nz.ac.waikato.mcennis.rat.graph.PostgresqlGraph
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, Graph, Listener, Model, ParsedObject

public class PostgresqlGraph
extends DerbyGraph

Sub-class of the DerbyGraph Object to work with postgresql databases

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nz.ac.waikato.mcennis.rat.graph.DerbyGraph
DerbyGraph.ActorIterator
 
Field Summary
 
Fields inherited from class nz.ac.waikato.mcennis.rat.graph.DerbyGraph
serialVersionUID
 
Fields inherited from class nz.ac.waikato.mcennis.rat.graph.model.ModelShell
listener
 
Constructor Summary
PostgresqlGraph()
          Creates a new instance of PostgresqlGraph
 
Method Summary
 void initializeDatabase()
          Performs Postgresql specific database initialization
 void startup()
          Performs postgresql initialization rather than DerbyGraph FIXME: initActor for postgresql is needed
 
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.DerbyGraph
add, add, add, add, add, addChild, anonymize, clear, close, commit, compareTo, deleteDatabase, finalize, getActor, getActor, getActor, getActorClass, getActorCount, getActorIterator, getActorIterator, getActorTypes, getChildren, getChildren, getChildrenIterator, getDirectory, getID, getLink, getLink, getLink, getLinkByDesinationIterator, getLinkByDestination, getLinkBySource, getLinkBySourceIterator, getLinkIterator, getLinkIterator, getLinkIterator, getLinkTypes, getParameter, getParameter, getParent, getPathSet, getPathSet, getPathSetIterator, getProperty, getProperty, getPropertyIterator, init, initActor, initLink, isInitialized, prepareStatement, prototype, publishChange, remove, remove, removeProperty, retrieveActor, setActorClass, setDirectory, setID
 
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.model.ModelShell
addListener, fireChange
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.model.Model
addListener
 

Constructor Detail

PostgresqlGraph

public PostgresqlGraph()
Creates a new instance of PostgresqlGraph

Method Detail

startup

public void startup()
             throws java.sql.SQLException
Performs postgresql initialization rather than DerbyGraph FIXME: initActor for postgresql is needed

Overrides:
startup in class DerbyGraph
Throws:
java.sql.SQLException

initializeDatabase

public void initializeDatabase()
                        throws java.sql.SQLException
Performs Postgresql specific database initialization

Overrides:
initializeDatabase in class DerbyGraph
Throws:
java.sql.SQLException

Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads