HELP with simple UML...

Discussion in 'Meet and Greet' started by joseph_downing, Nov 22, 2010.

  1. joseph_downing

    joseph_downing New Member

    Joined:
    Nov 22, 2010
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    HEY

    im new here ive been looking for java help online and it hasnt been very successful just very stressfull. my instructor in class goes way to fast when trying to give me help. i ask him to slow down, but he speads back up after 10 secs...


    i really dont get this UML chart i have for a lab..i ask my instructor for help and he just gives me a "speech about reading the book" when i read the book and its not breaking it down in terms i can understand.. so that brings me here...

    Employee

    -name: String
    -employeeNumber:String
    -hireDate:String
    -----------------------
    +Employee(n:String,num:String,date:String);
    +Employee():
    +setName(n:String):void
    +setEmployeeNumber(e:String):void
    +setHireDate(h:String):void
    +getName():String
    +getEmployeeNumber():String
    +getHireDate():String
    -isValidEmpName(e:String):boolean
    +toString():String

    ShiftSupervisor
    -salary:double
    -bonus:double
    --------------------------------
    +ShiftSupervisor(n:String,num:String,date:String,
    sal:double,b:double):
    +ShiftSupervisor():
    +setSalary(s:double):void
    +setBonus(b:double)void
    +getSalary():double
    +getBonus():double
    +toString():String
    ________________________________________
    if anybody understands this plz i mean PLZ...HELP ME...GUIDE ME IN THE RIGHT DIRECTION...PLZ
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice