Uses of Class
org.biojava.nbio.structure.xtal.BravaisLattice
-
Packages that use BravaisLattice Package Description org.biojava.nbio.structure.xtal -
-
Uses of BravaisLattice in org.biojava.nbio.structure.xtal
Methods in org.biojava.nbio.structure.xtal that return BravaisLattice Modifier and Type Method 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.Methods in org.biojava.nbio.structure.xtal with parameters of type BravaisLattice Modifier and Type Method Description void
SpaceGroup. setBravLattice(BravaisLattice bravLattice)
Constructors in org.biojava.nbio.structure.xtal with parameters of type BravaisLattice Constructor Description SpaceGroup(int id, int multiplicity, int primitiveMultiplicity, String shortSymbol, String altShortSymbol, BravaisLattice bravLattice)
-