|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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.JComboBox leftListFilter
javax.swing.JPanel sourcePanel
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
chemaxon.alchemist.configbuilder.ConfigElementPresentationChooser presentationChooser
chemaxon.alchemist.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
java.lang.String defaultHelpText
chemaxon.alchemist.configbuilder.LicenseSupport licenseSupport
javax.swing.AbstractAction ADD_ACTION
Action implementation which performs config element add
javax.swing.AbstractAction REMOVE_ACTION
Action implementation which performs config element remove
javax.swing.AbstractAction MOVE_UP_ACTION
Action implementation which performs config element move up
javax.swing.AbstractAction MOVE_DOWN_ACTION
Action implementation which performs config element move down
javax.swing.Action openFileAction
javax.swing.Action saveFileAction
| Class chemaxon.alchemist.configbuilder.ConfigBuilderPanel.LeftListModel extends chemaxon.alchemist.utils.SynchronizedAbstractFilterListModel implements Serializable |
|---|
serialVersionUID: 2968756310518353393L
| 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.markushview |
|---|
| Class chemaxon.alchemist.markushview.CollapseTreeAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -3113135295396732422L
| Class chemaxon.alchemist.markushview.CompactMarkushViewer extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
chemaxon.alchemist.markushview.MarkushViewerComponent markushViewer
MarkushViewerComponent.
javax.swing.JToggleButton autoSizeFragmentsButton
JButton on the toolbar.
javax.swing.JToggleButton alwaysShowScaffoldButton
JButton on the toolbar.
javax.swing.JToggleButton nestingViewButton
JButton on the toolbar.
javax.swing.JToggleButton molsInTreeButton
JButton on the toolbar.
javax.swing.JToggleButton separatorLinesButton
JButton on the toolbar.
javax.swing.JToggleButton nodeLinesButton
JButton on the toolbar.
javax.swing.JButton collapseTreeButton
javax.swing.JButton expandTreeButton
JButton on the toolbar.
javax.swing.JButton helpButton
javax.swing.JPanel tools
| Class chemaxon.alchemist.markushview.ExpandTreeAction extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -2838423581212165652L
| Class chemaxon.alchemist.markushview.MarkushListCellRenderer extends javax.swing.JLabel implements Serializable |
|---|
| Class chemaxon.alchemist.markushview.MarkushMoleculeFullViewPanel extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JComboBox molecules
JComboBox to select a molecule from the opened ones to display.
chemaxon.marvin.swing.moleculeview.MoleculeViewComponent view
MoleculeViewComponent to display molecules
java.util.List<E> selectedRGroups
List contains a Set of the selected R-Groups
of the opened molecules with the same index of this item. *
int selectedIndex
JComboBox.
chemaxon.alchemist.markushview.MarkushListCellRenderer renderer
JComboBox
chemaxon.marvin.paint.internal.MolPainterCommon common
MolPainterCommon that contains the display settings of the MoleculeViewComponent.
| Class chemaxon.alchemist.markushview.MarkushNestingViewPanel extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> linears
java.util.List<E> nodes
javax.swing.JPanel linearPanel
javax.swing.JPanel buttonPanel
javax.swing.JButton previousButton
javax.swing.JButton nextButton
int currentLinearIndex
| Class chemaxon.alchemist.markushview.MarkushViewComboBoxModel extends javax.swing.AbstractListModel implements Serializable |
|---|
serialVersionUID: 1878311321410981978L
| Serialized Fields |
|---|
Molecule[] molecules
Molecule selection
| Class chemaxon.alchemist.markushview.MarkushViewerComponent extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 2561953223042733755L
| Serialized Fields |
|---|
javax.swing.JTabbedPane detailsPane
chemaxon.alchemist.markushview.RGroupViewPane fragmentsPane
javax.swing.JPanel fullViewPanel
chemaxon.marvin.paint.internal.MolPainterCommon common
chemaxon.alchemist.markushview.MarkushMoleculeFullViewPanel fullView
chemaxon.alchemist.markushview.MarkushNestingViewPanel nestingViewPanel
javax.swing.JScrollPane treeScrollPane
javax.swing.JSplitPane splitPane
javax.swing.JSplitPane mainSplit
chemaxon.alchemist.utils.moleculetree.AlchemistMoleculeTree moleculeTree
boolean showPath
boolean alwaysShowScaffold
boolean autosizeFragments
java.util.List<E> rootMolecules
List of the RgMolecules we want to overlook. These
RgMolecules are identical to the loaded ones, if they are R-Group
molecules. If not, the original molecule is wrapped into an R-Group
molecule as a scaffold.
java.util.Map<K,V> hitIndexes
boolean cancelled
java.lang.Thread loadingThread
| Class chemaxon.alchemist.markushview.MarkushViewerPrintPane extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JTabbedPane printTabbedPane
javax.swing.JPanel printMarkushTreePanel
javax.swing.JPanel printFragmentsViewPanel
javax.swing.JPanel printNestingViewPanel
javax.swing.JPanel buttonPanel
| Class chemaxon.alchemist.markushview.RGroupViewPane extends javax.swing.JScrollPane implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JPanel mainPanel
RGroupViewPane.
java.util.List<E> rViews
java.util.List<E> autoScaffoldIndexes
chemaxon.marvin.paint.internal.MolPainterCommon common
java.awt.Component resizedView
java.awt.Point previousPoint
Point relative to this component.
java.awt.Point currentPoint
Point relative to this component.
java.awt.Color defaultBackGroundColor
java.awt.event.MouseListener resizeMouseListener
MouseListener for handling events to resize panels
java.awt.event.MouseMotionListener resizeMouseMotionListener
MouseMotionListener for resizing definition panels on mousedrag
| Class chemaxon.alchemist.markushview.TogglePathAction extends chemaxon.alchemist.utils.menu.AlchemistToggleAction implements Serializable |
|---|
serialVersionUID: -3200824810790351535L
| Package chemaxon.calculations |
|---|
| Class chemaxon.calculations.CalculationException extends java.lang.RuntimeException implements Serializable |
|---|
serialVersionUID: 1L
| 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 |
|---|
| 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.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 |
|---|
chemaxon.jchem.db.status.incidentsets.JCSIncidents incidents
chemaxon.jchem.db.JChemObserverImpl jchemObserverImpl
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.JChemCache sCache
boolean isScreenedContainsIndices
chemaxon.jchem.db.ScreenedHandler screenedHandler
int hits
int currentId
java.lang.String message
boolean maxResultCountReached
boolean maxTimeReached
boolean stopped
boolean stopRequested
chemaxon.common.util.IntVector resultVector
chemaxon.common.util.IntVector finalResultVector
chemaxon.common.util.FloatVector dissimVector
chemaxon.common.util.IntVector screenedVector
chemaxon.common.util.IntVector beforeEnumScreenedVector
chemaxon.util.BlockingIntArrayQueue progressiveReturnArray
long startTime
boolean searchUsingOriginalTarget
java.lang.StringBuilder infoToErrBuf
java.lang.String queryCxsmarts
long screenAndAbasStartTime
chemaxon.jchem.db.Monitor screenMonitor
int screenedCount
long searchTime
long cachingTime
long firstHitTime
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 rowReaderPreparedStatement
java.lang.String rowReaderSQL
FormulaSearch formulaSearch
chemaxon.common.util.IntVector filterVector
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.common.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.common.util.IntVector allDissimID
chemaxon.common.util.FloatVector allDissimDissim
int threadsCount
chemaxon.jchem.db.JChemSearch.SimilarityThread[] simThread
chemaxon.jchem.db.JChemSearch.ABASThread[] thread
MolSearch[] molSearch
Evaluator[] evaluator
ChemJEP[] jep
MolContext[] context
Standardizer[] standardizer
chemaxon.common.util.IntVector[] simScreened
chemaxon.common.util.FloatVector[] simDissimVector
int threadPriority
java.sql.PreparedStatement pstmtForSmilesRead
boolean usePreparedStatements
java.sql.PreparedStatement pstmtForScreening
java.lang.String pstmtSQLForScreening
boolean queryIsStructuralKey
boolean isEnumeratedSearch
long regCode
int enumeratedFeatures
int enumCount
boolean everyTargetIsHit
boolean noScreenReturnAll
boolean chemicalTermsSubstitution
boolean absStereoMode
int[] results
float[] dissimilarityResults
java.lang.String queryStructure
Molecule queryMolecule
Molecule queryMol
Molecule originalQuery
java.lang.String structureTable
int tableType
boolean tautomerDuplicateSearch
boolean tautomerDupSearchUsesOrigQuery
boolean tautomerDuplicateSearchTable
boolean genericTautomerProtectsChirality
boolean switchOffAllProtectionsForTDF
boolean markushTable
int[] filterIDList
int[] origFilterIdList
int[] filterIDNotList
boolean filterIDListSorted
boolean filterIDNotListSorted
java.lang.String filterTable
boolean deleteFilterTableWhenReady
java.lang.String resultTable
int resultTableMode
boolean infoToStdError
boolean firstEnumeratedStructure
ConnectionHandler connectionHandler
boolean standardizationDisabled
null means pure fingerprint similarity is performed
java.lang.Integer preCalculatedHashCode
Molecule preCalculatedGenericTautomer
byte[] preCalculatedSmiles
boolean preCalculatedSmilesSet
byte[] 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.RecalculationException extends chemaxon.util.ChemaxonException 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 numberOfFPCols
int mode
java.lang.String additionalColumnsString
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 switchOffAllProtectionsForTDF
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
java.sql.PreparedStatement storeUpdateLogPrepStmt
JChemSearch jcsearch
boolean duplicateFiltering
boolean isDuplicateFilteringTO
boolean setChiralFlag
boolean doNotImport
boolean standardize
boolean ignoreCTErrors
boolean loggingEnabled
Molecule inputMol
java.util.Map<K,V> chemTermColCfg
java.util.Map<K,V> chemTermColValues
MolContext molContext
boolean chemTermCalcNeeded
java.lang.String molNameField
boolean singleInsertLog
DatabaseProperties storedUpdateLogDbProp
java.util.ArrayList<E> registeredCaches
java.lang.String cacheTimestamp
chemaxon.jchem.db.UpdateLogCache updateLogCache
java.lang.StringBuffer bufferedLogString
int bufferedIdsNo
chemaxon.jchem.db.cdmarkush.CDMarkushHandler defaultMarkushHandler
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
boolean isStructuralChange
| 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
java.util.Hashtable<K,V> servicesFunctionTable
chemaxon.nfunk.jep.SymbolTable symtab
java.util.Hashtable<K,V> functionalGroupDisplayMolTable
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.util.List<E> colorKeys
MViewPane viewPane
java.lang.Thread realTimeMovieThread
javax.swing.Action openAction
javax.swing.Action printAction
javax.swing.Action exitAction
boolean hasInitalized
| Package chemaxon.marvin.alignment |
|---|
| Class chemaxon.marvin.alignment.AlignmentException extends java.lang.Exception implements Serializable |
|---|
| Class chemaxon.marvin.alignment.AlignmentMolecule extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
chemaxon.marvin.alignment.NodeList<T extends chemaxon.marvin.alignment.Node> nodes
double[] mins
double[] maxs
chemaxon.marvin.alignment.AlignmentMolecule.Bond[] bonds
| Class chemaxon.marvin.alignment.NoConstraintException extends chemaxon.marvin.alignment.AlignmentException implements Serializable |
|---|
| Class chemaxon.marvin.alignment.NodeColor extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> user
AlignmentProperties.ColorNotSpecifiedCase notSpec
AlignmentProperties.ColoringScheme scheme
| Class chemaxon.marvin.alignment.NodeColor.AtomTypeColoring extends chemaxon.marvin.alignment.NodeColor implements Serializable |
|---|
| Class chemaxon.marvin.alignment.NodeColor.ExtendedAtomColoring extends chemaxon.marvin.alignment.NodeColor implements Serializable |
|---|
| Class chemaxon.marvin.alignment.NodeColor.PharmacophoreColoring extends chemaxon.marvin.alignment.NodeColor implements Serializable |
|---|
| Class chemaxon.marvin.alignment.NodeColor.SameColoring extends chemaxon.marvin.alignment.NodeColor implements Serializable |
|---|
| Class chemaxon.marvin.alignment.NoMCSException extends chemaxon.marvin.alignment.AlignmentException implements Serializable |
|---|
| Class chemaxon.marvin.alignment.Status extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
double volumeScore
double constraintScore
int stepCount
long time
boolean converged
boolean timeLimeitReached
boolean stepLimeitReached
java.util.ArrayList<E> mols
| Class chemaxon.marvin.alignment.StatusMol extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int status
double[][] alignedCrd
int molID
int dihedralCount
| 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
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.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.core.calculations.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.LonePairPainter extends chemaxon.marvin.util.MarvinModule implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> lonePairCoords
java.util.List<E> radicalCoords
| 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.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.services |
|---|
| Class chemaxon.marvin.services.ServiceException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: 328496720368460819L
| Package chemaxon.marvin.sketch |
|---|
| Class chemaxon.marvin.sketch.AbstractSelectSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: -3234421161340066358L
| 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
MObject draggedObject
| 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.BoldModeSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
| Serialized Fields |
|---|
boolean incType
boolean changeUp
| 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
| Serialized Fields |
|---|
boolean curvedchainTool
| Class chemaxon.marvin.sketch.GroupSelectSM extends chemaxon.marvin.sketch.AbstractSelectSM implements Serializable |
|---|
| Serialized Fields |
|---|
int groupType
| Class chemaxon.marvin.sketch.HashedModeSM extends chemaxon.marvin.sketch.SketchMode implements Serializable |
|---|
serialVersionUID: 2600395801827365930L
| 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
CTransform3D[] rotateMatrHist
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
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
MDocument prevCurfrag
MoleculeGraph flyingBondMol
boolean curfragMoved
boolean canRotCurfrag
boolean canMovCurfrag
int atomSelectionMode
double curfragR
DPoint3 rotO
DPoint3 rotAxisPoint
boolean isAxisSet
double rotateZPhi
double rotatePhi
double rotate3dPhiX
double rotate3dPhiY
double rotate3dPhi
double rotate3dx
double rotate3dy
int rotate3direction
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
boolean newSelection
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
boolean deleteRemovesTerminalAtoms
int rotation3DMode
boolean newKeyboardMotion
| 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.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.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.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
boolean importExceptionCaught
| 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.io.IOException
java.io.IOException| Serialized Fields |
|---|
chemaxon.marvin.swing.MAction windowAction
MDocument document
boolean inZoomWindow
int markedAtom
int highlightedAtom
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
int oldMarkedCell
int oldMarkedAtom
boolean atomMarkAndHighlightEnabled
| 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 |
|---|
| Serialized Fields |
|---|
chemaxon.naming.n2s.lex.data.Token[] tokens
| Class chemaxon.naming.NameFormatException.FilteredCase extends NameFormatException implements Serializable |
|---|
| Class chemaxon.naming.NamePrefixException extends NameFormatException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String prefix
java.lang.String token
| Package chemaxon.reaction |
|---|
| Class chemaxon.reaction.EqualableMolecule extends Molecule implements Serializable |
|---|
| Serialized Fields |
|---|
Molecule mol
int hashcode
| Class chemaxon.reaction.GroupDefinition extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
java.lang.String abbreviation
Molecule group
| Class chemaxon.reaction.GroupList extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 7511499720792606114L
| Serialized Fields |
|---|
java.util.List<E> abbreviations
java.util.List<E> aminoAcids
| Class chemaxon.reaction.MoleculeData extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
long grinvCC
| Class chemaxon.reaction.PatternProperty extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3617253669859174882L
| Serialized Fields |
|---|
java.lang.String representation
| 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.ReactionResultEnumerator rre
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[] originalInputReactants
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 |
|---|
serialVersionUID: 1L
| 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
boolean copyAllReactantProperties
java.lang.String[][] sourceProperties
java.lang.String[][] targetProperties
java.util.Map<K,V> patternBasedProperties
PatternProperty
boolean showUnsuccessfulReactions
| 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 finalStereoFix
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.core.calculations.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
boolean dissimilarityThresholdExcluded
long maxTime
int maxResultCount
boolean returnsNonHits
java.lang.String dissimilarityMetric
null for default.
java.lang.String dissimilarityMetricParameters
java.lang.String descriptorConfig
java.lang.String descriptorName
null means pure fingerprint similarity is performed
int formulaSearchType
java.lang.String formulaSearchQuery
MatchCountOptions matchCountOptions
boolean optimizeQueries
boolean cacheRegistrationNeeded
java.util.Set<E> markushScreeningOptions
chemaxon.sss.search.options.HaltOnErrorOption haltOnError
HaltOnErrorOption| Class chemaxon.sss.search.MarkushFeature extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8770437891053649928L
| Serialized Fields |
|---|
int type
int[] data
MarkushFeature.RGROUP: {R-atom union index, R-group definition index}MarkushFeature.LINKNODE: {link atom union index}MarkushFeature.REPUNIT: {RepeatingUnitSgroup sgroup index in markush}MarkushFeature.ATOMLIST: {list atom union index}MarkushFeature.BONDLIST: {list bond union bond index}MarkushFeature.MULTIBOND: {union bond index, MulticenterSgroup sgroup index in markush}RgMolecule.findRgroupIndex(int).
int hashCode
| 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.common.util.IntVector ignoreChiralityForAtoms
boolean hitIncludesRNodes
boolean queryAbsoluteStereo
boolean targetAbsoluteStereo
int hitIndexType
boolean markushEnabled
boolean recursiveSMARTSMode
boolean switchOffAllProtectsForTDF
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 tautomerSearchOption
boolean tautomerSearchOptionLeftDefault
int isotopeMatching
int chargeMatching
boolean valenceMatching
int radicalMatching
boolean mixSgroupMatching
boolean polymerMatching
boolean endGroupMatching
boolean transformMonomer
boolean phaseShift
boolean copolymerMatching
HomologyTranslationOption homologyNarrowTranslation
HomologyTranslationOption homologyBroadTranslation
SetOfSmallestRingsOption ssrOption
int stereoModel
int stereoSearchType
SearchConstants.STEREO_SPECIFIC.
SearchOptions.setStereoSearchType(int)boolean ignoreTetrahedralStereo
SearchOptions.setIgnoreTetrahedralStereo(boolean)boolean ignoreDoubleBondStereo
SearchOptions.setIgnoreDoubleBondStereo(boolean)boolean ignoreAxialStereo
SearchOptions.setIgnoreAxialStereo(boolean)boolean ignoreAlleneStereo
SearchOptions.setIgnoreAlleneStereo(boolean)boolean ignoreSynAntiStereo
SearchOptions.setIgnoreSynAntiStereo(boolean)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 undefinedRAtomUserDefined
boolean bridgingRAllowed
boolean RLigandEqualityCheck
int hitOrdering
SearchConstants.HIT_ORDERING_NONE.
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 timeoutLimitSteps
int timeoutLimitMilliseconds
boolean throwExceptionOnTimeout
boolean tautomerDuplicateFiltering
SearchOptions.tautomerSearchOption| Class chemaxon.sss.search.SearchTimeoutException extends chemaxon.sss.search.SearchException implements Serializable |
|---|
| 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
int order
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
chemaxon.struc.BicycloStereoDescriptor[] bicycloStereoDescriptors
| 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.MAssigner extends MPolyline implements Serializable |
|---|
| Serialized Fields |
|---|
int order
| 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.MByteArrayProp extends MProp implements Serializable |
|---|
serialVersionUID: -4046371792715339701L
| 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.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 chemaxon.util.search.SearchException 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 driverName
java.lang.String driver
java.lang.String loginName
java.lang.String password
boolean commitable
true, if the connection can be committed at the discretion of JChem.
Please note, that no commit or multiple commits may occur in this case.
java.lang.String propertyTableName
boolean rememberPassword
| Class chemaxon.util.ErrorHandler extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Throwable exception
| 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.IntMap extends java.util.HashMap<K,java.lang.Integer> implements Serializable |
|---|
serialVersionUID: 4318465509620546463L
| Class chemaxon.util.ModuleNotAvailableException extends java.lang.RuntimeException implements Serializable |
|---|
serialVersionUID: -6604248360050432512L
| 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 | ||||||||