Package | Description |
---|---|
api | |
classes | |
ui.view |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<HolonSwitch> |
CpsAPI.getAllSwitches()
Return all Swtiches on the Canvas in no specific order.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<HolonSwitch> |
SubNet.getSwitches()
Return all Switches in the Subnet.
|
Constructor and Description |
---|
SubNet(java.util.ArrayList<HolonObject> objects,
java.util.ArrayList<CpsEdge> edges,
java.util.ArrayList<HolonSwitch> switches)
Constructor for a Subnet.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitGraph.repaintWithNewSwitch(HolonSwitch s)
Visualize the Switch on the Graph.
|