|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package chemaxon.alchemist |
|---|
| Class chemaxon.alchemist.Alchemist extends javax.swing.JFrame implements Serializable |
|---|
serialVersionUID: -8534640475268404709L
| Serialized Fields |
|---|
AlchemistController controller
javax.swing.JPanel jContentPane
javax.swing.JPanel pnlHolder
javax.swing.JButton buttBack
javax.swing.JButton buttCancel
javax.swing.JButton buttNext
javax.swing.JButton buttFinish
javax.swing.JPanel pnlNavigation
javax.swing.JPanel pnlMain
javax.swing.JRootPane innerRootPane
javax.swing.JPanel sidebar
AlchemistLabel helpLabel
AlchemistLabel licenseLabel
AlchemistLabel toggleSidebarLabel
boolean navCollapsed
java.awt.Color sidebarBgr1
java.awt.Color sidebarBgr2
boolean lastPageMode
| Class chemaxon.alchemist.AlchemistApplication.AboutAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -2737789389723967011L
| Class chemaxon.alchemist.AlchemistApplication.ExitApplicationAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -8963958737852702895L
| Class chemaxon.alchemist.AlchemistApplication.HelpAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: 7756132244804825111L
| Class chemaxon.alchemist.AlchemistApplication.LicenseManagerAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: 3222854582920316186L
| Class chemaxon.alchemist.AlchemistApplication.NewDocumentAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -3839082790538196785L
| Class chemaxon.alchemist.AlchemistApplication.OpenDocumentAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -3077101533489465876L
| Class chemaxon.alchemist.AlchemistApplication.SaveDocumentAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: 8876874402609783013L
| Class chemaxon.alchemist.AlchemistApplication.SaveDocumentAsAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -907903154360820879L
| Class chemaxon.alchemist.AlchemistBanner extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 6880633873706063894L
| Serialized Fields |
|---|
java.awt.Image leftImage
java.awt.Image expandableImage
java.awt.Image rightImage
javax.swing.JPanel leftPanel
javax.swing.JPanel expandablePanel
javax.swing.JPanel rightPanel
| Class chemaxon.alchemist.AlchemistGlassPage extends AlchemistPage implements Serializable |
|---|
serialVersionUID: 1836082717872977708L
| Serialized Fields |
|---|
java.awt.Image backgroundImage
int fadeDelay
float fadeStep
int fadeDirection
float fadeValue
java.awt.Composite fadeComposite
boolean isFading
int lastFadePropertyValue
javax.swing.Timer fadeTimer
| Class chemaxon.alchemist.AlchemistPage extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: -3963996127180616976L
| Serialized Fields |
|---|
javax.swing.event.SwingPropertyChangeSupport notifier
boolean pageEnabled
javax.swing.JPanel pnlTop
boolean topIsVisible
boolean bottomIsVisible
javax.swing.JPanel pnlBottom
javax.swing.JLabel lblBottom
javax.swing.JProgressBar progressBar
javax.swing.JLabel progressLabel
javax.swing.JPanel progressPanel
javax.swing.JButton cancelButton
| Class chemaxon.alchemist.AlchemistProgressLabel extends javax.swing.JLabel implements Serializable |
|---|
serialVersionUID: -2026203285204334201L
| Serialized Fields |
|---|
javax.swing.Action jumpAction
java.lang.String state
java.lang.String text
java.util.Map<K,V> iconMap
int id
| Package chemaxon.alchemist.commonpages |
|---|
| Class chemaxon.alchemist.commonpages.FileListHandlerPanel extends AlchemistPage implements Serializable |
|---|
serialVersionUID: -1923661099622302455L
| Serialized Fields |
|---|
javax.swing.JPanel contentPanel
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JScrollPane scrollPane
javax.swing.JSplitPane previewSplit
javax.swing.JList fileList
AlchemistFileChooser openDialog
javax.swing.JButton upButton
javax.swing.JButton downButton
boolean preview
AlchemistMoleculeView view
javax.swing.Action ADD_FILE_ACTION
javax.swing.Action REMOVE_FILE_ACTION
javax.swing.Action MOVE_UP_ACTION
javax.swing.Action MOVE_DOWN_ACTION
| Class chemaxon.alchemist.commonpages.ProgressPanel extends AlchemistPage implements Serializable |
|---|
serialVersionUID: -5032783126037811156L
| Serialized Fields |
|---|
int currentState
javax.swing.Action doneAction
AlchemistTask task
AlchemistTask currentTask
javax.swing.Timer timer
javax.swing.JPanel processingPanel
javax.swing.JProgressBar progressBar
javax.swing.JLabel statusLabel
javax.swing.JButton cancelButton
javax.swing.JPanel summaryPanel
javax.swing.JLabel summaryCaption
javax.swing.JScrollPane summaryScrollPane
javax.swing.JTextArea summaryDetails
javax.swing.JPanel resultPanel
javax.swing.JLabel resultCaption
javax.swing.JScrollPane resultScrollPanel
javax.swing.JTextArea resultDetails
javax.swing.JPanel dummyPanel
AlchemistMoleculeView resultView
javax.swing.JButton resultButton
java.lang.String outputFilePath
javax.swing.JPanel contentPanel
| Package chemaxon.alchemist.configbuilder |
|---|
| Class chemaxon.alchemist.configbuilder.ConfigBuilderPanel extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 1831281487952208191L
| Serialized Fields |
|---|
java.awt.CardLayout mainLayout
java.awt.CardLayout controlLayout
javax.swing.JSplitPane normalViewSplit
javax.swing.JPanel controlPanel
javax.swing.JPanel mainPanel
javax.swing.JPanel helpPanel
javax.swing.JLabel helpPanelLabel
javax.swing.JTextArea helpTextArea
javax.swing.JScrollPane leftListScroll
javax.swing.JScrollPane rightListScroll
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JButton moveUpButton
javax.swing.JButton moveDownButton
javax.swing.JList leftList
javax.swing.JList rightList
ConfigElementPresentationChooser presentationChooser
AlchemistProfile profile
javax.swing.JButton openFileButton
javax.swing.JButton saveFileButton
boolean firstResized
boolean ignoreMissingLicense
javax.swing.event.SwingPropertyChangeSupport elementPropertyChangeSupport
boolean validConfiguration
boolean readingConfiguration
boolean fileSupportEnabled
javax.swing.AbstractAction ADD_ACTION
javax.swing.AbstractAction REMOVE_ACTION
javax.swing.AbstractAction MOVE_UP_ACTION
javax.swing.AbstractAction MOVE_DOWN_ACTION
javax.swing.Action OPEN_FILE_ACTION
javax.swing.Action SAVE_FILE_ACTION
javax.swing.event.ListSelectionListener listSelectionListener
java.beans.PropertyChangeListener elementPropertyChangeListener
java.beans.PropertyChangeListener editorPropertyChangeListener
| Class chemaxon.alchemist.configbuilder.ConfigElementListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable |
|---|
serialVersionUID: 4235697770529912189L
| Serialized Fields |
|---|
boolean ignoreStatus
boolean ignoreLicense
| Class chemaxon.alchemist.configbuilder.ConfigElementTransferHandler extends javax.swing.TransferHandler implements Serializable |
|---|
serialVersionUID: 9146587976990656436L
| Serialized Fields |
|---|
javax.swing.JList source
javax.swing.JList destination
ConfigBuilderPanel configBuilderPanel
| Package chemaxon.alchemist.utils |
|---|
| Class chemaxon.alchemist.utils.AbstractAlchemistMoleculeEditor extends AlchemistMoleculeView implements Serializable |
|---|
serialVersionUID: 3614400467166560723L
| Serialized Fields |
|---|
java.util.HashMap<K,V> editedMolecules
java.util.List<E> currentMoleculeIndexes
java.util.List<E> localMolecules
AbstractAlchemistMoleculeEditor.MoleculeIndexArray indexArray
boolean isLoading
MSketchPane sketch
javax.swing.event.SwingPropertyChangeSupport notifier
int editedMoleculeIndex
javax.swing.event.ListSelectionListener listSelectionListener
javax.swing.AbstractAction ADD_MOLECULE_ACTION
javax.swing.AbstractAction EDIT_MOLECULE_ACTION
javax.swing.AbstractAction APPLY_MOLECULE_EDIT_ACTION
javax.swing.AbstractAction CANCEL_MOLECULE_EDIT_ACTION
javax.swing.AbstractAction REMOVE_MOLECULE_ACTION
| Class chemaxon.alchemist.utils.AbstractAlchemistMoleculeView extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 149611228245166836L
| Serialized Fields |
|---|
int rowNum
int colNum
javax.swing.JTable view
javax.swing.table.TableModel dataModel
javax.swing.JPanel holderPanel
AlchemistWaitPanel waitPanel
java.awt.CardLayout layout
boolean isMoleculeLabelVisible
boolean waitMode
java.awt.Dimension minimumSize
MoleculeTableCellRenderer renderer
| Class chemaxon.alchemist.utils.AlchemistApplicationInnerDialog extends AlchemistGlassPage implements Serializable |
|---|
serialVersionUID: -5459818957972696228L
| Serialized Fields |
|---|
javax.swing.Action acceptAction
javax.swing.Action cancelAction
javax.swing.Action closeAction
javax.swing.JButton acceptButton
javax.swing.JButton cancelButton
javax.swing.JButton closeButton
AlchemistApplication application
javax.swing.JPanel mainPanel
AlchemistLabel messageLabel
javax.swing.AbstractAction hideAction
| Class chemaxon.alchemist.utils.AlchemistApplicationLicenseHandlerInnerDialog extends AlchemistApplicationInnerDialog implements Serializable |
|---|
serialVersionUID: -861857238241346070L
| Serialized Fields |
|---|
javax.swing.JPanel content
chemaxon.license.LicenseManagerGUI licenseMan
| Class chemaxon.alchemist.utils.AlchemistDashedBorder extends javax.swing.border.LineBorder implements Serializable |
|---|
serialVersionUID: 4638234623453024011L
| Class chemaxon.alchemist.utils.AlchemistFileChooser extends javax.swing.JFileChooser implements Serializable |
|---|
serialVersionUID: -6086509067396340514L
| Serialized Fields |
|---|
AlchemistMViewAccessory accessory
| Class chemaxon.alchemist.utils.AlchemistFileTextBox extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 8770285887133439479L
| Serialized Fields |
|---|
javax.swing.JTextField pathText
javax.swing.JButton clearButton
javax.swing.JButton browseButton
javax.swing.JLabel infoLabel
AlchemistFileChooser fileChooser
javax.swing.event.SwingPropertyChangeSupport notifier
boolean editEnabled
java.lang.String label
java.lang.String PROPERTY_KEY_FILE_PATH
int mode
| Class chemaxon.alchemist.utils.AlchemistLabel extends javax.swing.JLabel implements Serializable |
|---|
serialVersionUID: -3985998359923330546L
| Serialized Fields |
|---|
int style
boolean decorated
java.lang.String customPath
| Class chemaxon.alchemist.utils.AlchemistLauncher extends javax.swing.JFrame implements Serializable |
|---|
serialVersionUID: 3343421093394560591L
| Serialized Fields |
|---|
javax.swing.JPanel jPanel
javax.swing.JScrollPane jScrollPane
javax.swing.JList lstLaunchables
javax.swing.JPanel pnlMenu
javax.swing.JButton buttLaunch
javax.swing.JButton buttCancel
| Class chemaxon.alchemist.utils.AlchemistLinearMoleculeView extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: -341731579595741305L
| Serialized Fields |
|---|
int orientation
java.util.List<E> moleculeList
javax.swing.JScrollPane scroll
javax.swing.JPanel itemHolder
boolean showArrows
java.awt.image.BufferedImage disabledImage
java.lang.String[] reactionNamesArray
java.util.Map<K,V> reactionNames
boolean isWaiting
boolean isAdjusting
javax.swing.JPanel waitPanel
javax.swing.JPanel disabledPanel
javax.swing.JLabel waitLabel
boolean selectable
int[] selectionIndexes
java.util.Set<E> listSelectionListeners
| Class chemaxon.alchemist.utils.AlchemistMoleculeEditor extends AbstractAlchemistMoleculeEditor implements Serializable |
|---|
serialVersionUID: 3614400467166560723L
| Serialized Fields |
|---|
javax.swing.JPanel sketchPanel
javax.swing.JPanel buttonHolderPanel
javax.swing.JButton applyEditButton
javax.swing.JButton cancelEditButton
javax.swing.JButton addMoleculeButton
javax.swing.JButton editMoleculeButton
javax.swing.JButton removeMoleculeButton
javax.swing.JPanel northPanel
javax.swing.JToolBar toolBar
| Class chemaxon.alchemist.utils.AlchemistMoleculeView extends AbstractAlchemistMoleculeView implements Serializable |
|---|
serialVersionUID: -7071325616152351849L
| Serialized Fields |
|---|
int currentRowNum
int maxMolecules
javax.swing.JScrollBar scrollBar
javax.swing.JPanel topPanel
javax.swing.JLabel rowLabel
javax.swing.JComboBox rowComboBox
javax.swing.JLabel columnLabel
javax.swing.JComboBox columnComboBox
int maxRowNum
int maxColNum
boolean isToolbarVisible
int percent
MolImporter importer
java.io.InputStream inputStream
boolean loading
boolean isChangingGrid
boolean cancelBackgroundLoaderThread
javax.swing.JTextArea adjustPosition
javax.swing.Popup tooltip
java.awt.Point mousePosition
java.lang.Runnable backgroundLoader
| Class chemaxon.alchemist.utils.AlchemistMViewAccessory extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: -5123713451624419144L
| Serialized Fields |
|---|
javax.swing.JCheckBox chkPreview
javax.swing.JPanel mainPanel
SimpleAlchemistMoleculeView view
java.lang.Thread thread
MolImporter molImporter
boolean forceStop
AlchemistWaitPanel containerPanel
javax.swing.JPanel controlPanel
javax.swing.JLabel prevLabel
javax.swing.JLabel nextLabel
javax.swing.JLabel firstLabel
javax.swing.JLabel lastLabel
javax.swing.JLabel countLabel
int molPos
int maxMolecules
int status
int autoChangeMode
boolean notClick
int delayCount
int MOLECULE_AUTO_CHANGE_DELAY_MOD
int cantShowLeft
java.awt.Rectangle errorRect
java.io.File lastProcessedFile
java.io.File selectedFile
javax.swing.Timer autoChangeTimer
| Class chemaxon.alchemist.utils.AlchemistSpinBox extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 6551641768720523287L
| Serialized Fields |
|---|
int value
int minimum
int maximum
int direction
int repeatDelay
javax.swing.JTextField textField
javax.swing.JPanel incButton
javax.swing.JPanel decButton
javax.swing.Timer repeatTimer
javax.swing.AbstractAction INC_ACTION
javax.swing.AbstractAction DEC_ACTION
| Class chemaxon.alchemist.utils.AlchemistTableSizeConfigurerComponent extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 9173737079514680200L
| Serialized Fields |
|---|
int maxRows
int maxCols
int currentRows
int currentCols
javax.swing.JPanel viewPanel
javax.swing.JSlider rowSlider
javax.swing.JSlider colSlider
javax.swing.JLabel sizeLabel
javax.swing.JLabel applyLabel
java.awt.event.ActionListener listener
| Class chemaxon.alchemist.utils.AlchemistWaitPanel extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: -7381714533289285787L
| Serialized Fields |
|---|
int[] wheelColors
int[] barGauge3DEffectColors
int[] barGaugeBeamEffectColors
int[] barPulseColors
int barBackgroundColor
int[] barGaugeColors
int maxWheelSize
int minWheelSize
int barHeight
int wheelSize
int candybarStripeCount
int candyOffset
int pulseOffset
boolean skipWheel
java.awt.GradientPaint barGaugeShadePaint
java.awt.GradientPaint barGaugeBeam1Paint
java.awt.GradientPaint barGaugeBeam2Paint
java.awt.GradientPaint barGaugePaint
java.awt.GradientPaint barPulse1Paint
java.awt.GradientPaint barPulse2Paint
java.awt.Rectangle barRect
java.awt.Point wheelTopLeft
java.awt.Image backgroundImage
boolean wheelVisible
boolean barVisible
boolean barPulsing
int barStyle
float progress
boolean timerStatusBeforeHide
javax.swing.Timer animationTimer
| Class chemaxon.alchemist.utils.CheckBoxList extends javax.swing.JList implements Serializable |
|---|
serialVersionUID: 1846281488928756436L
| Class chemaxon.alchemist.utils.InnerMarvinSketch extends AlchemistApplicationInnerDialog implements Serializable |
|---|
serialVersionUID: 2046946054931656588L
| Serialized Fields |
|---|
MSketchPane sketch
| Class chemaxon.alchemist.utils.MoleculeListCellRenderer extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: -1798448947968101596L
| Serialized Fields |
|---|
boolean selected
boolean hasFocus
Molecule molecule
javax.swing.JList assignedList
int markWidth
| Class chemaxon.alchemist.utils.MoleculeTableCellEditor extends javax.swing.AbstractCellEditor implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
MSketchPane pane
int clickCountToStart
| Class chemaxon.alchemist.utils.MoleculeTableCellRenderer extends javax.swing.JComponent implements Serializable |
|---|
serialVersionUID: -6909830842650161321L
| Serialized Fields |
|---|
Molecule molecule
javax.swing.JPanel panel
javax.swing.JLabel label
java.lang.Boolean useCustomLabel
java.lang.Boolean isLabelVisible
java.util.Map<K,V> customLabels
int dispOpts
| Class chemaxon.alchemist.utils.ScrollableCellEditor extends javax.swing.DefaultCellEditor implements Serializable |
|---|
serialVersionUID: -6001312178682303639L
| Serialized Fields |
|---|
javax.swing.JTextArea textArea
javax.swing.JScrollPane scrollPane
| Class chemaxon.alchemist.utils.SimpleAlchemistMoleculeView extends AbstractAlchemistMoleculeView implements Serializable |
|---|
serialVersionUID: 6429374294058734448L
| Serialized Fields |
|---|
boolean useCustomLabel
java.util.Map<K,V> customLabels
| Package chemaxon.clustering |
|---|
| Class chemaxon.clustering.ChemicalSpace extends java.util.Vector implements Serializable |
|---|
| Serialized Fields |
|---|
float[] weights
chemaxon.clustering.ChemicalSpace.InvertedFile inv
int dimensions
int fpsize
java.util.BitSet emptyset
java.util.BitSet checked
boolean willett
| Class chemaxon.clustering.ClusteringException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.clustering.InvalidLicenseKeyException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.clustering.LibraryMCS2 extends java.lang.Object implements Serializable |
|---|
| Package chemaxon.descriptors |
|---|
| Class chemaxon.descriptors.MDGeneratorException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.descriptors.MDParametersException extends java.lang.RuntimeException implements Serializable |
|---|
| Class chemaxon.descriptors.MDReaderException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.descriptors.MDWriterException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.descriptors.SimilarityException extends java.lang.Exception implements Serializable |
|---|
| Package chemaxon.formats |
|---|
| Class chemaxon.formats.MolFormatException extends java.io.IOException implements Serializable |
|---|
| Serialized Fields |
|---|
int lineNumberInRecord
int lineNumberInFile
| Package chemaxon.jchem.db |
|---|
| Class chemaxon.jchem.db.CachePool extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Hashtable<K,V> cacheHash
long maxCacheMemory
double expirationTime
| Class chemaxon.jchem.db.ChemicalTermsUpdateHandlerException extends UpdateHandlerException implements Serializable |
|---|
| Class chemaxon.jchem.db.DatabaseSearchException extends chemaxon.util.ChemaxonException implements Serializable |
|---|
| Class chemaxon.jchem.db.JChemSearch extends ErrorHandler implements Serializable |
|---|
| Serialized Fields |
|---|
byte[] fingerprint
int[] fingerprintInInts
int[] fingerprintNoRings
boolean querySetAsFingerprint
chemaxon.sss.screen.CombinedFingerprint cofp
int order
int numberOfBits
int numberOfOnes
int numberOfEdges
int fpCount
int cfpCount
int structuralFPCount
int batchSize
boolean emptyQuery
boolean isMarkushQuery
boolean hashCodeScreeningForFull
java.lang.Boolean prevEmptyQuery
boolean reactionTable
ReactionFingerprint reactionFingerprint
boolean existsBitwiseAND
boolean existsBitwiseANDOperator
java.lang.String nameOfBitwiseANDFunction
int[] columnCountsAtScreenening
boolean isScreening
boolean isBitwiseScreening
boolean isBitwiseScreeningLocally
boolean isBitwiseScreeningLocallyUsingCache
boolean isSimilarityCheckingFromCache
boolean isHashScreening
chemaxon.jchem.db.StructureCache sCache
int positiveScreenCount
int hits
int currentId
java.lang.String message
boolean maxResultCountReached
boolean maxTimeReached
boolean stopped
boolean killed
chemaxon.util.IntVector resultVector
chemaxon.util.IntVector finalResultVector
chemaxon.util.FloatVector dissimVector
chemaxon.util.IntVector screenedVector
chemaxon.util.BlockingIntArrayQueue progressiveReturnArray
long startTime
boolean searchUsingOriginalTarget
boolean printScreenedIntoLog
java.lang.StringBuffer infoToErrBuf
java.lang.String querySmarts
long screeningTime
int screenedCount
long searchTime
long cachingTime
long filterQueryTime
boolean cacheLoaded
boolean cacheUpdated
java.sql.Connection con
chemaxon.jchem.db.JChemSearch.SearchThread searchThread
boolean tableInitialized
boolean tableNameInitialized
boolean connectionInitialized
boolean queryInitialized
boolean filterInitialized
boolean chemTermFilterInitialized
boolean chemTermColumnsInitialized
java.sql.PreparedStatement chemTermReaderPreparedStatement
java.lang.String chemTermReaderSQL
chemaxon.util.IntVector filter
boolean orderByFilter
DatabaseProperties dbProp
int queryMode
boolean queryModeBoolean
JChemSearchOptions searchOptions
JChemSearchOptions publicSearchOptions
JChemSearch.searchOptions during initialization.
java.lang.String whereClause
int rdbms
java.lang.String modifiedfFilterExpression
java.lang.String[] substitutedCTColumns
java.lang.String filterConfigFile
boolean cartridgeMode
java.lang.String cartridgeIndexedTable
java.lang.String cartridgeIndexedColumn
chemaxon.util.IntVector nonHits
int hash
HashCode hc
java.lang.String cacheError
int maxCacheSize
int minNonCachedMemory
double cacheExpirationTime
java.lang.String prevTimeStamp
java.lang.String prevTableName
java.lang.String timeStamp
int timeout
long lastCheck
chemaxon.util.IntVector allDissimID
chemaxon.util.FloatVector allDissimDissim
int threads
chemaxon.jchem.db.JChemSearch.ABASThread[] thread
chemaxon.marvin.io.formats.smiles.CxsmilesImport[] cxsmis
Molecule[] dbMols
MolSearch[] molSearch
Evaluator[] evaluator
ChemJEP[] jep
MolContext[] context
Standardizer[] standardizer
int[] queryStandOrder
int currentIndex
int threadPriority
java.sql.PreparedStatement pstmtForSmilesRead
boolean usePreparedStatements
java.sql.PreparedStatement pstmtForScreening
java.lang.String pstmtSQLForScreening
boolean queryIsStructuralKey
boolean enumeratedSearch
long regCode
int enumeratedFeatures
EnumeratorFactory.isEnumerable(chemaxon.struc.Molecule, int)boolean everyTargetIsHit
boolean returnAllStructures
boolean noScreenReturnAll
boolean chemicalTermsSubstitution
boolean absStereoMode
int[] results
float[] dissimilarityResults
java.beans.PropertyChangeSupport propertySupport
java.beans.VetoableChangeSupport vetoableChangeSupport
java.lang.String queryStructure
Molecule queryMolecule
Molecule queryMol
Molecule originalQuery
java.lang.String structureTable
int tableType
boolean tautomerDuplicateSearch
boolean tautomerDuplicateSearchTable
boolean genericTautomerProtectsChirality
boolean markushTable
int[] filterIDList
int[] origFilterIdList
int[] filterIDNotList
boolean filterIDListSorted
boolean filterIDNotListSorted
boolean filtering
java.lang.String filterTable
boolean deleteFilterTableWhenReady
java.lang.String resultTable
int resultTableMode
boolean structureCaching
boolean infoToStdError
ConnectionHandler connectionHandler
boolean standardizationDisabled
null means pure fingerprint similarity is performed
java.lang.Integer preCalculatedHashCode
Molecule preCalculatedGenericTautomer
TautomerizationPlugin tautomerizationPlugin
java.lang.String preCalculatedSmiles
boolean preCalculatedSmilesSet
java.lang.String smiles
int runMode
java.lang.String licenseEnvironment
boolean stopRecorded
| Class chemaxon.jchem.db.MaxSearchFrequencyExceededException extends DatabaseSearchException implements Serializable |
|---|
| Class chemaxon.jchem.db.PropertyNotSetException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.jchem.db.TransferException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.jchem.db.UpdateHandler extends ErrorHandler implements Serializable |
|---|
| Serialized Fields |
|---|
int mode
java.lang.String additionalColumnsString
int numberOfBits
int numberOfStrucFPCols
java.lang.String structuralKeys
int numberOfCFpCols
int numberOfOnes
int numberOfEdges
chemaxon.sss.screen.CombinedFingerprint cfp
chemaxon.jchem.db.DatabaseOptions dbOptions
ConnectionHandler conh
java.sql.Connection con
java.lang.String tableName
Molecule mol
byte[] structure
java.lang.String smiles
java.lang.String formula
java.lang.String sortableFormula
java.lang.Double molWeight
int[] fingerprint
int hash
java.lang.String flags
java.lang.String molName
Molecule genericTautomer
boolean isMarkush
boolean noRingInfoInFP
boolean reactionMappingIncomplete
byte[] markushData
chemaxon.enumeration.supergraph.Supergraph superGraph
HashCode hc
java.util.ArrayList<E> additionalColumns
java.sql.PreparedStatement pstmt
int counter
int max
boolean alwaysCreateNew
long totalMemoryAt1000
boolean spoiledMax
int lastId
java.lang.String timeStamp
boolean regenerateMode
java.lang.String inputFormat
UpdateHandler.RowData rowData
java.util.ArrayList<E> bigLOBs
chemaxon.jchem.db.UpdateHandler.ActiveFieldList activeFieldList
chemaxon.jchem.db.UpdateHandler.ActiveFieldList lastActiveFieldList
int tableType
boolean tautomerDuplicateSearch
boolean genericTautomerProtectsChirality
ElementalAnalyser elemanal
boolean cartridgeMode
java.lang.String indexedTable
java.lang.String indexedColumn
boolean firstExecuteCall
boolean inputMoleculeSet
boolean structureSourceSet
java.lang.String tempTableToWrite
chemaxon.jchem.db.UpdateHandler.Field[] fields
int dbms
boolean emptyStructuresAllowed
java.lang.String[] descriptorNames
int cd_id
java.lang.String rowID
int smilesLength
Standardizer standardizer
java.sql.PreparedStatement lastIdPrepStmt
JChemSearch jcsearch
boolean duplicateFiltering
boolean setChiralFlag
boolean doNotImport
boolean standardize
boolean ignoreCTErrors
Molecule inputMol
java.util.Map<K,V> chemTermColCfg
java.util.Map<K,V> chemTermColValues
MolContext molContext
boolean chemTermCalcNeeded
java.lang.String molNameField
int lastPstmtMode
| Class chemaxon.jchem.db.UpdateHandlerException extends chemaxon.util.ChemaxonException implements Serializable |
|---|
| Class chemaxon.jchem.db.Updater.UpdateInfo extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String message
java.lang.String[] entityList
null.
java.lang.String processingMessage
boolean isRegeneration
Updater.UpdateInfo.isProgressMonitoringSupported instead.Updater.UpdateInfo.entityList can be used
directly for
UpdateHandler.recalculateTable(chemaxon.util.ConnectionHandler,
String, boolean, String, java.util.Map, Boolean, chemaxon.jchem.file.ProgressWriter)
boolean isProgressMonitoringSupported
int regenerationType
boolean isOperationRequired
| Package chemaxon.jchem.webservice |
|---|
| Class chemaxon.jchem.webservice.ConnectionHandlerIDNotFoundException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.jchem.webservice.IDGenerationException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.jchem.webservice.InvalidInputException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.jchem.webservice.SearchIDNotFoundException extends java.lang.Exception implements Serializable |
|---|
| Package chemaxon.jep |
|---|
| Class chemaxon.jep.ChemContext extends java.lang.Object implements Serializable |
|---|
| Class chemaxon.jep.ChemFunction extends chemaxon.nfunk.jep.function.PostfixMathCommand implements Serializable |
|---|
| Serialized Fields |
|---|
ChemJEP jep
boolean cached
| Class chemaxon.jep.ChemJEP extends chemaxon.nfunk.jep.JEP implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> contextClass
ChemContext context
| Class chemaxon.jep.ConditionException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.jep.ContextFunction extends chemaxon.nfunk.jep.function.PostfixMathCommand implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
ChemJEP jep
| Class chemaxon.jep.DissimilarityFunction extends chemaxon.jep.ChemFunction implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String className
java.lang.String[] descriptors
| Class chemaxon.jep.Evaluator extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
chemaxon.jep.EvaluatorConfiguration builtInConfig
chemaxon.jep.EvaluatorConfiguration externalConfig
chemaxon.jep.EvaluatorConfiguration userConfig
chemaxon.jep.EvaluatorConfiguration config
chemaxon.nfunk.jep.SymbolTable symtab
boolean verbose
java.lang.String licenseEnvironment
| Class chemaxon.jep.EvaluatorFunction extends chemaxon.jep.ChemFunction implements Serializable |
|---|
| Serialized Fields |
|---|
Evaluator evaluator
| Class chemaxon.jep.MatchFunction extends chemaxon.jep.ChemFunction implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String className
java.util.Hashtable<K,V> subMatches
int type
chemaxon.util.SearchAttributes attributes
java.lang.String dir
Standardizer standardizer
java.lang.String licenseEnvironment
| Package chemaxon.jep.context |
|---|
| Class chemaxon.jep.context.AtomContext extends MolContext implements Serializable |
|---|
| Serialized Fields |
|---|
int atom
| Class chemaxon.jep.context.MolContext extends ChemContext implements Serializable |
|---|
| Serialized Fields |
|---|
Molecule mol
int[] fingerprint
| Class chemaxon.jep.context.ReactionContext extends ChemContext implements Serializable |
|---|
| Serialized Fields |
|---|
Molecule[] reactants
Molecule[] products
MolAtom[] map2ratom
MolAtom[] map2patom
boolean copy
| Class chemaxon.jep.context.SearchContext extends MolContext implements Serializable |
|---|
| Serialized Fields |
|---|
Molecule query
int[] queryFingerprint
int[] map
int[] hit
| Package chemaxon.license |
|---|
| Class chemaxon.license.LicenseException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String product
| Class chemaxon.license.LicenseProcessingException extends java.lang.Exception implements Serializable |
|---|
| Package chemaxon.marvin |
|---|
| Class chemaxon.marvin.Sketch extends javax.swing.JFrame implements Serializable |
|---|
| Serialized Fields |
|---|
MSketchPane sketchPane
java.lang.String outSerName
javax.swing.Action newWindowAction
javax.swing.Action exitAction
| Class chemaxon.marvin.View extends javax.swing.JFrame implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String tagName
java.util.List<E> colorKeys
MViewPane viewPane
int spaceDimensions
java.lang.Thread realTimeMovieThread
javax.swing.Action openAction
javax.swing.Action printAction
javax.swing.Action exitAction
| Package chemaxon.marvin.alignment |
|---|
| Class chemaxon.marvin.alignment.AlignmentException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.marvin.alignment.AssignedConstraintList$1 extends java.lang.Object implements Serializable |
|---|
| Class chemaxon.marvin.alignment.DistanceRangeSet extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int[] colorOfAtom
float[] mins
float[] maxs
int coloredAtomCount
int[][] index
int anchoredAtom
chemaxon.marvin.alignment.DistanceRange range
| Class chemaxon.marvin.alignment.DistanceRangeSetPH extends chemaxon.marvin.alignment.DistanceRangeSet implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.BitSet donor
java.util.BitSet acceptor
java.util.BitSet aromatic
java.util.BitSet hydr
java.util.BitSet pos
java.util.BitSet neg
| Class chemaxon.marvin.alignment.NoConstraintException extends chemaxon.marvin.alignment.AlignmentException implements Serializable |
|---|
| Class chemaxon.marvin.alignment.NoMCSException extends chemaxon.marvin.alignment.AlignmentException implements Serializable |
|---|
| Class chemaxon.marvin.alignment.StatusMol extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String stacktrace
int status
double[][] alignedCrd
int molID
int dihedralCount
| Class chemaxon.marvin.alignment.StatusOpt extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String stacktrace
int status
int stepCount
int time
double score
double energy
java.util.Vector<E> stmols
int constraintCount
| Class chemaxon.marvin.alignment.TooDissimilarException extends chemaxon.marvin.alignment.AlignmentException implements Serializable |
|---|
| Package chemaxon.marvin.beans |
|---|
| Class chemaxon.marvin.beans.MarvinPane extends javax.swing.JRootPane implements Serializable |
|---|
serialVersionUID: -9042549845769941129L
| Serialized Fields |
|---|
chemaxon.marvin.common.swing.MolPanel molPanel
java.lang.String params
java.beans.PropertyChangeSupport changeListeners
UserSettings userSettings
chemaxon.marvin.beans.MarvinPane.MarvinActionListener actionListener
| Class chemaxon.marvin.beans.MolRenderer extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
MolPrinter printer
| Class chemaxon.marvin.beans.MSketch extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 0L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.marvin.beans.MSketchPane extends MarvinPane implements Serializable |
|---|
serialVersionUID: 602496692422927170L
| Serialized Fields |
|---|
chemaxon.marvin.common.swing.CommonActions commonActions
| Class chemaxon.marvin.beans.MView extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 0L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.marvin.beans.MViewEditor extends javax.swing.AbstractCellEditor implements Serializable |
|---|
| Serialized Fields |
|---|
MViewPane editorComponent
| Class chemaxon.marvin.beans.MViewPane extends MarvinPane implements Serializable |
|---|
serialVersionUID: -4430811090653077262L
| Serialized Fields |
|---|
TableSupport tableSupport
boolean preferredSizeSet
java.awt.event.ActionListener myActionListener
| Class chemaxon.marvin.beans.MViewRenderer extends MViewPane implements Serializable |
|---|
| Package chemaxon.marvin.common |
|---|
| Class chemaxon.marvin.common.UserSettings extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 845433654876173303L
| Serialized Fields |
|---|
java.lang.String[] WITHOUT_CHECK_OVERWRITEABLE_PROPS
java.util.Properties userprops
java.beans.PropertyChangeSupport changeListeners
java.util.Vector<E> owners
java.lang.String sketchColorScheme
java.lang.String viewColorScheme
java.awt.Color sketchMolbg2d
java.awt.Color sketchMolbg3d
java.awt.Color viewMolbg2d
java.awt.Color viewMolbg3d
boolean sketchBondDraggedAlong
boolean sketchValenceErrorVisible
boolean sketchReactionErrorVisible
boolean lonePairAutoCalc
java.lang.String sketchImplicitH
boolean viewValenceErrorVisible
java.lang.String viewImplicitH
boolean viewExplicitH
int viewLayout
java.lang.String viewAnyBond
java.lang.String sketchAnyBond
java.lang.String viewCarbonVisibility
java.lang.String sketchCarbonVisibility
java.lang.String downWedge
java.lang.String sketchRendering2d
java.lang.String sketchRendering3d
java.lang.String viewRendering2d
java.lang.String viewRendering3d
java.lang.String viewNavmode2d
java.lang.String viewNavmode3d
java.lang.String clean2dOpts
boolean cleanHOption
java.lang.String clean3dOpts
java.lang.String copyAsFormat
java.lang.String defaultSaveFormat
boolean transformationEnabled
int aromatizeLevel
int atomMappingLevel
java.awt.Font atomFont
double atomSize
double bondSpacing
double wireThickness
double stickThickness
double ballRadius
boolean ezVisible
java.lang.String chiralitySupport
java.lang.String absLabelVis
double sketchArrowHeadLength
double sketchArrowHeadWidth
double sketchArrowTailLength
double sketchArrowTailWidth
java.util.List<E> viewRecentFileList
int viewRecentFileListSize
java.util.List<E> sketchRecentFileList
int sketchRecentFileListSize
java.lang.String viewLoadWorkingDir
java.lang.String viewSaveWorkingDir
java.lang.String sketchLoadWorkingDir
java.lang.String sketchSaveWorkingDir
java.lang.String loadSaveLocation
java.lang.String loadWorkingDir
boolean saveLoadZoomFactorToMRV
boolean autoCheckStructure
long lastModified
| Package chemaxon.marvin.io |
|---|
| Class chemaxon.marvin.io.Encoding extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException
java.io.IOException
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.marvin.io.MolExportException extends MolExportException implements Serializable |
|---|
| Serialized Fields |
|---|
int molIndex
| Class chemaxon.marvin.io.MRecordParseException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
MRecordReader.Position position
| Package chemaxon.marvin.modules |
|---|
| Class chemaxon.marvin.modules.AutoMapper extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
RxnMolecule reaction
int mappingStyle
int mappingStrategy
boolean ignoreH
chemaxon.marvin.modules.AutoMapper.RxnMoleculeAtomIterator iterator
chemaxon.marvin.modules.AutoMapper.RxnMoleculeAtomIterator embeddedIterator
int productAtomCount
int reactantAtomCount
int[][] preMappedAtoms
int preMappedAtomCount
int preMappedReactantAtomCount
int[][] mcsMappedAtoms
int mcsMappedAtomCount
boolean[] initialMapIndex
boolean[] fixedMapIndex
int currentSize
int size
int maxMapIndex
int currentMapIndex
double complexityThreshold
int lastStopCause
long stepCountLimit
boolean stepCountLimitReached
long stepCount
long timeLimit
long startTime
int[] state
int[] baseNumber
boolean carry
state, indicates end of search
int pos
state does not satisfy
solution or partial solution conditions
boolean[] isWidow
int[] positionToReactantAtom
int[][] valueToProductAtom
int[][] productAtomMap
int[][] reactantAtomMap
int[] productAtoms
addAtomToBacktracking( int compositeId, int atomNumber,
int atomMassno )
int[] reactantMapMatrix
int[] productMapMatrix
int[][] maps
float[] scores
int storedMapsCount
maps[][] and
scores)
long[] steps
chemaxon.marvin.modules.MCS css
chemaxon.util.BondClassifier ringFinder
int reactantRingCount
int productRingCount
boolean keepAllRings
long finishedAt
int WIDOWSCORE
Molecule[] sortedReactants
| Class chemaxon.marvin.modules.AutoMapperException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.marvin.modules.Clean2D extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String[] template_local
long timeStart
long timeStart_structure
long timeLimit
long timeLimit_structure
chemaxon.util.IntVector[] MoleculeInvariants
chemaxon.util.IntVector[] CageMolInv
int Debug
int molCount
chemaxon.marvin.modules.Clean2D.PartialOptimization opt
boolean removeCTEither
boolean partialCleanForMolecules
boolean partialClean
int[] fixedAtoms
boolean use_2D_Alignment
boolean addHydrogensToChiralAtoms
boolean addExplicitHToCageSystem
boolean setParities
boolean useStereoFromFlags
boolean wedgeClean
boolean onlyWedgeClean
boolean forceTemplates
MoleculeGraph ORIG
int levelAheadLimit
int stepLimit
int[][] cssr
int[][] ctab
int[][] btab
int[] fragID
double[][] intang
java.util.BitSet[] ringBitset
boolean[] isRingBond
int[][] atomInRing
int[][] commRingAtomNu
double coll_dist_sq
| Class chemaxon.marvin.modules.Clean3D extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
boolean MERGETOBUILDMOL
boolean restrictConformerCount
| Class chemaxon.marvin.modules.GraphInvariants extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
int modeFlag
int[] stereo
int[] calculatedChirality
| Class chemaxon.marvin.modules.LonePairPainter extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Class chemaxon.marvin.modules.MChart extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
java.awt.Color[] colors
com.objectplanet.chart.LineChart chart
int precision
Molecule[] legendMols
java.lang.String[] legendTexts
| Class chemaxon.marvin.modules.Parity extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
MoleculeGraph mol
MoleculeGraph origmol
int[] bondIndexToExpanded
int[] atomIndexToExpanded
long lastGrinvCC
long lastGrinvCCEZ
int step
int[][] ctab
int[][] btab
boolean[] asymmetric
boolean[] chiralcenter
boolean[] canhaveparity
boolean[] isRingBond
boolean[] eqGrinv
int[] stereoGrinv
int[] parity0D
boolean[] hasWedge
double[] xyz
boolean[] isHydrogen
boolean[] isLP
int[] parity3D
MoleculeGraph arommol
boolean chiralityCalculated
int[] chirality
boolean ezCalculated
int[] ez
int[] ringCount
int[] atomInSmallestRing
boolean hasContractedGroup
boolean useOnlyFirstAtom
| Class chemaxon.marvin.modules.Spacefill extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
java.awt.Color bgcolor
java.awt.Color fgcolor
chemaxon.marvin.paint.internal.MolPainter painter
double mag
int colorScheme
boolean setColoringEnabled
| Class chemaxon.marvin.modules.SubstructureSearch.SearchException extends java.lang.RuntimeException implements Serializable |
|---|
| Class chemaxon.marvin.modules.Threedim extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object[] zobjtmp
java.lang.Object[] zobjclean
long[] zranks
| Package chemaxon.marvin.modules.datatransfer |
|---|
| Class chemaxon.marvin.modules.datatransfer.CopyAsDialog extends chemaxon.marvin.uif.util.swing.AbstractDialog implements Serializable |
|---|
serialVersionUID: -4564761584830399025L
| Serialized Fields |
|---|
java.util.ResourceBundle bundle
java.util.List<E> formats
java.lang.String defaultFormat
javax.swing.JList selectorList
int prevSelectedIdx
| Package chemaxon.marvin.plugin |
|---|
| Class chemaxon.marvin.plugin.PluginException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
int level
| Package chemaxon.marvin.plugin.concurrent |
|---|
| Class chemaxon.marvin.plugin.concurrent.PluginExecutionException extends java.util.concurrent.ExecutionException implements Serializable |
|---|
| Serialized Fields |
|---|
CalculatorPlugin plugin
| Package chemaxon.marvin.plugin.gui |
|---|
| Class chemaxon.marvin.plugin.gui.CheckList extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
chemaxon.marvin.plugin.gui.CheckList.MCheckBox[] checkboxes
| Class chemaxon.marvin.plugin.gui.OptionsPane extends javax.swing.JDialog implements Serializable |
|---|
| Serialized Fields |
|---|
ParameterPanelHandler parameterPanel
java.awt.event.ActionListener okActionListener
java.lang.String key
java.lang.String title
chemaxon.marvin.swing.ActionButton ok
chemaxon.marvin.swing.ActionButton cancel
chemaxon.marvin.swing.ActionButton restoreDefaults
| Class chemaxon.marvin.plugin.gui.ParameterPanel extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
chemaxon.marvin.plugin.gui.ParameterItem[] items
| Class chemaxon.marvin.plugin.gui.ResultView extends javax.swing.JDialog implements Serializable |
|---|
serialVersionUID: -5728800883025815500L
| Serialized Fields |
|---|
chemaxon.marvin.common.swing.MolPanel mpan
javax.swing.JTextArea bottomTextArea
javax.swing.JComponent bottomComponent
javax.swing.JTextArea topTextArea
javax.swing.JComponent topComponent
javax.swing.JPanel chartPanel
chemaxon.marvin.util.MarvinModule chart
javax.swing.JMenu viewMenu
javax.swing.JMenuItem copymi
javax.swing.JMenuItem popupcopymi
javax.swing.JMenuItem resetmi
javax.swing.JPopupMenu popup
javax.swing.JMenuItem detachmi
Molecule[] viewMols
java.lang.String[] viewTexts
chemaxon.marvin.view.swing.ViewPanel viewPanel
Molecule viewMol
java.lang.String viewText
java.lang.String imageFormat
| Package chemaxon.marvin.sketch |
|---|
| Class chemaxon.marvin.sketch.AbstractSelectSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
chemaxon.marvin.sketch.SelectUtil selectUtil
boolean selectingText
| Class chemaxon.marvin.sketch.AtomSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: -5009627643303957609L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.marvin.sketch.BondSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: 6282033706405196916L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
boolean incType
boolean wasDoubleBeforeClick
| Class chemaxon.marvin.sketch.ChainSM extends chemaxon.marvin.sketch.BondSM implements Serializable |
|---|
serialVersionUID: 6282033706405196916L
| Class chemaxon.marvin.sketch.GroupSelectSM extends chemaxon.marvin.sketch.AbstractSelectSM implements Serializable |
|---|
| Serialized Fields |
|---|
int groupType
| Class chemaxon.marvin.sketch.History extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
MDocument[] molHist
java.awt.Point[] cornerHist
double[] scaleHist
int[] autoHydrogenizeHist
int[][] scrollBarHist
boolean[] selectionToZoomHist
MoleculeGraph[][] molgToZoomHist
int molHistLen
int molHistCur
int molHistMax
boolean historyOverflow
java.beans.PropertyChangeSupport changeSupport
| Class chemaxon.marvin.sketch.LassoSelectSM extends chemaxon.marvin.sketch.AbstractSelectSM implements Serializable |
|---|
| Class chemaxon.marvin.sketch.MObjectSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: 8408081115999010988L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.marvin.sketch.MoleculeSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: 879978814934682047L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
chemaxon.marvin.sketch.SketchMode parentSketchMode
| Class chemaxon.marvin.sketch.MolEditor extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 2463379690025911142L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException| Serialized Fields |
|---|
int moveMode
boolean persistentMoveMode
int rotMethod
MDocument document
MSelectionDocument selectionDoc
java.util.List<E> elements
java.util.List<E> queryAtoms
java.util.List<E> extraBonds
java.util.List<E> atomStrings
boolean reactionSupported
int chiralitySupport
double atomSize
double bondSpacing
double stickdst
double mergedst
boolean mouseInside
boolean dragged
int modifiers
double ptrX
double ptrY
double ptrZ
double prevPtrX
double prevPtrY
double prevPtrZ
chemaxon.marvin.sketch.History history
chemaxon.marvin.paint.internal.MolPainter painter
chemaxon.marvin.util.CallbackIface sketchCanvas
MDocument curfrag
MoleculeGraph flyingBondMol
boolean curfragMoved
boolean canRotCurfrag
boolean canMovCurfrag
double curfragR
DPoint3 rotO
double rotateZPhi
double rotate3dPhiX
double rotate3dPhiY
double rotate3dPhi
int indexToRot
int pointIndexToRot
Molecule atomBranchPiece
Molecule piece
Molecule pieceOriginalObject
Molecule showMolecule
boolean paintOnlyShowMolecule
chemaxon.marvin.sketch.SketchMode sketchMode
boolean bondrawMode
double thisBondlen
int lastBondFlags
java.lang.String lastQueryBondString
MolAtom jointAtom
chemaxon.marvin.sketch.MolJoin curfragJoin
boolean bondDraggedAlong
boolean historizeEnabled
boolean documentEdited
boolean isDataSgroupLabelPointed
boolean dataSgroupLabelMoving
DataSgroup dataSgroupObject
boolean hadSelection
int[] scrollBarVals
MDocument lastSelectionDoc
java.awt.Point lastSelectionCorner
double lastSelectionScale
boolean selectionHistorized
boolean historizeUnSelection
| Class chemaxon.marvin.sketch.MolJoin extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1880834186820654343L
| Serialized Fields |
|---|
Molecule that
MoleculeGraph other
MoleculeGraph tother
java.util.List<E> atoms
java.util.List<E> bonds
MolAtom[] pri
MolAtom[] sec
MolBond[] corrupt
double mergedst
int theFindOptions
| Class chemaxon.marvin.sketch.RectangleSelectSM extends chemaxon.marvin.sketch.AbstractSelectSM implements Serializable |
|---|
| Class chemaxon.marvin.sketch.RubberSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: -7010050364100540729L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
chemaxon.marvin.sketch.SelectUtil selectUtil
| Class chemaxon.marvin.sketch.SelectSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: 1430844896216918052L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
chemaxon.marvin.sketch.SelectUtil selectUtil
boolean selectingText
| Class chemaxon.marvin.sketch.SelectUtil extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4143211204478415057L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
int groupType
chemaxon.marvin.util.CallbackIface groupCreationDialogHandler
| Class chemaxon.marvin.sketch.SgroupSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: 5435507500908348259L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.marvin.sketch.SketchMode extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 511717688630484043L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.marvin.sketch.StructureSelectSM extends chemaxon.marvin.sketch.AbstractSelectSM implements Serializable |
|---|
| Package chemaxon.marvin.space |
|---|
| Class chemaxon.marvin.space.EventQueue extends java.util.Vector implements Serializable |
|---|
| Class chemaxon.marvin.space.GraphicScene extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
chemaxon.marvin.space.MSpaceEventHandler eventHandler
chemaxon.marvin.space.gui.JMSpaceProgressBar progressBar
int rowCount
int columnCount
int activeCell
GraphicCell[] cells
int cellCount
int needsRefresh
int needsReset
boolean initialized
boolean antialias
boolean synchronousMode
int verboseLevel
int motionmode
int width
int height
java.awt.Color backgroundColor
boolean backgroundColorChanged
int transparentBackground
boolean smoothBackground
double rx
double ry
double rz
javax.media.opengl.GL gl
javax.media.opengl.glu.GLU glu
javax.media.opengl.GLAutoDrawable glAutoDrawable
javax.media.opengl.GLCanvas canvas
javax.media.opengl.GLCapabilities capabilities
chemaxon.marvin.space.util.GLText gltext
java.util.Properties globalDrawProperties
| Package chemaxon.marvin.util |
|---|
| Class chemaxon.marvin.util.CancelPrintException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.marvin.util.GeomCalc.GeomCalcException extends java.lang.RuntimeException implements Serializable |
|---|
| Class chemaxon.marvin.util.GeomCalc.Queue.Overflow extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.marvin.util.GeomCalc.Queue.Underflow extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.marvin.util.MarvinModule extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 2763330874643316763L
| Class chemaxon.marvin.util.MarvinOLEFrame extends javax.swing.JFrame implements Serializable |
|---|
serialVersionUID: 7801720334170069726L
| Class chemaxon.marvin.util.MarvinOLEPanel extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: -6975415959061110410L
| Serialized Fields |
|---|
MSketchPane msketch
chemaxon.marvin.sketch.swing.SketchPanel sketchPanel
java.util.logging.Logger log
| Class chemaxon.marvin.util.MolExportException extends java.io.IOException implements Serializable |
|---|
| Class chemaxon.marvin.util.MolImageSize extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -5798208351774983109L
| Serialized Fields |
|---|
int width
int height
double scale
| Class chemaxon.marvin.util.MolNameFormatException extends java.lang.RuntimeException implements Serializable |
|---|
| Class chemaxon.marvin.util.SwingUtil extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1600625160321014724L
| Package chemaxon.marvin.util.codeassist |
|---|
| Class chemaxon.marvin.util.codeassist.ChemTermDocument extends javax.swing.text.DefaultStyledDocument implements Serializable |
|---|
serialVersionUID: -5894946790409031807L
| Serialized Fields |
|---|
javax.swing.text.DefaultStyledDocument doc
javax.swing.text.Element rootElement
boolean multiLineComment
javax.swing.text.MutableAttributeSet normal
javax.swing.text.MutableAttributeSet comment
javax.swing.text.MutableAttributeSet quote
javax.swing.text.MutableAttributeSet keyword
javax.swing.text.MutableAttributeSet function
javax.swing.text.MutableAttributeSet parenthesis
javax.swing.text.MutableAttributeSet constant
java.util.Map<K,V> keywords
java.util.Map<K,V> functions
java.util.Map<K,V> constants
int fontSize
java.lang.String fontName
int parenOffset
int parenLength
int currentElementIndex
java.lang.String prefix
boolean lastPrefixState
javax.swing.Timer HIGHLIGHT_TIMER
| Class chemaxon.marvin.util.codeassist.CompletionItemCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable |
|---|
serialVersionUID: 6746125418422903808L
| Class chemaxon.marvin.util.codeassist.MacroManagerPanel extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: -4703035835623320688L
| Serialized Fields |
|---|
javax.swing.JScrollPane macroListScroll
javax.swing.JList macroList
javax.swing.JButton addButton
javax.swing.JButton editButton
javax.swing.JButton deleteButton
javax.swing.JPanel listPanel
javax.swing.JPanel editPanel
java.awt.CardLayout layout
javax.swing.JButton acceptButton
javax.swing.JButton cancelButton
javax.swing.JTextField nameField
javax.swing.JScrollPane descScrollPane
javax.swing.JScrollPane macroScrollPane
javax.swing.JTextPane macroPane
javax.swing.JTextPane descPane
javax.swing.JButton acceptEditButton
javax.swing.JButton cancelEditButton
int editedItem
chemaxon.marvin.util.codeassist.CodeAssistMacrosHelper helper
javax.swing.Action ACCEPT_ACTION
javax.swing.Action CANCEL_ACTION
| Package chemaxon.marvin.view |
|---|
| Class chemaxon.marvin.view.MDocStorage.CancellationException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.marvin.view.MDocStorage.RecordUnavailableException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
int recordIndex
| Package chemaxon.marvin.view.swing |
|---|
| Class chemaxon.marvin.view.swing.TwoLists extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String[] listData1
java.lang.String[] listData2
javax.swing.JList list1
javax.swing.JList list2
javax.swing.JButton addButton
javax.swing.JButton addAllButton
javax.swing.JButton removeButton
javax.swing.JButton removeAllButton
boolean allSelected
| Class chemaxon.marvin.view.swing.ViewCanvas extends chemaxon.marvin.common.swing.MolCanvas implements Serializable |
|---|
serialVersionUID: 3979819797881974530L
| Serialization Methods |
|---|
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException| Serialized Fields |
|---|
chemaxon.marvin.swing.MAction windowAction
MDocument document
boolean inZoomWindow
chemaxon.marvin.view.swing.ViewPanel viewPanel
chemaxon.marvin.view.swing.modules.MViewFrame viewFrame
int cellIndex
double winScale
DPoint3 moleculeCenter
java.awt.Dimension preferredSize1
java.awt.Dimension rsize
boolean error
chemaxon.marvin.paint.internal.MolPainter painter
java.awt.Color moleculeBackground
java.util.Vector<E> nextV
boolean isLowQuality
| Class chemaxon.marvin.view.swing.ViewHandler extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean debug
chemaxon.marvin.view.swing.VisibleDocuments visibleDocs
| Class chemaxon.marvin.view.swing.ViewPanel extends chemaxon.marvin.common.swing.MolPanel implements Serializable |
|---|
serialVersionUID: 802342314015862847L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException| Serialized Fields |
|---|
java.awt.Window molFrame0
chemaxon.marvin.view.swing.ViewActions viewActions
chemaxon.marvin.swing.MAction[] navigationActions
java.lang.String[] molStrings
java.lang.String molString
java.util.Vector<E>[] rasmolScripts
chemaxon.marvin.common.AtomSelectionHandler[] moleculeSelections
chemaxon.marvin.util.MarvinModule[] rasmolScripters
chemaxon.marvin.view.swing.ViewHandler viewHandler
java.awt.Font defaultFieldFont
java.util.Map<K,V> fieldFontMap
javax.swing.Action findAction
javax.swing.Action findAgainAction
double winScale
int borderWidth
java.awt.Color borderColor
double tabScale
boolean autoTabScale
boolean tabScaleCalcNeeded
boolean animSynchronized
boolean startLoad
int rows
int cols
chemaxon.marvin.util.MarvinModule animator
boolean selectable
int editable
boolean importEnabled
chemaxon.marvin.util.CallbackIface skbridge
chemaxon.marvin.util.CallbackIface findTextModule
int selected
boolean detachable
int tabScaleCalcInProgress
boolean draggable
java.util.Map<K,V> molbgMap
chemaxon.marvin.common.swing.MoleculeProvider sketchMoleculeProvider
TableSupport tableSupport
chemaxon.marvin.common.swing.CommonActions commonActions
| Class chemaxon.marvin.view.swing.WholeNumberField extends javax.swing.JTextField implements Serializable |
|---|
| Serialized Fields |
|---|
int options
java.awt.Toolkit toolkit
java.text.NumberFormat integerFormatter
| Class chemaxon.marvin.view.swing.WholeNumberField.WholeNumberDocument extends javax.swing.text.PlainDocument implements Serializable |
|---|
| Package chemaxon.metabolizer |
|---|
| Class chemaxon.metabolizer.MetabolizerException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -8484316066857620143L
| Class chemaxon.metabolizer.MetabolizerExecutor_Stub extends java.rmi.server.RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class chemaxon.metabolizer.MetabolizerIOException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -2023591357549300197L
| Package chemaxon.naming |
|---|
| Class chemaxon.naming.NameFormatException extends MolFormatException implements Serializable |
|---|
| Class chemaxon.naming.NamePrefixException extends NameFormatException implements Serializable |
|---|
| Package chemaxon.reaction |
|---|
| Class chemaxon.reaction.MoleculeData extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
long grinvCC
| Class chemaxon.reaction.Reaction extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int data
java.lang.String id
RxnMolecule rxn
ChemJEP rjep
ChemJEP sjep
double[] tolerances
int[] map2nopar
int[] map2map
int[] smaps
int[] emaps
int[] rbondtypes
int[] pbondtypes
int bcount
int[] map2stereo
java.util.ArrayList<E>[] rmaps
(map, atom index) pairs corresponding to the i-th reactant.
java.util.ArrayList<E>[] pmaps
(map, atom index) pairs corresponding to the i-th product.
int[] map2raindex
int[] map2paindex
int[] map2rindex
-1 if the mapped atom
exists only on the product side.
int[] map2pindex
-1 if the mapped atom
exists only on the reactant side.
int[] rindex2map
int[] pindex2map
java.util.ArrayList<E> rparities
java.util.ArrayList<E> pparities
java.util.ArrayList<E> rcistrans
StereoConstants.CIS,
StereoConstants.TRANS,
StereoConstants.CTUNSPECjava.util.ArrayList<E> pcistrans
StereoConstants.CIS,
StereoConstants.TRANS,
StereoConstants.CTUNSPECMolecule[] reactants
Molecule[] products
| Class chemaxon.reaction.ReactionException extends chemaxon.util.ChemaxonException implements Serializable |
|---|
| Class chemaxon.reaction.Reactor extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String licenseEnvironment
chemaxon.reaction.ReactIterator reactIterator
Reaction reaction
chemaxon.reaction.ReactionPerformer performer
Standardizer standardizer
Standardizer reactionDefinedStandardizer
ReactorConfiguration.STANDARDIZATION_TAG as
standardizer config.
boolean ignoreReactionDefinedStandardizer
ReactorConfiguration.STANDARDIZATION_TAG.
Standardizer productStandardizer
int outputReactionMappingStyle
int fakeResultType
Reactor.FUSED_REACTION_OUTPUT
boolean skipReactionMappingCheck
Molecule[] reactants
boolean first
int pieces
int currentPieces
chemaxon.reaction.ReactorOptions options
| Class chemaxon.reaction.ReactorConfiguration extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String dir
org.dom4j.Element root
Evaluator evaluator
Standardizer standardizer
Standardizer productStandardizer
boolean unique
boolean cached
boolean stset
boolean pstset
boolean addRules
java.lang.String rootElementName
| Class chemaxon.reaction.ReactorOptions extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int resultType
int duplicateFilteringMethod
int norules
int[] ratio
int[] pinds
boolean reverse
true if the reaction is to be
processed in reversed direction, that is, the product and reactant sides
are swapped. Default: false.
boolean transform
boolean excludeOverlappingHits
boolean mapResult
true if reactants / products should be mapped
according to reaction.
boolean single
boolean rmduprefs
boolean cached
chemaxon.util.SearchAttributes attributes
java.lang.String searchOptionsString
java.lang.String reactionIDProp
java.lang.String[] reactantIDProps
java.lang.String[] productIDProps
| Class chemaxon.reaction.RxnException extends chemaxon.sss.search.SearchException implements Serializable |
|---|
| Class chemaxon.reaction.SearchData extends chemaxon.reaction.MoleculeData implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.ArrayList<E> hitDataList
boolean complete
| Class chemaxon.reaction.Standardizer extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String licenseEnvironment
chemaxon.reaction.StandardizerData[] stdata
boolean[] appliedTask
appliedTask[i] is true if task i
has modified the molecule.
chemaxon.reaction.StandardizerData cldata
Molecule[] cleanTemplates
boolean partialClean
true if partial cleaning of changed atom is required at the end.
java.lang.String[] activeGroups
java.util.HashSet<E> inactiveTasks
boolean atomIndexQuery
True if atom index query is enabled: see
Standardizer.getOldToNew() and Standardizer.getNewToOld().
Default: false.
int[] old2new
int[] new2old
boolean isReaction
| Class chemaxon.reaction.StandardizerConfiguration extends chemaxon.reaction.ReactorConfiguration implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.ArrayList<E> data
| Class chemaxon.reaction.StandardizerException extends chemaxon.reaction.RxnException implements Serializable |
|---|
| Package chemaxon.sss.screen |
|---|
| Class chemaxon.sss.screen.ReducedGraph extends chemaxon.enumeration.supergraph.Supergraph implements Serializable |
|---|
| Serialized Fields |
|---|
boolean mixedHetero
int reducedType
Molecule original
int maxID
RgMolecule reduced
MoleculeGraph union
ReducedGraph.preMerge() this is the union of the whole markush
molecule in case of ReducedGraph.mergeOnMarkush() this is the selection of
the given rgroup member.
chemaxon.util.RingClassifier bClass
boolean sgMerge
| Package chemaxon.sss.search |
|---|
| Class chemaxon.sss.search.JChemSearchOptions extends SearchOptions implements Serializable |
|---|
| Serialized Fields |
|---|
int absoluteStereo
java.lang.String filterQuery
float dissimilarityThreshold
long maxTime
int maxResultCount
boolean returnsNonHits
java.lang.String dissimilarityMetric
null for deafult.
java.lang.String dissimilarityMetricParameters
java.lang.String descriptorConfig
java.lang.String descriptorName
null means pure fingerprint similarity is performed
MatchCountOptions matchCountOptions
boolean optimizeQueries
| Class chemaxon.sss.search.MatchCountOptions extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean matchCountIncludesZero
int mode
int matchCountLowLimit
int matchCountHighLimit
boolean matchCountLowLimitInclusive
boolean matchCountHighLimitInclusive
int matchCounthitLimit
java.lang.String matchCountRelation
| Class chemaxon.sss.search.MolSearchOptions extends SearchOptions implements Serializable |
|---|
| Serialized Fields |
|---|
chemaxon.util.IntVector ignoreChiralityForAtoms
boolean hitIncludesRNodes
boolean queryAbsoluteStereo
boolean targetAbsoluteStereo
int hitIndexType
boolean markushEnabled
boolean recursiveSMARTSMode
int markushArom
| Class chemaxon.sss.search.SearchException extends chemaxon.util.ChemaxonException implements Serializable |
|---|
| Class chemaxon.sss.search.SearchOptions extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean dirty
boolean exactQueryAtomMatching
int doubleBondStereoMatchingMode
SearchOptions.setDoubleBondStereoMatchingMode(int)int HCountMatching
boolean verbose
boolean superstructureSearch
int[] options
int searchType
SearchOptions.setSearchType(int)int vagueBondLevel
boolean completeHG
boolean exactTopologyMatching
boolean exactBondMatching
boolean orderSensitiveSearch
boolean keepQueryOrder
boolean exactFragment
boolean tautomerSearch
int isotopeMatching
int chargeMatching
boolean valenceMatching
int radicalMatching
boolean mixSgroupMatching
boolean polymerMatching
boolean endGroupMatching
boolean transformMonomer
boolean phaseShift
boolean copolymerMatching
boolean qhomologyHandling
int stereoModel
int stereoSearchType
SearchConstants.STEREO_SPECIFIC.
SearchOptions.setStereoSearchType(int)boolean checkSpHyb
SearchConstants.VAGUE_BOND_LEVEL4)
option then the bond types are ignored, but the sp hybridization state is still
calculated considering the bond types. Benzene matches cyclohexene with double
bonds outside (O=C1C(=O)C(=O)C(=O)C(=O)C(=O)1), both planar but different bonds.
int implicitHMatching
boolean reactionUnpairedMapMatching
java.lang.String chemTermsFilter
java.lang.String chemTermsFilterConfig
int undefinedRAtom
SearchConstants.UNDEF_R_MATCHING_GROUP.
boolean bridgingRAllowed
boolean RLigandEqualityCheck
int attachedDataMatch
SearchConstants.ATTACHED_DATA_MATCH_IGNORE
java.lang.String attachedDataPrefixes
java.lang.String exactSpecialAtomMatching
boolean ignoreCTExceptions
boolean changedUserComparator
java.util.ArrayList<E> userComparators
int exhaustiveModeLimit
int timeoutLimit
boolean tautomerDuplicateFiltering
| Class chemaxon.sss.search.StructureSearch.ParityCannotBeEvaluatedYetException extends java.lang.Exception implements Serializable |
|---|
| Package chemaxon.struc |
|---|
| Class chemaxon.struc.CTransform3D extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 0L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
java.io.IOException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.DPoint3 extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 0L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.ExtraAtomProperties extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1980229820290558380L
| Serialized Fields |
|---|
Sgroup attachParentSgroup
short valence1
java.util.Map<K,V> qprops
java.lang.String querystr
java.lang.String aliasstr
java.lang.String extrastr
long extrargbs
int[] list
int flags
short rgroupId
int countFlags
int repetitionBits
int linkNodeOuterBonds
int electronProp
java.util.Map<K,V> temporaryObjects
| Class chemaxon.struc.MacroMolecule.BadMoleculeException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.struc.MDocument extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 553557622036381832L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.MDocument.Prop extends MProp implements Serializable |
|---|
| Class chemaxon.struc.MObject extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 2435517510938087080L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.MolAtom extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3974070468228529467L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.MolBond extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3656012871856958335L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.Molecule extends MoleculeGraph implements Serializable |
|---|
serialVersionUID: 7275486436840296305L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.MoleculeGraph extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -2053719583816270190L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.MPoint extends MObject implements Serializable |
|---|
serialVersionUID: -3067277054033050963L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.MProp extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -5699803671884637223L
| Serialized Fields |
|---|
long grinvCC
boolean coordDependent
| Class chemaxon.struc.MPropertyContainer extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -2575268570438177098L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.MSelectionDocument extends MDocument implements Serializable |
|---|
serialVersionUID: 2379294894434293119L
| Class chemaxon.struc.PageSettings extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -7674028514396457694L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.QueryBond extends MolBond implements Serializable |
|---|
serialVersionUID: -5025485107616067648L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.RgMolecule extends Molecule implements Serializable |
|---|
serialVersionUID: -939153732283455787L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.RxnMolecule extends Molecule implements Serializable |
|---|
serialVersionUID: -2863036104564183121L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.SelectionMolecule extends MoleculeGraph implements Serializable |
|---|
| Class chemaxon.struc.SelectionRgMolecule extends SelectionMolecule implements Serializable |
|---|
| Class chemaxon.struc.Sgroup extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -6209766549185582411L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.StaticMolecule extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean ringPerception
java.lang.String name
int arrayFlags
int atomCount
short[] connectionTable
byte[] neighborCount
short[][] nodeEdgeList
int bondCount
short[] atomType
short[] bondAtom1
short[] bondAtom2
int[] bondFlags
int[] extendedAtomType
byte[][] atomLists
byte[] hybridization
byte[] atomStereo
byte[] implicitHcount
byte[] explicitHcount
byte[] valence
byte[][] queryProperty
byte[] radical
byte[] charge
byte[] massno
short[] atomMap
short[] rgroupId
java.lang.String[] sgroupId
chemaxon.struc.gearch.SmoleculeGearch gearch
| Package chemaxon.struc.graphics |
|---|
| Class chemaxon.struc.graphics.MAtomSetPoint extends MPoint implements Serializable |
|---|
serialVersionUID: 5932389976054063500L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MBracket extends MRectangle implements Serializable |
|---|
serialVersionUID: -5775562691065011181L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
int bracketType
int bracketOrientation
| Class chemaxon.struc.graphics.MChemicalStruct extends MObject implements Serializable |
|---|
serialVersionUID: 7098670860634457343L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MEFlow extends MPolyline implements Serializable |
|---|
serialVersionUID: 891769518407563834L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MEFlowBasePoint extends MPoint implements Serializable |
|---|
serialVersionUID: 1053944912020926984L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MEllipse extends MRectangle implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MFont extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -7769715209509613515L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MMidPoint extends MPoint implements Serializable |
|---|
serialVersionUID: 5307361876930807239L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MMidPoint.Sticky extends MMidPoint implements Serializable |
|---|
serialVersionUID: 3223068581543532992L
| Class chemaxon.struc.graphics.MMoleculeMovie extends MObject implements Serializable |
|---|
serialVersionUID: 6476041884742537582L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MNameTextBox extends MTextBox implements Serializable |
|---|
serialVersionUID: 6302424343157644471L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MPolyline extends MObject implements Serializable |
|---|
serialVersionUID: 4958026600768388648L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MRArrow extends MPolyline implements Serializable |
|---|
serialVersionUID: 8638690394107448092L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MRectangle extends MPolyline implements Serializable |
|---|
serialVersionUID: 2948229815278089239L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MRectanglePoint extends MPoint implements Serializable |
|---|
serialVersionUID: -3067277054033050963L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MRectanglePoint.Sticky extends MRectanglePoint implements Serializable |
|---|
serialVersionUID: 3364078480306200948L
| Class chemaxon.struc.graphics.MRoundedRectangle extends MRectangle implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
double arcWidth
double arcHeight
| Class chemaxon.struc.graphics.MTextAttributes extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 6561552003080652755L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.graphics.MTextBox extends MRectangle implements Serializable |
|---|
serialVersionUID: -7272723232157967384L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
javax.swing.ActionMap actionMap
| Class chemaxon.struc.graphics.MTextDocument extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 6305880304790247656L
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Package chemaxon.struc.prop |
|---|
| Class chemaxon.struc.prop.MBooleanProp extends MProp implements Serializable |
|---|
serialVersionUID: -5366978422380739811L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MCollectionProp extends MProp implements Serializable |
|---|
serialVersionUID: -7479938988131387052L
| Class chemaxon.struc.prop.MDoubleArrayProp extends MProp implements Serializable |
|---|
serialVersionUID: -5670039985685584647L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MDoubleProp extends MProp implements Serializable |
|---|
serialVersionUID: -1221776439131689653L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MFontProp extends MProp implements Serializable |
|---|
serialVersionUID: 2369581307328116455L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.prop.MHashProp extends MCollectionProp implements Serializable |
|---|
serialVersionUID: 5457649877894058447L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MHCoords3DProp extends MProp implements Serializable |
|---|
serialVersionUID: 6646271128663088908L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MIntegerArrayProp extends MProp implements Serializable |
|---|
serialVersionUID: 6651869314046996057L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MIntegerProp extends MProp implements Serializable |
|---|
serialVersionUID: -7179550727198941747L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MListProp extends MCollectionProp implements Serializable |
|---|
serialVersionUID: 5360371881677476960L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MMoleculeProp extends MProp implements Serializable |
|---|
serialVersionUID: -7687559780023024273L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MMoleculeStringProp extends MStringProp implements Serializable |
|---|
serialVersionUID: -1005074014113755196L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
java.lang.String format
| Class chemaxon.struc.prop.MObjectProp extends MProp implements Serializable |
|---|
serialVersionUID: 4005646748655675692L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Class chemaxon.struc.prop.MStringProp extends MProp implements Serializable |
|---|
serialVersionUID: 1373831606368751112L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - Includes any I/O exceptions that may occur| Package chemaxon.struc.sgroup |
|---|
| Class chemaxon.struc.sgroup.DataSgroup extends Sgroup implements Serializable |
|---|
serialVersionUID: -3132191586564122343L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
java.lang.StringBuffer sb
| Class chemaxon.struc.sgroup.MulticenterSgroup extends Sgroup implements Serializable |
|---|
serialVersionUID: -7213879722783498112L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream arg0)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.sgroup.MultipleSgroup extends Sgroup implements Serializable |
|---|
serialVersionUID: -1146464131016252826L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.sgroup.RepeatingUnitSgroup extends Sgroup implements Serializable |
|---|
serialVersionUID: -3209611525734625009L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Class chemaxon.struc.sgroup.SgroupAtom extends MolAtom implements Serializable |
|---|
serialVersionUID: -3185634359981637075L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
int labelCenter
| Class chemaxon.struc.sgroup.SuperatomSgroup extends Sgroup implements Serializable |
|---|
serialVersionUID: 2968529752634209305L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException| Package chemaxon.util |
|---|
| Class chemaxon.util.ArgumentException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.util.BadExpressionException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.util.BitPattern extends java.util.BitSet implements Serializable |
|---|
| Class chemaxon.util.BooleanVector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean[] elementData
int elementCount
int capacityIncrement
0, the capacity of the
BooleanVector is doubled each time it needs to grow.
| Class chemaxon.util.ChemaxonException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.util.CmdLine.CmdLineException extends java.lang.RuntimeException implements Serializable |
|---|
| Class chemaxon.util.ConnectionHandler extends ErrorHandler implements Serializable |
|---|
| Serialized Fields |
|---|
java.beans.PropertyChangeSupport propertySupport
java.sql.Connection con
java.lang.String url
java.lang.String driver
java.lang.String loginName
java.lang.String password
java.lang.String propertyTableName
boolean rememberPassword
| Class chemaxon.util.DoubleVector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[] elementData
int expectedElementCount
int elementCount
int capacityIncrement
| Class chemaxon.util.ErrorHandler extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Throwable exception
| Class chemaxon.util.FloatVector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
float[] elementData
int elementCount
int capacityIncrement
0, the capacity of the
FloatVector is doubled each time it needs to grow.
| Class chemaxon.util.Heap.HeapException extends java.lang.RuntimeException implements Serializable |
|---|
| Class chemaxon.util.IntArray extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int[][] elementData
int blockCount
int currentCapacity
int[] firstElements
int elementCount
int blockSize
| Class chemaxon.util.IntVector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int[] elementData
int expectedElementCount
int elementCount
int capacityIncrement
| Class chemaxon.util.LongVector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
long[] elementData
int expectedElementCount
int elementCount
int capacityIncrement
| Class chemaxon.util.MolHandler extends ErrorHandler implements Serializable |
|---|
| Serialized Fields |
|---|
Molecule mol
MolAligner molAligner
boolean molAlignerSet
boolean queryMode
| Class chemaxon.util.SearchAttributes extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean stereoSearch
int doubleBondStereoMatchingMode
boolean subgraphSearch
boolean exactAtomMatching
boolean exactStereoMatching
boolean orderSensitiveSearch
| Package chemaxon.util.concurrent.processors |
|---|
| Class chemaxon.util.concurrent.processors.InputProducerException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.util.concurrent.processors.WorkUnitException extends java.lang.Exception implements Serializable |
|---|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||