Uses of Enum Class
org.evoludo.simulator.Network.Status
Packages that use Network.Status
-
Uses of Network.Status in org.evoludo.simulator
Fields in org.evoludo.simulator declared as Network.StatusModifier and TypeFieldDescriptionprotected Network.Status
Network.status
The status of the network layout.Methods in org.evoludo.simulator that return Network.StatusModifier and TypeMethodDescriptionNetwork.getStatus()
Get the status of the layouting process.static Network.Status
Returns the enum constant of this class with the specified name.static Network.Status[]
Network.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.evoludo.simulator with parameters of type Network.StatusModifier and TypeMethodDescriptionboolean
Network.isStatus
(Network.Status stat) Checks the status of the layouting process.void
Network.setStatus
(Network.Status status) Set the status of the layouting process tostatus
.