Class Lab

java.lang.Object
Lab

public class Lab
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Lab​(int capacity, java.lang.String day)  
  • Method Summary

    Modifier and Type Method Description
    void calculateAvg()  
    void enrollStudent​(Student std)  
    int getAvg()  
    int getCapacity()  
    java.lang.String getDay()  
    Student[] getStudents()  
    void print()  
    void setCapacity​(int capacity)  
    void setDay​(java.lang.String day)  
    void setStudents​(Student[] students)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Lab

      public Lab​(int capacity, java.lang.String day)
  • Method Details