|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.navigationmodel.NavigationChart
public class NavigationChart
Defines a collection of navigation chart elements.
| Field Summary | |
|---|---|
private java.util.List<A_ChartElement> |
_elements
the elements |
| Constructor Summary | |
|---|---|
NavigationChart()
|
|
| Method Summary | ||
|---|---|---|
void |
addElement(A_ChartElement element)
Adds an element. |
|
|
getElement(_FREQUENCY_ frequency)
Gets a tuneable element. |
|
A_ChartElement |
getElement(java.lang.String id)
Gets an element. |
|
private
|
getElement2(_FREQUENCY_ frequency)
Gets a tuneable element. |
|
java.util.List<A_ChartElement> |
getElements()
Gets the elements. |
|
|
hasElement(_FREQUENCY_ frequency)
Returns whether there is a tuneable element on a frequency. |
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final java.util.List<A_ChartElement> _elements
| Constructor Detail |
|---|
public NavigationChart()
| Method Detail |
|---|
public void addElement(A_ChartElement element)
element - - the elementpublic <_FREQUENCY_ extends A_Frequency<_FREQUENCY_>> A_ChartElementTuneable<_FREQUENCY_> getElement(_FREQUENCY_ frequency)
_FREQUENCY_ - - the frequency typefrequency - - the element frequency
public A_ChartElement getElement(java.lang.String id)
id - - the element identifier
private <_FREQUENCY_ extends A_Frequency<_FREQUENCY_>> A_ChartElementTuneable<_FREQUENCY_> getElement2(_FREQUENCY_ frequency)
_FREQUENCY_ - - the frequency typefrequency - - the element frequency
public java.util.List<A_ChartElement> getElements()
public <_FREQUENCY_ extends A_Frequency<_FREQUENCY_>> boolean hasElement(_FREQUENCY_ frequency)
_FREQUENCY_ - - the frequency typefrequency - - the element frequency
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||