Coder Social home page Coder Social logo

maven.farmerfroilan's Introduction

Ol' McFroilan Had a Farm

  • Objective: To implement a system representative of a Farm environment
  • Purpose: To demonstrate multi-inheritence design issues
  • Prerequesites: A UML approved by an instructor.

Setting the Plot...

  • Consider a system in which
    • Eater can eat an Edible object.

    • NoiseMaker can makeNoise

    • Animal is a NoiseMaker and Eater

      • Horse is an Animal and Rideable
      • Chicken is an Animal and a Produce which yield an EdibleEgg if hasBeenFertilized flag is false.
    • Rider can mount and dismount a Rideable object.

    • Botanist can plant a Crop in a CropRow.

    • CropRow can store many Crop.

    • Field can store many CropRow

    • Vehicle are NoiseMaker and Rideable

      • FarmVehicle can operate on a Farm

        • Tractor is a FarmVehicle which can harvest a Crop.
      • Aircraft are Vehicle which can fly

        • CropDuster is a FarmVehicle and Aircraft which can fertilize a CropRow
    • Produce can yield an Edible object depending on their hasBeenFertilized flag.

      • Crop is a Produce which can yield an Edible object depending on its hasBeenHarvested and hasBeenFertilized flag.
        • CornStalk is a Crop which can yield a EarCorn
        • TomatoPlant is a Crop which can yield a Tomato
    • Person can makeNoise and can eat an Edible object.

    • Farmer is an Eater, a Rider, a Botanist, and a Person.

    • Stable stores many Horse.

    • FarmHouse stores many Person

    • ChickenCoop stores many Chicken

    • Farm stores many Stable, many ChickenCoop, and a single FarmHouse

Establishing The Plot

  • Froilan, a Farmer has a Farm consisting of
    • 1 Field of 5 CropRow.

      • Row 1 has Corn
      • Row 2 has Tomato
      • Row 3 and beyond grows arbitrary vegetation.
    • 15 Chicken across 4 ChickenCoop

    • 10 Horse across 3 Stable.

    • 2 FarmVehicle

    • 1 Aircraft

    • His sister, Froilanda, is a Pilot who uses a CropDuster.

The Plot Thickens Chickens...

  • Create test cases which simulate a typical work-week for Froilan and Froilanda.

    • The accumulation of your test cases should ensure at least 80% test coverage.
  • The first few weekdays have already been considered for you.

  • Create a separate Test class for each day in the following scenario.

    • As a farmer, Froilan must stick to a rigorous agricultural routine.
      • Every morning, Froilan and Froilanda begin their morning by

        • Riding each Horse in each Stable.
        • Feeding each Horse 3 ear of Corn.
        • For breakfast,
          • Froilan eats 1 EarCorn, 2 Tomoato, and 5 Egg.
          • Froilanda eats 2 EarCorn, 1 Tomoato, and 2 Egg.
      • Sunday, Froilan plants 3 different type of Crop in his first, second, and third CropRow.

      • On Monday, his sister, Froilanda uses the CropDuster to fly over the Field and fertilize each of the CropRow

      • On Tuesday, Froilan uses his Tractor to harvest each Crop in each CropRow.

maven.farmerfroilan's People

Contributors

chuddayo avatar eugeneshine1 avatar kylehwelch avatar mike-348 avatar tamyahd avatar tfitru avatar xt0fer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.