| Package | Description |
|---|---|
| com.banda.chemistry.domain |
| Modifier and Type | Method and Description |
|---|---|
static AcSpeciesType |
AcSpeciesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcSpeciesType[] |
AcSpeciesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcSpeciesSet.addSpeciesToGroup(AcSpeciesType type,
AcSpecies species) |
Collection<AcSpecies> |
AcSpeciesSet.getOwnAndInheritedSpecies(AcSpeciesType type) |
Collection<AcSpecies> |
AcSpeciesSet.getSpecies(AcSpeciesType type) |
AcSpeciesGroup |
AcSpeciesSet.getSpeciesGroup(AcSpeciesType type) |
int |
AcSpeciesSet.getSpeciesNumber(AcSpeciesType type) |
boolean |
AcSpeciesSet.hasSpecies(AcSpeciesType type) |
Copyright © 2015. All Rights Reserved.