|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCheckConnected
Checks if 2 subunits are in the same Assembly
| Constructor Summary | |
CheckConnected()
Constructs an empty CheckConnected object |
|
| Method Summary | |
java.util.Vector |
getConnected(Subunit sub)
Returns Vector containing all the subunits are in the same Assembly with Subunit sub, including sub itself. |
boolean |
isConnected(Subunit sub1,
Subunit sub2)
Checks if Subunit sub1 and Subunit sub2 are in the same Assembly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CheckConnected()
| Method Detail |
public boolean isConnected(Subunit sub1,
Subunit sub2)
sub1 - Subunitsub2 - Subunit
public java.util.Vector getConnected(Subunit sub)
sub - Subunit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||