|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.sounding.Link
public class Link
Provides support for conceptually linking two Link.End-s together.
| Nested Class Summary | |
|---|---|
static class |
Link.End
Provides support for the end of a Link. |
| Constructor Summary | |
|---|---|
Link(Link.End end1,
Link.End end2)
Constructs. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object link)
Compares one Link to another. |
Link.End |
getFirstEnd()
Gets the first Link.End. |
Link.End |
getSecondEnd()
Gets the second Link.End. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Link(Link.End end1,
Link.End end2)
end1 - The first Link.End.end2 - The second Link.End.| Method Detail |
|---|
public Link.End getFirstEnd()
public Link.End getSecondEnd()
public int compareTo(Object link)
compareTo in interface Comparablelink - The other Link.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||