public static enum Linker.SortGroup extends Enum<Linker.SortGroup>
| Enum Constant and Description |
|---|
OTHERS |
RANGE_BEGIN |
RANGE_END |
RID_ZERO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkActivation(NodeActivation.Key ak) |
static int |
compare(Synapse.Key ka,
Synapse.Key kb) |
static Linker.SortGroup |
getSortGroup(Synapse.Key k) |
static Linker.SortGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Linker.SortGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Linker.SortGroup RANGE_BEGIN
public static final Linker.SortGroup RANGE_END
public static final Linker.SortGroup RID_ZERO
public static final Linker.SortGroup OTHERS
public static Linker.SortGroup[] values()
for (Linker.SortGroup c : Linker.SortGroup.values()) System.out.println(c);
public static Linker.SortGroup 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 nullpublic static int compare(Synapse.Key ka, Synapse.Key kb)
public static Linker.SortGroup getSortGroup(Synapse.Key k)
public boolean checkActivation(NodeActivation.Key ak)
Copyright © 2018. All rights reserved.