public class MetalBondDistance extends Object
| Constructor and Description |
|---|
MetalBondDistance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAtomType1() |
String |
getAtomType2() |
float |
getLowerLimit() |
float |
getUpperLimit() |
void |
setAtomType1(String atomType1) |
void |
setAtomType2(String atomType2) |
void |
setLowerLimit(float lowerLimit) |
void |
setUpperLimit(float upperLimit) |
String |
toString() |
public String getAtomType1()
public void setAtomType1(String atomType1)
public String getAtomType2()
public void setAtomType2(String atomType2)
public float getLowerLimit()
public void setLowerLimit(float lowerLimit)
public float getUpperLimit()
public void setUpperLimit(float upperLimit)
Copyright © 2000–2021 BioJava. All rights reserved.