Constructor and Description |
---|
AtomSelection(int[] primaryIndexes,
int[] secondaryIndexes)
Deprecated.
|
AtomSelection(int primaryIndex,
int[] secondaryIndexes)
Deprecated.
|
AtomSelection(List<Integer> primaryIndexes,
List<Integer> secondaryIndexes)
Constructs an AtomSelection from lists.
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getPrimaryIndexes()
Gets the primary indexes.
|
List<Integer> |
getSecondaryIndexes()
Gets the secondary indexes.
|
int[] |
primaryAtomIndexes()
Deprecated.
|
int[] |
secondaryAtomIndexes()
Deprecated.
|
String |
toString()
Creates a string representation.
|
public AtomSelection(List<Integer> primaryIndexes, List<Integer> secondaryIndexes)
primaryIndexes
- primary indexessecondaryIndexes
- secondary indexes@Deprecated public AtomSelection(int[] primaryIndexes, int[] secondaryIndexes)
primaryIndexes
- primary indexessecondaryIndexes
- secondary indexes@Deprecated public AtomSelection(int primaryIndex, int[] secondaryIndexes)
primaryIndex
- primary indexsecondaryIndexes
- secondary indexespublic List<Integer> getPrimaryIndexes()
public List<Integer> getSecondaryIndexes()
@Deprecated public int[] primaryAtomIndexes()
@Deprecated public int[] secondaryAtomIndexes()