public interface AttachmentGroup extends Iterable<Attachment>, Serializable
Modifier and Type | Method and Description |
---|---|
com.chemaxon.calculations.sc.util.IntListSet |
attachedAtoms()
Indices of attached atoms.
|
com.chemaxon.calculations.sc.util.IntListSet |
attachmentAtoms()
Indices of attachment pseudo atoms.
|
Attachment |
byAtom(int index)
Retrieve attachment by its pseudo atom index.
|
boolean |
isAttachmentAtom(int index)
Check if given atom index denotes an attachment atom.
|
int |
size()
Size of this attachment group.
|
String |
toString() |
String |
toString(boolean multiline,
String prefix)
Create String representation.
|
forEach, iterator, spliterator
com.chemaxon.calculations.sc.util.IntListSet attachmentAtoms()
com.chemaxon.calculations.sc.util.IntListSet attachedAtoms()
Attachment byAtom(int index)
index
- Attachment pseudo atom indexboolean isAttachmentAtom(int index)
index
- Atom indexint size()