Uses of Enum Class
com.amalgamasimulation.graphagent.Command.Type
Packages that use Command.Type
-
Uses of Command.Type in com.amalgamasimulation.graphagent
Methods in com.amalgamasimulation.graphagent that return Command.TypeModifier and TypeMethodDescriptionCommand.getType()Returns theCommand.Typeof this commandstatic Command.TypeReturns the enum constant of this class with the specified name.static Command.Type[]Command.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.graphagent with parameters of type Command.TypeModifier and TypeMethodDescriptionprotected voidGraphAgent.tryExecuteCommand(Runnable runnable, Command.Type type)