public enum AtomEnvironmentDistanceType extends Enum<AtomEnvironmentDistanceType>
ambit2.data.descriptors.AtomEnvironmentDescriptor
.Enum Constant and Description |
---|
_consensus_fingerprint_hellinger |
_kNN_tanimoto |
Modifier and Type | Method and Description |
---|---|
abstract String |
getName() |
String |
toString() |
static AtomEnvironmentDistanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomEnvironmentDistanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomEnvironmentDistanceType _consensus_fingerprint_hellinger
public static final AtomEnvironmentDistanceType _kNN_tanimoto
public static AtomEnvironmentDistanceType[] values()
for (AtomEnvironmentDistanceType c : AtomEnvironmentDistanceType.values()) System.out.println(c);
public static AtomEnvironmentDistanceType 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 abstract String getName()
public String toString()
toString
in class Enum<AtomEnvironmentDistanceType>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.