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 BravaisLatticeSpaceGroup. getBravLattice()static BravaisLatticeBravaisLattice. getByName(String blName)static BravaisLatticeBravaisLattice. 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 voidSpaceGroup. 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)
-