|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetworks.connectivity.Layer
public class Layer
| Constructor Summary | |
|---|---|
Layer()
|
|
| Method Summary | |
|---|---|
void |
addCell(Cell cell)
|
Cell |
getCell(int index)
|
java.util.Vector<Cell> |
getCells()
|
void |
link(Layer layer)
|
void |
removeCell(Cell cell)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Layer()
| Method Detail |
|---|
public void addCell(Cell cell)
public void removeCell(Cell cell)
public Cell getCell(int index)
public java.util.Vector<Cell> getCells()
public int size()
public void link(Layer layer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||