Uses of Class
org.biojava.nbio.structure.validation.BondOutlier
-
Packages that use BondOutlier Package Description org.biojava.nbio.structure.validation -
-
Uses of BondOutlier in org.biojava.nbio.structure.validation
Fields in org.biojava.nbio.structure.validation with type parameters of type BondOutlier Modifier and Type Field Description protected java.util.List<BondOutlier>
ModelledSubgroup. bondOutlier
Methods in org.biojava.nbio.structure.validation that return BondOutlier Modifier and Type Method Description BondOutlier
ObjectFactory. createBondOutlier()
Create an instance ofBondOutlier
Methods in org.biojava.nbio.structure.validation that return types with arguments of type BondOutlier Modifier and Type Method Description java.util.List<BondOutlier>
ModelledSubgroup. getBondOutlier()
Gets the value of the bondOutlier property.
-