Write a java class named algebra

Assignment Help JAVA Programming
Reference no: EM131308263

Consider the following "tilde table" that could be represented by the file cars.txt for persistence

MAKE~MODEL~TYPE~PRICE

Toyota~Camry~Sedan~18000

Toyota~Tacoma~Truck~19000

Ford~Mustang~Sport~21000

Chevrolet~Corvette~Sport~48000

Ford~F150~Truck~25000

Toyota~Highlander~SUV~35000

Since this is just for education purposes we will allow tilde tables to have the following attributes and limitations:

-at most 12 columns

-first row represents column names

-all columns are strings (unless you want to define some types)

-column values and column names are limited to 16 characters

Write a java class named Algebra that will eventually have static methods representing the relational algebra and one additional method which displays the contents of a tilde table.  All methods except for the display method return a string indicating success or an error message and for every successful operation a new tilde table is produced on disk.  For now implement the method to show the table, the project operation, the restrict operation, and one other of your choice from this list:

JOIN (assumes natural inner join), UNION, MINUS, INTERSECT, DIVIDE

So the main body of a driver program might look like this:

//restrict the cars table to toyotas producing a table named toyotas

Algebra.Restrict("cars","MAKE='Toyota'","toyotas");

//project just three columns from the toyotas table producing a table named answer

Algebra.Project("Toyotas","Make,Model,Price","answer");

//display the contents of the answer table

Algebra.Display("answer");

Make your program generalizable. That is, it should work with any tilde table.   Since the assumption for option 1 is that tables may not fit into memory you are not allowed to load all the rows into an array or other collection.  You can of course load a list of column names or something small like that into memory.  If you can think of a way to clean up the temporary results tables that would be good. In order to limit the grammar your restriction condition can be limited to a single condition (so no ANDs and ORs) and your comparitors can be limited to these six:    =, >, <, >=, <=, !=

Reference no: EM131308263

Questions Cloud

Explain the 4 stage model of supply chain integration : Explain the 4 stage model of supply chain integration and how it would apply to a business trying to enter a global market.
Two machines are being considered for manufacturing process : Two machines are being considered for a manufacturing process. Machine A has a first cost of $75, 200, and its salvage value at the end of six years of estimated service life is $21,000. The operating costs of this machine are estimated to be $6, 800..
Distribute product or service to consumer or customer : What is the specific product or service you chose?- What is the method used to distribute the product or service to the consumer or customer?
How much money the company needs to borrow in july : The treasurer for Chic Man Clothing must decide how much money the company needs to borrow in July. The company expects sales of $400,000 for July. The company has observed that 25% of its sales is for cash and that the remaining 75% is collected in ..
Write a java class named algebra : Write a java class named Algebra that will eventually have static methods representing the relational algebra and one additional method which displays the contents of a tilde table
Describe the article in detail : Locate a recent article discussing how ISIS uses the internet to further its terrorist recruiting, its propaganda, and its terrorist activities.
Old office building with an estimated remaining service life : Your firm is considering purchasing an old office building with an estimated remaining service life of 25 years. Recently, the tenants signed long-term leases with fixed rental rates for the first 5 years; thus, the current rental income of $150,000 ..
What was your rate of return on the stock : Similar to problem 11: you have $60,000 to invest. You put $30,000 in GAP stocks (beta of 1.8); $15,000 in Chesapeake Utilities (beta of .8); $15,000 in Anheuser-Busch (beta of .6). What is you portfolio beta? You own 1 share of Martha Stewart Omnime..
What is the beta of your stock portfolio : ou expect to receive a $1.00 dividend the next time your stock pays dividends. If your required rate of return (RRR) on the “dog” is 20% and the growth rate is 2%, what should this stock sell for?  You have $80,000 to invest in stocks. You select 2 s..

Reviews

Write a Review

JAVA Programming Questions & Answers

  Program that lets the user enter four quarterly sales

The figures should be stored in a two-dimensional array. Once the figures arc entered, the program should display the following data for each quarter:

  Explain the meaning of array index out of bounds

Explain the meaning of "array index out of bounds".

  Compare and contrast the treatment of war

Compare and contrast the treatment of war in O'Brien's "The Things They Carried" and Frank O'Connor's "Guest of the Nation." 3-5 page MLA Format

  Overhead required for reading a word

A computer whose processes have 1024 pages in their address spaces keeps its page tables in memory. The overhead required for reading a word from the page table is 5 nsec.

  Java programming arrays

Write a Java application program that takes in user input from keyboard and calculate semester grade based on the scores. In this assignment, you are going to rewrite the program, instead of taking keyboard input, you will use dialog box to prompt..

  What is the execution environment of a java class called

How does this virtual machine compare to a real machine running code written in C?

  Show all the objects that are common to both lists

Prepare the segment of code assuming that the objects are of type String and

  Implement a generic stack and queue classes

CMSC 350 Project - Implement a generic stack and queue classes (StackUMUC and QueueUMUC , named to avoid confusion with the classes already defined in the JDK)- Create a set of tests demonstrating that your classes work correctly.

  A class is a blueprint for an object

A class is a blueprint for an object. A class may have a default constructor, a constructor with arguments, accessor methods, mutator methods, public fields, and private fields.

  If the number on two of the players'' four cards

If the number on two of the players' four cards is the same and the number on the remaining two cards is also the same yet the number on all four cards in not the same then the player gets their bet back and in addition wins 22 chips for each chip th..

  Java application which creates bank records

Write down a java application which creates 10000 bank records and the allow user ti enter a balance and customer account info. using a an account number.

  Java application that calculates the body mass index

Write a Java application that calculates and displays the body mass index (BMI) for N people

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd