de.upb.swtpra05.group03.shuttle
Interface CompanyInterface

All Known Implementing Classes:
Company

public interface CompanyInterface

A CompanyInterface represents a company with one or more shuttles and stores the count and the ids of the associated shuttles.

Version:
$Revision: 1.3 $

Method Summary
 java.util.SortedSet getAssociateIDs()
          Returns a sorted set containing the associate IDs of the shuttle.
 int getCompanySize()
          Returns the company size.
 

Method Detail

getAssociateIDs

public java.util.SortedSet getAssociateIDs()
Returns a sorted set containing the associate IDs of the shuttle.

Returns:
a sorted set containing the associate IDs of the shuttle

getCompanySize

public int getCompanySize()
Returns the company size.

Returns:
The company size