ABQMT - PowerPoint PPT Presentation

1 / 18
About This Presentation
Title:

ABQMT

Description:

... and translators from grammatical descriptions containing actions in Java Back End: Eclipse and NetBeans (Java) for static semantic analysis Version Control: ... – PowerPoint PPT presentation

Number of Views:59
Avg rating:3.0/5.0
Slides: 19
Provided by: Lesi1
Category:
Tags: abqmt | netbeans

less

Transcript and Presenter's Notes

Title: ABQMT


1
ABQMT
A Best Quality Map Technology
  • Aryeh Tasher
  • Brian Ramos
  • Qijun Zhong
  • Michael Li
  • Tian Zhang

2
What is ABQMT?
  • What does it do?
  • Who can use it?
  • The best programming language ever?

3
Motivation
  • Computer scientists love graphs!
  • Programming simple graphics in Java is too
    confusing (Swing, AWT, etc.)
  • We want to use simple syntax to describe simple
    maps
  • We dont like Java
  • We want a good grade in PLT

4
The Solution
  • ABQMT!
  • Makes the creation of simple maps easy and
    efficient
  • Lets take a look at a simple map we would want
    to describe

5
A Simple Map
  • Too much Java Code
  • ABQMT to the rescue!

6
ABQMTs Solution
7
Nodes Declarations
8
Edges and Anchors
9
Make Connections
10
Syntactic Construction
11
The ABQMT Interpreter
  • We need Java classes to provide templates and
    definitions for drawing windows and objects
    (shapes, edges etc.)
  • Our interpreter includes these templates then
    translate ABQMT function into java code based on
    these templates

12
Example
  • ABQMT Node x new node(55,55,RED,5,CIRCLE)

ABQMT interpreter
JAVA Circle x new circle(55,55,RED,5,CIRCLE)
x.paintNode(Graphics G)
13
Translator Architecture
14
Testing
  • Script that iterated through tests and then
    printed out type information and displayed maps
  • Print error messages when failed
  • AntlrWorks for grammar debugging

15
Tools Used
  • Front End AntlrWorks
  • We use it to construct recognizers,
    interpreters, compilers, and translators from
    grammatical descriptions containing actions in
    Java
  • Back End Eclipse and NetBeans (Java) for static
    semantic analysis
  • Version Control SVN
  • It is used to maintain current and historical
    versions of files such as source code

16
Conclusion
  • ABQMT is valuable to new and experienced
    programmer alike
  • ABQMT is better than Java!

17
Lesson Learned
  • Team communication is valuable
  • SVN
  • Google groups
  • Schedule

18
Demo
  • Now for the ABQMT version of the Manchester map
Write a Comment
User Comments (0)
About PowerShow.com