Interface UseCount
- All Known Implementing Classes:
Airframe,Chart,DispatchRoute,ExternalChart,ExternalDispatchRoute,ExternalRoute,Gate,RunwayUse,SelectableGate
public interface UseCount
An interface for objects whose usage is counted.
- Since:
- 6.3
- Version:
- 6.3
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the number of times this object has been used.
-
Method Details
-
getUseCount
int getUseCount()Returns the number of times this object has been used.- Returns:
- the number of uses
-