name.angoca.db2sa.grammarReader.api
Class AbstractBadConstructorGrammarReader

Package class diagram package AbstractBadConstructorGrammarReader
java.lang.Object
  extended by name.angoca.db2sa.grammarReader.api.AbstractGrammarReader
      extended by name.angoca.db2sa.grammarReader.api.AbstractBadConstructorGrammarReader

public abstract class AbstractBadConstructorGrammarReader
extends AbstractGrammarReader

Class for tests.

Control Version

Version:
1.0.0 2009-11-17
Author:
Andres Gomez Casanova (AngocA)

Constructor Summary
AbstractBadConstructorGrammarReader(Graph graph, String filename)
          Default constructor.
 
Method Summary
 String getDelimiters()
           
 StartingNode getStartingNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBadConstructorGrammarReader

public AbstractBadConstructorGrammarReader(Graph graph,
                                           String filename)
Default constructor.

Parameters:
graph - Nothing
filename - Nothing
Method Detail

getDelimiters

public String getDelimiters()
                     throws DelimitersIncorrectlyDefinedException
Specified by:
getDelimiters in class AbstractGrammarReader
Throws:
DelimitersIncorrectlyDefinedException

getStartingNode

public StartingNode getStartingNode()
                             throws AbstractDB2SAException
Specified by:
getStartingNode in class AbstractGrammarReader
Throws:
AbstractDB2SAException


Andres Gomez Casanova (AngocA) 2009-2010 Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.