Package name.angoca.db2sa.core.syntax.graph

Package class diagram package name.angoca.db2sa.core.syntax.graph
In this package are all the classes that make the grammar representation.

See:
          Description

Class Summary
EndingToken This token represents the last token in the grammar (the ending node in the graph.) All the possible ways ends in this token.
Control Version
0.0.1 Class creation. 0.0.2 Recommendations from PMD. 0.0.3 Change constant value. 0.0.4 Starting and ending token as constants. 0.0.5 Equals from super. 0.0.6 Equals different super. 1.0.0 Moved to version 1.
GraphConstructor This class builds the graph from the content of the files.
GraphToken This is the representation of a word in the grammar graph.
HelpToken This token shows a little help with the simple commands.
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
LicenseToken This token represents the information about the application, like the About if GUIs.
db2sa Copyright (C) 2009 Andres Gomez\nThis program comes with ABSOLUTELY NO WARRANTY;\nThis is free software, and you are welcome to redistribute it\nunder certain conditions.
TODO leer la información de licencia y about desde un archivo de configuración para que esté siempre sincronizado y así el usuario pueda conocer la versión que está usando.
StartingToken This token represents the first token in the grammar (the starting node in the graph.) All the possible ways starts from this token.
Control Version
0.0.1 Class creation. 0.0.2 Recommendations from PMD. 0.0.3 Change constant value. 0.0.4 Starting and ending token as constants. 0.0.5 equals from super. 0.0.6 equals different super. 0.0.7 part equals super. 1.0.0 Moved to version 1.
 

Package name.angoca.db2sa.core.syntax.graph Description

In this package are all the classes that make the grammar representation. In this case it is represented by a graph composed by nodes, one starting node, one ending node and other nodes that represent the commands.
Control Version

Version:
1.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)


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