Returns a string representation of the cell @return a string representation of the cell
()
| 315 | * @return a string representation of the cell |
| 316 | */ |
| 317 | public String toString() { |
| 318 | return getClass().getSimpleName() + " with " + |
| 319 | this.interfaces.size() + " interfaces :" + this.interfaces; |
| 320 | } |
| 321 | } |
| 322 | |
| 323 | } |