ICollectionPotentialpublic class CollectionPotentialMolecularUnlike extends java.lang.Object implements ICollectionPotential
| Modifier and Type | Field | Description |
|---|---|---|
IPotentialMolecular |
potentialMolecularInterNonBondedUnlike |
|
int[] |
speciesIndex |
| Constructor | Description |
|---|---|
CollectionPotentialMolecularUnlike(int index1,
int index2) |
| Modifier and Type | Method | Description |
|---|---|---|
IPotentialMolecular |
getPotentialMolecularUnlike() |
|
int[] |
getSpeciesIndex() |
|
int |
getSpeciesIndex(int index) |
|
void |
setPotentialMolecularUnlike(IPotentialMolecular potentialMolecularInterNonBondedUnlike) |
|
void |
setSpeciesIndex(int[] speciesIndex) |
|
void |
setSpeciesIndex(int speciesIndex1,
int speciesIndex2) |
public int[] speciesIndex
public IPotentialMolecular potentialMolecularInterNonBondedUnlike
public CollectionPotentialMolecularUnlike(int index1,
int index2)
public void setPotentialMolecularUnlike(IPotentialMolecular potentialMolecularInterNonBondedUnlike)
public IPotentialMolecular getPotentialMolecularUnlike()
public int[] getSpeciesIndex()
public void setSpeciesIndex(int[] speciesIndex)
public int getSpeciesIndex(int index)
public void setSpeciesIndex(int speciesIndex1,
int speciesIndex2)