Uses of Class
org.aksw.iguana.cc.worker.impl.update.UpdateTimer.Strategy
-
Packages that use UpdateTimer.Strategy Package Description org.aksw.iguana.cc.worker.impl.update -
-
Uses of UpdateTimer.Strategy in org.aksw.iguana.cc.worker.impl.update
Methods in org.aksw.iguana.cc.worker.impl.update that return UpdateTimer.Strategy Modifier and Type Method Description static UpdateTimer.Strategy
UpdateTimer.Strategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UpdateTimer.Strategy[]
UpdateTimer.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-