public static enum SynapseEvaluation.DeleteMode extends Enum<SynapseEvaluation.DeleteMode>
| Enum Constant and Description |
|---|
DELETE |
DELETE_IF_SIGN_CHANGES |
DELETE_NEGATIVES |
DELETE_POSITIVES |
NONE |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfDelete(Synapse s,
boolean delete) |
static SynapseEvaluation.DeleteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynapseEvaluation.DeleteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynapseEvaluation.DeleteMode NONE
public static final SynapseEvaluation.DeleteMode DELETE
public static final SynapseEvaluation.DeleteMode DELETE_IF_SIGN_CHANGES
public static final SynapseEvaluation.DeleteMode DELETE_NEGATIVES
public static final SynapseEvaluation.DeleteMode DELETE_POSITIVES
public static SynapseEvaluation.DeleteMode[] values()
for (SynapseEvaluation.DeleteMode c : SynapseEvaluation.DeleteMode.values()) System.out.println(c);
public static SynapseEvaluation.DeleteMode 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 void checkIfDelete(Synapse s, boolean delete)
Copyright © 2018. All rights reserved.