tudresden.ocl.test.royloy
Class Company
java.lang.Object
tudresden.ocl.test.royloy.RLObject
tudresden.ocl.test.royloy.Company
- All Implemented Interfaces:
- Serializable
- public class Company
- extends RLObject
- See Also:
- Serialized Form
numberOfEmployees
public int numberOfEmployees
manager
public Person manager
employees
public TreeSet employees
- Test TreeSet working with
HashModCount
.
topTenEmployees
public List topTenEmployees
topTwentyEmployees
public Person[] topTwentyEmployees
Company
public Company(String description,
Person manager)
getOldestEmployee
public Person getOldestEmployee()
getOldestEmployeeAge
public int getOldestEmployeeAge()
employ
public void employ(Person p)
assertTrue
public boolean assertTrue()
- Specified by:
assertTrue
in class RLObject
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.