@Deprecated public class BondEnergy extends Object
Constructor and Description |
---|
BondEnergy(String symbol1,
String symbol2,
IBond.Order order,
int energy)
Deprecated.
Creates a new bond energy for the given elements and
bond order.
|
Modifier and Type | Method and Description |
---|---|
IBond.Order |
getBondOrder()
Deprecated.
Returns the bond order for this bond type energy.
|
int |
getEnergy()
Deprecated.
Returns the energy for this bond type.
|
String |
getSymbolFirstAtom()
Deprecated.
Returns the element symbol of the first atom.
|
String |
getSymbolSecondAtom()
Deprecated.
Returns the element symbol of the second atom.
|
boolean |
matches(IBond bond)
Deprecated.
|
public BondEnergy(String symbol1, String symbol2, IBond.Order order, int energy)
symbol1
- element symbol for the first atomsymbol2
- element symbol for the second atomorder
- bond orderenergy
- energy for this bond typepublic String getSymbolFirstAtom()
String
public String getSymbolSecondAtom()
String
public IBond.Order getBondOrder()
IBond.Order
public int getEnergy()
public boolean matches(IBond bond)
Copyright © 2017. All Rights Reserved.