|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsidnet.models.deployment.utils.PlacementList
public class PlacementList
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jist.swans.field.Placement |
---|
Placement.Grid, Placement.Random |
Field Summary |
---|
Fields inherited from interface jist.swans.field.Placement |
---|
UNBOUNDED |
Constructor Summary | |
---|---|
PlacementList()
|
Method Summary | |
---|---|
void |
add(Location.Location2D loc)
|
java.util.LinkedList<Location.Location2D> |
getAsLinkedList()
|
Location.Location2D |
getNextLocation()
Return location of next node. |
int |
getSize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlacementList()
Method Detail |
---|
public void add(Location.Location2D loc)
public int getSize()
getSize
in interface Placement
public Location.Location2D getNextLocation()
getNextLocation
in interface Placement
public java.util.LinkedList<Location.Location2D> getAsLinkedList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |