de.upb.swtpra05.group03.shuttle
Interface OrderHandlingInfoInterface

All Known Implementing Classes:
OrderHandlingInfo

interface OrderHandlingInfoInterface

Holds the order handling info: duration to finish the order and number of connections between loading and unloading the order.


Method Summary
 int getConnections()
          Returns the number of connections between loading and unloading the order.
 int getDuration()
          Returns the order duration to finish the order.
 

Method Detail

getDuration

public int getDuration()
Returns the order duration to finish the order.

Returns:
the order duration to finish the order

getConnections

public int getConnections()
Returns the number of connections between loading and unloading the order.

Returns:
the number of connections between loading and unloading the order