index
ChemoJunAtomConnection
ChemoJun050 (2006/08/08) Copyright 2002-2006 National Institute of Informatics, Research Organization of Information and Systems.
superclass:
instance variables:
- fromAtom
- toAtom
- bondType
- stereoType
- attributeTable
class instance variables:
class variabels:
pool variabels:
instance methods:
- attributeTable [attribute accessing]
- bondType [accessing]
- bondType: aNumber [accessing]
- bondTypeSymbol [accessing]
- connectionColor [attribute accessing]
- connectionColor: colorValue [attribute accessing]
- defaultBondType [defaults]
- defaultConnectionColor [defaults]
- defaultFromAtom [defaults]
- defaultStereoType [defaults]
- defaultToAtom [defaults]
- fromAtom [accessing]
- fromAtom: atomObject [accessing]
- hasConnectionColor [testing]
- initialize [initialize-release]
- isAromatic [testing]
- isDouble [testing]
- isSingle [testing]
- isTriple [testing]
- postCopy [copying]
- printOn: aStream [printing]
- stereoType [accessing]
- stereoType: aNumber [accessing]
- stereoTypeSymbol [accessing]
- toAtom [accessing]
- toAtom: atomObject [accessing]
class methods:
- copyright [copyright]
- defaultAtomObjectClass [defaults]
- defaultMoleculeObjectClass [defaults]
- example1 [examples]
ChemoJunAtomConnection example1.
- fromAtom: fromAtomObject toAtom: toAtomObject [instance creation]
- fromAtom: fromAtomObject toAtom: toAtomObject bondType: bondType [instance creation]
- fromAtom: fromAtomObject toAtom: toAtomObject bondType: bondType stereoType: stereoType [instance creation]
- system [copyright]
- version [copyright]
index