public interface Walled
Modifier and Type | Method and Description |
---|---|
void |
addWallSection(WallSection wallSection) |
Wall |
getWall() |
java.util.List<WallSection> |
getWallSections() |
boolean |
hasWallSection(WallSection wallSection) |
void |
removeWallSection(WallSection wallSection) |
void |
setWallSections(java.util.List<WallSection> wallSections) |
Wall getWall()
java.util.List<WallSection> getWallSections()
void setWallSections(java.util.List<WallSection> wallSections)
boolean hasWallSection(WallSection wallSection)
void addWallSection(WallSection wallSection)
void removeWallSection(WallSection wallSection)