public class Cell
extends java.lang.Object
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
void |
addConnectionTo2(Placeable other) |
Placeable |
getData() |
java.util.List<Placeable> |
getDestinations2() |
void |
setData(Placeable data) |
java.lang.String |
toString() |
public final Placeable getData()
public final void setData(Placeable data)
public java.lang.String toString()
toString
in class java.lang.Object
public void addConnectionTo2(Placeable other)
public java.util.List<Placeable> getDestinations2()