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.StatusNetwork.statusThe 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.StatusReturns 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 TypeMethodDescriptionbooleanNetwork.isStatus(Network.Status stat) Checks the status of the layouting process.voidNetwork.setStatus(Network.Status status) Set the status of the layouting process tostatus.