Package | Description |
---|---|
org.biojava.nbio.structure.xtal |
Modifier and Type | Method and Description |
---|---|
BravaisLattice |
SpaceGroup.getBravLattice() |
static BravaisLattice |
BravaisLattice.getByName(String blName) |
static BravaisLattice |
BravaisLattice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BravaisLattice[] |
BravaisLattice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceGroup.setBravLattice(BravaisLattice bravLattice) |
Constructor and Description |
---|
SpaceGroup(int id,
int multiplicity,
int primitiveMultiplicity,
String shortSymbol,
String altShortSymbol,
BravaisLattice bravLattice) |
Copyright © 2000–2019 BioJava. All rights reserved.