public static enum ModuleFactory.Scope extends Enum<ModuleFactory.Scope>
UpdateScope.| Enum Constant and Description |
|---|
NEIGHBOURHOOD_DEPENDENT
References
DependentUpdate. |
NEIGHBOURHOOD_INDEPENDENT
References
IndependentUpdate. |
SEMI_NEIGHBOURHOOD_DEPENDENT
References
SemiDependentUpdate. |
| Modifier and Type | Method and Description |
|---|---|
static ModuleFactory.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleFactory.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleFactory.Scope NEIGHBOURHOOD_DEPENDENT
DependentUpdate.public static final ModuleFactory.Scope NEIGHBOURHOOD_INDEPENDENT
IndependentUpdate.public static final ModuleFactory.Scope SEMI_NEIGHBOURHOOD_DEPENDENT
SemiDependentUpdate.public static ModuleFactory.Scope[] values()
for (ModuleFactory.Scope c : ModuleFactory.Scope.values()) System.out.println(c);
public static ModuleFactory.Scope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.