Source compatibility report for the CDK library between 1.0.4 and 1.2.0 versions
Test Info
Library Name | CDK |
Version #1 | 1.0.4 |
Version #2 | 1.2.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 37449 / 3383 |
---|
Verdict | Incompatible (46.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 5312 |
---|
Removed Methods | High | 11701 |
---|
Problems with Data Types | High | 1722 |
---|
Medium | 1 |
Low | 13 |
Problems with Methods | High | 28 |
---|
Medium | 1269 |
Low | 0 |
Other Changes in Data Types | - | 151 |
Added Methods (5312)
cdk-1.2.0.jar, AbstractAbundance.class
package org.xmlcml.cml.element
AbstractAbundance.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAbundance.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractAmount.class
package org.xmlcml.cml.element
AbstractAmount.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAmount.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractAngle.class
package org.xmlcml.cml.element
AbstractAngle.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAngle.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractArg.class
package org.xmlcml.cml.element
AbstractArg.getDelete ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArg.getDelete:()Ljava/lang/String;]
AbstractArg.getDeleteAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArg.getDeleteAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArg.getEval ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArg.getEval:()Ljava/lang/String;]
AbstractArg.getEvalAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArg.getEvalAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArg.getParameterName ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArg.getParameterName:()Ljava/lang/String;]
AbstractArg.getParameterNameAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArg.getParameterNameAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArg.getParentAttribute ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArg.getParentAttribute:()Ljava/lang/String;]
AbstractArg.getParentAttributeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArg.getParentAttributeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArg.getSubstitute ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArg.getSubstitute:()Ljava/lang/String;]
AbstractArg.getSubstituteAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArg.getSubstituteAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArg.setDelete ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArg.setDelete:(Ljava/lang/String;)V]
AbstractArg.setEval ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArg.setEval:(Ljava/lang/String;)V]
AbstractArg.setParameterName ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArg.setParameterName:(Ljava/lang/String;)V]
AbstractArg.setParentAttribute ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArg.setParentAttribute:(Ljava/lang/String;)V]
AbstractArg.setSubstitute ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArg.setSubstitute:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractArray.class
package org.xmlcml.cml.element
AbstractArray.getEnd ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArray.getEnd:()Ljava/lang/String;]
AbstractArray.getEndAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArray.getEndAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArray.getErrorValueArray ( ) : double[ ]
[mangled: org/xmlcml/cml/element/AbstractArray.getErrorValueArray:()[D]
AbstractArray.getStart ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArray.getStart:()Ljava/lang/String;]
AbstractArray.getStartAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArray.getStartAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArray.setEnd ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArray.setEnd:(Ljava/lang/String;)V]
AbstractArray.setErrorValueArray ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractArray.setErrorValueArray:([D)V]
AbstractArray.setStart ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArray.setStart:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractArrayList.class
package org.xmlcml.cml.element
AbstractArrayList.AbstractArrayList ( )
[mangled: org/xmlcml/cml/element/AbstractArrayList."<init>":()V]
AbstractArrayList.AbstractArrayList ( AbstractArrayList old )
[mangled: org/xmlcml/cml/element/AbstractArrayList."<init>":(Lorg/xmlcml/cml/element/AbstractArrayList;)V]
AbstractArrayList.addArray ( AbstractArray array ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.addArray:(Lorg/xmlcml/cml/element/AbstractArray;)V]
AbstractArrayList.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.addAttribute:(Lnu/xom/Attribute;)V]
AbstractArrayList.addList ( AbstractList list ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.addList:(Lorg/xmlcml/cml/element/AbstractList;)V]
AbstractArrayList.getArrayElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractArrayList.getArrayElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractArrayList.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArrayList.getConvention:()Ljava/lang/String;]
AbstractArrayList.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArrayList.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArrayList.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArrayList.getDictRef:()Ljava/lang/String;]
AbstractArrayList.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArrayList.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArrayList.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArrayList.getId:()Ljava/lang/String;]
AbstractArrayList.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArrayList.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArrayList.getListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractArrayList.getListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractArrayList.getShape ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArrayList.getShape:()Ljava/lang/String;]
AbstractArrayList.getShapeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArrayList.getShapeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArrayList.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractArrayList.getTitle:()Ljava/lang/String;]
AbstractArrayList.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractArrayList.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractArrayList.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.setConvention:(Ljava/lang/String;)V]
AbstractArrayList.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.setDictRef:(Ljava/lang/String;)V]
AbstractArrayList.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.setId:(Ljava/lang/String;)V]
AbstractArrayList.setShape ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.setShape:(Ljava/lang/String;)V]
AbstractArrayList.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractArrayList.setTitle:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractAtomArray.class
package org.xmlcml.cml.element
AbstractAtomArray.getFormalCharge ( ) : int[ ]
[mangled: org/xmlcml/cml/element/AbstractAtomArray.getFormalCharge:()[I]
AbstractAtomArray.getHydrogenCount ( ) : int[ ]
[mangled: org/xmlcml/cml/element/AbstractAtomArray.getHydrogenCount:()[I]
AbstractAtomArray.getOccupancy ( ) : double[ ]
[mangled: org/xmlcml/cml/element/AbstractAtomArray.getOccupancy:()[D]
AbstractAtomArray.setFormalCharge ( int[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setFormalCharge:([I)V]
AbstractAtomArray.setHydrogenCount ( int[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setHydrogenCount:([I)V]
AbstractAtomArray.setOccupancy ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setOccupancy:([D)V]
cdk-1.2.0.jar, AbstractAtomParity.class
package org.xmlcml.cml.element
AbstractAtomParity.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractAtomSet.class
package org.xmlcml.cml.element
AbstractAtomSet.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractBond.class
package org.xmlcml.cml.element
AbstractBond.getCyclic ( ) : String
[mangled: org/xmlcml/cml/element/AbstractBond.getCyclic:()Ljava/lang/String;]
AbstractBond.getCyclicAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractBond.getCyclicAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractBond.setCyclic ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractBond.setCyclic:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractBondDescriptor.class
package org.openscience.cdk.qsar
AbstractBondDescriptor.cacheDescriptorValue ( IBond bond, IAtomContainer container, IDescriptorResult doubleResult ) : void
[mangled: org/openscience/cdk/qsar/AbstractBondDescriptor.cacheDescriptorValue:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/qsar/result/IDescriptorResult;)V]
AbstractBondDescriptor.getCachedDescriptorValue ( IBond bond ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/AbstractBondDescriptor.getCachedDescriptorValue:(Lorg/openscience/cdk/interfaces/IBond;)Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
AbstractBondDescriptor.isCachedAtomContainer ( IAtomContainer container ) : boolean
[mangled: org/openscience/cdk/qsar/AbstractBondDescriptor.isCachedAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
cdk-1.2.0.jar, AbstractBondSet.class
package org.xmlcml.cml.element
AbstractBondSet.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractBondSet.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractCellParameter.class
package org.xmlcml.cml.element
AbstractCellParameter.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractDifference.class
package org.openscience.cdk.tools.diff.tree
AbstractDifference.AbstractDifference ( )
[mangled: org/openscience/cdk/tools/diff/tree/AbstractDifference."<init>":()V]
cdk-1.2.0.jar, AbstractDifferenceList.class
package org.openscience.cdk.tools.diff.tree
AbstractDifferenceList.AbstractDifferenceList ( )
[mangled: org/openscience/cdk/tools/diff/tree/AbstractDifferenceList."<init>":()V]
AbstractDifferenceList.addChild ( IDifference childDiff ) : void
[mangled: org/openscience/cdk/tools/diff/tree/AbstractDifferenceList.addChild:(Lorg/openscience/cdk/tools/diff/tree/IDifference;)V]
AbstractDifferenceList.addChildren ( List children ) : void
[mangled: org/openscience/cdk/tools/diff/tree/AbstractDifferenceList.addChildren:(Ljava/util/List;)V]
AbstractDifferenceList.childCount ( ) : int
[mangled: org/openscience/cdk/tools/diff/tree/AbstractDifferenceList.childCount:()I]
AbstractDifferenceList.getChildren ( ) : Iterable
[mangled: org/openscience/cdk/tools/diff/tree/AbstractDifferenceList.getChildren:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, AbstractFragment.class
package org.xmlcml.cml.element
AbstractFragment.AbstractFragment ( )
[mangled: org/xmlcml/cml/element/AbstractFragment."<init>":()V]
AbstractFragment.AbstractFragment ( AbstractFragment old )
[mangled: org/xmlcml/cml/element/AbstractFragment."<init>":(Lorg/xmlcml/cml/element/AbstractFragment;)V]
AbstractFragment.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.addAttribute:(Lnu/xom/Attribute;)V]
AbstractFragment.addFragmentList ( AbstractFragmentList fragmentList ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.addFragmentList:(Lorg/xmlcml/cml/element/AbstractFragmentList;)V]
AbstractFragment.addJoin ( AbstractJoin join ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.addJoin:(Lorg/xmlcml/cml/element/AbstractJoin;)V]
AbstractFragment.addLabel ( AbstractLabel label ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.addLabel:(Lorg/xmlcml/cml/element/AbstractLabel;)V]
AbstractFragment.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractFragment.addMolecule ( AbstractMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.addMolecule:(Lorg/xmlcml/cml/element/AbstractMolecule;)V]
AbstractFragment.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragment.getConvention:()Ljava/lang/String;]
AbstractFragment.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragment.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragment.getCountExpression ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragment.getCountExpression:()Ljava/lang/String;]
AbstractFragment.getCountExpressionAttribute ( ) : CountExpressionAttribute
[mangled: org/xmlcml/cml/element/AbstractFragment.getCountExpressionAttribute:()Lorg/xmlcml/cml/attribute/main/CountExpressionAttribute;]
AbstractFragment.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragment.getDictRef:()Ljava/lang/String;]
AbstractFragment.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragment.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragment.getFragmentListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragment.getFragmentListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragment.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragment.getId:()Ljava/lang/String;]
AbstractFragment.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragment.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragment.getJoinElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragment.getJoinElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragment.getLabelElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragment.getLabelElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragment.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragment.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragment.getMoleculeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragment.getMoleculeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragment.getRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragment.getRef:()Ljava/lang/String;]
AbstractFragment.getRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragment.getRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragment.getRole ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragment.getRole:()Ljava/lang/String;]
AbstractFragment.getRoleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragment.getRoleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragment.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragment.getTitle:()Ljava/lang/String;]
AbstractFragment.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragment.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragment.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.setConvention:(Ljava/lang/String;)V]
AbstractFragment.setCountExpression ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.setCountExpression:(Ljava/lang/String;)V]
AbstractFragment.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.setDictRef:(Ljava/lang/String;)V]
AbstractFragment.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.setId:(Ljava/lang/String;)V]
AbstractFragment.setRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.setRef:(Ljava/lang/String;)V]
AbstractFragment.setRole ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.setRole:(Ljava/lang/String;)V]
AbstractFragment.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragment.setTitle:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractFragmentList.class
package org.xmlcml.cml.element
AbstractFragmentList.AbstractFragmentList ( )
[mangled: org/xmlcml/cml/element/AbstractFragmentList."<init>":()V]
AbstractFragmentList.AbstractFragmentList ( AbstractFragmentList old )
[mangled: org/xmlcml/cml/element/AbstractFragmentList."<init>":(Lorg/xmlcml/cml/element/AbstractFragmentList;)V]
AbstractFragmentList.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.addAttribute:(Lnu/xom/Attribute;)V]
AbstractFragmentList.addFragment ( AbstractFragment fragment ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.addFragment:(Lorg/xmlcml/cml/element/AbstractFragment;)V]
AbstractFragmentList.addJoin ( AbstractJoin join ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.addJoin:(Lorg/xmlcml/cml/element/AbstractJoin;)V]
AbstractFragmentList.addLabel ( AbstractLabel label ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.addLabel:(Lorg/xmlcml/cml/element/AbstractLabel;)V]
AbstractFragmentList.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractFragmentList.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getConvention:()Ljava/lang/String;]
AbstractFragmentList.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragmentList.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getDictRef:()Ljava/lang/String;]
AbstractFragmentList.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragmentList.getFragmentElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getFragmentElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragmentList.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getId:()Ljava/lang/String;]
AbstractFragmentList.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragmentList.getJoinElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getJoinElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragmentList.getLabelElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getLabelElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragmentList.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractFragmentList.getRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getRef:()Ljava/lang/String;]
AbstractFragmentList.getRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragmentList.getRole ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getRole:()Ljava/lang/String;]
AbstractFragmentList.getRoleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getRoleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragmentList.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getTitle:()Ljava/lang/String;]
AbstractFragmentList.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFragmentList.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFragmentList.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.setConvention:(Ljava/lang/String;)V]
AbstractFragmentList.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.setDictRef:(Ljava/lang/String;)V]
AbstractFragmentList.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.setId:(Ljava/lang/String;)V]
AbstractFragmentList.setRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.setRef:(Ljava/lang/String;)V]
AbstractFragmentList.setRole ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.setRole:(Ljava/lang/String;)V]
AbstractFragmentList.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFragmentList.setTitle:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractGenerator.class
package org.xmlcml.cml.base
AbstractGenerator.AbstractGenerator ( )
[mangled: org/xmlcml/cml/base/AbstractGenerator."<init>":()V]
AbstractGenerator.getSchema ( ) : Element
[mangled: org/xmlcml/cml/base/AbstractGenerator.getSchema:()Lnu/xom/Element;]
AbstractGenerator.getValue ( ) : String
[mangled: org/xmlcml/cml/base/AbstractGenerator.getValue:()Ljava/lang/String;]
AbstractGenerator.readAndAssembleSchemaComponents ( String dir ) : Element
[mangled: org/xmlcml/cml/base/AbstractGenerator.readAndAssembleSchemaComponents:(Ljava/lang/String;)Lnu/xom/Element;]
AbstractGenerator.setSchema ( Element schema ) : void
[mangled: org/xmlcml/cml/base/AbstractGenerator.setSchema:(Lnu/xom/Element;)V]
cdk-1.2.0.jar, AbstractIdentifier.class
package org.xmlcml.cml.element
AbstractIdentifier.getCMLValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIdentifier.getCMLValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.2.0.jar, AbstractJoin.class
package org.xmlcml.cml.element
AbstractJoin.AbstractJoin ( )
[mangled: org/xmlcml/cml/element/AbstractJoin."<init>":()V]
AbstractJoin.AbstractJoin ( AbstractJoin old )
[mangled: org/xmlcml/cml/element/AbstractJoin."<init>":(Lorg/xmlcml/cml/element/AbstractJoin;)V]
AbstractJoin.addAngle ( AbstractAngle angle ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addAngle:(Lorg/xmlcml/cml/element/AbstractAngle;)V]
AbstractJoin.addArg ( AbstractArg arg ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addArg:(Lorg/xmlcml/cml/element/AbstractArg;)V]
AbstractJoin.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addAttribute:(Lnu/xom/Attribute;)V]
AbstractJoin.addLabel ( AbstractLabel label ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addLabel:(Lorg/xmlcml/cml/element/AbstractLabel;)V]
AbstractJoin.addLength ( AbstractLength length ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addLength:(Lorg/xmlcml/cml/element/AbstractLength;)V]
AbstractJoin.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractJoin.addMolecule ( AbstractMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addMolecule:(Lorg/xmlcml/cml/element/AbstractMolecule;)V]
AbstractJoin.addTorsion ( AbstractTorsion torsion ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.addTorsion:(Lorg/xmlcml/cml/element/AbstractTorsion;)V]
AbstractJoin.getAngleElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractJoin.getAngleElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractJoin.getArgElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractJoin.getArgElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractJoin.getAtomRefs2 ( ) : String[ ]
[mangled: org/xmlcml/cml/element/AbstractJoin.getAtomRefs2:()[Ljava/lang/String;]
AbstractJoin.getAtomRefs2Attribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getAtomRefs2Attribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractJoin.getConvention:()Ljava/lang/String;]
AbstractJoin.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractJoin.getDictRef:()Ljava/lang/String;]
AbstractJoin.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractJoin.getId:()Ljava/lang/String;]
AbstractJoin.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getLabelElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractJoin.getLabelElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractJoin.getLengthElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractJoin.getLengthElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractJoin.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractJoin.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractJoin.getMoleculeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractJoin.getMoleculeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractJoin.getMoleculeRefs2 ( ) : String[ ]
[mangled: org/xmlcml/cml/element/AbstractJoin.getMoleculeRefs2:()[Ljava/lang/String;]
AbstractJoin.getMoleculeRefs2Attribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getMoleculeRefs2Attribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getOrder ( ) : String
[mangled: org/xmlcml/cml/element/AbstractJoin.getOrder:()Ljava/lang/String;]
AbstractJoin.getOrderAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getOrderAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractJoin.getRef:()Ljava/lang/String;]
AbstractJoin.getRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractJoin.getTitle:()Ljava/lang/String;]
AbstractJoin.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractJoin.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractJoin.getTorsionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractJoin.getTorsionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractJoin.setAtomRefs2 ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setAtomRefs2:(Ljava/lang/String;)V]
AbstractJoin.setAtomRefs2 ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setAtomRefs2:([Ljava/lang/String;)V]
AbstractJoin.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setConvention:(Ljava/lang/String;)V]
AbstractJoin.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setDictRef:(Ljava/lang/String;)V]
AbstractJoin.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setId:(Ljava/lang/String;)V]
AbstractJoin.setMoleculeRefs2 ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setMoleculeRefs2:(Ljava/lang/String;)V]
AbstractJoin.setMoleculeRefs2 ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setMoleculeRefs2:([Ljava/lang/String;)V]
AbstractJoin.setOrder ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setOrder:(Ljava/lang/String;)V]
AbstractJoin.setRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setRef:(Ljava/lang/String;)V]
AbstractJoin.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractJoin.setTitle:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractKpoint.class
package org.xmlcml.cml.element
AbstractKpoint.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractKpoint.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractLabel.class
package org.xmlcml.cml.element
AbstractLabel.getCMLValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractLabel.getCMLValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.2.0.jar, AbstractLatticeVector.class
package org.xmlcml.cml.element
AbstractLatticeVector.getPeriodic ( ) : boolean
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.getPeriodic:()Z]
AbstractLatticeVector.setPeriodic ( boolean value ) : void
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setPeriodic:(Z)V]
AbstractLatticeVector.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractLength.class
package org.xmlcml.cml.element
AbstractLength.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractLength.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractLine3.class
package org.xmlcml.cml.element
AbstractLine3.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractLine3.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractMap.class
package org.xmlcml.cml.element
AbstractMap.getRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMap.getRef:()Ljava/lang/String;]
AbstractMap.getRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMap.getRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMap.setRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMap.setRef:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractMatrix.class
package org.xmlcml.cml.element
AbstractMatrix.getErrorValueArray ( ) : double[ ]
[mangled: org/xmlcml/cml/element/AbstractMatrix.getErrorValueArray:()[D]
AbstractMatrix.setErrorValueArray ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractMatrix.setErrorValueArray:([D)V]
cdk-1.2.0.jar, AbstractMolecule.class
package org.xmlcml.cml.element
AbstractMolecule.getIdgen ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMolecule.getIdgen:()Ljava/lang/String;]
AbstractMolecule.getIdgenAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMolecule.getIdgenAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMolecule.getProcess ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMolecule.getProcess:()Ljava/lang/String;]
AbstractMolecule.getProcessAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMolecule.getProcessAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMolecule.getSymmetryOriented ( ) : boolean
[mangled: org/xmlcml/cml/element/AbstractMolecule.getSymmetryOriented:()Z]
AbstractMolecule.setIdgen ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.setIdgen:(Ljava/lang/String;)V]
AbstractMolecule.setProcess ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.setProcess:(Ljava/lang/String;)V]
AbstractMolecule.setSymmetryOriented ( boolean value ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.setSymmetryOriented:(Z)V]
cdk-1.2.0.jar, AbstractMoleculeList.class
package org.xmlcml.cml.element
AbstractMoleculeList.AbstractMoleculeList ( )
[mangled: org/xmlcml/cml/element/AbstractMoleculeList."<init>":()V]
AbstractMoleculeList.AbstractMoleculeList ( AbstractMoleculeList old )
[mangled: org/xmlcml/cml/element/AbstractMoleculeList."<init>":(Lorg/xmlcml/cml/element/AbstractMoleculeList;)V]
AbstractMoleculeList.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.addAttribute:(Lnu/xom/Attribute;)V]
AbstractMoleculeList.addList ( AbstractList list ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.addList:(Lorg/xmlcml/cml/element/AbstractList;)V]
AbstractMoleculeList.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractMoleculeList.addMolecule ( AbstractMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.addMolecule:(Lorg/xmlcml/cml/element/AbstractMolecule;)V]
AbstractMoleculeList.addMoleculeList ( AbstractMoleculeList moleculeList ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.addMoleculeList:(Lorg/xmlcml/cml/element/AbstractMoleculeList;)V]
AbstractMoleculeList.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getConvention:()Ljava/lang/String;]
AbstractMoleculeList.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMoleculeList.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getDictRef:()Ljava/lang/String;]
AbstractMoleculeList.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMoleculeList.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getId:()Ljava/lang/String;]
AbstractMoleculeList.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMoleculeList.getListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMoleculeList.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMoleculeList.getMoleculeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getMoleculeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMoleculeList.getMoleculeListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getMoleculeListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMoleculeList.getRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getRef:()Ljava/lang/String;]
AbstractMoleculeList.getRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMoleculeList.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getTitle:()Ljava/lang/String;]
AbstractMoleculeList.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractMoleculeList.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.setConvention:(Ljava/lang/String;)V]
AbstractMoleculeList.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.setDictRef:(Ljava/lang/String;)V]
AbstractMoleculeList.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.setId:(Ljava/lang/String;)V]
AbstractMoleculeList.setRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.setRef:(Ljava/lang/String;)V]
AbstractMoleculeList.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractMoleculeList.setTitle:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractParameter.class
package org.xmlcml.cml.element
AbstractParameter.getCMLValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractParameter.getCMLValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.2.0.jar, AbstractPeakStructure.class
package org.xmlcml.cml.element
AbstractPeakStructure.getCMLValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.getCMLValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.2.0.jar, AbstractPlane3.class
package org.xmlcml.cml.element
AbstractPlane3.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractPlane3.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractPoint3.class
package org.xmlcml.cml.element
AbstractPoint3.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractPoint3.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractScalar.class
package org.xmlcml.cml.element
AbstractScalar.getUnitTypeAttribute ( ) : NamespaceRefAttribute
[mangled: org/xmlcml/cml/element/AbstractScalar.getUnitTypeAttribute:()Lorg/xmlcml/cml/attribute/NamespaceRefAttribute;]
cdk-1.2.0.jar, AbstractSpectrum.class
package org.xmlcml.cml.element
AbstractSpectrum.addParameterList ( AbstractParameterList parameterList ) : void
[mangled: org/xmlcml/cml/element/AbstractSpectrum.addParameterList:(Lorg/xmlcml/cml/element/AbstractParameterList;)V]
AbstractSpectrum.addSubstanceList ( AbstractSubstanceList substanceList ) : void
[mangled: org/xmlcml/cml/element/AbstractSpectrum.addSubstanceList:(Lorg/xmlcml/cml/element/AbstractSubstanceList;)V]
AbstractSpectrum.getParameterListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractSpectrum.getParameterListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractSpectrum.getSubstanceListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractSpectrum.getSubstanceListElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.2.0.jar, AbstractSphere3.class
package org.xmlcml.cml.element
AbstractSphere3.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractSphere3.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractTable.class
package org.xmlcml.cml.element
AbstractTable.addArrayList ( AbstractArrayList arrayList ) : void
[mangled: org/xmlcml/cml/element/AbstractTable.addArrayList:(Lorg/xmlcml/cml/element/AbstractArrayList;)V]
AbstractTable.addTableRowList ( AbstractTableRowList tableRowList ) : void
[mangled: org/xmlcml/cml/element/AbstractTable.addTableRowList:(Lorg/xmlcml/cml/element/AbstractTableRowList;)V]
AbstractTable.getArrayListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTable.getArrayListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractTable.getTableRowListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTable.getTableRowListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractTable.getTableType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTable.getTableType:()Ljava/lang/String;]
AbstractTable.getTableTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTable.getTableTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTable.setTableType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTable.setTableType:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractTableCell.class
package org.xmlcml.cml.element
AbstractTableCell.AbstractTableCell ( )
[mangled: org/xmlcml/cml/element/AbstractTableCell."<init>":()V]
AbstractTableCell.AbstractTableCell ( AbstractTableCell old )
[mangled: org/xmlcml/cml/element/AbstractTableCell."<init>":(Lorg/xmlcml/cml/element/AbstractTableCell;)V]
AbstractTableCell.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractTableCell.addAttribute:(Lnu/xom/Attribute;)V]
AbstractTableCell.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableCell.getConvention:()Ljava/lang/String;]
AbstractTableCell.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableCell.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableCell.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableCell.getDictRef:()Ljava/lang/String;]
AbstractTableCell.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableCell.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableCell.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableCell.getId:()Ljava/lang/String;]
AbstractTableCell.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableCell.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableCell.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableCell.getTitle:()Ljava/lang/String;]
AbstractTableCell.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableCell.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableCell.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableCell.setConvention:(Ljava/lang/String;)V]
AbstractTableCell.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableCell.setDictRef:(Ljava/lang/String;)V]
AbstractTableCell.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableCell.setId:(Ljava/lang/String;)V]
AbstractTableCell.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableCell.setTitle:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractTableHeader.class
package org.xmlcml.cml.element
AbstractTableHeader.addTableHeaderCell ( AbstractTableHeaderCell tableHeaderCell ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeader.addTableHeaderCell:(Lorg/xmlcml/cml/element/AbstractTableHeaderCell;)V]
AbstractTableHeader.getTableHeaderCellElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTableHeader.getTableHeaderCellElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.2.0.jar, AbstractTableHeaderCell.class
package org.xmlcml.cml.element
AbstractTableHeaderCell.AbstractTableHeaderCell ( )
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell."<init>":()V]
AbstractTableHeaderCell.AbstractTableHeaderCell ( AbstractTableHeaderCell old )
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell."<init>":(Lorg/xmlcml/cml/element/AbstractTableHeaderCell;)V]
AbstractTableHeaderCell.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.addAttribute:(Lnu/xom/Attribute;)V]
AbstractTableHeaderCell.getConstantToSI ( ) : double
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getConstantToSI:()D]
AbstractTableHeaderCell.getConstantToSIAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getConstantToSIAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getConvention:()Ljava/lang/String;]
AbstractTableHeaderCell.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getDataType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getDataType:()Ljava/lang/String;]
AbstractTableHeaderCell.getDataTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getDataTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getDictRef:()Ljava/lang/String;]
AbstractTableHeaderCell.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getId:()Ljava/lang/String;]
AbstractTableHeaderCell.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getMultiplierToSI ( ) : double
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getMultiplierToSI:()D]
AbstractTableHeaderCell.getMultiplierToSIAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getMultiplierToSIAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getTitle:()Ljava/lang/String;]
AbstractTableHeaderCell.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getUnits:()Ljava/lang/String;]
AbstractTableHeaderCell.getUnitsAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getUnitsAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.getUnitType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getUnitType:()Ljava/lang/String;]
AbstractTableHeaderCell.getUnitTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.getUnitTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableHeaderCell.setConstantToSI ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setConstantToSI:(D)V]
AbstractTableHeaderCell.setConstantToSI ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setConstantToSI:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setConvention:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setDataType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setDataType:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setDictRef:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setId:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setMultiplierToSI ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setMultiplierToSI:(D)V]
AbstractTableHeaderCell.setMultiplierToSI ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setMultiplierToSI:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setTitle:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setUnits ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setUnits:(Ljava/lang/String;)V]
AbstractTableHeaderCell.setUnitType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeaderCell.setUnitType:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractTableRow.class
package org.xmlcml.cml.element
AbstractTableRow.addTableCell ( AbstractTableCell tableCell ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRow.addTableCell:(Lorg/xmlcml/cml/element/AbstractTableCell;)V]
AbstractTableRow.getTableCellElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTableRow.getTableCellElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.2.0.jar, AbstractTableRowList.class
package org.xmlcml.cml.element
AbstractTableRowList.AbstractTableRowList ( )
[mangled: org/xmlcml/cml/element/AbstractTableRowList."<init>":()V]
AbstractTableRowList.AbstractTableRowList ( AbstractTableRowList old )
[mangled: org/xmlcml/cml/element/AbstractTableRowList."<init>":(Lorg/xmlcml/cml/element/AbstractTableRowList;)V]
AbstractTableRowList.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRowList.addAttribute:(Lnu/xom/Attribute;)V]
AbstractTableRowList.addTableRow ( AbstractTableRow tableRow ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRowList.addTableRow:(Lorg/xmlcml/cml/element/AbstractTableRow;)V]
AbstractTableRowList.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getConvention:()Ljava/lang/String;]
AbstractTableRowList.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableRowList.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getDictRef:()Ljava/lang/String;]
AbstractTableRowList.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableRowList.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getId:()Ljava/lang/String;]
AbstractTableRowList.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableRowList.getTableRowElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getTableRowElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractTableRowList.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getTitle:()Ljava/lang/String;]
AbstractTableRowList.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableRowList.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableRowList.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRowList.setConvention:(Ljava/lang/String;)V]
AbstractTableRowList.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRowList.setDictRef:(Ljava/lang/String;)V]
AbstractTableRowList.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRowList.setId:(Ljava/lang/String;)V]
AbstractTableRowList.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRowList.setTitle:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractTool.class
package org.xmlcml.cml.base
AbstractTool.AbstractTool ( )
[mangled: org/xmlcml/cml/base/AbstractTool."<init>":()V]
cdk-1.2.0.jar, AbstractTorsion.class
package org.xmlcml.cml.element
AbstractTorsion.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTorsion.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractTransform3.class
package org.xmlcml.cml.element
AbstractTransform3.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTransform3.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, AbstractVector3.class
package org.xmlcml.cml.element
AbstractVector3.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractVector3.setXMLContent:(Ljava/lang/String;)V]
cdk-1.2.0.jar, Action.class
package org.xmlcml.cml.attribute
DelimiterAttribute.Action.valueOf ( String name ) [static] : DelimiterAttribute.Action
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.Action.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/attribute/DelimiterAttribute$Action;]
DelimiterAttribute.Action.values ( ) [static] : DelimiterAttribute.Action[ ]
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.Action.values:()[Lorg/xmlcml/cml/attribute/DelimiterAttribute$Action;]
cdk-1.2.0.jar, AdductFormula.class
package org.openscience.cdk.formula
AdductFormula.add ( IMolecularFormulaSet formulaSet ) : void
[mangled: org/openscience/cdk/formula/AdductFormula.add:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)V]
AdductFormula.addMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/formula/AdductFormula.addMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
AdductFormula.AdductFormula ( )
[mangled: org/openscience/cdk/formula/AdductFormula."<init>":()V]
AdductFormula.AdductFormula ( IMolecularFormula formula )
[mangled: org/openscience/cdk/formula/AdductFormula."<init>":(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
AdductFormula.clone ( ) : Object
[mangled: org/openscience/cdk/formula/AdductFormula.clone:()Ljava/lang/Object;]
AdductFormula.contains ( IIsotope isotope ) : boolean
[mangled: org/openscience/cdk/formula/AdductFormula.contains:(Lorg/openscience/cdk/interfaces/IIsotope;)Z]
AdductFormula.contains ( IMolecularFormula formula ) : boolean
[mangled: org/openscience/cdk/formula/AdductFormula.contains:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Z]
AdductFormula.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/formula/AdductFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
AdductFormula.getCharge ( ) : Integer
[mangled: org/openscience/cdk/formula/AdductFormula.getCharge:()Ljava/lang/Integer;]
AdductFormula.getIsotopeCount ( ) : int
[mangled: org/openscience/cdk/formula/AdductFormula.getIsotopeCount:()I]
AdductFormula.getIsotopeCount ( IIsotope isotope ) : int
[mangled: org/openscience/cdk/formula/AdductFormula.getIsotopeCount:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
AdductFormula.getMolecularFormula ( int position ) : IMolecularFormula
[mangled: org/openscience/cdk/formula/AdductFormula.getMolecularFormula:(I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
AdductFormula.isotopes ( ) : Iterable
[mangled: org/openscience/cdk/formula/AdductFormula.isotopes:()Ljava/lang/Iterable;]
AdductFormula.iterator ( ) : Iterator
[mangled: org/openscience/cdk/formula/AdductFormula.iterator:()Ljava/util/Iterator;]
AdductFormula.molecularFormulas ( ) : Iterable
[mangled: org/openscience/cdk/formula/AdductFormula.molecularFormulas:()Ljava/lang/Iterable;]
AdductFormula.removeAllMolecularFormulas ( ) : void
[mangled: org/openscience/cdk/formula/AdductFormula.removeAllMolecularFormulas:()V]
AdductFormula.removeMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/formula/AdductFormula.removeMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
AdductFormula.removeMolecularFormula ( int position ) : void
[mangled: org/openscience/cdk/formula/AdductFormula.removeMolecularFormula:(I)V]
AdductFormula.setCharge ( Integer charge ) : void *DEPRECATED*
[mangled: org/openscience/cdk/formula/AdductFormula.setCharge:(Ljava/lang/Integer;)V]
AdductFormula.size ( ) : int
[mangled: org/openscience/cdk/formula/AdductFormula.size:()I]
cdk-1.2.0.jar, AdductionLPMechanism.class
package org.openscience.cdk.reaction.mechanism
AdductionLPMechanism.AdductionLPMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/AdductionLPMechanism."<init>":()V]
AdductionLPMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/AdductionLPMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
cdk-1.2.0.jar, AdductionPBMechanism.class
package org.openscience.cdk.reaction.mechanism
AdductionPBMechanism.AdductionPBMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/AdductionPBMechanism."<init>":()V]
AdductionPBMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/AdductionPBMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
cdk-1.2.0.jar, AdductionProtonLPReaction.class
package org.openscience.cdk.reaction.type
AdductionProtonLPReaction.AdductionProtonLPReaction ( )
[mangled: org/openscience/cdk/reaction/type/AdductionProtonLPReaction."<init>":()V]
AdductionProtonLPReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/AdductionProtonLPReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
AdductionProtonLPReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/AdductionProtonLPReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, AdductionProtonPBReaction.class
package org.openscience.cdk.reaction.type
AdductionProtonPBReaction.AdductionProtonPBReaction ( )
[mangled: org/openscience/cdk/reaction/type/AdductionProtonPBReaction."<init>":()V]
AdductionProtonPBReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/AdductionProtonPBReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
AdductionProtonPBReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/AdductionProtonPBReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, AdductionSodiumLPReaction.class
package org.openscience.cdk.reaction.type
AdductionSodiumLPReaction.AdductionSodiumLPReaction ( )
[mangled: org/openscience/cdk/reaction/type/AdductionSodiumLPReaction."<init>":()V]
AdductionSodiumLPReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/AdductionSodiumLPReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
AdductionSodiumLPReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/AdductionSodiumLPReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, AliphaticSymbolAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
AliphaticSymbolAtom.AliphaticSymbolAtom ( String symbol )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AliphaticSymbolAtom."<init>":(Ljava/lang/String;)V]
AliphaticSymbolAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AliphaticSymbolAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
AliphaticSymbolAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AliphaticSymbolAtom.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, ALOGPDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ALOGPDescriptor.ALOGPDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor."<init>":()V]
ALOGPDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
ALOGPDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.getDescriptorNames:()[Ljava/lang/String;]
ALOGPDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
ALOGPDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.getParameterNames:()[Ljava/lang/String;]
ALOGPDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.getParameters:()[Ljava/lang/Object;]
ALOGPDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
ALOGPDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
ALOGPDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, AminoAcidCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
AminoAcidCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AminoAcidCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AngleBending.class
package org.openscience.cdk.modeling.forcefield
AngleBending.setMMFF94AngleBendingParameters ( IAtomContainer molecule, Map parameterSet, boolean angleBendingFlag ) : void
[mangled: org/openscience/cdk/modeling/forcefield/AngleBending.setMMFF94AngleBendingParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;Z)V]
cdk-1.2.0.jar, AnyOrderQueryBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
AnyOrderQueryBond.AnyOrderQueryBond ( IQueryAtom atom1, IQueryAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AnyOrderQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
cdk-1.2.0.jar, APolDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
APolDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/APolDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AromaticAtomsCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
AromaticAtomsCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AromaticAtomsCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AromaticBondsCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
AromaticBondsCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AromaticBondsCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AromaticOrSingleQueryBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
AromaticOrSingleQueryBond.AromaticOrSingleQueryBond ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticOrSingleQueryBond."<init>":()V]
AromaticOrSingleQueryBond.AromaticOrSingleQueryBond ( IQueryAtom atom1, IQueryAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticOrSingleQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
AromaticOrSingleQueryBond.matches ( IBond bond ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticOrSingleQueryBond.matches:(Lorg/openscience/cdk/interfaces/IBond;)Z]
AromaticOrSingleQueryBond.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticOrSingleQueryBond.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, AromaticQueryBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
AromaticQueryBond.AromaticQueryBond ( IQueryAtom atom1, IQueryAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
cdk-1.2.0.jar, AromaticSymbolAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
AromaticSymbolAtom.AromaticSymbolAtom ( String symbol )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticSymbolAtom."<init>":(Ljava/lang/String;)V]
AromaticSymbolAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticSymbolAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
AromaticSymbolAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticSymbolAtom.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, Artefact.class
package net.sf.jnati.deploy.artefact
Artefact.Artefact ( String id, String version )
[mangled: net/sf/jnati/deploy/artefact/Artefact."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Artefact.getAllowDownload ( ) : boolean
[mangled: net/sf/jnati/deploy/artefact/Artefact.getAllowDownload:()Z]
Artefact.getAllowLocal ( ) : boolean
[mangled: net/sf/jnati/deploy/artefact/Artefact.getAllowLocal:()Z]
Artefact.getArtefactLocation ( ) : ArtefactLocation
[mangled: net/sf/jnati/deploy/artefact/Artefact.getArtefactLocation:()Lnet/sf/jnati/ArtefactLocation;]
Artefact.getAutoDeploy ( ) : boolean
[mangled: net/sf/jnati/deploy/artefact/Artefact.getAutoDeploy:()Z]
Artefact.getConfiguration ( ) : Configuration
[mangled: net/sf/jnati/deploy/artefact/Artefact.getConfiguration:()Lsea36/util/config/Configuration;]
Artefact.getFileList ( ) : List
[mangled: net/sf/jnati/deploy/artefact/Artefact.getFileList:()Ljava/util/List;]
Artefact.getId ( ) : String
[mangled: net/sf/jnati/deploy/artefact/Artefact.getId:()Ljava/lang/String;]
Artefact.getLocalRepository ( ) : File
[mangled: net/sf/jnati/deploy/artefact/Artefact.getLocalRepository:()Ljava/io/File;]
Artefact.getOsArch ( ) : String
[mangled: net/sf/jnati/deploy/artefact/Artefact.getOsArch:()Ljava/lang/String;]
Artefact.getPath ( ) : File
[mangled: net/sf/jnati/deploy/artefact/Artefact.getPath:()Ljava/io/File;]
Artefact.getProperty ( String key ) : String
[mangled: net/sf/jnati/deploy/artefact/Artefact.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
Artefact.getRepositoryList ( ) : List
[mangled: net/sf/jnati/deploy/artefact/Artefact.getRepositoryList:()Ljava/util/List;]
Artefact.getRepositoryUrls ( ) : List
[mangled: net/sf/jnati/deploy/artefact/Artefact.getRepositoryUrls:()Ljava/util/List;]
Artefact.getVersion ( ) : String
[mangled: net/sf/jnati/deploy/artefact/Artefact.getVersion:()Ljava/lang/String;]
Artefact.setConfiguration ( Configuration config ) : void
[mangled: net/sf/jnati/deploy/artefact/Artefact.setConfiguration:(Lsea36/util/config/Configuration;)V]
Artefact.setFileList ( List fileList ) : void
[mangled: net/sf/jnati/deploy/artefact/Artefact.setFileList:(Ljava/util/List;)V]
Artefact.setPath ( File path ) : void
[mangled: net/sf/jnati/deploy/artefact/Artefact.setPath:(Ljava/io/File;)V]
Artefact.setRepositoryList ( List repositoryList ) : void
[mangled: net/sf/jnati/deploy/artefact/Artefact.setRepositoryList:(Ljava/util/List;)V]
Artefact.toString ( ) : String
[mangled: net/sf/jnati/deploy/artefact/Artefact.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, ArtefactFile.class
package net.sf.jnati.deploy.artefact
ArtefactFile.ArtefactFile ( String path )
[mangled: net/sf/jnati/deploy/artefact/ArtefactFile."<init>":(Ljava/lang/String;)V]
ArtefactFile.getPath ( ) : String
[mangled: net/sf/jnati/deploy/artefact/ArtefactFile.getPath:()Ljava/lang/String;]
ArtefactFile.isExe ( ) : boolean
[mangled: net/sf/jnati/deploy/artefact/ArtefactFile.isExe:()Z]
ArtefactFile.isLibrary ( ) : boolean
[mangled: net/sf/jnati/deploy/artefact/ArtefactFile.isLibrary:()Z]
ArtefactFile.setExe ( boolean exe ) : void
[mangled: net/sf/jnati/deploy/artefact/ArtefactFile.setExe:(Z)V]
ArtefactFile.setLibrary ( boolean library ) : void
[mangled: net/sf/jnati/deploy/artefact/ArtefactFile.setLibrary:(Z)V]
cdk-1.2.0.jar, ArtefactLocation.class
package net.sf.jnati
ArtefactLocation.ArtefactLocation ( String id, String version, String osarch, File root )
[mangled: net/sf/jnati/ArtefactLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)V]
ArtefactLocation.getId ( ) : String
[mangled: net/sf/jnati/ArtefactLocation.getId:()Ljava/lang/String;]
ArtefactLocation.getOsArch ( ) : String
[mangled: net/sf/jnati/ArtefactLocation.getOsArch:()Ljava/lang/String;]
ArtefactLocation.getPath ( ) : File
[mangled: net/sf/jnati/ArtefactLocation.getPath:()Ljava/io/File;]
ArtefactLocation.getVersion ( ) : String
[mangled: net/sf/jnati/ArtefactLocation.getVersion:()Ljava/lang/String;]
cdk-1.2.0.jar, ArtefactNotFoundException.class
package net.sf.jnati.deploy.resolver
ArtefactNotFoundException.ArtefactNotFoundException ( String message )
[mangled: net/sf/jnati/deploy/resolver/ArtefactNotFoundException."<init>":(Ljava/lang/String;)V]
ArtefactNotFoundException.ArtefactNotFoundException ( String message, Throwable cause )
[mangled: net/sf/jnati/deploy/resolver/ArtefactNotFoundException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
ArtefactNotFoundException.ArtefactNotFoundException ( Throwable cause )
[mangled: net/sf/jnati/deploy/resolver/ArtefactNotFoundException."<init>":(Ljava/lang/Throwable;)V]
cdk-1.2.0.jar, ArtefactRepository.class
package net.sf.jnati.deploy.repository
ArtefactRepository.ArtefactRepository ( )
[mangled: net/sf/jnati/deploy/repository/ArtefactRepository."<init>":()V]
ArtefactRepository.getArtefactSource ( Artefact p1 ) [abstract] : List
[mangled: net/sf/jnati/deploy/repository/ArtefactRepository.getArtefactSource:(Lnet/sf/jnati/deploy/artefact/Artefact;)Ljava/util/List;]
cdk-1.2.0.jar, ArtefactResolver.class
package net.sf.jnati.deploy.resolver
ArtefactResolver.ArtefactResolver ( )
[mangled: net/sf/jnati/deploy/resolver/ArtefactResolver."<init>":()V]
ArtefactResolver.resolve ( Artefact artefact, ArtefactSource source, File target ) : void
[mangled: net/sf/jnati/deploy/resolver/ArtefactResolver.resolve:(Lnet/sf/jnati/deploy/artefact/Artefact;Lnet/sf/jnati/deploy/source/ArtefactSource;Ljava/io/File;)V]
cdk-1.2.0.jar, ArtefactSource.class
package net.sf.jnati.deploy.source
ArtefactSource.ArtefactSource ( )
[mangled: net/sf/jnati/deploy/source/ArtefactSource."<init>":()V]
ArtefactSource.close ( ) [abstract] : void
[mangled: net/sf/jnati/deploy/source/ArtefactSource.close:()V]
ArtefactSource.containsFile ( String p1 ) [abstract] : boolean
[mangled: net/sf/jnati/deploy/source/ArtefactSource.containsFile:(Ljava/lang/String;)Z]
ArtefactSource.getPath ( ) [abstract] : File
[mangled: net/sf/jnati/deploy/source/ArtefactSource.getPath:()Ljava/io/File;]
ArtefactSource.isLocal ( ) [abstract] : boolean
[mangled: net/sf/jnati/deploy/source/ArtefactSource.isLocal:()Z]
ArtefactSource.loadManifest ( Artefact artefact ) : void
[mangled: net/sf/jnati/deploy/source/ArtefactSource.loadManifest:(Lnet/sf/jnati/deploy/artefact/Artefact;)V]
ArtefactSource.openFile ( String p1 ) [abstract] : InputStream
[mangled: net/sf/jnati/deploy/source/ArtefactSource.openFile:(Ljava/lang/String;)Ljava/io/InputStream;]
cdk-1.2.0.jar, AS.class
package org.xmlcml.molutil
ChemicalElement.AS.equals ( String elSym ) : boolean
[mangled: org/xmlcml/molutil/ChemicalElement.AS.equals:(Ljava/lang/String;)Z]
ChemicalElement.AS.valueOf ( String name ) [static] : ChemicalElement.AS
[mangled: org/xmlcml/molutil/ChemicalElement.AS.valueOf:(Ljava/lang/String;)Lorg/xmlcml/molutil/ChemicalElement$AS;]
ChemicalElement.AS.values ( ) [static] : ChemicalElement.AS[ ]
[mangled: org/xmlcml/molutil/ChemicalElement.AS.values:()[Lorg/xmlcml/molutil/ChemicalElement$AS;]
cdk-1.2.0.jar, Association.class
package org.openscience.cdk
Association.Association ( IAtom atom1, IAtom atom2 )
[mangled: org/openscience/cdk/Association."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;)V]
Association.contains ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/Association.contains:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
Association.getAtomAt ( int position ) : IAtom
[mangled: org/openscience/cdk/Association.getAtomAt:(I)Lorg/openscience/cdk/interfaces/IAtom;]
Association.getAtoms ( ) : IAtom[ ]
[mangled: org/openscience/cdk/Association.getAtoms:()[Lorg/openscience/cdk/interfaces/IAtom;]
Association.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/Association.getElectronCount:()Ljava/lang/Integer;]
Association.setAtomAt ( IAtom atom, int position ) : void
[mangled: org/openscience/cdk/Association.setAtomAt:(Lorg/openscience/cdk/interfaces/IAtom;I)V]
Association.setAtoms ( IAtom[ ] atoms ) : void
[mangled: org/openscience/cdk/Association.setAtoms:([Lorg/openscience/cdk/interfaces/IAtom;)V]
cdk-1.2.0.jar, ASTAliphatic.class
package org.openscience.cdk.smiles.smarts.parser
ASTAliphatic.ASTAliphatic ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAliphatic."<init>":(I)V]
ASTAliphatic.ASTAliphatic ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAliphatic."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTAliphatic.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAliphatic.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTAnyAtom.class
package org.openscience.cdk.smiles.smarts.parser
ASTAnyAtom.ASTAnyAtom ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAnyAtom."<init>":(I)V]
ASTAnyAtom.ASTAnyAtom ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAnyAtom."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTAnyAtom.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAnyAtom.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTAromatic.class
package org.openscience.cdk.smiles.smarts.parser
ASTAromatic.ASTAromatic ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAromatic."<init>":(I)V]
ASTAromatic.ASTAromatic ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAromatic."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTAromatic.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAromatic.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTAtom.class
package org.openscience.cdk.smiles.smarts.parser
ASTAtom.ASTAtom ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtom."<init>":(I)V]
ASTAtom.ASTAtom ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtom."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTAtom.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtom.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTAtomicMass.class
package org.openscience.cdk.smiles.smarts.parser
ASTAtomicMass.ASTAtomicMass ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicMass."<init>":(I)V]
ASTAtomicMass.ASTAtomicMass ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicMass."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTAtomicMass.getMass ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicMass.getMass:()I]
ASTAtomicMass.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicMass.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTAtomicMass.setMass ( int mass ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicMass.setMass:(I)V]
cdk-1.2.0.jar, ASTAtomicNumber.class
package org.openscience.cdk.smiles.smarts.parser
ASTAtomicNumber.ASTAtomicNumber ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber."<init>":(I)V]
ASTAtomicNumber.ASTAtomicNumber ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTAtomicNumber.getNumber ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber.getNumber:()I]
ASTAtomicNumber.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTAtomicNumber.setNumber ( int number ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber.setNumber:(I)V]
cdk-1.2.0.jar, ASTCharge.class
package org.openscience.cdk.smiles.smarts.parser
ASTCharge.ASTCharge ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTCharge."<init>":(I)V]
ASTCharge.ASTCharge ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTCharge."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTCharge.getCharge ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTCharge.getCharge:()I]
ASTCharge.isPositive ( ) : boolean
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTCharge.isPositive:()Z]
ASTCharge.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTCharge.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTCharge.setCharge ( int charge ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTCharge.setCharge:(I)V]
ASTCharge.setPositive ( boolean isPositive ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTCharge.setPositive:(Z)V]
cdk-1.2.0.jar, ASTChirality.class
package org.openscience.cdk.smiles.smarts.parser
ASTChirality.ASTChirality ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality."<init>":(I)V]
ASTChirality.ASTChirality ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTChirality.getDegree ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality.getDegree:()I]
ASTChirality.isClockwise ( ) : boolean
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality.isClockwise:()Z]
ASTChirality.isUnspecified ( ) : boolean
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality.isUnspecified:()Z]
ASTChirality.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTChirality.setClockwise ( boolean clockwise ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality.setClockwise:(Z)V]
ASTChirality.setDegree ( int degree ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality.setDegree:(I)V]
ASTChirality.setUnspecified ( boolean unspecified ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTChirality.setUnspecified:(Z)V]
cdk-1.2.0.jar, ASTElement.class
package org.openscience.cdk.smiles.smarts.parser
ASTElement.ASTElement ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTElement."<init>":(I)V]
ASTElement.ASTElement ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTElement."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTElement.getSymbol ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTElement.getSymbol:()Ljava/lang/String;]
ASTElement.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTElement.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTElement.setSymbol ( String symbol ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTElement.setSymbol:(Ljava/lang/String;)V]
cdk-1.2.0.jar, ASTExplicitAtom.class
package org.openscience.cdk.smiles.smarts.parser
ASTExplicitAtom.ASTExplicitAtom ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom."<init>":(I)V]
ASTExplicitAtom.ASTExplicitAtom ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTExplicitAtom.getSymbol ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom.getSymbol:()Ljava/lang/String;]
ASTExplicitAtom.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTExplicitAtom.setSymbol ( String symbol ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom.setSymbol:(Ljava/lang/String;)V]
cdk-1.2.0.jar, ASTExplicitConnectivity.class
package org.openscience.cdk.smiles.smarts.parser
ASTExplicitConnectivity.ASTExplicitConnectivity ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity."<init>":(I)V]
ASTExplicitConnectivity.ASTExplicitConnectivity ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTExplicitConnectivity.getNumOfConnection ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity.getNumOfConnection:()I]
ASTExplicitConnectivity.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTExplicitConnectivity.setNumOfConnection ( int degree ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity.setNumOfConnection:(I)V]
cdk-1.2.0.jar, ASTExplicitHighAndBond.class
package org.openscience.cdk.smiles.smarts.parser
ASTExplicitHighAndBond.ASTExplicitHighAndBond ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndBond."<init>":(I)V]
ASTExplicitHighAndBond.ASTExplicitHighAndBond ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndBond."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTExplicitHighAndBond.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndBond.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTExplicitHighAndExpression.class
package org.openscience.cdk.smiles.smarts.parser
ASTExplicitHighAndExpression.ASTExplicitHighAndExpression ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndExpression."<init>":(I)V]
ASTExplicitHighAndExpression.ASTExplicitHighAndExpression ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndExpression."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTExplicitHighAndExpression.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndExpression.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTGroup.class
package org.openscience.cdk.smiles.smarts.parser
ASTGroup.ASTGroup ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTGroup."<init>":(I)V]
ASTGroup.ASTGroup ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTGroup."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTGroup.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTGroup.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTHybrdizationNumber.class
package org.openscience.cdk.smiles.smarts.parser
ASTHybrdizationNumber.ASTHybrdizationNumber ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber."<init>":(I)V]
ASTHybrdizationNumber.ASTHybrdizationNumber ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTHybrdizationNumber.getHybridizationNumber ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber.getHybridizationNumber:()I]
ASTHybrdizationNumber.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTHybrdizationNumber.setHybridizationNumber ( int hybridizationNumber ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber.setHybridizationNumber:(I)V]
cdk-1.2.0.jar, ASTImplicitHCount.class
package org.openscience.cdk.smiles.smarts.parser
ASTImplicitHCount.ASTImplicitHCount ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount."<init>":(I)V]
ASTImplicitHCount.ASTImplicitHCount ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTImplicitHCount.getCount ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount.getCount:()I]
ASTImplicitHCount.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTImplicitHCount.setCount ( int count ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount.setCount:(I)V]
cdk-1.2.0.jar, ASTImplicitHighAndBond.class
package org.openscience.cdk.smiles.smarts.parser
ASTImplicitHighAndBond.ASTImplicitHighAndBond ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndBond."<init>":(I)V]
ASTImplicitHighAndBond.ASTImplicitHighAndBond ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndBond."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTImplicitHighAndBond.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndBond.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTImplicitHighAndExpression.class
package org.openscience.cdk.smiles.smarts.parser
ASTImplicitHighAndExpression.ASTImplicitHighAndExpression ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndExpression."<init>":(I)V]
ASTImplicitHighAndExpression.ASTImplicitHighAndExpression ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndExpression."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTImplicitHighAndExpression.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndExpression.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTLowAndBond.class
package org.openscience.cdk.smiles.smarts.parser
ASTLowAndBond.ASTLowAndBond ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTLowAndBond."<init>":(I)V]
ASTLowAndBond.ASTLowAndBond ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTLowAndBond."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTLowAndBond.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTLowAndBond.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTLowAndExpression.class
package org.openscience.cdk.smiles.smarts.parser
ASTLowAndExpression.ASTLowAndExpression ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression."<init>":(I)V]
ASTLowAndExpression.ASTLowAndExpression ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTLowAndExpression.insertLeafChild ( Node node ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression.insertLeafChild:(Lorg/openscience/cdk/smiles/smarts/parser/Node;)V]
ASTLowAndExpression.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTNonCHHeavyAtom.class
package org.openscience.cdk.smiles.smarts.parser
ASTNonCHHeavyAtom.ASTNonCHHeavyAtom ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNonCHHeavyAtom."<init>":(I)V]
ASTNonCHHeavyAtom.ASTNonCHHeavyAtom ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNonCHHeavyAtom."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTNonCHHeavyAtom.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNonCHHeavyAtom.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTNotBond.class
package org.openscience.cdk.smiles.smarts.parser
ASTNotBond.ASTNotBond ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotBond."<init>":(I)V]
ASTNotBond.ASTNotBond ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotBond."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTNotBond.getType ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotBond.getType:()I]
ASTNotBond.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotBond.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTNotBond.setType ( int type ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotBond.setType:(I)V]
cdk-1.2.0.jar, ASTNotExpression.class
package org.openscience.cdk.smiles.smarts.parser
ASTNotExpression.ASTNotExpression ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotExpression."<init>":(I)V]
ASTNotExpression.ASTNotExpression ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotExpression."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTNotExpression.getType ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotExpression.getType:()I]
ASTNotExpression.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotExpression.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTNotExpression.setType ( int type ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTNotExpression.setType:(I)V]
cdk-1.2.0.jar, ASTOrBond.class
package org.openscience.cdk.smiles.smarts.parser
ASTOrBond.ASTOrBond ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTOrBond."<init>":(I)V]
ASTOrBond.ASTOrBond ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTOrBond."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTOrBond.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTOrBond.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTOrExpression.class
package org.openscience.cdk.smiles.smarts.parser
ASTOrExpression.ASTOrExpression ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTOrExpression."<init>":(I)V]
ASTOrExpression.ASTOrExpression ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTOrExpression."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTOrExpression.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTOrExpression.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTPeriodicGroupNumber.class
package org.openscience.cdk.smiles.smarts.parser
ASTPeriodicGroupNumber.ASTPeriodicGroupNumber ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber."<init>":(I)V]
ASTPeriodicGroupNumber.ASTPeriodicGroupNumber ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTPeriodicGroupNumber.getGroupNumber ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber.getGroupNumber:()I]
ASTPeriodicGroupNumber.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTPeriodicGroupNumber.setGroupNumber ( int groupNumber ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber.setGroupNumber:(I)V]
cdk-1.2.0.jar, ASTPrimitiveAtomExpression.class
package org.openscience.cdk.smiles.smarts.parser
ASTPrimitiveAtomExpression.ASTPrimitiveAtomExpression ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPrimitiveAtomExpression."<init>":(I)V]
ASTPrimitiveAtomExpression.ASTPrimitiveAtomExpression ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPrimitiveAtomExpression."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTPrimitiveAtomExpression.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTPrimitiveAtomExpression.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTReaction.class
package org.openscience.cdk.smiles.smarts.parser
ASTReaction.ASTReaction ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTReaction."<init>":(I)V]
ASTReaction.ASTReaction ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTReaction."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTReaction.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTReaction.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTRecursiveSmartsExpression.class
package org.openscience.cdk.smiles.smarts.parser
ASTRecursiveSmartsExpression.ASTRecursiveSmartsExpression ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRecursiveSmartsExpression."<init>":(I)V]
ASTRecursiveSmartsExpression.ASTRecursiveSmartsExpression ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRecursiveSmartsExpression."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTRecursiveSmartsExpression.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRecursiveSmartsExpression.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTRingConnectivity.class
package org.openscience.cdk.smiles.smarts.parser
ASTRingConnectivity.ASTRingConnectivity ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity."<init>":(I)V]
ASTRingConnectivity.ASTRingConnectivity ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTRingConnectivity.getNumOfConnection ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity.getNumOfConnection:()I]
ASTRingConnectivity.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTRingConnectivity.setNumOfConnection ( int numOfConnection ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity.setNumOfConnection:(I)V]
cdk-1.2.0.jar, ASTRingIdentifier.class
package org.openscience.cdk.smiles.smarts.parser
ASTRingIdentifier.ASTRingIdentifier ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier."<init>":(I)V]
ASTRingIdentifier.ASTRingIdentifier ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTRingIdentifier.getRingId ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier.getRingId:()I]
ASTRingIdentifier.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTRingIdentifier.setRingId ( int ringId ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier.setRingId:(I)V]
cdk-1.2.0.jar, ASTRingMembership.class
package org.openscience.cdk.smiles.smarts.parser
ASTRingMembership.ASTRingMembership ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingMembership."<init>":(I)V]
ASTRingMembership.ASTRingMembership ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingMembership."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTRingMembership.getNumOfMembership ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingMembership.getNumOfMembership:()I]
ASTRingMembership.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingMembership.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTRingMembership.setNumOfMembership ( int numOfMembership ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTRingMembership.setNumOfMembership:(I)V]
cdk-1.2.0.jar, ASTSimpleBond.class
package org.openscience.cdk.smiles.smarts.parser
ASTSimpleBond.ASTSimpleBond ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSimpleBond."<init>":(I)V]
ASTSimpleBond.ASTSimpleBond ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSimpleBond."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTSimpleBond.getBondType ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSimpleBond.getBondType:()I]
ASTSimpleBond.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSimpleBond.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTSimpleBond.setBondType ( int bondType ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSimpleBond.setBondType:(I)V]
cdk-1.2.0.jar, ASTSmallestRingSize.class
package org.openscience.cdk.smiles.smarts.parser
ASTSmallestRingSize.ASTSmallestRingSize ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize."<init>":(I)V]
ASTSmallestRingSize.ASTSmallestRingSize ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTSmallestRingSize.getSize ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize.getSize:()I]
ASTSmallestRingSize.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTSmallestRingSize.setSize ( int size ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize.setSize:(I)V]
cdk-1.2.0.jar, ASTSmarts.class
package org.openscience.cdk.smiles.smarts.parser
ASTSmarts.ASTSmarts ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmarts."<init>":(I)V]
ASTSmarts.ASTSmarts ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmarts."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTSmarts.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTSmarts.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTStart.class
package org.openscience.cdk.smiles.smarts.parser
ASTStart.ASTStart ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTStart."<init>":(I)V]
ASTStart.ASTStart ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTStart."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTStart.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTStart.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, ASTTotalConnectivity.class
package org.openscience.cdk.smiles.smarts.parser
ASTTotalConnectivity.ASTTotalConnectivity ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity."<init>":(I)V]
ASTTotalConnectivity.ASTTotalConnectivity ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTTotalConnectivity.getNumOfConnection ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity.getNumOfConnection:()I]
ASTTotalConnectivity.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTTotalConnectivity.setNumOfConnection ( int numOfConnection ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity.setNumOfConnection:(I)V]
cdk-1.2.0.jar, ASTTotalHCount.class
package org.openscience.cdk.smiles.smarts.parser
ASTTotalHCount.ASTTotalHCount ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalHCount."<init>":(I)V]
ASTTotalHCount.ASTTotalHCount ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalHCount."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTTotalHCount.getCount ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalHCount.getCount:()I]
ASTTotalHCount.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalHCount.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTTotalHCount.setCount ( int count ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTTotalHCount.setCount:(I)V]
cdk-1.2.0.jar, ASTValence.class
package org.openscience.cdk.smiles.smarts.parser
ASTValence.ASTValence ( int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTValence."<init>":(I)V]
ASTValence.ASTValence ( SMARTSParser p, int id )
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTValence."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
ASTValence.getOrder ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTValence.getOrder:()I]
ASTValence.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTValence.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTValence.setOrder ( int order ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/ASTValence.setOrder:(I)V]
cdk-1.2.0.jar, Atom.class
package org.openscience.cdk
Atom.getCharge ( ) : Double
[mangled: org/openscience/cdk/Atom.getCharge:()Ljava/lang/Double;]
Atom.getHydrogenCount ( ) : Integer
[mangled: org/openscience/cdk/Atom.getHydrogenCount:()Ljava/lang/Integer;]
Atom.getStereoParity ( ) : Integer
[mangled: org/openscience/cdk/Atom.getStereoParity:()Ljava/lang/Integer;]
Atom.setCharge ( Double charge ) : void
[mangled: org/openscience/cdk/Atom.setCharge:(Ljava/lang/Double;)V]
Atom.setHydrogenCount ( Integer hydrogenCount ) : void
[mangled: org/openscience/cdk/Atom.setHydrogenCount:(Ljava/lang/Integer;)V]
Atom.setStereoParity ( Integer stereoParity ) : void
[mangled: org/openscience/cdk/Atom.setStereoParity:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, AtomContainer.class
package org.openscience.cdk
AtomContainer.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/AtomContainer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
AtomContainer.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/AtomContainer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
AtomContainer.atoms ( ) : Iterable
[mangled: org/openscience/cdk/AtomContainer.atoms:()Ljava/lang/Iterable;]
AtomContainer.bonds ( ) : Iterable
[mangled: org/openscience/cdk/AtomContainer.bonds:()Ljava/lang/Iterable;]
AtomContainer.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/AtomContainer.electronContainers:()Ljava/lang/Iterable;]
AtomContainer.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/AtomContainer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
AtomContainer.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/AtomContainer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
AtomContainer.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/AtomContainer.lonePairs:()Ljava/lang/Iterable;]
AtomContainer.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/AtomContainer.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, AtomContainerDiff.class
package org.openscience.cdk.tools.diff
AtomContainerDiff.AtomContainerDiff ( )
[mangled: org/openscience/cdk/tools/diff/AtomContainerDiff."<init>":()V]
AtomContainerDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/AtomContainerDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
AtomContainerDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/AtomContainerDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
cdk-1.2.0.jar, AtomContainerManipulator.class
package org.openscience.cdk.tools.manipulator
AtomContainerManipulator.clearAtomConfigurations ( IAtomContainer container ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.clearAtomConfigurations:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
AtomContainerManipulator.convertImplicitToExplicitHydrogens ( IAtomContainer atomContainer ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.convertImplicitToExplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
AtomContainerManipulator.createAllCarbonAllSingleNonAromaticBondAtomContainer ( IAtomContainer atomContainer ) [static] : IAtomContainer
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.createAllCarbonAllSingleNonAromaticBondAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
AtomContainerManipulator.getBondOrderSum ( IAtomContainer container, IAtom atom ) : double
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.getBondOrderSum:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)D]
AtomContainerManipulator.getHeavyAtoms ( IAtomContainer container ) [static] : List
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.getHeavyAtoms:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/List;]
AtomContainerManipulator.getMaximumBondOrder ( IAtomContainer container ) [static] : IBond.Order
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IBond$Order;]
AtomContainerManipulator.getNaturalExactMass ( IAtomContainer atomContainer ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.getNaturalExactMass:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
AtomContainerManipulator.getSingleBondEquivalentSum ( IAtomContainer container ) [static] : int
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.getSingleBondEquivalentSum:(Lorg/openscience/cdk/interfaces/IAtomContainer;)I]
AtomContainerManipulator.getTotalExactMass ( IAtomContainer atomContainer ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.getTotalExactMass:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
AtomContainerManipulator.getTotalNaturalAbundance ( IAtomContainer atomContainer ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.getTotalNaturalAbundance:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
AtomContainerManipulator.percieveAtomTypesAndConfigureAtoms ( IAtomContainer container ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.percieveAtomTypesAndConfigureAtoms:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
AtomContainerManipulator.percieveAtomTypesAndConfigureUnsetProperties ( IAtomContainer container ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.percieveAtomTypesAndConfigureUnsetProperties:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
AtomContainerManipulator.removeHydrogensPreserveMultiplyBonded ( IAtomContainer ac ) [static] : IAtomContainer
[mangled: org/openscience/cdk/tools/manipulator/AtomContainerManipulator.removeHydrogensPreserveMultiplyBonded:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
cdk-1.2.0.jar, AtomContainerSet.class
package org.openscience.cdk
AtomContainerSet.atomContainers ( ) : Iterable
[mangled: org/openscience/cdk/AtomContainerSet.atomContainers:()Ljava/lang/Iterable;]
AtomContainerSet.getMultiplier ( IAtomContainer container ) : Double
[mangled: org/openscience/cdk/AtomContainerSet.getMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/lang/Double;]
AtomContainerSet.getMultiplier ( int number ) : Double
[mangled: org/openscience/cdk/AtomContainerSet.getMultiplier:(I)Ljava/lang/Double;]
AtomContainerSet.getMultipliers ( ) : Double[ ]
[mangled: org/openscience/cdk/AtomContainerSet.getMultipliers:()[Ljava/lang/Double;]
AtomContainerSet.setMultiplier ( IAtomContainer container, Double multiplier ) : boolean
[mangled: org/openscience/cdk/AtomContainerSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/Double;)Z]
AtomContainerSet.setMultiplier ( int position, Double multiplier ) : void
[mangled: org/openscience/cdk/AtomContainerSet.setMultiplier:(ILjava/lang/Double;)V]
AtomContainerSet.setMultipliers ( Double[ ] newMultipliers ) : boolean
[mangled: org/openscience/cdk/AtomContainerSet.setMultipliers:([Ljava/lang/Double;)Z]
cdk-1.2.0.jar, AtomCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
AtomCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AtomCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AtomDegreeDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
AtomDegreeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomDegreeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AtomDiff.class
package org.openscience.cdk.tools.diff
AtomDiff.AtomDiff ( )
[mangled: org/openscience/cdk/tools/diff/AtomDiff."<init>":()V]
AtomDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/AtomDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
AtomDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/AtomDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
cdk-1.2.0.jar, AtomHybridizationDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
AtomHybridizationDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomHybridizationDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AtomHybridizationVSEPRDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
AtomHybridizationVSEPRDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomHybridizationVSEPRDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AtomicNumberAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
AtomicNumberAtom.AtomicNumberAtom ( int atomicNumber )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AtomicNumberAtom."<init>":(I)V]
AtomicNumberAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AtomicNumberAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
cdk-1.2.0.jar, AtomicNumberDifferenceDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
AtomicNumberDifferenceDescriptor.AtomicNumberDifferenceDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor."<init>":()V]
AtomicNumberDifferenceDescriptor.calculate ( IBond bond, IAtomContainer ac ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
AtomicNumberDifferenceDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor.getDescriptorNames:()[Ljava/lang/String;]
AtomicNumberDifferenceDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor.getParameterNames:()[Ljava/lang/String;]
AtomicNumberDifferenceDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor.getParameters:()[Ljava/lang/Object;]
AtomicNumberDifferenceDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
AtomicNumberDifferenceDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
AtomicNumberDifferenceDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/bond/AtomicNumberDifferenceDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, AtomMappingTools.class
package org.openscience.cdk.isomorphism
AtomMappingTools.AtomMappingTools ( )
[mangled: org/openscience/cdk/isomorphism/AtomMappingTools."<init>":()V]
AtomMappingTools.mapAtomsOfAlignedStructures ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms ) [static] : Map
[mangled: org/openscience/cdk/isomorphism/AtomMappingTools.mapAtomsOfAlignedStructures:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)Ljava/util/Map;]
cdk-1.2.0.jar, AtomPlacer.class
package org.openscience.cdk.layout
AtomPlacer.populatePolygonCorners ( List atomsToDraw, Point2d rotationCenter, double startAngle, double addAngle, double radius ) : void
[mangled: org/openscience/cdk/layout/AtomPlacer.populatePolygonCorners:(Ljava/util/List;Ljavax/vecmath/Point2d;DDD)V]
cdk-1.2.0.jar, AtomPlacer3D.class
package org.openscience.cdk.modeling.builder3d
AtomPlacer3D.initilize ( Map parameterSet ) : void
[mangled: org/openscience/cdk/modeling/builder3d/AtomPlacer3D.initilize:(Ljava/util/Map;)V]
cdk-1.2.0.jar, AtomTetrahedralLigandPlacer3D.class
package org.openscience.cdk.modeling.builder3d
AtomTetrahedralLigandPlacer3D.setParameterSet ( Map moleculeParameter ) : void
[mangled: org/openscience/cdk/modeling/builder3d/AtomTetrahedralLigandPlacer3D.setParameterSet:(Ljava/util/Map;)V]
cdk-1.2.0.jar, AtomType.class
package org.openscience.cdk
AtomType.getBondOrderSum ( ) : Double
[mangled: org/openscience/cdk/AtomType.getBondOrderSum:()Ljava/lang/Double;]
AtomType.getCovalentRadius ( ) : Double
[mangled: org/openscience/cdk/AtomType.getCovalentRadius:()Ljava/lang/Double;]
AtomType.getFormalCharge ( ) : Integer
[mangled: org/openscience/cdk/AtomType.getFormalCharge:()Ljava/lang/Integer;]
AtomType.getFormalNeighbourCount ( ) : Integer
[mangled: org/openscience/cdk/AtomType.getFormalNeighbourCount:()Ljava/lang/Integer;]
AtomType.getHybridization ( ) : IAtomType.Hybridization
[mangled: org/openscience/cdk/AtomType.getHybridization:()Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
AtomType.getMaxBondOrder ( ) : IBond.Order
[mangled: org/openscience/cdk/AtomType.getMaxBondOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
AtomType.getValency ( ) : Integer
[mangled: org/openscience/cdk/AtomType.getValency:()Ljava/lang/Integer;]
AtomType.setBondOrderSum ( Double bondOrderSum ) : void
[mangled: org/openscience/cdk/AtomType.setBondOrderSum:(Ljava/lang/Double;)V]
AtomType.setCovalentRadius ( Double radius ) : void
[mangled: org/openscience/cdk/AtomType.setCovalentRadius:(Ljava/lang/Double;)V]
AtomType.setFormalCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/AtomType.setFormalCharge:(Ljava/lang/Integer;)V]
AtomType.setFormalNeighbourCount ( Integer count ) : void
[mangled: org/openscience/cdk/AtomType.setFormalNeighbourCount:(Ljava/lang/Integer;)V]
AtomType.setHybridization ( IAtomType.Hybridization hybridization ) : void
[mangled: org/openscience/cdk/AtomType.setHybridization:(Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;)V]
AtomType.setMaxBondOrder ( IBond.Order maxBondOrder ) : void
[mangled: org/openscience/cdk/AtomType.setMaxBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
AtomType.setValency ( Integer valency ) : void
[mangled: org/openscience/cdk/AtomType.setValency:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, AtomTypeCharges.class
package org.openscience.cdk.charges
AtomTypeCharges.calculateCharges ( IAtomContainer container ) : void
[mangled: org/openscience/cdk/charges/AtomTypeCharges.calculateCharges:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, AtomTypeDiff.class
package org.openscience.cdk.tools.diff
AtomTypeDiff.AtomTypeDiff ( )
[mangled: org/openscience/cdk/tools/diff/AtomTypeDiff."<init>":()V]
AtomTypeDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/AtomTypeDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
AtomTypeDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/AtomTypeDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
cdk-1.2.0.jar, AtomTypeHybridizationDifference.class
package org.openscience.cdk.tools.diff.tree
AtomTypeHybridizationDifference.construct ( String name, IAtomType.Hybridization first, IAtomType.Hybridization second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/AtomTypeHybridizationDifference.construct:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
AtomTypeHybridizationDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/AtomTypeHybridizationDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, AtomTypeManipulator.class
package org.openscience.cdk.tools.manipulator
AtomTypeManipulator.configureUnsetProperties ( IAtom atom, IAtomType atomType ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/AtomTypeManipulator.configureUnsetProperties:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomType;)V]
cdk-1.2.0.jar, AtomTypeMapper.class
package org.openscience.cdk.atomtype.mapper
AtomTypeMapper.getInstance ( String mappingFile ) [static] : AtomTypeMapper
[mangled: org/openscience/cdk/atomtype/mapper/AtomTypeMapper.getInstance:(Ljava/lang/String;)Lorg/openscience/cdk/atomtype/mapper/AtomTypeMapper;]
AtomTypeMapper.getInstance ( String mappingFile, InputStream stream ) [static] : AtomTypeMapper
[mangled: org/openscience/cdk/atomtype/mapper/AtomTypeMapper.getInstance:(Ljava/lang/String;Ljava/io/InputStream;)Lorg/openscience/cdk/atomtype/mapper/AtomTypeMapper;]
AtomTypeMapper.getMapping ( ) : String
[mangled: org/openscience/cdk/atomtype/mapper/AtomTypeMapper.getMapping:()Ljava/lang/String;]
AtomTypeMapper.mapAtomType ( String type ) : String
[mangled: org/openscience/cdk/atomtype/mapper/AtomTypeMapper.mapAtomType:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.2.0.jar, AtomValenceDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
AtomValenceDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomValenceDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AtomValenceTool.class
package org.openscience.cdk.qsar
AtomValenceTool.AtomValenceTool ( )
[mangled: org/openscience/cdk/qsar/AtomValenceTool."<init>":()V]
AtomValenceTool.getValence ( IAtom atom ) [static] : int
[mangled: org/openscience/cdk/qsar/AtomValenceTool.getValence:(Lorg/openscience/cdk/interfaces/IAtom;)I]
cdk-1.2.0.jar, AttributeFactory.class
package org.xmlcml.cml.base
AttributeFactory.createAttributeFactory ( String className ) [static] : AttributeFactory
[mangled: org/xmlcml/cml/base/AttributeFactory.createAttributeFactory:(Ljava/lang/String;)Lorg/xmlcml/cml/base/AttributeFactory;]
AttributeFactory.createCMLAttribute ( String attributeName, CMLElement element ) : CMLAttribute
[mangled: org/xmlcml/cml/base/AttributeFactory.createCMLAttribute:(Ljava/lang/String;Lorg/xmlcml/cml/base/CMLElement;)Lorg/xmlcml/cml/base/CMLAttribute;]
AttributeFactory.createCMLAttribute ( String name, CMLType type ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/AttributeFactory.createCMLAttribute:(Ljava/lang/String;Lorg/xmlcml/cml/base/CMLType;)Lorg/xmlcml/cml/base/CMLAttribute;]
AttributeFactory.createSpecialAttribute ( String name ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/AttributeFactory.createSpecialAttribute:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
AttributeFactory.getAttribute ( String attributeName, String elementName ) : CMLAttribute
[mangled: org/xmlcml/cml/base/AttributeFactory.getAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
AttributeFactory.getAttribute ( String name ) : CMLAttribute
[mangled: org/xmlcml/cml/base/AttributeFactory.getAttribute:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
AttributeFactory.getAttributeByGroupName ( String attributeGroupName ) : CMLAttribute
[mangled: org/xmlcml/cml/base/AttributeFactory.getAttributeByGroupName:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
AttributeFactory.getSchemaManager ( ) : SchemaManager
[mangled: org/xmlcml/cml/base/AttributeFactory.getSchemaManager:()Lorg/xmlcml/cml/base/SchemaManager;]
AttributeFactory.getValue ( ) : String
[mangled: org/xmlcml/cml/base/AttributeFactory.getValue:()Ljava/lang/String;]
AttributeFactory.setSchemaManager ( SchemaManager schemaManager ) : void
[mangled: org/xmlcml/cml/base/AttributeFactory.setSchemaManager:(Lorg/xmlcml/cml/base/SchemaManager;)V]
cdk-1.2.0.jar, AttributeGenerator.class
package org.xmlcml.cml.base
AttributeGenerator.AttributeGenerator ( SchemaManager schemaManager )
[mangled: org/xmlcml/cml/base/AttributeGenerator."<init>":(Lorg/xmlcml/cml/base/SchemaManager;)V]
AttributeGenerator.createAttribute ( String attributeGroupName ) : CMLAttribute
[mangled: org/xmlcml/cml/base/AttributeGenerator.createAttribute:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
AttributeGenerator.getAttributeGroupMap ( ) : Map
[mangled: org/xmlcml/cml/base/AttributeGenerator.getAttributeGroupMap:()Ljava/util/Map;]
AttributeGenerator.indexSchema ( ) : void
[mangled: org/xmlcml/cml/base/AttributeGenerator.indexSchema:()V]
AttributeGenerator.readAssembleAndIndexSchema ( String indir ) : void
[mangled: org/xmlcml/cml/base/AttributeGenerator.readAssembleAndIndexSchema:(Ljava/lang/String;)V]
AttributeGenerator.setAttributeGroupMap ( Map attributeGroupMap ) : void
[mangled: org/xmlcml/cml/base/AttributeGenerator.setAttributeGroupMap:(Ljava/util/Map;)V]
cdk-1.2.0.jar, AutocorrelationDescriptorCharge.class
package org.openscience.cdk.qsar.descriptors.molecular
AutocorrelationDescriptorCharge.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AutocorrelationDescriptorCharge.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AutocorrelationDescriptorMass.class
package org.openscience.cdk.qsar.descriptors.molecular
AutocorrelationDescriptorMass.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AutocorrelationDescriptorMass.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, AutocorrelationDescriptorPolarizability.class
package org.openscience.cdk.qsar.descriptors.molecular
AutocorrelationDescriptorPolarizability.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AutocorrelationDescriptorPolarizability.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, BCUTDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
BCUTDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/BCUTDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Bond.class
package org.openscience.cdk
Bond.atoms ( ) : Iterable
[mangled: org/openscience/cdk/Bond.atoms:()Ljava/lang/Iterable;]
Bond.Bond ( IAtom atom1, IAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/Bond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
Bond.Bond ( IAtom atom1, IAtom atom2, IBond.Order order, int stereo )
[mangled: org/openscience/cdk/Bond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;I)V]
Bond.Bond ( IAtom[ ] atoms )
[mangled: org/openscience/cdk/Bond."<init>":([Lorg/openscience/cdk/interfaces/IAtom;)V]
Bond.Bond ( IAtom[ ] atoms, IBond.Order order )
[mangled: org/openscience/cdk/Bond."<init>":([Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
Bond.getConnectedAtoms ( IAtom atom ) : IAtom[ ]
[mangled: org/openscience/cdk/Bond.getConnectedAtoms:(Lorg/openscience/cdk/interfaces/IAtom;)[Lorg/openscience/cdk/interfaces/IAtom;]
Bond.getOrder ( ) : IBond.Order
[mangled: org/openscience/cdk/Bond.getOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
Bond.setOrder ( IBond.Order order ) : void
[mangled: org/openscience/cdk/Bond.setOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
cdk-1.2.0.jar, BondCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
BondCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/BondCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, BondDiff.class
package org.openscience.cdk.tools.diff
BondDiff.BondDiff ( )
[mangled: org/openscience/cdk/tools/diff/BondDiff."<init>":()V]
BondDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/BondDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
BondDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/BondDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
cdk-1.2.0.jar, BondManipulator.class
package org.openscience.cdk.tools.manipulator
BondManipulator.createBondOrder ( double bondOrder ) [static] : IBond.Order
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.createBondOrder:(D)Lorg/openscience/cdk/interfaces/IBond$Order;]
BondManipulator.decreaseBondOrder ( IBond bond ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.decreaseBondOrder:(Lorg/openscience/cdk/interfaces/IBond;)V]
BondManipulator.decreaseBondOrder ( IBond.Order oldOrder ) [static] : IBond.Order
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.decreaseBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond$Order;]
BondManipulator.destroyBondOrder ( IBond.Order bondOrder ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.destroyBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)D]
BondManipulator.getMaximumBondOrder ( Iterator bonds ) [static] : IBond.Order
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.getMaximumBondOrder:(Ljava/util/Iterator;)Lorg/openscience/cdk/interfaces/IBond$Order;]
BondManipulator.getMaximumBondOrder ( List bonds ) [static] : IBond.Order
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.getMaximumBondOrder:(Ljava/util/List;)Lorg/openscience/cdk/interfaces/IBond$Order;]
BondManipulator.getSingleBondEquivalentSum ( Iterator bonds ) [static] : int
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.getSingleBondEquivalentSum:(Ljava/util/Iterator;)I]
BondManipulator.getSingleBondEquivalentSum ( List bonds ) [static] : int
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.getSingleBondEquivalentSum:(Ljava/util/List;)I]
BondManipulator.increaseBondOrder ( IBond bond ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.increaseBondOrder:(Lorg/openscience/cdk/interfaces/IBond;)V]
BondManipulator.increaseBondOrder ( IBond.Order oldOrder ) [static] : IBond.Order
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.increaseBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond$Order;]
BondManipulator.isHigherOrder ( IBond.Order first, IBond.Order second ) [static] : boolean
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.isHigherOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;Lorg/openscience/cdk/interfaces/IBond$Order;)Z]
BondManipulator.isLowerOrder ( IBond.Order first, IBond.Order second ) [static] : boolean
[mangled: org/openscience/cdk/tools/manipulator/BondManipulator.isLowerOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;Lorg/openscience/cdk/interfaces/IBond$Order;)Z]
cdk-1.2.0.jar, BondOrderDifference.class
package org.openscience.cdk.tools.diff.tree
BondOrderDifference.construct ( String name, IBond.Order first, IBond.Order second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/BondOrderDifference.construct:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IBond$Order;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
BondOrderDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/BondOrderDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, BondPartialPiChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
BondPartialPiChargeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondPartialPiChargeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, BondPartialSigmaChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
BondPartialSigmaChargeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondPartialSigmaChargeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, BondPartialTChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
BondPartialTChargeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondPartialTChargeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, BondSigmaElectronegativityDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
BondSigmaElectronegativityDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondSigmaElectronegativityDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, BondsToAtomDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
BondsToAtomDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/BondsToAtomDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, BondStretching.class
package org.openscience.cdk.modeling.forcefield
BondStretching.setMMFF94BondStretchingParameters ( IAtomContainer molecule, Map parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/BondStretching.setMMFF94BondStretchingParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)V]
cdk-1.2.0.jar, BooleanArrayDifference.class
package org.openscience.cdk.tools.diff.tree
BooleanArrayDifference.construct ( String name, boolean[ ] first, boolean[ ] second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/BooleanArrayDifference.construct:(Ljava/lang/String;[Z[Z)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
BooleanArrayDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/BooleanArrayDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, BooleanArraySTAttribute.class
package org.xmlcml.cml.base
BooleanArraySTAttribute.BooleanArraySTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute."<init>":(Lnu/xom/Attribute;)V]
BooleanArraySTAttribute.BooleanArraySTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
BooleanArraySTAttribute.BooleanArraySTAttribute ( BooleanArraySTAttribute att )
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute."<init>":(Lorg/xmlcml/cml/base/BooleanArraySTAttribute;)V]
BooleanArraySTAttribute.BooleanArraySTAttribute ( String name )
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute."<init>":(Ljava/lang/String;)V]
BooleanArraySTAttribute.checkValue ( boolean[ ] bb ) : void
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.checkValue:([Z)V]
BooleanArraySTAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.getCMLValue:()Ljava/lang/Object;]
BooleanArraySTAttribute.getIntegerArray ( ) : boolean[ ]
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.getIntegerArray:()[Z]
BooleanArraySTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.getJavaGetMethod:()Ljava/lang/String;]
BooleanArraySTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.getJavaShortClassName:()Ljava/lang/String;]
BooleanArraySTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.getJavaType:()Ljava/lang/String;]
BooleanArraySTAttribute.setCMLValue ( boolean[ ] bb ) : void
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.setCMLValue:([Z)V]
BooleanArraySTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.setCMLValue:(Ljava/lang/String;)V]
BooleanArraySTAttribute.split ( String s, String delim ) [static] : boolean[ ]
[mangled: org/xmlcml/cml/base/BooleanArraySTAttribute.split:(Ljava/lang/String;Ljava/lang/String;)[Z]
cdk-1.2.0.jar, BooleanDifference.class
package org.openscience.cdk.tools.diff.tree
BooleanDifference.construct ( String name, Boolean first, Boolean second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/BooleanDifference.construct:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
BooleanDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/BooleanDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, BooleanResultType.class
package org.openscience.cdk.qsar.result
BooleanResultType.BooleanResultType ( )
[mangled: org/openscience/cdk/qsar/result/BooleanResultType."<init>":()V]
BooleanResultType.length ( ) : int
[mangled: org/openscience/cdk/qsar/result/BooleanResultType.length:()I]
BooleanResultType.toString ( ) : String
[mangled: org/openscience/cdk/qsar/result/BooleanResultType.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, BooleanSTAttribute.class
package org.xmlcml.cml.base
BooleanSTAttribute.BooleanSTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/BooleanSTAttribute."<init>":(Lnu/xom/Attribute;)V]
BooleanSTAttribute.BooleanSTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/BooleanSTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
BooleanSTAttribute.BooleanSTAttribute ( BooleanSTAttribute att )
[mangled: org/xmlcml/cml/base/BooleanSTAttribute."<init>":(Lorg/xmlcml/cml/base/BooleanSTAttribute;)V]
BooleanSTAttribute.BooleanSTAttribute ( String name )
[mangled: org/xmlcml/cml/base/BooleanSTAttribute."<init>":(Ljava/lang/String;)V]
BooleanSTAttribute.checkValue ( boolean b ) : void
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.checkValue:(Z)V]
BooleanSTAttribute.getBoolean ( ) : boolean
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.getBoolean:()Z]
BooleanSTAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.getCMLValue:()Ljava/lang/Object;]
BooleanSTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.getJavaGetMethod:()Ljava/lang/String;]
BooleanSTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.getJavaShortClassName:()Ljava/lang/String;]
BooleanSTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.getJavaType:()Ljava/lang/String;]
BooleanSTAttribute.setCMLValue ( boolean i ) : void
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.setCMLValue:(Z)V]
BooleanSTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/BooleanSTAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.2.0.jar, BPolDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
BPolDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/BPolDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, CarbonTypesDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
CarbonTypesDescriptor.calculate ( IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
CarbonTypesDescriptor.CarbonTypesDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor."<init>":()V]
CarbonTypesDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.getDescriptorNames:()[Ljava/lang/String;]
CarbonTypesDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
CarbonTypesDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.getParameterNames:()[Ljava/lang/String;]
CarbonTypesDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.getParameters:()[Ljava/lang/Object;]
CarbonTypesDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
CarbonTypesDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
CarbonTypesDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonTypesDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, CDKAtomTypeMatcher.class
package org.openscience.cdk.atomtype
CDKAtomTypeMatcher.findMatchingAtomType ( IAtomContainer atomContainer ) : IAtomType[ ]
[mangled: org/openscience/cdk/atomtype/CDKAtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[Lorg/openscience/cdk/interfaces/IAtomType;]
CDKAtomTypeMatcher.findMatchingAtomType ( IAtomContainer atomContainer, IAtom atom ) : IAtomType
[mangled: org/openscience/cdk/atomtype/CDKAtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomType;]
CDKAtomTypeMatcher.getInstance ( IChemObjectBuilder builder ) [static] : CDKAtomTypeMatcher
[mangled: org/openscience/cdk/atomtype/CDKAtomTypeMatcher.getInstance:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/atomtype/CDKAtomTypeMatcher;]
CDKAtomTypeMatcher.getInstance ( IChemObjectBuilder builder, int mode ) [static] : CDKAtomTypeMatcher
[mangled: org/openscience/cdk/atomtype/CDKAtomTypeMatcher.getInstance:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;I)Lorg/openscience/cdk/atomtype/CDKAtomTypeMatcher;]
cdk-1.2.0.jar, CDKHueckelAromaticityDetector.class
package org.openscience.cdk.aromaticity
CDKHueckelAromaticityDetector.CDKHueckelAromaticityDetector ( )
[mangled: org/openscience/cdk/aromaticity/CDKHueckelAromaticityDetector."<init>":()V]
CDKHueckelAromaticityDetector.detectAromaticity ( IAtomContainer atomContainer ) [static] : boolean
[mangled: org/openscience/cdk/aromaticity/CDKHueckelAromaticityDetector.detectAromaticity:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
cdk-1.2.0.jar, CDKHydrogenAdder.class
package org.openscience.cdk.tools
CDKHydrogenAdder.addImplicitHydrogens ( IAtomContainer container ) : void
[mangled: org/openscience/cdk/tools/CDKHydrogenAdder.addImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
CDKHydrogenAdder.addImplicitHydrogens ( IAtomContainer container, IAtom atom ) : void
[mangled: org/openscience/cdk/tools/CDKHydrogenAdder.addImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)V]
CDKHydrogenAdder.getInstance ( IChemObjectBuilder builder ) [static] : CDKHydrogenAdder
[mangled: org/openscience/cdk/tools/CDKHydrogenAdder.getInstance:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/tools/CDKHydrogenAdder;]
cdk-1.2.0.jar, CDKSourceCodeWriter.class
package org.openscience.cdk.io
CDKSourceCodeWriter.getIOSettings ( ) : IOSetting[ ]
[mangled: org/openscience/cdk/io/CDKSourceCodeWriter.getIOSettings:()[Lorg/openscience/cdk/io/setting/IOSetting;]
cdk-1.2.0.jar, CDKValencyChecker.class
package org.openscience.cdk.tools
CDKValencyChecker.getInstance ( IChemObjectBuilder builder ) [static] : CDKValencyChecker
[mangled: org/openscience/cdk/tools/CDKValencyChecker.getInstance:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/tools/CDKValencyChecker;]
CDKValencyChecker.isSaturated ( IAtom atom, IAtomContainer container ) : boolean
[mangled: org/openscience/cdk/tools/CDKValencyChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
CDKValencyChecker.isSaturated ( IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/CDKValencyChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
cdk-1.2.0.jar, ChargeRule.class
package org.openscience.cdk.formula.rules
ChargeRule.ChargeRule ( )
[mangled: org/openscience/cdk/formula/rules/ChargeRule."<init>":()V]
ChargeRule.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/formula/rules/ChargeRule.getParameters:()[Ljava/lang/Object;]
ChargeRule.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/formula/rules/ChargeRule.setParameters:([Ljava/lang/Object;)V]
ChargeRule.validate ( IMolecularFormula formula ) : double
[mangled: org/openscience/cdk/formula/rules/ChargeRule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
cdk-1.2.0.jar, ChemFile.class
package org.openscience.cdk
ChemFile.chemSequences ( ) : Iterable
[mangled: org/openscience/cdk/ChemFile.chemSequences:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, ChemicalElement.class
package org.xmlcml.molutil
ChemicalElement.getChemicalElement ( ChemicalElement.AS as ) [static] : ChemicalElement
[mangled: org/xmlcml/molutil/ChemicalElement.getChemicalElement:(Lorg/xmlcml/molutil/ChemicalElement$AS;)Lorg/xmlcml/molutil/ChemicalElement;]
ChemicalElement.getChemicalElementIgnoreCase ( String symbol ) [static] : ChemicalElement
[mangled: org/xmlcml/molutil/ChemicalElement.getChemicalElementIgnoreCase:(Ljava/lang/String;)Lorg/xmlcml/molutil/ChemicalElement;]
ChemicalElement.getElementSet ( List symbolList ) [static] : Set
[mangled: org/xmlcml/molutil/ChemicalElement.getElementSet:(Ljava/util/List;)Ljava/util/Set;]
ChemicalElement.getElementSet ( String[ ] symbols ) [static] : Set
[mangled: org/xmlcml/molutil/ChemicalElement.getElementSet:([Ljava/lang/String;)Ljava/util/Set;]
ChemicalElement.getRadius ( ChemicalElement.RadiusType radiusType ) : double
[mangled: org/xmlcml/molutil/ChemicalElement.getRadius:(Lorg/xmlcml/molutil/ChemicalElement$RadiusType;)D]
ChemicalElement.getTypeAdjustedCovalentRadius ( ) : double
[mangled: org/xmlcml/molutil/ChemicalElement.getTypeAdjustedCovalentRadius:()D]
ChemicalElement.grabChemicalElement ( String s ) [static] : ChemicalElement
[mangled: org/xmlcml/molutil/ChemicalElement.grabChemicalElement:(Ljava/lang/String;)Lorg/xmlcml/molutil/ChemicalElement;]
ChemicalElement.isChemicalElementType ( ChemicalElement.Type type ) : boolean
[mangled: org/xmlcml/molutil/ChemicalElement.isChemicalElementType:(Lorg/xmlcml/molutil/ChemicalElement$Type;)Z]
ChemicalElement.isChemicalElementType ( ChemicalElement.Type type, int value ) : boolean
[mangled: org/xmlcml/molutil/ChemicalElement.isChemicalElementType:(Lorg/xmlcml/molutil/ChemicalElement$Type;I)Z]
cdk-1.2.0.jar, ChemObject.class
package org.openscience.cdk
ChemObject.getProperties ( ) : Map
[mangled: org/openscience/cdk/ChemObject.getProperties:()Ljava/util/Map;]
ChemObject.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/ChemObject.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, ChemObjectDiff.class
package org.openscience.cdk.tools.diff
ChemObjectDiff.ChemObjectDiff ( )
[mangled: org/openscience/cdk/tools/diff/ChemObjectDiff."<init>":()V]
ChemObjectDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/ChemObjectDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
ChemObjectDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/ChemObjectDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
cdk-1.2.0.jar, ChemObjectDifference.class
package org.openscience.cdk.tools.diff.tree
ChemObjectDifference.ChemObjectDifference ( String name )
[mangled: org/openscience/cdk/tools/diff/tree/ChemObjectDifference."<init>":(Ljava/lang/String;)V]
ChemObjectDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/ChemObjectDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, ChemSequence.class
package org.openscience.cdk
ChemSequence.chemModels ( ) : Iterable
[mangled: org/openscience/cdk/ChemSequence.chemModels:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, ChiChainDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ChiChainDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiChainDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, ChiClusterDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ChiClusterDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiClusterDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, ChiPathClusterDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ChiPathClusterDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiPathClusterDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, ChiPathDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ChiPathDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiPathDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, ClasspathRepository.class
package net.sf.jnati.deploy.repository
ClasspathRepository.ClasspathRepository ( )
[mangled: net/sf/jnati/deploy/repository/ClasspathRepository."<init>":()V]
ClasspathRepository.getArtefactSource ( Artefact artefact ) : List
[mangled: net/sf/jnati/deploy/repository/ClasspathRepository.getArtefactSource:(Lnet/sf/jnati/deploy/artefact/Artefact;)Ljava/util/List;]
cdk-1.2.0.jar, CMLAbundance.class
package org.xmlcml.cml.element
CMLAbundance.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAbundance.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAction.class
package org.xmlcml.cml.element
CMLAction.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAction.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLActionList.class
package org.xmlcml.cml.element
CMLActionList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLActionList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAmount.class
package org.xmlcml.cml.element
CMLAmount.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAmount.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAngle.class
package org.xmlcml.cml.element
CMLAngle.atomHash ( ) : String
[mangled: org/xmlcml/cml/element/CMLAngle.atomHash:()Ljava/lang/String;]
CMLAngle.getAtomIds ( ) : List
[mangled: org/xmlcml/cml/element/CMLAngle.getAtomIds:()Ljava/util/List;]
CMLAngle.getCalculatedAngle ( List atomList ) : double
[mangled: org/xmlcml/cml/element/CMLAngle.getCalculatedAngle:(Ljava/util/List;)D]
CMLAngle.getList ( CMLElements angleElements ) [static] : List *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLAngle.getList:(Lorg/xmlcml/cml/base/CMLElements;)Ljava/util/List;]
CMLAngle.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLAngle.getString:()Ljava/lang/String;]
CMLAngle.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAngle.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLAngle.outputHTML ( Writer w, List angleList, CMLMolecule molecule ) [static] : void
[mangled: org/xmlcml/cml/element/CMLAngle.outputHTML:(Ljava/io/Writer;Ljava/util/List;Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLAngle.setAtomRefs3 ( CMLAtom atom0, CMLAtom atom1, CMLAtom atom2 ) : void
[mangled: org/xmlcml/cml/element/CMLAngle.setAtomRefs3:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
cdk-1.2.0.jar, CMLArg.class
package org.xmlcml.cml.element
CMLArg.addArg ( CMLElement parent, CMLArg arg, int position ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.addArg:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/CMLArg;I)V]
CMLArg.addIdxArgsWithSerialNumber ( CMLElement current, String localName ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.addIdxArgsWithSerialNumber:(Lorg/xmlcml/cml/base/CMLElement;Ljava/lang/String;)V]
CMLArg.CMLArg ( String name, int i )
[mangled: org/xmlcml/cml/element/CMLArg."<init>":(Ljava/lang/String;I)V]
CMLArg.CMLArg ( String name, String s )
[mangled: org/xmlcml/cml/element/CMLArg."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
CMLArg.eval ( List argList ) : void
[mangled: org/xmlcml/cml/element/CMLArg.eval:(Ljava/util/List;)V]
CMLArg.getDataType ( ) : String
[mangled: org/xmlcml/cml/element/CMLArg.getDataType:()Ljava/lang/String;]
CMLArg.getDouble ( ) : double
[mangled: org/xmlcml/cml/element/CMLArg.getDouble:()D]
CMLArg.getInteger ( ) : int
[mangled: org/xmlcml/cml/element/CMLArg.getInteger:()I]
CMLArg.getScalar ( ) : CMLScalar
[mangled: org/xmlcml/cml/element/CMLArg.getScalar:()Lorg/xmlcml/cml/element/CMLScalar;]
CMLArg.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLArg.getString:()Ljava/lang/String;]
CMLArg.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLArg.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLArg.processArg ( CMLElement element ) : void
[mangled: org/xmlcml/cml/element/CMLArg.processArg:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLArg.processArgs ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.processArgs:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLArg.removeArgs ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.removeArgs:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLArg.setDouble ( double d ) : void
[mangled: org/xmlcml/cml/element/CMLArg.setDouble:(D)V]
CMLArg.setInteger ( int i ) : void
[mangled: org/xmlcml/cml/element/CMLArg.setInteger:(I)V]
CMLArg.setString ( String s ) : void
[mangled: org/xmlcml/cml/element/CMLArg.setString:(Ljava/lang/String;)V]
CMLArg.substituteNameByValue ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.substituteNameByValue:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLArg.substituteNameByValue ( CMLElement element, List oldArgList ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.substituteNameByValue:(Lorg/xmlcml/cml/base/CMLElement;Ljava/util/List;)V]
CMLArg.substituteParameterName ( CMLElement element, String name, String value ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.substituteParameterName:(Lorg/xmlcml/cml/base/CMLElement;Ljava/lang/String;Ljava/lang/String;)V]
CMLArg.substituteParentAttributes ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.substituteParentAttributes:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLArg.substituteTextContent ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.substituteTextContent:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLArg.transferArgs ( CMLElement fromElem, CMLElement toElem ) [static] : void
[mangled: org/xmlcml/cml/element/CMLArg.transferArgs:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/base/CMLElement;)V]
cdk-1.2.0.jar, CMLArray.class
package org.xmlcml.cml.element
CMLArray.ensureDelimiterAttribute ( DelimiterAttribute.Action action ) : void
[mangled: org/xmlcml/cml/element/CMLArray.ensureDelimiterAttribute:(Lorg/xmlcml/cml/attribute/DelimiterAttribute$Action;)V]
CMLArray.getArraySize ( ) : int
[mangled: org/xmlcml/cml/element/CMLArray.getArraySize:()I]
CMLArray.getDelimiterAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/CMLArray.getDelimiterAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
CMLArray.getPrimitiveArray ( ) : Object
[mangled: org/xmlcml/cml/element/CMLArray.getPrimitiveArray:()Ljava/lang/Object;]
CMLArray.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLArray.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLArray.setUnits ( String prefix, String id, String namespaceURI ) : void
[mangled: org/xmlcml/cml/element/CMLArray.setUnits:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, CMLArrayList.class
package org.xmlcml.cml.element
CMLArrayList.CMLArrayList ( )
[mangled: org/xmlcml/cml/element/CMLArrayList."<init>":()V]
CMLArrayList.CMLArrayList ( CMLArrayList old )
[mangled: org/xmlcml/cml/element/CMLArrayList."<init>":(Lorg/xmlcml/cml/element/CMLArrayList;)V]
CMLArrayList.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLArrayList.copy:()Lnu/xom/Node;]
CMLArrayList.createTableContent ( ) : CMLTableContent
[mangled: org/xmlcml/cml/element/CMLArrayList.createTableContent:()Lorg/xmlcml/cml/element/CMLTableContent;]
CMLArrayList.createTableHeader ( ) : CMLTableHeader
[mangled: org/xmlcml/cml/element/CMLArrayList.createTableHeader:()Lorg/xmlcml/cml/element/CMLTableHeader;]
CMLArrayList.createTableHeaderCell ( CMLArray array ) : CMLTableHeaderCell
[mangled: org/xmlcml/cml/element/CMLArrayList.createTableHeaderCell:(Lorg/xmlcml/cml/element/CMLArray;)Lorg/xmlcml/cml/element/CMLTableHeaderCell;]
CMLArrayList.createTableHeaderCell ( CMLList list ) : CMLTableHeaderCell
[mangled: org/xmlcml/cml/element/CMLArrayList.createTableHeaderCell:(Lorg/xmlcml/cml/element/CMLList;)Lorg/xmlcml/cml/element/CMLTableHeaderCell;]
CMLArrayList.createTableHeaderCell ( HasArraySize node ) : CMLTableHeaderCell
[mangled: org/xmlcml/cml/element/CMLArrayList.createTableHeaderCell:(Lorg/xmlcml/cml/interfacex/HasArraySize;)Lorg/xmlcml/cml/element/CMLTableHeaderCell;]
CMLArrayList.getArrays ( ) : List
[mangled: org/xmlcml/cml/element/CMLArrayList.getArrays:()Ljava/util/List;]
CMLArrayList.getArraysCount ( ) : int
[mangled: org/xmlcml/cml/element/CMLArrayList.getArraysCount:()I]
CMLArrayList.getCommonDelimiter ( ) : String
[mangled: org/xmlcml/cml/element/CMLArrayList.getCommonDelimiter:()Ljava/lang/String;]
CMLArrayList.getRowCount ( ) : int
[mangled: org/xmlcml/cml/element/CMLArrayList.getRowCount:()I]
CMLArrayList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLArrayList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAtom.class
package org.xmlcml.cml.element
CMLAtom.atomIsCompatible ( List typeList ) : boolean
[mangled: org/xmlcml/cml/element/CMLAtom.atomIsCompatible:(Ljava/util/List;)Z]
CMLAtom.CMLAtom ( String id )
[mangled: org/xmlcml/cml/element/CMLAtom."<init>":(Ljava/lang/String;)V]
CMLAtom.CMLAtom ( String id, ChemicalElement chem )
[mangled: org/xmlcml/cml/element/CMLAtom."<init>":(Ljava/lang/String;Lorg/xmlcml/molutil/ChemicalElement;)V]
CMLAtom.CMLAtom ( String id, ChemicalElement.AS as )
[mangled: org/xmlcml/cml/element/CMLAtom."<init>":(Ljava/lang/String;Lorg/xmlcml/molutil/ChemicalElement$AS;)V]
CMLAtom.debugAtom ( String msg, CMLAtom atom ) [static] : void
[mangled: org/xmlcml/cml/element/CMLAtom.debugAtom:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLAtom.deleteAnyLigandHydrogenAtom ( ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLAtom.deleteAnyLigandHydrogenAtom:()Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtom.detach ( ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.detach:()V]
CMLAtom.filter ( List atomList, Set elementSet ) [static] : List
[mangled: org/xmlcml/cml/element/CMLAtom.filter:(Ljava/util/List;Ljava/util/Set;)Ljava/util/List;]
CMLAtom.getClockwiseLigands ( CMLAtom[ ] atom4 ) : CMLAtom[ ]
[mangled: org/xmlcml/cml/element/CMLAtom.getClockwiseLigands:([Lorg/xmlcml/cml/element/CMLAtom;)[Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtom.getDistance2 ( CMLAtom atom2 ) : double
[mangled: org/xmlcml/cml/element/CMLAtom.getDistance2:(Lorg/xmlcml/cml/element/CMLAtom;)D]
CMLAtom.getFormalCharge ( ) : int
[mangled: org/xmlcml/cml/element/CMLAtom.getFormalCharge:()I]
CMLAtom.getLigandAtoms ( ) : List
[mangled: org/xmlcml/cml/element/CMLAtom.getLigandAtoms:()Ljava/util/List;]
CMLAtom.getLigandBonds ( ) : List
[mangled: org/xmlcml/cml/element/CMLAtom.getLigandBonds:()Ljava/util/List;]
CMLAtom.getLigandHydrogenAtoms ( ) : List
[mangled: org/xmlcml/cml/element/CMLAtom.getLigandHydrogenAtoms:()Ljava/util/List;]
CMLAtom.getSquaredDistanceTo ( CMLAtom atom2 ) : double
[mangled: org/xmlcml/cml/element/CMLAtom.getSquaredDistanceTo:(Lorg/xmlcml/cml/element/CMLAtom;)D]
CMLAtom.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLAtom.getString:()Ljava/lang/String;]
CMLAtom.getVector2 ( CMLAtom atom1 ) : Real2
[mangled: org/xmlcml/cml/element/CMLAtom.getVector2:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/euclid/Real2;]
CMLAtom.hasCloseContact ( CMLAtom atom ) : boolean
[mangled: org/xmlcml/cml/element/CMLAtom.hasCloseContact:(Lorg/xmlcml/cml/element/CMLAtom;)Z]
CMLAtom.hasElement ( String elementType ) : boolean
[mangled: org/xmlcml/cml/element/CMLAtom.hasElement:(Ljava/lang/String;)Z]
CMLAtom.isWithinRadiusSum ( CMLAtom atom2, ChemicalElement.RadiusType radiusType ) : boolean
[mangled: org/xmlcml/cml/element/CMLAtom.isWithinRadiusSum:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/molutil/ChemicalElement$RadiusType;)Z]
CMLAtom.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAtom.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLAtom.renameId ( String newId ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.renameId:(Ljava/lang/String;)V]
CMLAtom.replaceAtomRefs ( String[ ] atomRefs, CMLAtom atom, CMLAtom rGroup, int last ) [static] : boolean
[mangled: org/xmlcml/cml/element/CMLAtom.replaceAtomRefs:([Ljava/lang/String;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;I)Z]
CMLAtom.setId ( String id ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.setId:(Ljava/lang/String;)V]
CMLAtom.transformCartesians ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.transformCartesians:(Lorg/xmlcml/euclid/Transform3;)V]
CMLAtom.transformFractionals ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.transformFractionals:(Lorg/xmlcml/euclid/Transform3;)V]
cdk-1.2.0.jar, CMLAtomArray.class
package org.xmlcml.cml.element
CMLAtomArray.addAtom ( CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLAtomArray.addAtom:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtomArray.appendChild ( CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLAtomArray.appendChild:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtomArray.detach ( ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.detach:()V]
CMLAtomArray.generateConcise ( int formalCharge ) : String
[mangled: org/xmlcml/cml/element/CMLAtomArray.generateConcise:(I)Ljava/lang/String;]
CMLAtomArray.getAtomById ( String id ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLAtomArray.getAtomById:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtomArray.getAtomMap ( ) : Map
[mangled: org/xmlcml/cml/element/CMLAtomArray.getAtomMap:()Ljava/util/Map;]
CMLAtomArray.getAtoms ( ) : List
[mangled: org/xmlcml/cml/element/CMLAtomArray.getAtoms:()Ljava/util/List;]
CMLAtomArray.getMolecule ( ) : CMLMolecule
[mangled: org/xmlcml/cml/element/CMLAtomArray.getMolecule:()Lorg/xmlcml/cml/element/CMLMolecule;]
CMLAtomArray.insertAtom ( CMLAtom atom, int pos ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLAtomArray.insertAtom:(Lorg/xmlcml/cml/element/CMLAtom;I)Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtomArray.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAtomArray.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLAtomArray.removeChild ( CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLAtomArray.removeChild:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtomArray.setAtomID ( String[ ] atomIDs ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setAtomID:([Ljava/lang/String;)V]
CMLAtomArray.setCount ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setCount:([D)V]
CMLAtomArray.setElementType ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setElementType:([Ljava/lang/String;)V]
CMLAtomArray.setElementTypeAndCount ( String[ ] elem, double[ ] count ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setElementTypeAndCount:([Ljava/lang/String;[D)V]
CMLAtomArray.setFormalCharge ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setFormalCharge:([Ljava/lang/String;)V]
CMLAtomArray.setHydrogenCount ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setHydrogenCount:([Ljava/lang/String;)V]
CMLAtomArray.setOccupancy ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setOccupancy:([Ljava/lang/String;)V]
CMLAtomArray.setX2 ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setX2:([D)V]
CMLAtomArray.setX3 ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setX3:([D)V]
CMLAtomArray.setXFract ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setXFract:([D)V]
CMLAtomArray.setY2 ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setY2:([D)V]
CMLAtomArray.setY3 ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setY3:([D)V]
CMLAtomArray.setYFract ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setYFract:([D)V]
CMLAtomArray.setZ3 ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setZ3:([D)V]
CMLAtomArray.setZFract ( double[ ] value ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.setZFract:([D)V]
CMLAtomArray.size ( ) : int
[mangled: org/xmlcml/cml/element/CMLAtomArray.size:()I]
CMLAtomArray.sort ( CMLFormula.Sort sort ) : void
[mangled: org/xmlcml/cml/element/CMLAtomArray.sort:(Lorg/xmlcml/cml/element/CMLFormula$Sort;)V]
cdk-1.2.0.jar, CMLAtomicBasisFunction.class
package org.xmlcml.cml.element
CMLAtomicBasisFunction.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAtomicBasisFunction.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAtomParity.class
package org.xmlcml.cml.element
CMLAtomParity.createAtomRefs4 ( List atoms ) [static] : String[ ]
[mangled: org/xmlcml/cml/element/CMLAtomParity.createAtomRefs4:(Ljava/util/List;)[Ljava/lang/String;]
CMLAtomParity.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAtomParity.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAtomSet.class
package org.xmlcml.cml.element
CMLAtomSet.addAtom ( CMLAtom atom, boolean forceUpdate ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.addAtom:(Lorg/xmlcml/cml/element/CMLAtom;Z)V]
CMLAtomSet.calculateRange3 ( CMLElement.CoordinateType type ) : Real3Range
[mangled: org/xmlcml/cml/element/CMLAtomSet.calculateRange3:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)Lorg/xmlcml/euclid/Real3Range;]
CMLAtomSet.complement ( CMLAtomSet atomSet2 ) : CMLAtomSet
[mangled: org/xmlcml/cml/element/CMLAtomSet.complement:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
CMLAtomSet.complementByAtomId ( CMLAtomSet atomSet2 ) : String[ ]
[mangled: org/xmlcml/cml/element/CMLAtomSet.complementByAtomId:(Lorg/xmlcml/cml/element/CMLAtomSet;)[Ljava/lang/String;]
CMLAtomSet.createFromAtoms ( List atoms ) [static] : CMLAtomSet
[mangled: org/xmlcml/cml/element/CMLAtomSet.createFromAtoms:(Ljava/util/List;)Lorg/xmlcml/cml/element/CMLAtomSet;]
CMLAtomSet.createFromMolecules ( List molecules ) [static] : CMLAtomSet
[mangled: org/xmlcml/cml/element/CMLAtomSet.createFromMolecules:(Ljava/util/List;)Lorg/xmlcml/cml/element/CMLAtomSet;]
CMLAtomSet.getAtom ( int i ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLAtomSet.getAtom:(I)Lorg/xmlcml/cml/element/CMLAtom;]
CMLAtomSet.getAtomSetById ( List ids ) : CMLAtomSet
[mangled: org/xmlcml/cml/element/CMLAtomSet.getAtomSetById:(Ljava/util/List;)Lorg/xmlcml/cml/element/CMLAtomSet;]
CMLAtomSet.hasContentEqualTo ( CMLAtomSet otherAtomSet ) : boolean
[mangled: org/xmlcml/cml/element/CMLAtomSet.hasContentEqualTo:(Lorg/xmlcml/cml/element/CMLAtomSet;)Z]
CMLAtomSet.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAtomSet.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLAtomSet.scale2D ( double scale ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.scale2D:(D)V]
CMLAtomSet.setMolecule ( CMLMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.setMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLAtomSet.updateContent ( ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.updateContent:()V]
cdk-1.2.0.jar, CMLAtomType.class
package org.xmlcml.cml.element
CMLAtomType.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAtomType.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAtomTypeList.class
package org.xmlcml.cml.element
CMLAtomTypeList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLAtomTypeList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLAttribute.class
package org.xmlcml.cml.base
CMLAttribute.getCmlType ( ) : CMLType
[mangled: org/xmlcml/cml/base/CMLAttribute.getCmlType:()Lorg/xmlcml/cml/base/CMLType;]
CMLAttribute.setCmlType ( CMLType cmlType ) : void
[mangled: org/xmlcml/cml/base/CMLAttribute.setCmlType:(Lorg/xmlcml/cml/base/CMLType;)V]
cdk-1.2.0.jar, CMLBand.class
package org.xmlcml.cml.element
CMLBand.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBand.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLBandList.class
package org.xmlcml.cml.element
CMLBandList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBandList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLBasisSet.class
package org.xmlcml.cml.element
CMLBasisSet.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBasisSet.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLBond.class
package org.xmlcml.cml.element
CMLBond.calculateBondLength ( CMLElement.CoordinateType type ) : double
[mangled: org/xmlcml/cml/element/CMLBond.calculateBondLength:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)D]
CMLBond.CMLBond ( CMLAtom atom1, CMLAtom atom2, String order )
[mangled: org/xmlcml/cml/element/CMLBond."<init>":(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Ljava/lang/String;)V]
CMLBond.CMLBond ( String id, CMLAtom atom1, CMLAtom atom2 )
[mangled: org/xmlcml/cml/element/CMLBond."<init>":(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLBond.CMLBond ( String id, CMLAtom atom1, CMLAtom atom2, String order )
[mangled: org/xmlcml/cml/element/CMLBond."<init>":(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Ljava/lang/String;)V]
CMLBond.containsElement ( String elementType ) : boolean
[mangled: org/xmlcml/cml/element/CMLBond.containsElement:(Ljava/lang/String;)Z]
CMLBond.createId ( ) : String
[mangled: org/xmlcml/cml/element/CMLBond.createId:()Ljava/lang/String;]
CMLBond.createId ( CMLAtom atom1, CMLAtom atom2 ) [static] : String
[mangled: org/xmlcml/cml/element/CMLBond.createId:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Ljava/lang/String;]
CMLBond.detach ( ) : void
[mangled: org/xmlcml/cml/element/CMLBond.detach:()V]
CMLBond.generateAndSetId ( ) : String
[mangled: org/xmlcml/cml/element/CMLBond.generateAndSetId:()Ljava/lang/String;]
CMLBond.getAtom ( int i ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLBond.getAtom:(I)Lorg/xmlcml/cml/element/CMLAtom;]
CMLBond.getAtomId ( int i ) : String
[mangled: org/xmlcml/cml/element/CMLBond.getAtomId:(I)Ljava/lang/String;]
CMLBond.getAtoms ( ) : List
[mangled: org/xmlcml/cml/element/CMLBond.getAtoms:()Ljava/util/List;]
CMLBond.getBondLength ( ) : double *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLBond.getBondLength:()D]
CMLBond.getBondLength ( CMLElement.CoordinateType type ) : double
[mangled: org/xmlcml/cml/element/CMLBond.getBondLength:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)D]
CMLBond.getOtherAtom ( CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLBond.getOtherAtom:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLBond.getOtherAtomId ( String id ) : String
[mangled: org/xmlcml/cml/element/CMLBond.getOtherAtomId:(Ljava/lang/String;)Ljava/lang/String;]
CMLBond.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLBond.getString:()Ljava/lang/String;]
CMLBond.makeElementInContext ( Element x0 ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBond.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLBond.setId ( String id ) : void
[mangled: org/xmlcml/cml/element/CMLBond.setId:(Ljava/lang/String;)V]
cdk-1.2.0.jar, CMLBondArray.class
package org.xmlcml.cml.element
CMLBondArray.addBond ( CMLBond bond ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondArray.addBond:(Lorg/xmlcml/cml/element/CMLBond;)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondArray.appendChild ( CMLBond bond ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondArray.appendChild:(Lorg/xmlcml/cml/element/CMLBond;)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondArray.detach ( ) : void
[mangled: org/xmlcml/cml/element/CMLBondArray.detach:()V]
CMLBondArray.finishMakingElement ( Element parent ) : void
[mangled: org/xmlcml/cml/element/CMLBondArray.finishMakingElement:(Lnu/xom/Element;)V]
CMLBondArray.getBondByAtomRefs2 ( String[ ] atomRefs2 ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondArray.getBondByAtomRefs2:([Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondArray.getBondByHash ( String hash ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondArray.getBondByHash:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondArray.getBondById ( String id ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondArray.getBondById:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondArray.getBondIdMap ( ) : Map
[mangled: org/xmlcml/cml/element/CMLBondArray.getBondIdMap:()Ljava/util/Map;]
CMLBondArray.getBondMap ( ) : Map
[mangled: org/xmlcml/cml/element/CMLBondArray.getBondMap:()Ljava/util/Map;]
CMLBondArray.getBonds ( ) : List
[mangled: org/xmlcml/cml/element/CMLBondArray.getBonds:()Ljava/util/List;]
CMLBondArray.getMolecule ( ) : CMLMolecule
[mangled: org/xmlcml/cml/element/CMLBondArray.getMolecule:()Lorg/xmlcml/cml/element/CMLMolecule;]
CMLBondArray.indexBonds ( ) : void
[mangled: org/xmlcml/cml/element/CMLBondArray.indexBonds:()V]
CMLBondArray.insertBond ( CMLBond bond, int pos ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondArray.insertBond:(Lorg/xmlcml/cml/element/CMLBond;I)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondArray.makeElementInContext ( Element x0 ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBondArray.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLBondArray.removeChild ( CMLBond bond ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondArray.removeChild:(Lorg/xmlcml/cml/element/CMLBond;)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondArray.size ( ) : int
[mangled: org/xmlcml/cml/element/CMLBondArray.size:()I]
cdk-1.2.0.jar, CMLBondSet.class
package org.xmlcml.cml.element
CMLBondSet.CMLBondSet ( CMLMolecule mol, String[ ] bondId )
[mangled: org/xmlcml/cml/element/CMLBondSet."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;[Ljava/lang/String;)V]
CMLBondSet.CMLBondSet ( List bonds )
[mangled: org/xmlcml/cml/element/CMLBondSet."<init>":(Ljava/util/List;)V]
CMLBondSet.complement ( CMLBondSet bondSet2 ) : CMLBondSet
[mangled: org/xmlcml/cml/element/CMLBondSet.complement:(Lorg/xmlcml/cml/element/CMLBondSet;)Lorg/xmlcml/cml/element/CMLBondSet;]
CMLBondSet.createFromBonds ( List bonds ) [static] : CMLBondSet
[mangled: org/xmlcml/cml/element/CMLBondSet.createFromBonds:(Ljava/util/List;)Lorg/xmlcml/cml/element/CMLBondSet;]
CMLBondSet.getAtomSet ( ) : CMLAtomSet
[mangled: org/xmlcml/cml/element/CMLBondSet.getAtomSet:()Lorg/xmlcml/cml/element/CMLAtomSet;]
CMLBondSet.getAverage2DBondLength ( String[ ] excludeElements, String[ ] includeElements ) : double
[mangled: org/xmlcml/cml/element/CMLBondSet.getAverage2DBondLength:([Ljava/lang/String;[Ljava/lang/String;)D]
CMLBondSet.getBond ( int i ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLBondSet.getBond:(I)Lorg/xmlcml/cml/element/CMLBond;]
CMLBondSet.getMolecule ( ) : CMLMolecule
[mangled: org/xmlcml/cml/element/CMLBondSet.getMolecule:()Lorg/xmlcml/cml/element/CMLMolecule;]
CMLBondSet.hasContentEqualTo ( CMLBondSet otherBondSet ) : boolean
[mangled: org/xmlcml/cml/element/CMLBondSet.hasContentEqualTo:(Lorg/xmlcml/cml/element/CMLBondSet;)Z]
CMLBondSet.intersection ( CMLBondSet bondSet2 ) : CMLBondSet
[mangled: org/xmlcml/cml/element/CMLBondSet.intersection:(Lorg/xmlcml/cml/element/CMLBondSet;)Lorg/xmlcml/cml/element/CMLBondSet;]
CMLBondSet.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBondSet.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLBondSet.removeBond ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/element/CMLBondSet.removeBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
CMLBondSet.removeBondById ( String id ) : void
[mangled: org/xmlcml/cml/element/CMLBondSet.removeBondById:(Ljava/lang/String;)V]
CMLBondSet.removeBondSet ( CMLBondSet bondSet ) : void
[mangled: org/xmlcml/cml/element/CMLBondSet.removeBondSet:(Lorg/xmlcml/cml/element/CMLBondSet;)V]
CMLBondSet.symmetricDifference ( CMLBondSet bondSet2 ) : CMLBondSet
[mangled: org/xmlcml/cml/element/CMLBondSet.symmetricDifference:(Lorg/xmlcml/cml/element/CMLBondSet;)Lorg/xmlcml/cml/element/CMLBondSet;]
CMLBondSet.union ( CMLBondSet bondSet2 ) : CMLBondSet
[mangled: org/xmlcml/cml/element/CMLBondSet.union:(Lorg/xmlcml/cml/element/CMLBondSet;)Lorg/xmlcml/cml/element/CMLBondSet;]
cdk-1.2.0.jar, CMLBondStereo.class
package org.xmlcml.cml.element
CMLBondStereo.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBondStereo.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLBondStereo.matchParity ( CMLBondStereo bs ) : int
[mangled: org/xmlcml/cml/element/CMLBondStereo.matchParity:(Lorg/xmlcml/cml/element/CMLBondStereo;)I]
cdk-1.2.0.jar, CMLBondType.class
package org.xmlcml.cml.element
CMLBondType.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBondType.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLBondTypeList.class
package org.xmlcml.cml.element
CMLBondTypeList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLBondTypeList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLBuilder.class
package org.xmlcml.cml.base
CMLBuilder.buildEnsureCML ( InputStream is ) : Document
[mangled: org/xmlcml/cml/base/CMLBuilder.buildEnsureCML:(Ljava/io/InputStream;)Lnu/xom/Document;]
CMLBuilder.buildEnsureCML ( Reader reader ) : Document
[mangled: org/xmlcml/cml/base/CMLBuilder.buildEnsureCML:(Ljava/io/Reader;)Lnu/xom/Document;]
CMLBuilder.CMLBuilder ( )
[mangled: org/xmlcml/cml/base/CMLBuilder."<init>":()V]
CMLBuilder.CMLBuilder ( boolean validate )
[mangled: org/xmlcml/cml/base/CMLBuilder."<init>":(Z)V]
CMLBuilder.CMLBuilder ( boolean validate, NodeFactory nodeFactory )
[mangled: org/xmlcml/cml/base/CMLBuilder."<init>":(ZLnu/xom/NodeFactory;)V]
CMLBuilder.CMLBuilder ( NodeFactory nodeFactory )
[mangled: org/xmlcml/cml/base/CMLBuilder."<init>":(Lnu/xom/NodeFactory;)V]
CMLBuilder.ensureCML ( Document doc ) [static] : Document
[mangled: org/xmlcml/cml/base/CMLBuilder.ensureCML:(Lnu/xom/Document;)Lnu/xom/Document;]
CMLBuilder.parseString ( String xmlString ) : Element
[mangled: org/xmlcml/cml/base/CMLBuilder.parseString:(Ljava/lang/String;)Lnu/xom/Element;]
cdk-1.2.0.jar, CMLCellParameter.class
package org.xmlcml.cml.element
CMLCellParameter.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLCellParameter.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLCml.class
package org.xmlcml.cml.element
CMLCml.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLCml.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLComplexObject.class
package org.xmlcml.cml.element
CMLComplexObject.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLComplexObject.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLConditionList.class
package org.xmlcml.cml.element
CMLConditionList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLConditionList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLCoreModule.class
package org.openscience.cdk.io.cml
CMLCoreModule.newFormulaData ( ) : void
[mangled: org/openscience/cdk/io/cml/CMLCoreModule.newFormulaData:()V]
cdk-1.2.0.jar, CMLCrystal.class
package org.xmlcml.cml.element
CMLCrystal.getContainedCrystal ( CMLElement element ) [static] : CMLCrystal
[mangled: org/xmlcml/cml/element/CMLCrystal.getContainedCrystal:(Lorg/xmlcml/cml/base/CMLElement;)Lorg/xmlcml/cml/element/CMLCrystal;]
CMLCrystal.getOrthogonalizationTransform ( ) : Transform3
[mangled: org/xmlcml/cml/element/CMLCrystal.getOrthogonalizationTransform:()Lorg/xmlcml/euclid/Transform3;]
CMLCrystal.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLCrystal.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLDictionary.class
package org.xmlcml.cml.element
CMLDictionary.addEntryInOrder ( CMLEntry entry ) : void
[mangled: org/xmlcml/cml/element/CMLDictionary.addEntryInOrder:(Lorg/xmlcml/cml/element/CMLEntry;)V]
CMLDictionary.createDictionary ( URL url ) : CMLDictionary
[mangled: org/xmlcml/cml/element/CMLDictionary.createDictionary:(Ljava/net/URL;)Lorg/xmlcml/cml/element/CMLDictionary;]
CMLDictionary.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLDictionary.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLEigen.class
package org.xmlcml.cml.element
CMLEigen.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLEigen.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLElectron.class
package org.xmlcml.cml.element
CMLElectron.getElectronCount ( String order ) [static] : int
[mangled: org/xmlcml/cml/element/CMLElectron.getElectronCount:(Ljava/lang/String;)I]
CMLElectron.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLElectron.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLElement.class
package org.xmlcml.cml.base
CMLElement.addNamespaceDeclaration ( String prefix, String uri ) : void
[mangled: org/xmlcml/cml/base/CMLElement.addNamespaceDeclaration:(Ljava/lang/String;Ljava/lang/String;)V]
CMLElement.addRemove ( CMLAttribute att, String value ) : void
[mangled: org/xmlcml/cml/base/CMLElement.addRemove:(Lorg/xmlcml/cml/base/CMLAttribute;Ljava/lang/String;)V]
CMLElement.addToLog ( CMLLog.Severity severity, String message ) : void
[mangled: org/xmlcml/cml/base/CMLElement.addToLog:(Lorg/xmlcml/cml/base/CMLLog$Severity;Ljava/lang/String;)V]
CMLElement.addToLog ( Throwable t, String message ) : void
[mangled: org/xmlcml/cml/base/CMLElement.addToLog:(Ljava/lang/Throwable;Ljava/lang/String;)V]
CMLElement.appendChild ( Node child ) : void
[mangled: org/xmlcml/cml/base/CMLElement.appendChild:(Lnu/xom/Node;)V]
CMLElement.cmlQuery ( String query ) : Nodes
[mangled: org/xmlcml/cml/base/CMLElement.cmlQuery:(Ljava/lang/String;)Lnu/xom/Nodes;]
CMLElement.compareTo ( Object x0 ) : int
[mangled: org/xmlcml/cml/base/CMLElement.compareTo:(Ljava/lang/Object;)I]
CMLElement.copyAttributesFrom ( Element element ) : void
[mangled: org/xmlcml/cml/base/CMLElement.copyAttributesFrom:(Lnu/xom/Element;)V]
CMLElement.copyChildrenFrom ( Element element ) : void
[mangled: org/xmlcml/cml/base/CMLElement.copyChildrenFrom:(Lnu/xom/Element;)V]
CMLElement.copyChildrenFromTo ( Element element, Element to ) [static] : void
[mangled: org/xmlcml/cml/base/CMLElement.copyChildrenFromTo:(Lnu/xom/Element;Lnu/xom/Element;)V]
CMLElement.createCMLElement ( Element element ) [static] : CMLElement
[mangled: org/xmlcml/cml/base/CMLElement.createCMLElement:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLElement.debug ( int indent ) : void
[mangled: org/xmlcml/cml/base/CMLElement.debug:(I)V]
CMLElement.debug ( OutputStream os, int indent ) : void
[mangled: org/xmlcml/cml/base/CMLElement.debug:(Ljava/io/OutputStream;I)V]
CMLElement.debug ( String message ) : void
[mangled: org/xmlcml/cml/base/CMLElement.debug:(Ljava/lang/String;)V]
CMLElement.getDescendants ( String elementName, boolean nested ) : List *DEPRECATED*
[mangled: org/xmlcml/cml/base/CMLElement.getDescendants:(Ljava/lang/String;Z)Ljava/util/List;]
CMLElement.getElements ( String cmlQueryString ) : List
[mangled: org/xmlcml/cml/base/CMLElement.getElements:(Ljava/lang/String;)Ljava/util/List;]
CMLElement.getElementsById ( String id, boolean refresh ) : List
[mangled: org/xmlcml/cml/base/CMLElement.getElementsById:(Ljava/lang/String;Z)Ljava/util/List;]
CMLElement.getId ( ) : String
[mangled: org/xmlcml/cml/base/CMLElement.getId:()Ljava/lang/String;]
CMLElement.getLog ( ) : CMLLog
[mangled: org/xmlcml/cml/base/CMLElement.getLog:()Lorg/xmlcml/cml/base/CMLLog;]
CMLElement.getNamespaceURIForPrefix ( String prefix ) : String
[mangled: org/xmlcml/cml/base/CMLElement.getNamespaceURIForPrefix:(Ljava/lang/String;)Ljava/lang/String;]
CMLElement.getOldestCMLAncestor ( ) : CMLElement
[mangled: org/xmlcml/cml/base/CMLElement.getOldestCMLAncestor:()Lorg/xmlcml/cml/base/CMLElement;]
CMLElement.getPropertyMap ( ) : Map
[mangled: org/xmlcml/cml/base/CMLElement.getPropertyMap:()Ljava/util/Map;]
CMLElement.getTool ( ) : AbstractTool
[mangled: org/xmlcml/cml/base/CMLElement.getTool:()Lorg/xmlcml/cml/base/AbstractTool;]
CMLElement.insertChild ( Node newNode, int pos ) : void
[mangled: org/xmlcml/cml/base/CMLElement.insertChild:(Lnu/xom/Node;I)V]
CMLElement.makeCMLXAttribute ( String attName, String value ) [static] : Attribute
[mangled: org/xmlcml/cml/base/CMLElement.makeCMLXAttribute:(Ljava/lang/String;Ljava/lang/String;)Lnu/xom/Attribute;]
CMLElement.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/base/CMLElement.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLElement.removeChildren ( ) : Nodes
[mangled: org/xmlcml/cml/base/CMLElement.removeChildren:()Lnu/xom/Nodes;]
CMLElement.removeNamespaceDeclaration ( String prefix ) : void *DEPRECATED*
[mangled: org/xmlcml/cml/base/CMLElement.removeNamespaceDeclaration:(Ljava/lang/String;)V]
CMLElement.replaceByChildren ( ) : void
[mangled: org/xmlcml/cml/base/CMLElement.replaceByChildren:()V]
CMLElement.replaceChild ( Node oldNode, Node newNode ) : void
[mangled: org/xmlcml/cml/base/CMLElement.replaceChild:(Lnu/xom/Node;Lnu/xom/Node;)V]
CMLElement.resetId ( String id ) : void
[mangled: org/xmlcml/cml/base/CMLElement.resetId:(Ljava/lang/String;)V]
CMLElement.serialize ( OutputStream os, int indent ) : void
[mangled: org/xmlcml/cml/base/CMLElement.serialize:(Ljava/io/OutputStream;I)V]
CMLElement.setAttribute ( String attName, String attValue ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
CMLElement.setCMLXAttribute ( String attName, String attValue ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setCMLXAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
CMLElement.setId ( String id ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setId:(Ljava/lang/String;)V]
CMLElement.setLocalName ( String localName ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setLocalName:(Ljava/lang/String;)V]
CMLElement.setLog ( CMLLog log ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setLog:(Lorg/xmlcml/cml/base/CMLLog;)V]
CMLElement.setNamespacePrefix ( String namespacePrefix ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setNamespacePrefix:(Ljava/lang/String;)V]
CMLElement.setNamespaceURI ( String namespaceURI ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setNamespaceURI:(Ljava/lang/String;)V]
CMLElement.setPropertyMap ( Map propertyMap ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setPropertyMap:(Ljava/util/Map;)V]
CMLElement.setTool ( AbstractTool tool ) : void
[mangled: org/xmlcml/cml/base/CMLElement.setTool:(Lorg/xmlcml/cml/base/AbstractTool;)V]
cdk-1.2.0.jar, CMLElementType.class
package org.xmlcml.cml.base
CMLElementType.CMLElementType ( Element xsdElement )
[mangled: org/xmlcml/cml/base/CMLElementType."<init>":(Lnu/xom/Element;)V]
CMLElementType.getAttributeGroupNameList ( ) : List
[mangled: org/xmlcml/cml/base/CMLElementType.getAttributeGroupNameList:()Ljava/util/List;]
CMLElementType.getAttributeList ( ) : List
[mangled: org/xmlcml/cml/base/CMLElementType.getAttributeList:()Ljava/util/List;]
CMLElementType.getComplexType ( ) : Element
[mangled: org/xmlcml/cml/base/CMLElementType.getComplexType:()Lnu/xom/Element;]
CMLElementType.getElementTypeList ( ) : List
[mangled: org/xmlcml/cml/base/CMLElementType.getElementTypeList:()Ljava/util/List;]
CMLElementType.getExtension ( ) : Element
[mangled: org/xmlcml/cml/base/CMLElementType.getExtension:()Lnu/xom/Element;]
CMLElementType.getName ( ) : String
[mangled: org/xmlcml/cml/base/CMLElementType.getName:()Ljava/lang/String;]
CMLElementType.getSimpleContentType ( ) : CMLType
[mangled: org/xmlcml/cml/base/CMLElementType.getSimpleContentType:()Lorg/xmlcml/cml/base/CMLType;]
CMLElementType.getSimpleType ( ) : Element
[mangled: org/xmlcml/cml/base/CMLElementType.getSimpleType:()Lnu/xom/Element;]
CMLElementType.getXsdElement ( ) : Element
[mangled: org/xmlcml/cml/base/CMLElementType.getXsdElement:()Lnu/xom/Element;]
CMLElementType.processAttributes ( Map attributeGroupMap ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.processAttributes:(Ljava/util/Map;)V]
CMLElementType.processComplexContent ( Map elementTypeMap ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.processComplexContent:(Ljava/util/Map;)V]
CMLElementType.processSimpleContent ( Map typeMap ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.processSimpleContent:(Ljava/util/Map;)V]
CMLElementType.setAttributeGroupNameList ( List attributeGroupNameList ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setAttributeGroupNameList:(Ljava/util/List;)V]
CMLElementType.setAttributeList ( List attributeList ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setAttributeList:(Ljava/util/List;)V]
CMLElementType.setComplexType ( Element complexType ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setComplexType:(Lnu/xom/Element;)V]
CMLElementType.setElementTypeList ( List elementTypeList ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setElementTypeList:(Ljava/util/List;)V]
CMLElementType.setExtension ( Element extension ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setExtension:(Lnu/xom/Element;)V]
CMLElementType.setName ( String name ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setName:(Ljava/lang/String;)V]
CMLElementType.setSimpleContentType ( CMLType simpleContentType ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setSimpleContentType:(Lorg/xmlcml/cml/base/CMLType;)V]
CMLElementType.setSimpleType ( Element simpleType ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setSimpleType:(Lnu/xom/Element;)V]
CMLElementType.setXsdElement ( Element xsdElement ) : void
[mangled: org/xmlcml/cml/base/CMLElementType.setXsdElement:(Lnu/xom/Element;)V]
CMLElementType.toString ( ) : String
[mangled: org/xmlcml/cml/base/CMLElementType.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, CMLEntry.class
package org.xmlcml.cml.element
CMLEntry.checkAndSetTerm ( String term ) : void
[mangled: org/xmlcml/cml/element/CMLEntry.checkAndSetTerm:(Ljava/lang/String;)V]
CMLEntry.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLEntry.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLExpression.class
package org.xmlcml.cml.element
CMLExpression.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLExpression.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLFormula.class
package org.xmlcml.cml.element
CMLFormula.createConcise ( String s ) [static] : String
[mangled: org/xmlcml/cml/element/CMLFormula.createConcise:(Ljava/lang/String;)Ljava/lang/String;]
CMLFormula.createFormula ( String s, boolean allowNegativeCounts ) [static] : CMLFormula
[mangled: org/xmlcml/cml/element/CMLFormula.createFormula:(Ljava/lang/String;Z)Lorg/xmlcml/cml/element/CMLFormula;]
CMLFormula.createFormula ( String s, CMLFormula.Type convention, boolean allowNegativeCounts ) [static] : CMLFormula
[mangled: org/xmlcml/cml/element/CMLFormula.createFormula:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLFormula$Type;Z)Lorg/xmlcml/cml/element/CMLFormula;]
CMLFormula.equalsConcise ( CMLFormula f ) : boolean
[mangled: org/xmlcml/cml/element/CMLFormula.equalsConcise:(Lorg/xmlcml/cml/element/CMLFormula;)Z]
CMLFormula.getCompactedConcise ( String concise ) [static] : String
[mangled: org/xmlcml/cml/element/CMLFormula.getCompactedConcise:(Ljava/lang/String;)Ljava/lang/String;]
CMLFormula.getCompactedConcise ( String concise, boolean html ) [static] : String
[mangled: org/xmlcml/cml/element/CMLFormula.getCompactedConcise:(Ljava/lang/String;Z)Ljava/lang/String;]
CMLFormula.getDifference ( CMLFormula form ) : CMLFormula
[mangled: org/xmlcml/cml/element/CMLFormula.getDifference:(Lorg/xmlcml/cml/element/CMLFormula;)Lorg/xmlcml/cml/element/CMLFormula;]
CMLFormula.getSubscriptedConcise ( String concise ) [static] : Element
[mangled: org/xmlcml/cml/element/CMLFormula.getSubscriptedConcise:(Ljava/lang/String;)Lnu/xom/Element;]
CMLFormula.getTotalAtomCount ( ) : double
[mangled: org/xmlcml/cml/element/CMLFormula.getTotalAtomCount:()D]
CMLFormula.isAllowNegativeCounts ( ) : boolean
[mangled: org/xmlcml/cml/element/CMLFormula.isAllowNegativeCounts:()Z]
CMLFormula.isEmpty ( ) : boolean
[mangled: org/xmlcml/cml/element/CMLFormula.isEmpty:()Z]
CMLFormula.isProcessedConcise ( ) : boolean
[mangled: org/xmlcml/cml/element/CMLFormula.isProcessedConcise:()Z]
CMLFormula.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLFormula.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLFormula.setAllowNegativeCounts ( boolean allowNegativeCounts ) : void
[mangled: org/xmlcml/cml/element/CMLFormula.setAllowNegativeCounts:(Z)V]
cdk-1.2.0.jar, CMLFragment.class
package org.xmlcml.cml.element
CMLFragment.CMLFragment ( )
[mangled: org/xmlcml/cml/element/CMLFragment."<init>":()V]
CMLFragment.CMLFragment ( CMLFragment old )
[mangled: org/xmlcml/cml/element/CMLFragment."<init>":(Lorg/xmlcml/cml/element/CMLFragment;)V]
CMLFragment.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLFragment.copy:()Lnu/xom/Node;]
CMLFragment.getIndexableListClass ( ) : Class
[mangled: org/xmlcml/cml/element/CMLFragment.getIndexableListClass:()Ljava/lang/Class;]
CMLFragment.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLFragment.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLFragmentList.class
package org.xmlcml.cml.element
CMLFragmentList.CMLFragmentList ( )
[mangled: org/xmlcml/cml/element/CMLFragmentList."<init>":()V]
CMLFragmentList.CMLFragmentList ( CMLFragmentList old )
[mangled: org/xmlcml/cml/element/CMLFragmentList."<init>":(Lorg/xmlcml/cml/element/CMLFragmentList;)V]
CMLFragmentList.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLFragmentList.copy:()Lnu/xom/Node;]
CMLFragmentList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLFragmentList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLGradient.class
package org.xmlcml.cml.element
CMLGradient.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLGradient.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLIdentifier.class
package org.xmlcml.cml.element
CMLIdentifier.CMLIdentifier ( CMLConstants old )
[mangled: org/xmlcml/cml/element/CMLIdentifier."<init>":(Lorg/xmlcml/cml/base/CMLConstants;)V]
CMLIdentifier.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLIdentifier.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLIsotope.class
package org.xmlcml.cml.element
CMLIsotope.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLIsotope.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLIsotopeList.class
package org.xmlcml.cml.element
CMLIsotopeList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLIsotopeList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLJoin.class
package org.xmlcml.cml.element
CMLJoin.CMLJoin ( )
[mangled: org/xmlcml/cml/element/CMLJoin."<init>":()V]
CMLJoin.CMLJoin ( CMLJoin old )
[mangled: org/xmlcml/cml/element/CMLJoin."<init>":(Lorg/xmlcml/cml/element/CMLJoin;)V]
CMLJoin.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLJoin.copy:()Lnu/xom/Node;]
CMLJoin.finishMakingElement ( Element parent ) : void
[mangled: org/xmlcml/cml/element/CMLJoin.finishMakingElement:(Lnu/xom/Element;)V]
CMLJoin.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLJoin.getString:()Ljava/lang/String;]
CMLJoin.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLJoin.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLJoin.processMoleculeRefs2AndAtomRefs2 ( CMLMolecule previousMolecule, CMLMolecule nextMolecule ) : void
[mangled: org/xmlcml/cml/element/CMLJoin.processMoleculeRefs2AndAtomRefs2:(Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/element/CMLMolecule;)V]
cdk-1.2.0.jar, CMLKpoint.class
package org.xmlcml.cml.element
CMLKpoint.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLKpoint.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLKpointList.class
package org.xmlcml.cml.element
CMLKpointList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLKpointList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLLabel.class
package org.xmlcml.cml.element
CMLLabel.getLabel ( CMLElement element, CMLLabel.Position side ) [static] : CMLLabel
[mangled: org/xmlcml/cml/element/CMLLabel.getLabel:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/CMLLabel$Position;)Lorg/xmlcml/cml/element/CMLLabel;]
CMLLabel.getLabelValue ( CMLElement element, CMLLabel.Position side ) [static] : String
[mangled: org/xmlcml/cml/element/CMLLabel.getLabelValue:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/CMLLabel$Position;)Ljava/lang/String;]
CMLLabel.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLLabel.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLLabel.removeLabel ( CMLElement element, CMLLabel.Position side ) [static] : void
[mangled: org/xmlcml/cml/element/CMLLabel.removeLabel:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/CMLLabel$Position;)V]
CMLLabel.setLabel ( CMLElement element, CMLLabel.Position side, String value ) [static] : void
[mangled: org/xmlcml/cml/element/CMLLabel.setLabel:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/CMLLabel$Position;Ljava/lang/String;)V]
cdk-1.2.0.jar, CMLLattice.class
package org.xmlcml.cml.element
CMLLattice.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLLattice.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLLatticeVector.class
package org.xmlcml.cml.element
CMLLatticeVector.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLLatticeVector.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLLength.class
package org.xmlcml.cml.element
CMLLength.addAtomIds ( List lengthList, CMLAtom atom0, CMLAtom atom1 ) [static] : void
[mangled: org/xmlcml/cml/element/CMLLength.addAtomIds:(Ljava/util/List;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLLength.atomHash ( ) : String
[mangled: org/xmlcml/cml/element/CMLLength.atomHash:()Ljava/lang/String;]
CMLLength.getAtomIds ( ) : List
[mangled: org/xmlcml/cml/element/CMLLength.getAtomIds:()Ljava/util/List;]
CMLLength.getAtoms ( CMLMolecule molecule ) : List
[mangled: org/xmlcml/cml/element/CMLLength.getAtoms:(Lorg/xmlcml/cml/element/CMLMolecule;)Ljava/util/List;]
CMLLength.getIndexedLengths ( List lengths ) [static] : Map
[mangled: org/xmlcml/cml/element/CMLLength.getIndexedLengths:(Ljava/util/List;)Ljava/util/Map;]
CMLLength.getList ( CMLElements lengthElements ) [static] : List *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLLength.getList:(Lorg/xmlcml/cml/base/CMLElements;)Ljava/util/List;]
CMLLength.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLLength.getString:()Ljava/lang/String;]
CMLLength.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLLength.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLLength.outputHTML ( Writer w, List lengthList, CMLMolecule molecule ) [static] : void
[mangled: org/xmlcml/cml/element/CMLLength.outputHTML:(Ljava/io/Writer;Ljava/util/List;Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLLength.setAtomRefs2 ( CMLAtom atom0, CMLAtom atom1 ) : void
[mangled: org/xmlcml/cml/element/CMLLength.setAtomRefs2:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
cdk-1.2.0.jar, CMLLine3.class
package org.xmlcml.cml.element
CMLLine3.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLLine3.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLLink.class
package org.xmlcml.cml.element
CMLLink.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLLink.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLList.class
package org.xmlcml.cml.element
CMLList.addColumnElementsTo ( CMLElements tableRows ) : void
[mangled: org/xmlcml/cml/element/CMLList.addColumnElementsTo:(Lorg/xmlcml/cml/base/CMLElements;)V]
CMLList.getArraySize ( ) : int
[mangled: org/xmlcml/cml/element/CMLList.getArraySize:()I]
CMLList.getStringValues ( ) : List
[mangled: org/xmlcml/cml/element/CMLList.getStringValues:()Ljava/util/List;]
CMLList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLLog.class
package org.xmlcml.cml.base
CMLLog.add ( CMLLog.Severity severity, String s ) : void
[mangled: org/xmlcml/cml/base/CMLLog.add:(Lorg/xmlcml/cml/base/CMLLog$Severity;Ljava/lang/String;)V]
CMLLog.add ( File file, String s ) : void
[mangled: org/xmlcml/cml/base/CMLLog.add:(Ljava/io/File;Ljava/lang/String;)V]
CMLLog.add ( String s ) : void
[mangled: org/xmlcml/cml/base/CMLLog.add:(Ljava/lang/String;)V]
CMLLog.add ( Throwable t, String s ) : void
[mangled: org/xmlcml/cml/base/CMLLog.add:(Ljava/lang/Throwable;Ljava/lang/String;)V]
CMLLog.CMLLog ( )
[mangled: org/xmlcml/cml/base/CMLLog."<init>":()V]
CMLLog.write ( Writer w ) : void
[mangled: org/xmlcml/cml/base/CMLLog.write:(Ljava/io/Writer;)V]
CMLLog.writeXML ( Writer w ) : void
[mangled: org/xmlcml/cml/base/CMLLog.writeXML:(Ljava/io/Writer;)V]
cdk-1.2.0.jar, CMLMap.class
package org.xmlcml.cml.element
CMLMap.appendChild ( CMLLink link ) : void *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLMap.appendChild:(Lorg/xmlcml/cml/element/CMLLink;)V]
CMLMap.getFromSetRefs ( ) : List
[mangled: org/xmlcml/cml/element/CMLMap.getFromSetRefs:()Ljava/util/List;]
CMLMap.getToSetRefs ( ) : List
[mangled: org/xmlcml/cml/element/CMLMap.getToSetRefs:()Ljava/util/List;]
CMLMap.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMap.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLMatrix.class
package org.xmlcml.cml.element
CMLMatrix.createSquareMatrix ( RealArray array, int rows, CMLMatrix.Type type ) [static] : CMLMatrix
[mangled: org/xmlcml/cml/element/CMLMatrix.createSquareMatrix:(Lorg/xmlcml/euclid/RealArray;ILorg/xmlcml/cml/element/CMLMatrix$Type;)Lorg/xmlcml/cml/element/CMLMatrix;]
CMLMatrix.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMatrix.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLMatrix.setUnits ( String prefix, String id, String namespaceURI ) : void
[mangled: org/xmlcml/cml/element/CMLMatrix.setUnits:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, CMLMechanism.class
package org.xmlcml.cml.element
CMLMechanism.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMechanism.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLMechanismComponent.class
package org.xmlcml.cml.element
CMLMechanismComponent.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMechanismComponent.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLMetadata.class
package org.xmlcml.cml.element
CMLMetadata.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMetadata.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLMetadataList.class
package org.xmlcml.cml.element
CMLMetadataList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMetadataList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLModule.class
package org.xmlcml.cml.element
CMLModule.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLModule.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLMolecule.class
package org.xmlcml.cml.element
CMLMolecule.addAtom ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.addAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLMolecule.addBond ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.addBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
CMLMolecule.appendChild ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.appendChild:(Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLMolecule.appendChild ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.appendChild:(Lorg/xmlcml/cml/element/CMLBond;)V]
CMLMolecule.appendChild ( CMLMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.appendChild:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLMolecule.calculateFormalCharge ( ) : int
[mangled: org/xmlcml/cml/element/CMLMolecule.calculateFormalCharge:()I]
CMLMolecule.createMoleculeWithId ( String id ) [static] : CMLMolecule
[mangled: org/xmlcml/cml/element/CMLMolecule.createMoleculeWithId:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLMolecule;]
CMLMolecule.deleteAtom ( CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLMolecule.deleteAtom:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLMolecule.deleteBond ( CMLAtom atom1, CMLAtom atom2 ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLMolecule.deleteBond:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLBond;]
CMLMolecule.deleteBond ( CMLBond bond ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLMolecule.deleteBond:(Lorg/xmlcml/cml/element/CMLBond;)Lorg/xmlcml/cml/element/CMLBond;]
CMLMolecule.deleteMolecule ( CMLMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.deleteMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLMolecule.getAtomByIdXX ( String id ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLMolecule.getAtomByIdXX:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLMolecule.getAtomListByIds ( String[ ] ids ) : List
[mangled: org/xmlcml/cml/element/CMLMolecule.getAtomListByIds:([Ljava/lang/String;)Ljava/util/List;]
CMLMolecule.getAtomMap ( ) : Map
[mangled: org/xmlcml/cml/element/CMLMolecule.getAtomMap:()Ljava/util/Map;]
CMLMolecule.getAtomsById ( String id ) : List
[mangled: org/xmlcml/cml/element/CMLMolecule.getAtomsById:(Ljava/lang/String;)Ljava/util/List;]
CMLMolecule.getBondByAtomIds ( String id1, String id2 ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLMolecule.getBondByAtomIds:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBond;]
CMLMolecule.getBondIdMap ( ) : Map
[mangled: org/xmlcml/cml/element/CMLMolecule.getBondIdMap:()Ljava/util/Map;]
CMLMolecule.getBondMap ( ) : Map
[mangled: org/xmlcml/cml/element/CMLMolecule.getBondMap:()Ljava/util/Map;]
CMLMolecule.getChildMoleculeList ( CMLMolecule mol ) [static] : List
[mangled: org/xmlcml/cml/element/CMLMolecule.getChildMoleculeList:(Lorg/xmlcml/cml/element/CMLMolecule;)Ljava/util/List;]
CMLMolecule.getCloseContacts ( ) : Map
[mangled: org/xmlcml/cml/element/CMLMolecule.getCloseContacts:()Ljava/util/Map;]
CMLMolecule.hasCloseContacts ( ) : boolean
[mangled: org/xmlcml/cml/element/CMLMolecule.hasCloseContacts:()Z]
CMLMolecule.hasCoordinates ( CMLElement.CoordinateType type, boolean omitHydrogen ) : boolean
[mangled: org/xmlcml/cml/element/CMLMolecule.hasCoordinates:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;Z)Z]
CMLMolecule.insertAtomArray ( CMLAtomArray atomArray, int pos ) : void *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLMolecule.insertAtomArray:(Lorg/xmlcml/cml/element/CMLAtomArray;I)V]
CMLMolecule.insertBondArray ( CMLBondArray bondArray, int pos ) : void *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLMolecule.insertBondArray:(Lorg/xmlcml/cml/element/CMLBondArray;I)V]
CMLMolecule.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMolecule.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLMolecule.normalizeSingleMoleculeChild ( ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.normalizeSingleMoleculeChild:()V]
CMLMolecule.removeAtomArray ( ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.removeAtomArray:()V]
CMLMolecule.removeBondArray ( ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.removeBondArray:()V]
CMLMolecule.removeChild ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.removeChild:(Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLMolecule.removeChild ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.removeChild:(Lorg/xmlcml/cml/element/CMLBond;)V]
CMLMolecule.removeChild ( CMLMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.removeChild:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLMolecule.setNormalizedBondOrders ( ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.setNormalizedBondOrders:()V]
cdk-1.2.0.jar, CMLMoleculeList.class
package org.xmlcml.cml.element
CMLMoleculeList.CMLMoleculeList ( )
[mangled: org/xmlcml/cml/element/CMLMoleculeList."<init>":()V]
CMLMoleculeList.CMLMoleculeList ( CMLMoleculeList old )
[mangled: org/xmlcml/cml/element/CMLMoleculeList."<init>":(Lorg/xmlcml/cml/element/CMLMoleculeList;)V]
CMLMoleculeList.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLMoleculeList.copy:()Lnu/xom/Node;]
CMLMoleculeList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLMoleculeList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLName.class
package org.xmlcml.cml.element
CMLName.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLName.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLNamespace.class
package org.xmlcml.cml.base
CMLNamespace.CMLNamespace ( String prefix, String namespaceURI )
[mangled: org/xmlcml/cml/base/CMLNamespace."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
CMLNamespace.createNamespace ( String prefix, CMLElement element ) [static] : CMLNamespace
[mangled: org/xmlcml/cml/base/CMLNamespace.createNamespace:(Ljava/lang/String;Lorg/xmlcml/cml/base/CMLElement;)Lorg/xmlcml/cml/base/CMLNamespace;]
CMLNamespace.getNamespaceURI ( ) : String
[mangled: org/xmlcml/cml/base/CMLNamespace.getNamespaceURI:()Ljava/lang/String;]
CMLNamespace.getPrefix ( ) : String
[mangled: org/xmlcml/cml/base/CMLNamespace.getPrefix:()Ljava/lang/String;]
cdk-1.2.0.jar, CMLNodeFactory.class
package org.xmlcml.cml.base
CMLNodeFactory.finishMakingElement ( Element element ) : Nodes
[mangled: org/xmlcml/cml/base/CMLNodeFactory.finishMakingElement:(Lnu/xom/Element;)Lnu/xom/Nodes;]
CMLNodeFactory.main ( String text ) [static] : void
[mangled: org/xmlcml/cml/base/CMLNodeFactory.main:(Ljava/lang/String;)V]
CMLNodeFactory.makeAttribute ( String attributeName, String URI, String value, Attribute.Type type ) : Nodes
[mangled: org/xmlcml/cml/base/CMLNodeFactory.makeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnu/xom/Attribute$Type;)Lnu/xom/Nodes;]
CMLNodeFactory.makeClass ( String base, String name ) [static] : Class
[mangled: org/xmlcml/cml/base/CMLNodeFactory.makeClass:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class;]
CMLNodeFactory.makeText ( String text ) : Nodes
[mangled: org/xmlcml/cml/base/CMLNodeFactory.makeText:(Ljava/lang/String;)Lnu/xom/Nodes;]
CMLNodeFactory.startMakingElement ( String name, String namespace ) : Element
[mangled: org/xmlcml/cml/base/CMLNodeFactory.startMakingElement:(Ljava/lang/String;Ljava/lang/String;)Lnu/xom/Element;]
cdk-1.2.0.jar, CMLObject.class
package org.xmlcml.cml.element
CMLObject.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLObject.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLObservation.class
package org.xmlcml.cml.element
CMLObservation.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLObservation.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLOperator.class
package org.xmlcml.cml.element
CMLOperator.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLOperator.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLParameter.class
package org.xmlcml.cml.element
CMLParameter.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLParameter.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLParameterList.class
package org.xmlcml.cml.element
CMLParameterList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLParameterList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLParticle.class
package org.xmlcml.cml.element
CMLParticle.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLParticle.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPeak.class
package org.xmlcml.cml.element
CMLPeak.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPeak.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPeakGroup.class
package org.xmlcml.cml.element
CMLPeakGroup.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPeakGroup.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPeakList.class
package org.xmlcml.cml.element
CMLPeakList.CMLPeakList ( List peakList )
[mangled: org/xmlcml/cml/element/CMLPeakList."<init>":(Ljava/util/List;)V]
CMLPeakList.finishMakingElement ( Element parent ) : void
[mangled: org/xmlcml/cml/element/CMLPeakList.finishMakingElement:(Lnu/xom/Element;)V]
CMLPeakList.getPeakChildren ( ) : List
[mangled: org/xmlcml/cml/element/CMLPeakList.getPeakChildren:()Ljava/util/List;]
CMLPeakList.getPeakDescendants ( ) : List
[mangled: org/xmlcml/cml/element/CMLPeakList.getPeakDescendants:()Ljava/util/List;]
CMLPeakList.getPeakOrGroupChildren ( ) : List
[mangled: org/xmlcml/cml/element/CMLPeakList.getPeakOrGroupChildren:()Ljava/util/List;]
CMLPeakList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPeakList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPeakStructure.class
package org.xmlcml.cml.element
CMLPeakStructure.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPeakStructure.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPlane3.class
package org.xmlcml.cml.element
CMLPlane3.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPlane3.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPoint3.class
package org.xmlcml.cml.element
CMLPoint3.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPoint3.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPotential.class
package org.xmlcml.cml.element
CMLPotential.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPotential.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPotentialForm.class
package org.xmlcml.cml.element
CMLPotentialForm.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPotentialForm.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLPotentialList.class
package org.xmlcml.cml.element
CMLPotentialList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPotentialList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLProduct.class
package org.xmlcml.cml.element
CMLProduct.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLProduct.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLProductList.class
package org.xmlcml.cml.element
CMLProductList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLProductList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLProperty.class
package org.xmlcml.cml.element
CMLProperty.canonicalize ( ) : void
[mangled: org/xmlcml/cml/element/CMLProperty.canonicalize:()V]
CMLProperty.CMLProperty ( String dictRef, double value, String units )
[mangled: org/xmlcml/cml/element/CMLProperty."<init>":(Ljava/lang/String;DLjava/lang/String;)V]
CMLProperty.getChild ( ) : HasDataType
[mangled: org/xmlcml/cml/element/CMLProperty.getChild:()Lorg/xmlcml/cml/interfacex/HasDataType;]
CMLProperty.getDataType ( ) : String
[mangled: org/xmlcml/cml/element/CMLProperty.getDataType:()Ljava/lang/String;]
CMLProperty.getDouble ( ) : double
[mangled: org/xmlcml/cml/element/CMLProperty.getDouble:()D]
CMLProperty.getDoubles ( ) : double[ ]
[mangled: org/xmlcml/cml/element/CMLProperty.getDoubles:()[D]
CMLProperty.getInt ( ) : int
[mangled: org/xmlcml/cml/element/CMLProperty.getInt:()I]
CMLProperty.getInts ( ) : int[ ]
[mangled: org/xmlcml/cml/element/CMLProperty.getInts:()[I]
CMLProperty.getProperty ( CMLElement parent, String dictRef ) [static] : CMLProperty
[mangled: org/xmlcml/cml/element/CMLProperty.getProperty:(Lorg/xmlcml/cml/base/CMLElement;Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLProperty;]
CMLProperty.getPropertyList ( CMLElement parent, String dictRef ) [static] : CMLPropertyList
[mangled: org/xmlcml/cml/element/CMLProperty.getPropertyList:(Lorg/xmlcml/cml/base/CMLElement;Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLPropertyList;]
CMLProperty.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLProperty.getString:()Ljava/lang/String;]
CMLProperty.getStringValues ( ) : List
[mangled: org/xmlcml/cml/element/CMLProperty.getStringValues:()Ljava/util/List;]
CMLProperty.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/CMLProperty.getUnits:()Ljava/lang/String;]
CMLProperty.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLProperty.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLProperty.setChild ( HasDataType child ) : void
[mangled: org/xmlcml/cml/element/CMLProperty.setChild:(Lorg/xmlcml/cml/interfacex/HasDataType;)V]
cdk-1.2.0.jar, CMLPropertyList.class
package org.xmlcml.cml.element
CMLPropertyList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLPropertyList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReactant.class
package org.xmlcml.cml.element
CMLReactant.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReactant.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReactantList.class
package org.xmlcml.cml.element
CMLReactantList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReactantList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReaction.class
package org.xmlcml.cml.element
CMLReaction.addReactant ( CMLReactant reactant ) : void
[mangled: org/xmlcml/cml/element/CMLReaction.addReactant:(Lorg/xmlcml/cml/element/CMLReactant;)V]
CMLReaction.getAtoms ( CMLReaction.Component type ) : List
[mangled: org/xmlcml/cml/element/CMLReaction.getAtoms:(Lorg/xmlcml/cml/element/CMLReaction$Component;)Ljava/util/List;]
CMLReaction.getBonds ( CMLReaction.Component type ) : List
[mangled: org/xmlcml/cml/element/CMLReaction.getBonds:(Lorg/xmlcml/cml/element/CMLReaction$Component;)Ljava/util/List;]
CMLReaction.getMolecules ( CMLReaction.Component type ) : List
[mangled: org/xmlcml/cml/element/CMLReaction.getMolecules:(Lorg/xmlcml/cml/element/CMLReaction$Component;)Ljava/util/List;]
CMLReaction.getOrCreateReactantList ( ) : CMLReactantList
[mangled: org/xmlcml/cml/element/CMLReaction.getOrCreateReactantList:()Lorg/xmlcml/cml/element/CMLReactantList;]
CMLReaction.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReaction.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReactionList.class
package org.xmlcml.cml.element
CMLReactionList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReactionList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReactionScheme.class
package org.xmlcml.cml.element
CMLReactionScheme.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReactionScheme.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReactionStep.class
package org.xmlcml.cml.element
CMLReactionStep.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReactionStep.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReactionStepList.class
package org.xmlcml.cml.element
CMLReactionStepList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReactionStepList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLReactiveCentre.class
package org.xmlcml.cml.element
CMLReactiveCentre.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLReactiveCentre.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLRegion.class
package org.xmlcml.cml.element
CMLRegion.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLRegion.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLRelatedEntry.class
package org.xmlcml.cml.element
CMLRelatedEntry.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLRelatedEntry.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSample.class
package org.xmlcml.cml.element
CMLSample.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSample.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLScalar.class
package org.xmlcml.cml.element
CMLScalar.getDictRefFromElementOrParent ( ) : DictRefAttribute
[mangled: org/xmlcml/cml/element/CMLScalar.getDictRefFromElementOrParent:()Lorg/xmlcml/cml/attribute/DictRefAttribute;]
CMLScalar.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLScalar.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLScalar.setUnits ( String prefix, String id, String namespaceURI ) : void
[mangled: org/xmlcml/cml/element/CMLScalar.setUnits:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, CMLSchemaValidator.class
package org.xmlcml.cml.base
CMLSchemaValidator.getInstance ( ) [static] : CMLSchemaValidator
[mangled: org/xmlcml/cml/base/CMLSchemaValidator.getInstance:()Lorg/xmlcml/cml/base/CMLSchemaValidator;]
CMLSchemaValidator.validateCML ( Document d ) : void
[mangled: org/xmlcml/cml/base/CMLSchemaValidator.validateCML:(Lnu/xom/Document;)V]
CMLSchemaValidator.validateCML ( InputStream in ) : void
[mangled: org/xmlcml/cml/base/CMLSchemaValidator.validateCML:(Ljava/io/InputStream;)V]
CMLSchemaValidator.validateCML ( Node node ) : void
[mangled: org/xmlcml/cml/base/CMLSchemaValidator.validateCML:(Lorg/w3c/dom/Node;)V]
CMLSchemaValidator.validateCML ( Node node ) : void
[mangled: org/xmlcml/cml/base/CMLSchemaValidator.validateCML:(Lnu/xom/Node;)V]
CMLSchemaValidator.validateCML ( Reader in ) : void
[mangled: org/xmlcml/cml/base/CMLSchemaValidator.validateCML:(Ljava/io/Reader;)V]
CMLSchemaValidator.validateCML ( Source source ) : void
[mangled: org/xmlcml/cml/base/CMLSchemaValidator.validateCML:(Ljavax/xml/transform/Source;)V]
cdk-1.2.0.jar, CMLSimpleType.class
package org.xmlcml.cml.base
CMLSimpleType.CMLSimpleType ( )
[mangled: org/xmlcml/cml/base/CMLSimpleType."<init>":()V]
cdk-1.2.0.jar, CMLSpectator.class
package org.xmlcml.cml.element
CMLSpectator.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSpectator.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSpectatorList.class
package org.xmlcml.cml.element
CMLSpectatorList.getMolecules ( ReactionComponent.Type productReactant ) : List
[mangled: org/xmlcml/cml/element/CMLSpectatorList.getMolecules:(Lorg/xmlcml/cml/element/ReactionComponent$Type;)Ljava/util/List;]
CMLSpectatorList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSpectatorList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSpectrum.class
package org.xmlcml.cml.element
CMLSpectrum.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSpectrum.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSpectrumData.class
package org.xmlcml.cml.element
CMLSpectrumData.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSpectrumData.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSpectrumList.class
package org.xmlcml.cml.element
CMLSpectrumList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSpectrumList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSphere3.class
package org.xmlcml.cml.element
CMLSphere3.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSphere3.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSubstance.class
package org.xmlcml.cml.element
CMLSubstance.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSubstance.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSubstanceList.class
package org.xmlcml.cml.element
CMLSubstanceList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSubstanceList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSymmetry.class
package org.xmlcml.cml.element
CMLSymmetry.getContainedSymmetry ( CMLElement element ) [static] : CMLSymmetry
[mangled: org/xmlcml/cml/element/CMLSymmetry.getContainedSymmetry:(Lorg/xmlcml/cml/base/CMLElement;)Lorg/xmlcml/cml/element/CMLSymmetry;]
CMLSymmetry.makeElementInContext ( Element x0 ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSymmetry.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLSystem.class
package org.xmlcml.cml.element
CMLSystem.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLSystem.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLTable.class
package org.xmlcml.cml.element
CMLTable.addArray ( CMLArray array ) : void *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLTable.addArray:(Lorg/xmlcml/cml/element/CMLArray;)V]
CMLTable.check ( CMLTable.TableType t ) : boolean
[mangled: org/xmlcml/cml/element/CMLTable.check:(Lorg/xmlcml/cml/element/CMLTable$TableType;)Z]
CMLTable.getArrayElements ( ) : CMLElements *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLTable.getArrayElements:()Lorg/xmlcml/cml/base/CMLElements;]
CMLTable.getTableTypeEnum ( ) : CMLTable.TableType
[mangled: org/xmlcml/cml/element/CMLTable.getTableTypeEnum:()Lorg/xmlcml/cml/element/CMLTable$TableType;]
CMLTable.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTable.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLTable.setTableType ( CMLTable.TableType tt ) : void
[mangled: org/xmlcml/cml/element/CMLTable.setTableType:(Lorg/xmlcml/cml/element/CMLTable$TableType;)V]
CMLTable.setTableType ( String t ) : void
[mangled: org/xmlcml/cml/element/CMLTable.setTableType:(Ljava/lang/String;)V]
cdk-1.2.0.jar, CMLTableCell.class
package org.xmlcml.cml.element
CMLTableCell.appendValueTo ( String dataType, CMLArray array ) : void
[mangled: org/xmlcml/cml/element/CMLTableCell.appendValueTo:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLArray;)V]
CMLTableCell.CMLTableCell ( )
[mangled: org/xmlcml/cml/element/CMLTableCell."<init>":()V]
CMLTableCell.CMLTableCell ( CMLTableCell old )
[mangled: org/xmlcml/cml/element/CMLTableCell."<init>":(Lorg/xmlcml/cml/element/CMLTableCell;)V]
CMLTableCell.CMLTableCell ( double d )
[mangled: org/xmlcml/cml/element/CMLTableCell."<init>":(D)V]
CMLTableCell.CMLTableCell ( Element element )
[mangled: org/xmlcml/cml/element/CMLTableCell."<init>":(Lnu/xom/Element;)V]
CMLTableCell.CMLTableCell ( int i )
[mangled: org/xmlcml/cml/element/CMLTableCell."<init>":(I)V]
CMLTableCell.CMLTableCell ( String s )
[mangled: org/xmlcml/cml/element/CMLTableCell."<init>":(Ljava/lang/String;)V]
CMLTableCell.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLTableCell.copy:()Lnu/xom/Node;]
CMLTableCell.getDouble ( ) : double
[mangled: org/xmlcml/cml/element/CMLTableCell.getDouble:()D]
CMLTableCell.getInt ( ) : double
[mangled: org/xmlcml/cml/element/CMLTableCell.getInt:()D]
CMLTableCell.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTableCell.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLTableCell.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLTableCell.writeHTML:(Ljava/io/Writer;)V]
cdk-1.2.0.jar, CMLTableContent.class
package org.xmlcml.cml.element
CMLTableContent.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTableContent.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLTableContent.setDelimiter ( String delim ) : void
[mangled: org/xmlcml/cml/element/CMLTableContent.setDelimiter:(Ljava/lang/String;)V]
cdk-1.2.0.jar, CMLTableHeader.class
package org.xmlcml.cml.element
CMLTableHeader.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTableHeader.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLTableHeaderCell.class
package org.xmlcml.cml.element
CMLTableHeaderCell.CMLTableHeaderCell ( )
[mangled: org/xmlcml/cml/element/CMLTableHeaderCell."<init>":()V]
CMLTableHeaderCell.CMLTableHeaderCell ( CMLTableHeaderCell old )
[mangled: org/xmlcml/cml/element/CMLTableHeaderCell."<init>":(Lorg/xmlcml/cml/element/CMLTableHeaderCell;)V]
CMLTableHeaderCell.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLTableHeaderCell.copy:()Lnu/xom/Node;]
CMLTableHeaderCell.createCMLArray ( ) : CMLArray
[mangled: org/xmlcml/cml/element/CMLTableHeaderCell.createCMLArray:()Lorg/xmlcml/cml/element/CMLArray;]
CMLTableHeaderCell.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTableHeaderCell.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLTableHeaderCell.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLTableHeaderCell.writeHTML:(Ljava/io/Writer;)V]
cdk-1.2.0.jar, CMLTableRow.class
package org.xmlcml.cml.element
CMLTableRow.getDelimitedString ( String delimiter ) : String
[mangled: org/xmlcml/cml/element/CMLTableRow.getDelimitedString:(Ljava/lang/String;)Ljava/lang/String;]
CMLTableRow.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTableRow.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLTableRow.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLTableRow.writeHTML:(Ljava/io/Writer;)V]
cdk-1.2.0.jar, CMLTableRowList.class
package org.xmlcml.cml.element
CMLTableRowList.CMLTableRowList ( )
[mangled: org/xmlcml/cml/element/CMLTableRowList."<init>":()V]
CMLTableRowList.CMLTableRowList ( CMLTableRowList old )
[mangled: org/xmlcml/cml/element/CMLTableRowList."<init>":(Lorg/xmlcml/cml/element/CMLTableRowList;)V]
CMLTableRowList.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLTableRowList.copy:()Lnu/xom/Node;]
CMLTableRowList.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTableRowList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLTorsion.class
package org.xmlcml.cml.element
CMLTorsion.getAtomIds ( ) : List
[mangled: org/xmlcml/cml/element/CMLTorsion.getAtomIds:()Ljava/util/List;]
CMLTorsion.getAtoms ( CMLAtomSet atomSet ) : List
[mangled: org/xmlcml/cml/element/CMLTorsion.getAtoms:(Lorg/xmlcml/cml/element/CMLAtomSet;)Ljava/util/List;]
CMLTorsion.getCalculatedTorsion ( List atomList ) : double
[mangled: org/xmlcml/cml/element/CMLTorsion.getCalculatedTorsion:(Ljava/util/List;)D]
CMLTorsion.getIndexedTorsions ( List torsions ) [static] : Map
[mangled: org/xmlcml/cml/element/CMLTorsion.getIndexedTorsions:(Ljava/util/List;)Ljava/util/Map;]
CMLTorsion.getList ( CMLElements torsionElements ) [static] : List
[mangled: org/xmlcml/cml/element/CMLTorsion.getList:(Lorg/xmlcml/cml/base/CMLElements;)Ljava/util/List;]
CMLTorsion.getString ( ) : String
[mangled: org/xmlcml/cml/element/CMLTorsion.getString:()Ljava/lang/String;]
CMLTorsion.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTorsion.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLTorsion.outputHTML ( Writer w, List torsionList, CMLMolecule molecule ) [static] : void
[mangled: org/xmlcml/cml/element/CMLTorsion.outputHTML:(Ljava/io/Writer;Ljava/util/List;Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLTorsion.setAtomRefs4 ( CMLAtom rGroup0, CMLAtom atom0, CMLAtom atom1, CMLAtom rGroup1 ) : void
[mangled: org/xmlcml/cml/element/CMLTorsion.setAtomRefs4:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
cdk-1.2.0.jar, CMLTransform3.class
package org.xmlcml.cml.element
CMLTransform3.CMLTransform3 ( Transform3 transform3 )
[mangled: org/xmlcml/cml/element/CMLTransform3."<init>":(Lorg/xmlcml/euclid/Transform3;)V]
CMLTransform3.isIdentity ( ) : boolean
[mangled: org/xmlcml/cml/element/CMLTransform3.isIdentity:()Z]
CMLTransform3.makeElementInContext ( Element x0 ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTransform3.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLTransitionState.class
package org.xmlcml.cml.element
CMLTransitionState.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLTransitionState.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLType.class
package org.xmlcml.cml.base
CMLType.CMLType ( Element simpleType )
[mangled: org/xmlcml/cml/base/CMLType."<init>":(Lnu/xom/Element;)V]
CMLType.createMinMaxAndEnumerations ( ) : void
[mangled: org/xmlcml/cml/base/CMLType.createMinMaxAndEnumerations:()V]
CMLType.getDEnumerationValues ( ) : double[ ]
[mangled: org/xmlcml/cml/base/CMLType.getDEnumerationValues:()[D]
CMLType.getDMaxExclusive ( ) : double
[mangled: org/xmlcml/cml/base/CMLType.getDMaxExclusive:()D]
CMLType.getDMaxInclusive ( ) : double
[mangled: org/xmlcml/cml/base/CMLType.getDMaxInclusive:()D]
CMLType.getDMinExclusive ( ) : double
[mangled: org/xmlcml/cml/base/CMLType.getDMinExclusive:()D]
CMLType.getDMinInclusive ( ) : double
[mangled: org/xmlcml/cml/base/CMLType.getDMinInclusive:()D]
CMLType.getId ( ) : String
[mangled: org/xmlcml/cml/base/CMLType.getId:()Ljava/lang/String;]
CMLType.getIEnumerationValues ( ) : int[ ]
[mangled: org/xmlcml/cml/base/CMLType.getIEnumerationValues:()[I]
CMLType.getIMaxExclusive ( ) : int
[mangled: org/xmlcml/cml/base/CMLType.getIMaxExclusive:()I]
CMLType.getIMaxInclusive ( ) : int
[mangled: org/xmlcml/cml/base/CMLType.getIMaxInclusive:()I]
CMLType.getIMinExclusive ( ) : int
[mangled: org/xmlcml/cml/base/CMLType.getIMinExclusive:()I]
CMLType.getIMinInclusive ( ) : int
[mangled: org/xmlcml/cml/base/CMLType.getIMinInclusive:()I]
CMLType.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/CMLType.getJavaType:()Ljava/lang/String;]
CMLType.getList ( ) : Element
[mangled: org/xmlcml/cml/base/CMLType.getList:()Lnu/xom/Element;]
CMLType.getNormalizedValue ( String value ) [static] : String
[mangled: org/xmlcml/cml/base/CMLType.getNormalizedValue:(Ljava/lang/String;)Ljava/lang/String;]
CMLType.getRestriction ( ) : Element
[mangled: org/xmlcml/cml/base/CMLType.getRestriction:()Lnu/xom/Element;]
CMLType.getSEnumerationValues ( ) : String[ ]
[mangled: org/xmlcml/cml/base/CMLType.getSEnumerationValues:()[Ljava/lang/String;]
CMLType.getSimpleType ( ) : Element
[mangled: org/xmlcml/cml/base/CMLType.getSimpleType:()Lnu/xom/Element;]
CMLType.getSubTypes ( ) : CMLType[ ]
[mangled: org/xmlcml/cml/base/CMLType.getSubTypes:()[Lorg/xmlcml/cml/base/CMLType;]
CMLType.getUnion ( ) : Element
[mangled: org/xmlcml/cml/base/CMLType.getUnion:()Lnu/xom/Element;]
CMLType.listDataType ( ) : String
[mangled: org/xmlcml/cml/base/CMLType.listDataType:()Ljava/lang/String;]
CMLType.setDEnumerationValues ( double[ ] enumerationValues ) : void
[mangled: org/xmlcml/cml/base/CMLType.setDEnumerationValues:([D)V]
CMLType.setDMaxExclusive ( double maxExclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setDMaxExclusive:(D)V]
CMLType.setDMaxInclusive ( double maxInclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setDMaxInclusive:(D)V]
CMLType.setDMinExclusive ( double minExclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setDMinExclusive:(D)V]
CMLType.setDMinInclusive ( double minInclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setDMinInclusive:(D)V]
CMLType.setIEnumerationValues ( int[ ] enumerationValues ) : void
[mangled: org/xmlcml/cml/base/CMLType.setIEnumerationValues:([I)V]
CMLType.setIMaxExclusive ( int maxExclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setIMaxExclusive:(I)V]
CMLType.setIMaxInclusive ( int maxInclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setIMaxInclusive:(I)V]
CMLType.setIMinExclusive ( int minExclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setIMinExclusive:(I)V]
CMLType.setIMinInclusive ( int minInclusive ) : void
[mangled: org/xmlcml/cml/base/CMLType.setIMinInclusive:(I)V]
CMLType.setJavaType ( String javaType ) : void
[mangled: org/xmlcml/cml/base/CMLType.setJavaType:(Ljava/lang/String;)V]
CMLType.setList ( boolean isList ) : void
[mangled: org/xmlcml/cml/base/CMLType.setList:(Z)V]
CMLType.setList ( Element list ) : void
[mangled: org/xmlcml/cml/base/CMLType.setList:(Lnu/xom/Element;)V]
CMLType.setRestriction ( Element restriction ) : void
[mangled: org/xmlcml/cml/base/CMLType.setRestriction:(Lnu/xom/Element;)V]
CMLType.setSEnumerationValues ( String[ ] enumerationValues ) : void
[mangled: org/xmlcml/cml/base/CMLType.setSEnumerationValues:([Ljava/lang/String;)V]
CMLType.setSimpleType ( Element simpleType ) : void
[mangled: org/xmlcml/cml/base/CMLType.setSimpleType:(Lnu/xom/Element;)V]
CMLType.setUnion ( Element union ) : void
[mangled: org/xmlcml/cml/base/CMLType.setUnion:(Lnu/xom/Element;)V]
CMLType.toString ( ) : String
[mangled: org/xmlcml/cml/base/CMLType.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, CMLUtil.class
package org.xmlcml.cml.base
CMLUtil.BUG ( String message ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.BUG:(Ljava/lang/String;)V]
CMLUtil.capitalize ( String name ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.capitalize:(Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.compareAttributesCanonically ( Element refNode, Element testNode, String xpath ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.compareAttributesCanonically:(Lnu/xom/Element;Lnu/xom/Element;Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.compareChildNodesCanonically ( Element refNode, Element testNode, String xpath ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.compareChildNodesCanonically:(Lnu/xom/Element;Lnu/xom/Element;Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.compareNamespacesCanonically ( Element refNode, Element testNode, String xpath ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.compareNamespacesCanonically:(Lnu/xom/Element;Lnu/xom/Element;Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.compareNonElementNodesCanonically ( Node refNode, Node testNode, String xpath ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.compareNonElementNodesCanonically:(Lnu/xom/Node;Lnu/xom/Node;Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.debug ( Element el, OutputStream os, int indent ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.debug:(Lnu/xom/Element;Ljava/io/OutputStream;I)V]
CMLUtil.debug ( Element el, String message ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.debug:(Lnu/xom/Element;Ljava/lang/String;)V]
CMLUtil.debugToErr ( Element el ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.debugToErr:(Lnu/xom/Element;)V]
CMLUtil.equalsCanonically ( Element refElement, Element testElement, boolean stripWhite ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.equalsCanonically:(Lnu/xom/Element;Lnu/xom/Element;Z)Ljava/lang/String;]
CMLUtil.equalsCanonically ( Element refElement, Element testElement, boolean stripWhite, String xpath ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.equalsCanonically:(Lnu/xom/Element;Lnu/xom/Element;ZLjava/lang/String;)Ljava/lang/String;]
CMLUtil.equalsCanonically ( String refNodeXML, Element testElement, boolean stripWhite ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.equalsCanonically:(Ljava/lang/String;Lnu/xom/Element;Z)Ljava/lang/String;]
CMLUtil.generateCombinationList ( int max ) [static] : List
[mangled: org/xmlcml/cml/base/CMLUtil.generateCombinationList:(I)Ljava/util/List;]
CMLUtil.getCanonicalString ( Node node ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.getCanonicalString:(Lnu/xom/Node;)Ljava/lang/String;]
CMLUtil.getChildNodes ( Element el ) [static] : List
[mangled: org/xmlcml/cml/base/CMLUtil.getChildNodes:(Lnu/xom/Element;)Ljava/util/List;]
CMLUtil.getCMLElements ( Element node, String xpath, XPathContext context ) [static] : List
[mangled: org/xmlcml/cml/base/CMLUtil.getCMLElements:(Lnu/xom/Element;Ljava/lang/String;Lnu/xom/XPathContext;)Ljava/util/List;]
CMLUtil.getFirstTextDescendant ( Node node ) [static] : Text
[mangled: org/xmlcml/cml/base/CMLUtil.getFirstTextDescendant:(Lnu/xom/Node;)Lnu/xom/Text;]
CMLUtil.getFollowingSibling ( Node current ) [static] : Node
[mangled: org/xmlcml/cml/base/CMLUtil.getFollowingSibling:(Lnu/xom/Node;)Lnu/xom/Node;]
CMLUtil.getLastTextDescendant ( Node node ) [static] : Text
[mangled: org/xmlcml/cml/base/CMLUtil.getLastTextDescendant:(Lnu/xom/Node;)Lnu/xom/Text;]
CMLUtil.getLocalName ( String s ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.getLocalName:(Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.getNamespaces ( Element element, List prefixes ) [static] : List
[mangled: org/xmlcml/cml/base/CMLUtil.getNamespaces:(Lnu/xom/Element;Ljava/util/List;)Ljava/util/List;]
CMLUtil.getPrecedingSibling ( Node current ) [static] : Node
[mangled: org/xmlcml/cml/base/CMLUtil.getPrecedingSibling:(Lnu/xom/Node;)Lnu/xom/Node;]
CMLUtil.getPrefix ( String s ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.getPrefixes ( Element element, String attName ) [static] : List
[mangled: org/xmlcml/cml/base/CMLUtil.getPrefixes:(Lnu/xom/Element;Ljava/lang/String;)Ljava/util/List;]
CMLUtil.getQueryNodes ( Node node, String xpath ) [static] : List
[mangled: org/xmlcml/cml/base/CMLUtil.getQueryNodes:(Lnu/xom/Node;Ljava/lang/String;)Ljava/util/List;]
CMLUtil.getQueryNodes ( Node node, String xpath, XPathContext context ) [static] : List
[mangled: org/xmlcml/cml/base/CMLUtil.getQueryNodes:(Lnu/xom/Node;Ljava/lang/String;Lnu/xom/XPathContext;)Ljava/util/List;]
CMLUtil.getXMLContent ( Element element ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.getXMLContent:(Lnu/xom/Element;)Ljava/lang/String;]
CMLUtil.getXMLResource ( String filename ) [static] : Document
[mangled: org/xmlcml/cml/base/CMLUtil.getXMLResource:(Ljava/lang/String;)Lnu/xom/Document;]
CMLUtil.makeAbstractName ( String name ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.makeAbstractName:(Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.makeCMLName ( String name ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.makeCMLName:(Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.makeId ( String s ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.makeId:(Ljava/lang/String;)Ljava/lang/String;]
CMLUtil.parseFlexibleDouble ( String value ) [static] : double
[mangled: org/xmlcml/cml/base/CMLUtil.parseFlexibleDouble:(Ljava/lang/String;)D]
CMLUtil.parseXML ( String xmlString ) [static] : Element
[mangled: org/xmlcml/cml/base/CMLUtil.parseXML:(Ljava/lang/String;)Lnu/xom/Element;]
CMLUtil.readElementFromResource ( String filename ) [static] : CMLElement
[mangled: org/xmlcml/cml/base/CMLUtil.readElementFromResource:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLElement;]
CMLUtil.removeWhitespaceNodes ( Element element ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.removeWhitespaceNodes:(Lnu/xom/Element;)V]
CMLUtil.setXMLContent ( Element element, String s ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.setXMLContent:(Lnu/xom/Element;Ljava/lang/String;)V]
CMLUtil.toXMLString ( Element element ) [static] : String
[mangled: org/xmlcml/cml/base/CMLUtil.toXMLString:(Lnu/xom/Element;)Ljava/lang/String;]
CMLUtil.transferChildren ( Element from, Element to ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.transferChildren:(Lnu/xom/Element;Lnu/xom/Element;)V]
CMLUtil.transferChildrenToParent ( Element element ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.transferChildrenToParent:(Lnu/xom/Element;)V]
cdk-1.2.0.jar, CMLVector3.class
package org.xmlcml.cml.element
CMLVector3.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLVector3.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLXaxis.class
package org.xmlcml.cml.element
CMLXaxis.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLXaxis.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLYaxis.class
package org.xmlcml.cml.element
CMLYaxis.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLYaxis.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
cdk-1.2.0.jar, CMLZMatrix.class
package org.xmlcml.cml.element
CMLZMatrix.addCartesiansTo ( CMLMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/CMLZMatrix.addCartesiansTo:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
CMLZMatrix.CMLZMatrix ( CMLElement element )
[mangled: org/xmlcml/cml/element/CMLZMatrix."<init>":(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLZMatrix.makeElementInContext ( Element parent ) : CMLElement
[mangled: org/xmlcml/cml/element/CMLZMatrix.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/base/CMLElement;]
CMLZMatrix.setXYZ3 ( CMLLength length, CMLAngle angle, CMLTorsion torsion, CMLMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/CMLZMatrix.setXYZ3:(Lorg/xmlcml/cml/element/CMLLength;Lorg/xmlcml/cml/element/CMLAngle;Lorg/xmlcml/cml/element/CMLTorsion;Lorg/xmlcml/cml/element/CMLMolecule;)V]
cdk-1.2.0.jar, CNNClassificationModel.class
package org.openscience.cdk.qsar.model.R
CNNClassificationModel.build ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.build:()V]
CNNClassificationModel.CNNClassificationModel ( )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel."<init>":()V]
CNNClassificationModel.CNNClassificationModel ( double[ ][ ] x, String[ ] y, int size )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel."<init>":([[D[Ljava/lang/String;I)V]
CNNClassificationModel.CNNClassificationModel ( double[ ][ ] x, String[ ][ ] y, int size )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel."<init>":([[D[[Ljava/lang/String;I)V]
CNNClassificationModel.getFitFitted ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.getFitFitted:()[[D]
CNNClassificationModel.getFitHessian ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.getFitHessian:()[[D]
CNNClassificationModel.getFitResiduals ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.getFitResiduals:()[[D]
CNNClassificationModel.getFitValue ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.getFitValue:()D]
CNNClassificationModel.getFitWeights ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.getFitWeights:()[D]
CNNClassificationModel.getPredictPredictedClass ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.getPredictPredictedClass:()[Ljava/lang/String;]
CNNClassificationModel.getPredictPredictedRaw ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.getPredictPredictedRaw:()[[D]
CNNClassificationModel.loadModel ( String fileName ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.loadModel:(Ljava/lang/String;)V]
CNNClassificationModel.loadModel ( String serializedModel, String modelName ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
CNNClassificationModel.predict ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.predict:()V]
CNNClassificationModel.setParameters ( String key, Object obj ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
cdk-1.2.0.jar, CNNClassificationModelFit.class
package org.openscience.cdk.qsar.model.R
CNNClassificationModelFit.CNNClassificationModelFit ( int noutput, int nobs, double[ ] weights, double[ ] fitted, double[ ] residual, double value )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit."<init>":(II[D[D[DD)V]
CNNClassificationModelFit.CNNClassificationModelFit ( int noutput, int nobs, double[ ] weights, double[ ] fitted, double[ ] residual, double value, double[ ] hessian )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit."<init>":(II[D[D[DD[D)V]
CNNClassificationModelFit.getFitted ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.getFitted:()[[D]
CNNClassificationModelFit.getHessian ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.getHessian:()[[D]
CNNClassificationModelFit.getResiduals ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.getResiduals:()[[D]
CNNClassificationModelFit.getValue ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.getValue:()D]
CNNClassificationModelFit.getWeights ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.getWeights:()[D]
CNNClassificationModelFit.setFitted ( double[ ][ ] fitted ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.setFitted:([[D)V]
CNNClassificationModelFit.setHessian ( double[ ][ ] theHessian ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.setHessian:([[D)V]
CNNClassificationModelFit.setResiduals ( double[ ][ ] residuals ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.setResiduals:([[D)V]
CNNClassificationModelFit.setValue ( double value ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.setValue:(D)V]
CNNClassificationModelFit.setWeights ( double[ ] weights ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelFit.setWeights:([D)V]
cdk-1.2.0.jar, CNNClassificationModelPredict.class
package org.openscience.cdk.qsar.model.R
CNNClassificationModelPredict.CNNClassificationModelPredict ( int noutput, double values )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelPredict."<init>":(ID)V]
CNNClassificationModelPredict.CNNClassificationModelPredict ( int noutput, double[ ] values )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelPredict."<init>":(I[D)V]
CNNClassificationModelPredict.CNNClassificationModelPredict ( String values )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelPredict."<init>":(Ljava/lang/String;)V]
CNNClassificationModelPredict.CNNClassificationModelPredict ( String[ ] values )
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelPredict."<init>":([Ljava/lang/String;)V]
CNNClassificationModelPredict.getPredictedClass ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelPredict.getPredictedClass:()[Ljava/lang/String;]
CNNClassificationModelPredict.getPredictedRaw ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelPredict.getPredictedRaw:()[[D]
CNNClassificationModelPredict.setPredictedRaw ( double[ ][ ] predicted ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNClassificationModelPredict.setPredictedRaw:([[D)V]
cdk-1.2.0.jar, CNNRegressionModel.class
package org.openscience.cdk.qsar.model.R
CNNRegressionModel.build ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.build:()V]
CNNRegressionModel.CNNRegressionModel ( )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel."<init>":()V]
CNNRegressionModel.CNNRegressionModel ( double[ ][ ] x, double[ ] y, int size )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel."<init>":([[D[DI)V]
CNNRegressionModel.CNNRegressionModel ( double[ ][ ] x, double[ ][ ] y, int size )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel."<init>":([[D[[DI)V]
CNNRegressionModel.getFitFitted ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.getFitFitted:()[[D]
CNNRegressionModel.getFitHessian ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.getFitHessian:()[[D]
CNNRegressionModel.getFitResiduals ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.getFitResiduals:()[[D]
CNNRegressionModel.getFitValue ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.getFitValue:()D]
CNNRegressionModel.getFitWeights ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.getFitWeights:()[D]
CNNRegressionModel.getPredictPredicted ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.getPredictPredicted:()[[D]
CNNRegressionModel.loadModel ( String fileName ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.loadModel:(Ljava/lang/String;)V]
CNNRegressionModel.loadModel ( String serializedModel, String modelName ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
CNNRegressionModel.predict ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.predict:()V]
CNNRegressionModel.setParameters ( String key, Object obj ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
CNNRegressionModel.summary ( ) : R.CNNRegressionModelSummary
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModel.summary:()Lorg/openscience/cdk/qsar/model/R/CNNRegressionModelSummary;]
package org.openscience.cdk.qsar.model.R2
CNNRegressionModel.build ( ) : void
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.build:()V]
CNNRegressionModel.CNNRegressionModel ( )
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel."<init>":()V]
CNNRegressionModel.CNNRegressionModel ( double[ ][ ] x, double[ ] y, int size )
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel."<init>":([[D[DI)V]
CNNRegressionModel.CNNRegressionModel ( double[ ][ ] x, double[ ][ ] y, int size )
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel."<init>":([[D[[DI)V]
CNNRegressionModel.getCensored ( ) : JRI.RBool
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getCensored:()Lorg/rosuda/JRI/RBool;]
CNNRegressionModel.getConn ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getConn:()[D]
CNNRegressionModel.getDecay ( ) : double
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getDecay:()D]
CNNRegressionModel.getEntropy ( ) : JRI.RBool
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getEntropy:()Lorg/rosuda/JRI/RBool;]
CNNRegressionModel.getFittedValues ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getFittedValues:()[[D]
CNNRegressionModel.getN ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getN:()[D]
CNNRegressionModel.getNconn ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getNconn:()[D]
CNNRegressionModel.getNsunits ( ) : double
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getNsunits:()D]
CNNRegressionModel.getNunits ( ) : double
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getNunits:()D]
CNNRegressionModel.getPredictions ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getPredictions:()[[D]
CNNRegressionModel.getResiduals ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getResiduals:()[[D]
CNNRegressionModel.getSoftmax ( ) : JRI.RBool
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getSoftmax:()Lorg/rosuda/JRI/RBool;]
CNNRegressionModel.getValue ( ) : double
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getValue:()D]
CNNRegressionModel.getWts ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.getWts:()[D]
CNNRegressionModel.loadModel ( String fileName ) : void
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.loadModel:(Ljava/lang/String;)V]
CNNRegressionModel.loadModel ( String serializedModel, String modelName ) : void
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
CNNRegressionModel.predict ( ) : void
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.predict:()V]
CNNRegressionModel.setParameters ( String key, Object obj ) : void
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
CNNRegressionModel.summary ( ) : JRI.RList
[mangled: org/openscience/cdk/qsar/model/R2/CNNRegressionModel.summary:()Lorg/rosuda/JRI/RList;]
cdk-1.2.0.jar, CNNRegressionModelFit.class
package org.openscience.cdk.qsar.model.R
CNNRegressionModelFit.CNNRegressionModelFit ( int noutput, int nobs, double[ ] weights, double[ ] fitted, double[ ] residual, double value )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit."<init>":(II[D[D[DD)V]
CNNRegressionModelFit.CNNRegressionModelFit ( int noutput, int nobs, double[ ] weights, double[ ] fitted, double[ ] residual, double value, double[ ] hessian )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit."<init>":(II[D[D[DD[D)V]
CNNRegressionModelFit.getFitted ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.getFitted:()[[D]
CNNRegressionModelFit.getHessian ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.getHessian:()[[D]
CNNRegressionModelFit.getResiduals ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.getResiduals:()[[D]
CNNRegressionModelFit.getValue ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.getValue:()D]
CNNRegressionModelFit.getWeights ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.getWeights:()[D]
CNNRegressionModelFit.setFitted ( double[ ][ ] fitted ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.setFitted:([[D)V]
CNNRegressionModelFit.setHessian ( double[ ][ ] theHessian ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.setHessian:([[D)V]
CNNRegressionModelFit.setResiduals ( double[ ][ ] residuals ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.setResiduals:([[D)V]
CNNRegressionModelFit.setValue ( double value ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.setValue:(D)V]
CNNRegressionModelFit.setWeights ( double[ ] weights ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelFit.setWeights:([D)V]
cdk-1.2.0.jar, CNNRegressionModelPredict.class
package org.openscience.cdk.qsar.model.R
CNNRegressionModelPredict.CNNRegressionModelPredict ( int noutput, double values )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelPredict."<init>":(ID)V]
CNNRegressionModelPredict.CNNRegressionModelPredict ( int noutput, double[ ] values )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelPredict."<init>":(I[D)V]
CNNRegressionModelPredict.getPredicted ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelPredict.getPredicted:()[[D]
CNNRegressionModelPredict.setPredicted ( double[ ][ ] predicted ) : void
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelPredict.setPredicted:([[D)V]
cdk-1.2.0.jar, CNNRegressionModelSummary.class
package org.openscience.cdk.qsar.model.R
CNNRegressionModelSummary.CNNRegressionModelSummary ( double[ ] n, boolean entropy, boolean softmax, boolean censored, double value, double[ ] residuals )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary."<init>":([DZZZD[D)V]
CNNRegressionModelSummary.CNNRegressionModelSummary ( int[ ] n, boolean entropy, boolean softmax, boolean censored, double value, double[ ] residuals )
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary."<init>":([IZZZD[D)V]
CNNRegressionModelSummary.getCensored ( ) : boolean
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary.getCensored:()Z]
CNNRegressionModelSummary.getEntropy ( ) : boolean
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary.getEntropy:()Z]
CNNRegressionModelSummary.getNumNeurons ( ) : int[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary.getNumNeurons:()[I]
CNNRegressionModelSummary.getResiduals ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary.getResiduals:()[D]
CNNRegressionModelSummary.getSoftmax ( ) : boolean
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary.getSoftmax:()Z]
CNNRegressionModelSummary.getValue ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/CNNRegressionModelSummary.getValue:()D]
cdk-1.2.0.jar, Combinations.class
package org.openscience.cdk.formula.rules
RDBERule.Combinations.hasMoreElements ( ) : boolean
[mangled: org/openscience/cdk/formula/rules/RDBERule.Combinations.hasMoreElements:()Z]
RDBERule.Combinations.nextElement ( ) : Object
[mangled: org/openscience/cdk/formula/rules/RDBERule.Combinations.nextElement:()Ljava/lang/Object;]
RDBERule.Combinations.RDBERule.Combinations ( RDBERule inArray, Object[ ] m, int p3 )
[mangled: org/openscience/cdk/formula/rules/RDBERule.Combinations."<init>":(Lorg/openscience/cdk/formula/rules/RDBERule;[Ljava/lang/Object;I)V]
cdk-1.2.0.jar, ConfigManager.class
package net.sf.jnati.deploy.artefact
ConfigManager.ConfigManager ( )
[mangled: net/sf/jnati/deploy/artefact/ConfigManager."<init>":()V]
ConfigManager.getConfig ( String id, String version ) [static] : Configuration
[mangled: net/sf/jnati/deploy/artefact/ConfigManager.getConfig:(Ljava/lang/String;Ljava/lang/String;)Lsea36/util/config/Configuration;]
ConfigManager.getDefaultConfig ( ) [static] : Configuration
[mangled: net/sf/jnati/deploy/artefact/ConfigManager.getDefaultConfig:()Lsea36/util/config/Configuration;]
ConfigManager.loadConfiguration ( Artefact artefact ) [static] : void
[mangled: net/sf/jnati/deploy/artefact/ConfigManager.loadConfiguration:(Lnet/sf/jnati/deploy/artefact/Artefact;)V]
cdk-1.2.0.jar, Configuration.class
package sea36.util.config
Configuration.Configuration ( )
[mangled: sea36/util/config/Configuration."<init>":()V]
Configuration.Configuration ( Configuration parentConfig, Map params )
[mangled: sea36/util/config/Configuration."<init>":(Lsea36/util/config/Configuration;Ljava/util/Map;)V]
Configuration.Configuration ( Map params )
[mangled: sea36/util/config/Configuration."<init>":(Ljava/util/Map;)V]
Configuration.getProperty ( String key ) : String
[mangled: sea36/util/config/Configuration.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
Configuration.loadConfiguration ( InputStream in ) : void
[mangled: sea36/util/config/Configuration.loadConfiguration:(Ljava/io/InputStream;)V]
Configuration.loadDefaults ( InputStream in ) : void
[mangled: sea36/util/config/Configuration.loadDefaults:(Ljava/io/InputStream;)V]
Configuration.setConfiguration ( Map config ) : void
[mangled: sea36/util/config/Configuration.setConfiguration:(Ljava/util/Map;)V]
Configuration.setDefaults ( Map defaults ) : void
[mangled: sea36/util/config/Configuration.setDefaults:(Ljava/util/Map;)V]
cdk-1.2.0.jar, ConfigurationException.class
package net.sf.jnati.deploy.resolver
ConfigurationException.ConfigurationException ( String message )
[mangled: net/sf/jnati/deploy/resolver/ConfigurationException."<init>":(Ljava/lang/String;)V]
ConfigurationException.ConfigurationException ( String message, Throwable cause )
[mangled: net/sf/jnati/deploy/resolver/ConfigurationException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
ConfigurationException.ConfigurationException ( Throwable cause )
[mangled: net/sf/jnati/deploy/resolver/ConfigurationException."<init>":(Ljava/lang/Throwable;)V]
cdk-1.2.0.jar, ConformerContainer.class
package org.openscience.cdk
ConformerContainer.add ( IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.add:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ConformerContainer.add ( int i, IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/ConformerContainer.add:(ILorg/openscience/cdk/interfaces/IAtomContainer;)V]
ConformerContainer.add ( int x0, Object x1 ) : void
[mangled: org/openscience/cdk/ConformerContainer.add:(ILjava/lang/Object;)V]
ConformerContainer.add ( Object x0 ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.add:(Ljava/lang/Object;)Z]
ConformerContainer.addAll ( Collection atomContainers ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.addAll:(Ljava/util/Collection;)Z]
ConformerContainer.addAll ( int i, Collection iAtomContainers ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.addAll:(ILjava/util/Collection;)Z]
ConformerContainer.clear ( ) : void
[mangled: org/openscience/cdk/ConformerContainer.clear:()V]
ConformerContainer.ConformerContainer ( )
[mangled: org/openscience/cdk/ConformerContainer."<init>":()V]
ConformerContainer.ConformerContainer ( IAtomContainer atomContainer )
[mangled: org/openscience/cdk/ConformerContainer."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
ConformerContainer.ConformerContainer ( IAtomContainer[ ] atomContainers )
[mangled: org/openscience/cdk/ConformerContainer."<init>":([Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
ConformerContainer.contains ( Object o ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.contains:(Ljava/lang/Object;)Z]
ConformerContainer.containsAll ( Collection objects ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.containsAll:(Ljava/util/Collection;)Z]
ConformerContainer.get ( int i ) : IAtomContainer
[mangled: org/openscience/cdk/ConformerContainer.get:(I)Lorg/openscience/cdk/interfaces/IAtomContainer;]
ConformerContainer.get ( int x0 ) : Object
[mangled: org/openscience/cdk/ConformerContainer.get:(I)Ljava/lang/Object;]
ConformerContainer.getTitle ( ) : String
[mangled: org/openscience/cdk/ConformerContainer.getTitle:()Ljava/lang/String;]
ConformerContainer.indexOf ( Object o ) : int
[mangled: org/openscience/cdk/ConformerContainer.indexOf:(Ljava/lang/Object;)I]
ConformerContainer.isEmpty ( ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.isEmpty:()Z]
ConformerContainer.iterator ( ) : Iterator
[mangled: org/openscience/cdk/ConformerContainer.iterator:()Ljava/util/Iterator;]
ConformerContainer.lastIndexOf ( Object o ) : int
[mangled: org/openscience/cdk/ConformerContainer.lastIndexOf:(Ljava/lang/Object;)I]
ConformerContainer.listIterator ( ) : ListIterator
[mangled: org/openscience/cdk/ConformerContainer.listIterator:()Ljava/util/ListIterator;]
ConformerContainer.listIterator ( int i ) : ListIterator
[mangled: org/openscience/cdk/ConformerContainer.listIterator:(I)Ljava/util/ListIterator;]
ConformerContainer.remove ( int i ) : IAtomContainer
[mangled: org/openscience/cdk/ConformerContainer.remove:(I)Lorg/openscience/cdk/interfaces/IAtomContainer;]
ConformerContainer.remove ( int x0 ) : Object
[mangled: org/openscience/cdk/ConformerContainer.remove:(I)Ljava/lang/Object;]
ConformerContainer.remove ( Object o ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.remove:(Ljava/lang/Object;)Z]
ConformerContainer.removeAll ( Collection objects ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.removeAll:(Ljava/util/Collection;)Z]
ConformerContainer.retainAll ( Collection objects ) : boolean
[mangled: org/openscience/cdk/ConformerContainer.retainAll:(Ljava/util/Collection;)Z]
ConformerContainer.set ( int i, IAtomContainer atomContainer ) : IAtomContainer
[mangled: org/openscience/cdk/ConformerContainer.set:(ILorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
ConformerContainer.set ( int x0, Object x1 ) : Object
[mangled: org/openscience/cdk/ConformerContainer.set:(ILjava/lang/Object;)Ljava/lang/Object;]
ConformerContainer.size ( ) : int
[mangled: org/openscience/cdk/ConformerContainer.size:()I]
ConformerContainer.subList ( int i, int i1 ) : List
[mangled: org/openscience/cdk/ConformerContainer.subList:(II)Ljava/util/List;]
ConformerContainer.toArray ( ) : Object[ ]
[mangled: org/openscience/cdk/ConformerContainer.toArray:()[Ljava/lang/Object;]
ConformerContainer.toArray ( Object[ ] ts ) : Object[ ]
[mangled: org/openscience/cdk/ConformerContainer.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;]
cdk-1.2.0.jar, ConjugatedPiSystemsDetector.class
package org.openscience.cdk.graph.invariant
ConjugatedPiSystemsDetector.detect ( IAtomContainer ac ) [static] : IAtomContainerSet
[mangled: org/openscience/cdk/graph/invariant/ConjugatedPiSystemsDetector.detect:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainerSet;]
cdk-1.2.0.jar, Controller2DHub.class
package org.openscience.cdk.controller
Controller2DHub.addAtom ( String atomType, Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.addAtom:(Ljava/lang/String;Ljavax/vecmath/Point2d;)V]
Controller2DHub.Controller2DHub ( IController2DModel controllerModel, IJava2DRenderer renderer, IChemModel chemModel, IViewEventRelay eventRelay )
[mangled: org/openscience/cdk/controller/Controller2DHub."<init>":(Lorg/openscience/cdk/controller/IController2DModel;Lorg/openscience/cdk/renderer/IJava2DRenderer;Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/controller/IViewEventRelay;)V]
Controller2DHub.getClosestAtom ( Point2d worldCoord ) : IAtom
[mangled: org/openscience/cdk/controller/Controller2DHub.getClosestAtom:(Ljavax/vecmath/Point2d;)Lorg/openscience/cdk/interfaces/IAtom;]
Controller2DHub.getClosestBond ( Point2d worldCoord ) : IBond
[mangled: org/openscience/cdk/controller/Controller2DHub.getClosestBond:(Ljavax/vecmath/Point2d;)Lorg/openscience/cdk/interfaces/IBond;]
Controller2DHub.getController2DModel ( ) : IController2DModel
[mangled: org/openscience/cdk/controller/Controller2DHub.getController2DModel:()Lorg/openscience/cdk/controller/IController2DModel;]
Controller2DHub.getIChemModel ( ) : IChemModel
[mangled: org/openscience/cdk/controller/Controller2DHub.getIChemModel:()Lorg/openscience/cdk/interfaces/IChemModel;]
Controller2DHub.getIJava2DRenderer ( ) : IJava2DRenderer
[mangled: org/openscience/cdk/controller/Controller2DHub.getIJava2DRenderer:()Lorg/openscience/cdk/renderer/IJava2DRenderer;]
Controller2DHub.mouseClickedDouble ( int screenCoordX, int screenCoordY ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.mouseClickedDouble:(II)V]
Controller2DHub.mouseClickedDown ( int screenCoordX, int screenCoordY ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.mouseClickedDown:(II)V]
Controller2DHub.mouseClickedUp ( int screenCoordX, int screenCoordY ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.mouseClickedUp:(II)V]
Controller2DHub.mouseDrag ( int screenCoordXFrom, int screenCoordYFrom, int screenCoordXTo, int screenCoordYTo ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.mouseDrag:(IIII)V]
Controller2DHub.mouseEnter ( int screenCoordX, int screenCoordY ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.mouseEnter:(II)V]
Controller2DHub.mouseExit ( int screenCoordX, int screenCoordY ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.mouseExit:(II)V]
Controller2DHub.mouseMove ( int screenCoordX, int screenCoordY ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.mouseMove:(II)V]
Controller2DHub.registerDrawModeControllerModule ( IController2DModel.DrawMode drawMode, IController2DModule module ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.registerDrawModeControllerModule:(Lorg/openscience/cdk/controller/IController2DModel$DrawMode;Lorg/openscience/cdk/controller/IController2DModule;)V]
Controller2DHub.registerGeneralControllerModule ( IController2DModule module ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.registerGeneralControllerModule:(Lorg/openscience/cdk/controller/IController2DModule;)V]
Controller2DHub.removeAtom ( IAtom atom ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.removeAtom:(Lorg/openscience/cdk/interfaces/IAtom;)V]
Controller2DHub.unRegisterAllControllerModule ( ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.unRegisterAllControllerModule:()V]
Controller2DHub.updateView ( ) : void
[mangled: org/openscience/cdk/controller/Controller2DHub.updateView:()V]
cdk-1.2.0.jar, Controller2DModel.class
package org.openscience.cdk.controller
Controller2DModel.getDrawMode ( ) : IController2DModel.DrawMode
[mangled: org/openscience/cdk/controller/Controller2DModel.getDrawMode:()Lorg/openscience/cdk/controller/IController2DModel$DrawMode;]
Controller2DModel.setDrawMode ( IController2DModel.DrawMode drawMode ) : void
[mangled: org/openscience/cdk/controller/Controller2DModel.setDrawMode:(Lorg/openscience/cdk/controller/IController2DModel$DrawMode;)V]
cdk-1.2.0.jar, Controller2DModuleAddAtom.class
package org.openscience.cdk.controller
Controller2DModuleAddAtom.Controller2DModuleAddAtom ( )
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom."<init>":()V]
Controller2DModuleAddAtom.mouseClickedDouble ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.mouseClickedDouble:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleAddAtom.mouseClickedDown ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.mouseClickedDown:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleAddAtom.mouseClickedUp ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.mouseClickedUp:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleAddAtom.mouseDrag ( Point2d worldCoordFrom, Point2d worldCoordTo ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.mouseDrag:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)V]
Controller2DModuleAddAtom.mouseEnter ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.mouseEnter:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleAddAtom.mouseExit ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.mouseExit:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleAddAtom.mouseMove ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.mouseMove:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleAddAtom.setChemModelRelay ( IChemModelRelay relay ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleAddAtom.setChemModelRelay:(Lorg/openscience/cdk/controller/IChemModelRelay;)V]
cdk-1.2.0.jar, Controller2DModuleChangeFormalC.class
package org.openscience.cdk.controller
Controller2DModuleChangeFormalC.Controller2DModuleChangeFormalC ( int change )
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC."<init>":(I)V]
Controller2DModuleChangeFormalC.mouseClickedDouble ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.mouseClickedDouble:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleChangeFormalC.mouseClickedDown ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.mouseClickedDown:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleChangeFormalC.mouseClickedUp ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.mouseClickedUp:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleChangeFormalC.mouseDrag ( Point2d worldCoordFrom, Point2d worldCoordTo ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.mouseDrag:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)V]
Controller2DModuleChangeFormalC.mouseEnter ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.mouseEnter:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleChangeFormalC.mouseExit ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.mouseExit:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleChangeFormalC.mouseMove ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.mouseMove:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleChangeFormalC.setChemModelRelay ( IChemModelRelay relay ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleChangeFormalC.setChemModelRelay:(Lorg/openscience/cdk/controller/IChemModelRelay;)V]
cdk-1.2.0.jar, Controller2DModuleHighlight.class
package org.openscience.cdk.controller
Controller2DModuleHighlight.Controller2DModuleHighlight ( )
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight."<init>":()V]
Controller2DModuleHighlight.mouseClickedDouble ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.mouseClickedDouble:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleHighlight.mouseClickedDown ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.mouseClickedDown:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleHighlight.mouseClickedUp ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.mouseClickedUp:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleHighlight.mouseDrag ( Point2d worldCoordFrom, Point2d worldCoordTo ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.mouseDrag:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)V]
Controller2DModuleHighlight.mouseEnter ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.mouseEnter:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleHighlight.mouseExit ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.mouseExit:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleHighlight.mouseMove ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.mouseMove:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleHighlight.setChemModelRelay ( IChemModelRelay relay ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleHighlight.setChemModelRelay:(Lorg/openscience/cdk/controller/IChemModelRelay;)V]
cdk-1.2.0.jar, Controller2DModuleMove.class
package org.openscience.cdk.controller
Controller2DModuleMove.Controller2DModuleMove ( )
[mangled: org/openscience/cdk/controller/Controller2DModuleMove."<init>":()V]
Controller2DModuleMove.mouseClickedDouble ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.mouseClickedDouble:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleMove.mouseClickedDown ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.mouseClickedDown:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleMove.mouseClickedUp ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.mouseClickedUp:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleMove.mouseDrag ( Point2d worldCoordFrom, Point2d worldCoordTo ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.mouseDrag:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)V]
Controller2DModuleMove.mouseEnter ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.mouseEnter:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleMove.mouseExit ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.mouseExit:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleMove.mouseMove ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.mouseMove:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleMove.setChemModelRelay ( IChemModelRelay relay ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleMove.setChemModelRelay:(Lorg/openscience/cdk/controller/IChemModelRelay;)V]
cdk-1.2.0.jar, Controller2DModuleRemove.class
package org.openscience.cdk.controller
Controller2DModuleRemove.Controller2DModuleRemove ( )
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove."<init>":()V]
Controller2DModuleRemove.mouseClickedDouble ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.mouseClickedDouble:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleRemove.mouseClickedDown ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.mouseClickedDown:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleRemove.mouseClickedUp ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.mouseClickedUp:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleRemove.mouseDrag ( Point2d worldCoordFrom, Point2d worldCoordTo ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.mouseDrag:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)V]
Controller2DModuleRemove.mouseEnter ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.mouseEnter:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleRemove.mouseExit ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.mouseExit:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleRemove.mouseMove ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.mouseMove:(Ljavax/vecmath/Point2d;)V]
Controller2DModuleRemove.setChemModelRelay ( IChemModelRelay relay ) : void
[mangled: org/openscience/cdk/controller/Controller2DModuleRemove.setChemModelRelay:(Lorg/openscience/cdk/controller/IChemModelRelay;)V]
cdk-1.2.0.jar, Convention.class
package org.xmlcml.cml.base
CMLConstants.Convention.equals ( String s ) : boolean
[mangled: org/xmlcml/cml/base/CMLConstants.Convention.equals:(Ljava/lang/String;)Z]
CMLConstants.Convention.valueOf ( String name ) [static] : CMLConstants.Convention
[mangled: org/xmlcml/cml/base/CMLConstants.Convention.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLConstants$Convention;]
CMLConstants.Convention.values ( ) [static] : CMLConstants.Convention[ ]
[mangled: org/xmlcml/cml/base/CMLConstants.Convention.values:()[Lorg/xmlcml/cml/base/CMLConstants$Convention;]
cdk-1.2.0.jar, Convertor.class
package org.openscience.cdk.libio.cml
Convertor.cdkAtomToCMLAtom ( IAtom cdkAtom ) : CMLAtom
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkAtomToCMLAtom:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
Convertor.cdkMoleculeSetToCMLList ( IMoleculeSet moleculeSet ) : CMLMoleculeList
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkMoleculeSetToCMLList:(Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/xmlcml/cml/element/CMLMoleculeList;]
Convertor.cdkMonomerToCMLMolecule ( IMonomer monomer ) : CMLMolecule
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkMonomerToCMLMolecule:(Lorg/openscience/cdk/interfaces/IMonomer;)Lorg/xmlcml/cml/element/CMLMolecule;]
Convertor.cdkPDBPolymerToCMLMolecule ( IPDBPolymer pdbPolymer ) : CMLMolecule
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkPDBPolymerToCMLMolecule:(Lorg/openscience/cdk/interfaces/IPDBPolymer;)Lorg/xmlcml/cml/element/CMLMolecule;]
Convertor.cdkReactionSchemeToCMLReactionScheme ( IReactionScheme cdkScheme ) : CMLReactionScheme
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkReactionSchemeToCMLReactionScheme:(Lorg/openscience/cdk/interfaces/IReactionScheme;)Lorg/xmlcml/cml/element/CMLReactionScheme;]
Convertor.cdkReactionSchemeToCMLReactionSchemeAndMoleculeList ( IReactionScheme cdkScheme ) : CMLCml
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkReactionSchemeToCMLReactionSchemeAndMoleculeList:(Lorg/openscience/cdk/interfaces/IReactionScheme;)Lorg/xmlcml/cml/element/CMLCml;]
Convertor.cdkReactionToCMLReactionStep ( IReaction reaction ) : CMLReactionStep
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkReactionToCMLReactionStep:(Lorg/openscience/cdk/interfaces/IReaction;)Lorg/xmlcml/cml/element/CMLReactionStep;]
cdk-1.2.0.jar, CountExpressionAttribute.class
package org.xmlcml.cml.attribute
CountExpressionAttribute.calculateCountExpression ( ) : int
[mangled: org/xmlcml/cml/attribute/CountExpressionAttribute.calculateCountExpression:()I]
CountExpressionAttribute.CountExpressionAttribute ( )
[mangled: org/xmlcml/cml/attribute/CountExpressionAttribute."<init>":()V]
CountExpressionAttribute.CountExpressionAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/CountExpressionAttribute."<init>":(Lnu/xom/Attribute;)V]
CountExpressionAttribute.CountExpressionAttribute ( String value )
[mangled: org/xmlcml/cml/attribute/CountExpressionAttribute."<init>":(Ljava/lang/String;)V]
CountExpressionAttribute.generateAndInsertClones ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/attribute/CountExpressionAttribute.generateAndInsertClones:(Lorg/xmlcml/cml/base/CMLElement;)V]
CountExpressionAttribute.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/attribute/CountExpressionAttribute.setCMLValue:(Ljava/lang/String;)V]
package org.xmlcml.cml.attribute.main
CountExpressionAttribute.calculateCountExpression ( ) : int
[mangled: org/xmlcml/cml/attribute/main/CountExpressionAttribute.calculateCountExpression:()I]
CountExpressionAttribute.cloneContentAndAppend ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/attribute/main/CountExpressionAttribute.cloneContentAndAppend:(Lorg/xmlcml/cml/base/CMLElement;)V]
CountExpressionAttribute.CountExpressionAttribute ( )
[mangled: org/xmlcml/cml/attribute/main/CountExpressionAttribute."<init>":()V]
CountExpressionAttribute.CountExpressionAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/main/CountExpressionAttribute."<init>":(Lnu/xom/Attribute;)V]
CountExpressionAttribute.CountExpressionAttribute ( String value )
[mangled: org/xmlcml/cml/attribute/main/CountExpressionAttribute."<init>":(Ljava/lang/String;)V]
CountExpressionAttribute.generateAndInsertClones ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/attribute/main/CountExpressionAttribute.generateAndInsertClones:(Lorg/xmlcml/cml/base/CMLElement;)V]
CountExpressionAttribute.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/attribute/main/CountExpressionAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.2.0.jar, CovalentRadiusDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
CovalentRadiusDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/CovalentRadiusDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, CPSADescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
CPSADescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CPSADescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Crystal.class
package org.openscience.cdk
Crystal.getZ ( ) : Integer
[mangled: org/openscience/cdk/Crystal.getZ:()Ljava/lang/Integer;]
Crystal.setZ ( Integer value ) : void
[mangled: org/openscience/cdk/Crystal.setZ:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, Database.class
package org.openscience.cdk.formula.rules
MMElementRule.Database.valueOf ( String name ) [static] : MMElementRule.Database
[mangled: org/openscience/cdk/formula/rules/MMElementRule.Database.valueOf:(Ljava/lang/String;)Lorg/openscience/cdk/formula/rules/MMElementRule$Database;]
MMElementRule.Database.values ( ) [static] : MMElementRule.Database[ ]
[mangled: org/openscience/cdk/formula/rules/MMElementRule.Database.values:()[Lorg/openscience/cdk/formula/rules/MMElementRule$Database;]
cdk-1.2.0.jar, DebugAdductFormula.class
package org.openscience.cdk.debug
DebugAdductFormula.add ( IMolecularFormulaSet formulaSet ) : void
[mangled: org/openscience/cdk/debug/DebugAdductFormula.add:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)V]
DebugAdductFormula.addMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/debug/DebugAdductFormula.addMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
DebugAdductFormula.contains ( IIsotope isotope ) : boolean
[mangled: org/openscience/cdk/debug/DebugAdductFormula.contains:(Lorg/openscience/cdk/interfaces/IIsotope;)Z]
DebugAdductFormula.contains ( IMolecularFormula formula ) : boolean
[mangled: org/openscience/cdk/debug/DebugAdductFormula.contains:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Z]
DebugAdductFormula.DebugAdductFormula ( )
[mangled: org/openscience/cdk/debug/DebugAdductFormula."<init>":()V]
DebugAdductFormula.DebugAdductFormula ( IMolecularFormula formula )
[mangled: org/openscience/cdk/debug/DebugAdductFormula."<init>":(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
DebugAdductFormula.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/debug/DebugAdductFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
DebugAdductFormula.getCharge ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAdductFormula.getCharge:()Ljava/lang/Integer;]
DebugAdductFormula.getIsotopeCount ( ) : int
[mangled: org/openscience/cdk/debug/DebugAdductFormula.getIsotopeCount:()I]
DebugAdductFormula.getIsotopeCount ( IIsotope isotope ) : int
[mangled: org/openscience/cdk/debug/DebugAdductFormula.getIsotopeCount:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
DebugAdductFormula.getMolecularFormula ( int position ) : IMolecularFormula
[mangled: org/openscience/cdk/debug/DebugAdductFormula.getMolecularFormula:(I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
DebugAdductFormula.isotopes ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAdductFormula.isotopes:()Ljava/lang/Iterable;]
DebugAdductFormula.iterator ( ) : Iterator
[mangled: org/openscience/cdk/debug/DebugAdductFormula.iterator:()Ljava/util/Iterator;]
DebugAdductFormula.molecularFormulas ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAdductFormula.molecularFormulas:()Ljava/lang/Iterable;]
DebugAdductFormula.removeAllMolecularFormulas ( ) : void
[mangled: org/openscience/cdk/debug/DebugAdductFormula.removeAllMolecularFormulas:()V]
DebugAdductFormula.removeMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/debug/DebugAdductFormula.removeMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
DebugAdductFormula.removeMolecularFormula ( int position ) : void
[mangled: org/openscience/cdk/debug/DebugAdductFormula.removeMolecularFormula:(I)V]
DebugAdductFormula.setCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/debug/DebugAdductFormula.setCharge:(Ljava/lang/Integer;)V]
DebugAdductFormula.size ( ) : int
[mangled: org/openscience/cdk/debug/DebugAdductFormula.size:()I]
cdk-1.2.0.jar, DebugAminoAcid.class
package org.openscience.cdk.debug
DebugAminoAcid.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugAminoAcid.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugAminoAcid.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugAminoAcid.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugAminoAcid.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAminoAcid.atoms:()Ljava/lang/Iterable;]
DebugAminoAcid.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAminoAcid.bonds:()Ljava/lang/Iterable;]
DebugAminoAcid.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAminoAcid.electronContainers:()Ljava/lang/Iterable;]
DebugAminoAcid.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugAminoAcid.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugAminoAcid.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugAminoAcid.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugAminoAcid.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugAminoAcid.getProperties:()Ljava/util/Map;]
DebugAminoAcid.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAminoAcid.lonePairs:()Ljava/lang/Iterable;]
DebugAminoAcid.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugAminoAcid.setProperties:(Ljava/util/Map;)V]
DebugAminoAcid.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAminoAcid.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugAtom.class
package org.openscience.cdk.debug
DebugAtom.getAtomicNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtom.getAtomicNumber:()Ljava/lang/Integer;]
DebugAtom.getBondOrderSum ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtom.getBondOrderSum:()Ljava/lang/Double;]
DebugAtom.getCharge ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtom.getCharge:()Ljava/lang/Double;]
DebugAtom.getCovalentRadius ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtom.getCovalentRadius:()Ljava/lang/Double;]
DebugAtom.getExactMass ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtom.getExactMass:()Ljava/lang/Double;]
DebugAtom.getFormalCharge ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtom.getFormalCharge:()Ljava/lang/Integer;]
DebugAtom.getFormalNeighbourCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtom.getFormalNeighbourCount:()Ljava/lang/Integer;]
DebugAtom.getHybridization ( ) : IAtomType.Hybridization
[mangled: org/openscience/cdk/debug/DebugAtom.getHybridization:()Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
DebugAtom.getHydrogenCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtom.getHydrogenCount:()Ljava/lang/Integer;]
DebugAtom.getMassNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtom.getMassNumber:()Ljava/lang/Integer;]
DebugAtom.getMaxBondOrder ( ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugAtom.getMaxBondOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugAtom.getNaturalAbundance ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtom.getNaturalAbundance:()Ljava/lang/Double;]
DebugAtom.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugAtom.getProperties:()Ljava/util/Map;]
DebugAtom.getStereoParity ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtom.getStereoParity:()Ljava/lang/Integer;]
DebugAtom.getValency ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtom.getValency:()Ljava/lang/Integer;]
DebugAtom.setAtomicNumber ( Integer atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setAtomicNumber:(Ljava/lang/Integer;)V]
DebugAtom.setBondOrderSum ( Double bondOrderSum ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setBondOrderSum:(Ljava/lang/Double;)V]
DebugAtom.setCharge ( Double charge ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setCharge:(Ljava/lang/Double;)V]
DebugAtom.setCovalentRadius ( Double radius ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setCovalentRadius:(Ljava/lang/Double;)V]
DebugAtom.setExactMass ( Double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setExactMass:(Ljava/lang/Double;)V]
DebugAtom.setFormalCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setFormalCharge:(Ljava/lang/Integer;)V]
DebugAtom.setFormalNeighbourCount ( Integer count ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setFormalNeighbourCount:(Ljava/lang/Integer;)V]
DebugAtom.setHybridization ( IAtomType.Hybridization hybridization ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setHybridization:(Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;)V]
DebugAtom.setHydrogenCount ( Integer hydrogenCount ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setHydrogenCount:(Ljava/lang/Integer;)V]
DebugAtom.setMassNumber ( Integer massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setMassNumber:(Ljava/lang/Integer;)V]
DebugAtom.setMaxBondOrder ( IBond.Order maxBondOrder ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setMaxBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugAtom.setNaturalAbundance ( Double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setNaturalAbundance:(Ljava/lang/Double;)V]
DebugAtom.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setProperties:(Ljava/util/Map;)V]
DebugAtom.setStereoParity ( Integer stereoParity ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setStereoParity:(Ljava/lang/Integer;)V]
DebugAtom.setValency ( Integer valency ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setValency:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, DebugAtomContainer.class
package org.openscience.cdk.debug
DebugAtomContainer.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugAtomContainer.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugAtomContainer.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAtomContainer.atoms:()Ljava/lang/Iterable;]
DebugAtomContainer.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAtomContainer.bonds:()Ljava/lang/Iterable;]
DebugAtomContainer.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAtomContainer.electronContainers:()Ljava/lang/Iterable;]
DebugAtomContainer.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugAtomContainer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugAtomContainer.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugAtomContainer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugAtomContainer.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugAtomContainer.getProperties:()Ljava/util/Map;]
DebugAtomContainer.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAtomContainer.lonePairs:()Ljava/lang/Iterable;]
DebugAtomContainer.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainer.setProperties:(Ljava/util/Map;)V]
DebugAtomContainer.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAtomContainer.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugAtomContainerSet.class
package org.openscience.cdk.debug
DebugAtomContainerSet.atomContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.atomContainers:()Ljava/lang/Iterable;]
DebugAtomContainerSet.getMultiplier ( IAtomContainer container ) : Double
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.getMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/lang/Double;]
DebugAtomContainerSet.getMultiplier ( int number ) : Double
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.getMultiplier:(I)Ljava/lang/Double;]
DebugAtomContainerSet.getMultipliers ( ) : Double[ ]
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.getMultipliers:()[Ljava/lang/Double;]
DebugAtomContainerSet.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.getProperties:()Ljava/util/Map;]
DebugAtomContainerSet.setMultiplier ( IAtomContainer container, Double multiplier ) : boolean
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/Double;)Z]
DebugAtomContainerSet.setMultiplier ( int position, Double multiplier ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setMultiplier:(ILjava/lang/Double;)V]
DebugAtomContainerSet.setMultipliers ( Double[ ] newMultipliers ) : boolean
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setMultipliers:([Ljava/lang/Double;)Z]
DebugAtomContainerSet.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugAtomType.class
package org.openscience.cdk.debug
DebugAtomType.getAtomicNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtomType.getAtomicNumber:()Ljava/lang/Integer;]
DebugAtomType.getBondOrderSum ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtomType.getBondOrderSum:()Ljava/lang/Double;]
DebugAtomType.getCovalentRadius ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtomType.getCovalentRadius:()Ljava/lang/Double;]
DebugAtomType.getExactMass ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtomType.getExactMass:()Ljava/lang/Double;]
DebugAtomType.getFormalCharge ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtomType.getFormalCharge:()Ljava/lang/Integer;]
DebugAtomType.getFormalNeighbourCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtomType.getFormalNeighbourCount:()Ljava/lang/Integer;]
DebugAtomType.getHybridization ( ) : IAtomType.Hybridization
[mangled: org/openscience/cdk/debug/DebugAtomType.getHybridization:()Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
DebugAtomType.getMassNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtomType.getMassNumber:()Ljava/lang/Integer;]
DebugAtomType.getMaxBondOrder ( ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugAtomType.getMaxBondOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugAtomType.getNaturalAbundance ( ) : Double
[mangled: org/openscience/cdk/debug/DebugAtomType.getNaturalAbundance:()Ljava/lang/Double;]
DebugAtomType.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugAtomType.getProperties:()Ljava/util/Map;]
DebugAtomType.getValency ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugAtomType.getValency:()Ljava/lang/Integer;]
DebugAtomType.setAtomicNumber ( Integer atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setAtomicNumber:(Ljava/lang/Integer;)V]
DebugAtomType.setBondOrderSum ( Double bondOrderSum ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setBondOrderSum:(Ljava/lang/Double;)V]
DebugAtomType.setCovalentRadius ( Double radius ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setCovalentRadius:(Ljava/lang/Double;)V]
DebugAtomType.setExactMass ( Double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setExactMass:(Ljava/lang/Double;)V]
DebugAtomType.setFormalCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setFormalCharge:(Ljava/lang/Integer;)V]
DebugAtomType.setFormalNeighbourCount ( Integer count ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setFormalNeighbourCount:(Ljava/lang/Integer;)V]
DebugAtomType.setHybridization ( IAtomType.Hybridization hybridization ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setHybridization:(Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;)V]
DebugAtomType.setMassNumber ( Integer massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setMassNumber:(Ljava/lang/Integer;)V]
DebugAtomType.setMaxBondOrder ( IBond.Order maxBondOrder ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setMaxBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugAtomType.setNaturalAbundance ( Double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setNaturalAbundance:(Ljava/lang/Double;)V]
DebugAtomType.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setProperties:(Ljava/util/Map;)V]
DebugAtomType.setValency ( Integer valency ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setValency:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, DebugBioPolymer.class
package org.openscience.cdk.debug
DebugBioPolymer.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugBioPolymer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugBioPolymer.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugBioPolymer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugBioPolymer.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugBioPolymer.atoms:()Ljava/lang/Iterable;]
DebugBioPolymer.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugBioPolymer.bonds:()Ljava/lang/Iterable;]
DebugBioPolymer.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugBioPolymer.electronContainers:()Ljava/lang/Iterable;]
DebugBioPolymer.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugBioPolymer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugBioPolymer.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugBioPolymer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugBioPolymer.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugBioPolymer.getProperties:()Ljava/util/Map;]
DebugBioPolymer.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugBioPolymer.lonePairs:()Ljava/lang/Iterable;]
DebugBioPolymer.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugBioPolymer.setProperties:(Ljava/util/Map;)V]
DebugBioPolymer.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugBioPolymer.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugBond.class
package org.openscience.cdk.debug
DebugBond.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugBond.atoms:()Ljava/lang/Iterable;]
DebugBond.DebugBond ( IAtom atom1, IAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/debug/DebugBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugBond.DebugBond ( IAtom atom1, IAtom atom2, IBond.Order order, int stereo )
[mangled: org/openscience/cdk/debug/DebugBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugBond.DebugBond ( IAtom[ ] atoms )
[mangled: org/openscience/cdk/debug/DebugBond."<init>":([Lorg/openscience/cdk/interfaces/IAtom;)V]
DebugBond.DebugBond ( IAtom[ ] atoms, IBond.Order order )
[mangled: org/openscience/cdk/debug/DebugBond."<init>":([Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugBond.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugBond.getElectronCount:()Ljava/lang/Integer;]
DebugBond.getOrder ( ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugBond.getOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugBond.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugBond.getProperties:()Ljava/util/Map;]
DebugBond.setElectronCount ( Integer electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugBond.setElectronCount:(Ljava/lang/Integer;)V]
DebugBond.setOrder ( IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugBond.setOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugBond.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugBond.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugChemFile.class
package org.openscience.cdk.debug
DebugChemFile.chemSequences ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugChemFile.chemSequences:()Ljava/lang/Iterable;]
DebugChemFile.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugChemFile.getProperties:()Ljava/util/Map;]
DebugChemFile.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemFile.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugChemModel.class
package org.openscience.cdk.debug
DebugChemModel.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugChemModel.getProperties:()Ljava/util/Map;]
DebugChemModel.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemModel.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugChemObject.class
package org.openscience.cdk.debug
DebugChemObject.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugChemObject.getProperties:()Ljava/util/Map;]
DebugChemObject.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemObject.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugChemObjectBuilder.class
package org.openscience.cdk.debug
DebugChemObjectBuilder.newAdductFormula ( ) : IAdductFormula
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newAdductFormula:()Lorg/openscience/cdk/interfaces/IAdductFormula;]
DebugChemObjectBuilder.newAdductFormula ( IMolecularFormula formula ) : IAdductFormula
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newAdductFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IAdductFormula;]
DebugChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, IBond.Order order ) : IBond
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
DebugChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, IBond.Order order, int stereo ) : IBond
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;I)Lorg/openscience/cdk/interfaces/IBond;]
DebugChemObjectBuilder.newBond ( IAtom[ ] atoms ) : IBond
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond;]
DebugChemObjectBuilder.newBond ( IAtom[ ] atoms, IBond.Order order ) : IBond
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
DebugChemObjectBuilder.newFragmentAtom ( ) : IFragmentAtom
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newFragmentAtom:()Lorg/openscience/cdk/interfaces/IFragmentAtom;]
DebugChemObjectBuilder.newMolecularFormula ( ) : IMolecularFormula
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newMolecularFormula:()Lorg/openscience/cdk/interfaces/IMolecularFormula;]
DebugChemObjectBuilder.newMolecularFormulaSet ( ) : IMolecularFormulaSet
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newMolecularFormulaSet:()Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
DebugChemObjectBuilder.newMolecularFormulaSet ( IMolecularFormula formula ) : IMolecularFormulaSet
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newMolecularFormulaSet:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
DebugChemObjectBuilder.newReactionScheme ( ) : IReactionScheme
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newReactionScheme:()Lorg/openscience/cdk/interfaces/IReactionScheme;]
cdk-1.2.0.jar, DebugChemSequence.class
package org.openscience.cdk.debug
DebugChemSequence.chemModels ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugChemSequence.chemModels:()Ljava/lang/Iterable;]
DebugChemSequence.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugChemSequence.getProperties:()Ljava/util/Map;]
DebugChemSequence.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemSequence.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugCrystal.class
package org.openscience.cdk.debug
DebugCrystal.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugCrystal.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugCrystal.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugCrystal.atoms:()Ljava/lang/Iterable;]
DebugCrystal.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugCrystal.bonds:()Ljava/lang/Iterable;]
DebugCrystal.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugCrystal.electronContainers:()Ljava/lang/Iterable;]
DebugCrystal.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugCrystal.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugCrystal.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugCrystal.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugCrystal.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugCrystal.getProperties:()Ljava/util/Map;]
DebugCrystal.getZ ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugCrystal.getZ:()Ljava/lang/Integer;]
DebugCrystal.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugCrystal.lonePairs:()Ljava/lang/Iterable;]
DebugCrystal.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.setProperties:(Ljava/util/Map;)V]
DebugCrystal.setZ ( Integer value ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.setZ:(Ljava/lang/Integer;)V]
DebugCrystal.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugCrystal.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugElectronContainer.class
package org.openscience.cdk.debug
DebugElectronContainer.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugElectronContainer.getElectronCount:()Ljava/lang/Integer;]
DebugElectronContainer.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugElectronContainer.getProperties:()Ljava/util/Map;]
DebugElectronContainer.setElectronCount ( Integer electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugElectronContainer.setElectronCount:(Ljava/lang/Integer;)V]
DebugElectronContainer.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugElectronContainer.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugElement.class
package org.openscience.cdk.debug
DebugElement.getAtomicNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugElement.getAtomicNumber:()Ljava/lang/Integer;]
DebugElement.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugElement.getProperties:()Ljava/util/Map;]
DebugElement.setAtomicNumber ( Integer atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugElement.setAtomicNumber:(Ljava/lang/Integer;)V]
DebugElement.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugElement.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugFragmentAtom.class
package org.openscience.cdk.debug
DebugFragmentAtom.addListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.addListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
DebugFragmentAtom.clone ( ) : Object
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.clone:()Ljava/lang/Object;]
DebugFragmentAtom.DebugFragmentAtom ( )
[mangled: org/openscience/cdk/debug/DebugFragmentAtom."<init>":()V]
DebugFragmentAtom.getAtomicNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getAtomicNumber:()Ljava/lang/Integer;]
DebugFragmentAtom.getAtomTypeName ( ) : String
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getAtomTypeName:()Ljava/lang/String;]
DebugFragmentAtom.getBondOrderSum ( ) : Double
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getBondOrderSum:()Ljava/lang/Double;]
DebugFragmentAtom.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
DebugFragmentAtom.getCharge ( ) : Double
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getCharge:()Ljava/lang/Double;]
DebugFragmentAtom.getCovalentRadius ( ) : Double
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getCovalentRadius:()Ljava/lang/Double;]
DebugFragmentAtom.getExactMass ( ) : Double
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getExactMass:()Ljava/lang/Double;]
DebugFragmentAtom.getFlag ( int flag_type ) : boolean
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getFlag:(I)Z]
DebugFragmentAtom.getFlags ( ) : boolean[ ]
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getFlags:()[Z]
DebugFragmentAtom.getFormalCharge ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getFormalCharge:()Ljava/lang/Integer;]
DebugFragmentAtom.getFormalNeighbourCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getFormalNeighbourCount:()Ljava/lang/Integer;]
DebugFragmentAtom.getFractionalPoint3d ( ) : Point3d
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getFractionalPoint3d:()Ljavax/vecmath/Point3d;]
DebugFragmentAtom.getFragment ( ) : IAtomContainer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getFragment:()Lorg/openscience/cdk/interfaces/IAtomContainer;]
DebugFragmentAtom.getHybridization ( ) : IAtomType.Hybridization
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getHybridization:()Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
DebugFragmentAtom.getHydrogenCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getHydrogenCount:()Ljava/lang/Integer;]
DebugFragmentAtom.getID ( ) : String
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getID:()Ljava/lang/String;]
DebugFragmentAtom.getLabel ( ) : String
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getLabel:()Ljava/lang/String;]
DebugFragmentAtom.getListenerCount ( ) : int
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getListenerCount:()I]
DebugFragmentAtom.getMassNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getMassNumber:()Ljava/lang/Integer;]
DebugFragmentAtom.getMaxBondOrder ( ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getMaxBondOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugFragmentAtom.getNaturalAbundance ( ) : Double
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getNaturalAbundance:()Ljava/lang/Double;]
DebugFragmentAtom.getPoint2d ( ) : Point2d
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getPoint2d:()Ljavax/vecmath/Point2d;]
DebugFragmentAtom.getPoint3d ( ) : Point3d
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getPoint3d:()Ljavax/vecmath/Point3d;]
DebugFragmentAtom.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getProperties:()Ljava/util/Map;]
DebugFragmentAtom.getProperty ( Object description ) : Object
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
DebugFragmentAtom.getStereoParity ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getStereoParity:()Ljava/lang/Integer;]
DebugFragmentAtom.getSymbol ( ) : String
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getSymbol:()Ljava/lang/String;]
DebugFragmentAtom.getValency ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.getValency:()Ljava/lang/Integer;]
DebugFragmentAtom.isExpanded ( ) : boolean
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.isExpanded:()Z]
DebugFragmentAtom.notifyChanged ( ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.notifyChanged:()V]
DebugFragmentAtom.notifyChanged ( IChemObjectChangeEvent evt ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.notifyChanged:(Lorg/openscience/cdk/interfaces/IChemObjectChangeEvent;)V]
DebugFragmentAtom.removeListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.removeListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
DebugFragmentAtom.removeProperty ( Object description ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.removeProperty:(Ljava/lang/Object;)V]
DebugFragmentAtom.setAtomicNumber ( Integer atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setAtomicNumber:(Ljava/lang/Integer;)V]
DebugFragmentAtom.setAtomTypeName ( String identifier ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setAtomTypeName:(Ljava/lang/String;)V]
DebugFragmentAtom.setBondOrderSum ( Double bondOrderSum ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setBondOrderSum:(Ljava/lang/Double;)V]
DebugFragmentAtom.setCharge ( Double charge ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setCharge:(Ljava/lang/Double;)V]
DebugFragmentAtom.setCovalentRadius ( Double radius ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setCovalentRadius:(Ljava/lang/Double;)V]
DebugFragmentAtom.setExactMass ( Double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setExactMass:(Ljava/lang/Double;)V]
DebugFragmentAtom.setExpanded ( boolean bool ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setExpanded:(Z)V]
DebugFragmentAtom.setFlag ( int flag_type, boolean flag_value ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setFlag:(IZ)V]
DebugFragmentAtom.setFlags ( boolean[ ] flagsNew ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setFlags:([Z)V]
DebugFragmentAtom.setFormalCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setFormalCharge:(Ljava/lang/Integer;)V]
DebugFragmentAtom.setFormalNeighbourCount ( Integer count ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setFormalNeighbourCount:(Ljava/lang/Integer;)V]
DebugFragmentAtom.setFractionalPoint3d ( Point3d point3d ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setFractionalPoint3d:(Ljavax/vecmath/Point3d;)V]
DebugFragmentAtom.setFragment ( IAtomContainer fragment ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setFragment:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
DebugFragmentAtom.setHybridization ( IAtomType.Hybridization hybridization ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setHybridization:(Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;)V]
DebugFragmentAtom.setHydrogenCount ( Integer hydrogenCount ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setHydrogenCount:(Ljava/lang/Integer;)V]
DebugFragmentAtom.setID ( String identifier ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setID:(Ljava/lang/String;)V]
DebugFragmentAtom.setLabel ( String label ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setLabel:(Ljava/lang/String;)V]
DebugFragmentAtom.setMassNumber ( Integer massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setMassNumber:(Ljava/lang/Integer;)V]
DebugFragmentAtom.setMaxBondOrder ( IBond.Order maxBondOrder ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setMaxBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugFragmentAtom.setNaturalAbundance ( Double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setNaturalAbundance:(Ljava/lang/Double;)V]
DebugFragmentAtom.setPoint2d ( Point2d point2d ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setPoint2d:(Ljavax/vecmath/Point2d;)V]
DebugFragmentAtom.setPoint3d ( Point3d point3d ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setPoint3d:(Ljavax/vecmath/Point3d;)V]
DebugFragmentAtom.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setProperties:(Ljava/util/Map;)V]
DebugFragmentAtom.setProperty ( Object description, Object property ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setProperty:(Ljava/lang/Object;Ljava/lang/Object;)V]
DebugFragmentAtom.setStereoParity ( Integer stereoParity ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setStereoParity:(Ljava/lang/Integer;)V]
DebugFragmentAtom.setSymbol ( String symbol ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setSymbol:(Ljava/lang/String;)V]
DebugFragmentAtom.setValency ( Integer valency ) : void
[mangled: org/openscience/cdk/debug/DebugFragmentAtom.setValency:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, DebugIsotope.class
package org.openscience.cdk.debug
DebugIsotope.getAtomicNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugIsotope.getAtomicNumber:()Ljava/lang/Integer;]
DebugIsotope.getExactMass ( ) : Double
[mangled: org/openscience/cdk/debug/DebugIsotope.getExactMass:()Ljava/lang/Double;]
DebugIsotope.getMassNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugIsotope.getMassNumber:()Ljava/lang/Integer;]
DebugIsotope.getNaturalAbundance ( ) : Double
[mangled: org/openscience/cdk/debug/DebugIsotope.getNaturalAbundance:()Ljava/lang/Double;]
DebugIsotope.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugIsotope.getProperties:()Ljava/util/Map;]
DebugIsotope.setAtomicNumber ( Integer atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setAtomicNumber:(Ljava/lang/Integer;)V]
DebugIsotope.setExactMass ( Double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setExactMass:(Ljava/lang/Double;)V]
DebugIsotope.setMassNumber ( Integer massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setMassNumber:(Ljava/lang/Integer;)V]
DebugIsotope.setNaturalAbundance ( Double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setNaturalAbundance:(Ljava/lang/Double;)V]
DebugIsotope.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugLonePair.class
package org.openscience.cdk.debug
DebugLonePair.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugLonePair.getElectronCount:()Ljava/lang/Integer;]
DebugLonePair.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugLonePair.getProperties:()Ljava/util/Map;]
DebugLonePair.setElectronCount ( Integer electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugLonePair.setElectronCount:(Ljava/lang/Integer;)V]
DebugLonePair.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugLonePair.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugMapping.class
package org.openscience.cdk.debug
DebugMapping.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugMapping.getProperties:()Ljava/util/Map;]
DebugMapping.relatedChemObjects ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMapping.relatedChemObjects:()Ljava/lang/Iterable;]
DebugMapping.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugMapping.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugMolecularFormula.class
package org.openscience.cdk.debug
DebugMolecularFormula.add ( IMolecularFormula formula ) : IMolecularFormula
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.add:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
DebugMolecularFormula.addIsotope ( IIsotope isotope ) : IMolecularFormula
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.addIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
DebugMolecularFormula.addIsotope ( IIsotope isotope, int count ) : IMolecularFormula
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.addIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
DebugMolecularFormula.contains ( IIsotope isotope ) : boolean
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.contains:(Lorg/openscience/cdk/interfaces/IIsotope;)Z]
DebugMolecularFormula.DebugMolecularFormula ( )
[mangled: org/openscience/cdk/debug/DebugMolecularFormula."<init>":()V]
DebugMolecularFormula.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
DebugMolecularFormula.getCharge ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.getCharge:()Ljava/lang/Integer;]
DebugMolecularFormula.getIsotopeCount ( ) : int
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.getIsotopeCount:()I]
DebugMolecularFormula.getIsotopeCount ( IIsotope isotope ) : int
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.getIsotopeCount:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
DebugMolecularFormula.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.getProperties:()Ljava/util/Map;]
DebugMolecularFormula.getProperty ( Object description ) : Object
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
DebugMolecularFormula.isotopes ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.isotopes:()Ljava/lang/Iterable;]
DebugMolecularFormula.removeAllIsotopes ( ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.removeAllIsotopes:()V]
DebugMolecularFormula.removeIsotope ( IIsotope isotope ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.removeIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;)V]
DebugMolecularFormula.removeProperty ( Object description ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.removeProperty:(Ljava/lang/Object;)V]
DebugMolecularFormula.setCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.setCharge:(Ljava/lang/Integer;)V]
DebugMolecularFormula.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.setProperties:(Ljava/util/Map;)V]
DebugMolecularFormula.setProperty ( Object description, Object property ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormula.setProperty:(Ljava/lang/Object;Ljava/lang/Object;)V]
cdk-1.2.0.jar, DebugMolecularFormulaSet.class
package org.openscience.cdk.debug
DebugMolecularFormulaSet.add ( IMolecularFormulaSet formulaSet ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.add:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)V]
DebugMolecularFormulaSet.addMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.addMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
DebugMolecularFormulaSet.contains ( IMolecularFormula formula ) : boolean
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.contains:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Z]
DebugMolecularFormulaSet.DebugMolecularFormulaSet ( )
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet."<init>":()V]
DebugMolecularFormulaSet.DebugMolecularFormulaSet ( IMolecularFormula formula )
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet."<init>":(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
DebugMolecularFormulaSet.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
DebugMolecularFormulaSet.getMolecularFormula ( int position ) : IMolecularFormula
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.getMolecularFormula:(I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
DebugMolecularFormulaSet.iterator ( ) : Iterator
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.iterator:()Ljava/util/Iterator;]
DebugMolecularFormulaSet.molecularFormulas ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.molecularFormulas:()Ljava/lang/Iterable;]
DebugMolecularFormulaSet.removeAllMolecularFormulas ( ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.removeAllMolecularFormulas:()V]
DebugMolecularFormulaSet.removeMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.removeMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
DebugMolecularFormulaSet.removeMolecularFormula ( int position ) : void
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.removeMolecularFormula:(I)V]
DebugMolecularFormulaSet.size ( ) : int
[mangled: org/openscience/cdk/debug/DebugMolecularFormulaSet.size:()I]
cdk-1.2.0.jar, DebugMolecule.class
package org.openscience.cdk.debug
DebugMolecule.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugMolecule.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugMolecule.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugMolecule.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugMolecule.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMolecule.atoms:()Ljava/lang/Iterable;]
DebugMolecule.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMolecule.bonds:()Ljava/lang/Iterable;]
DebugMolecule.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMolecule.electronContainers:()Ljava/lang/Iterable;]
DebugMolecule.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugMolecule.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugMolecule.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugMolecule.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugMolecule.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugMolecule.getProperties:()Ljava/util/Map;]
DebugMolecule.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMolecule.lonePairs:()Ljava/lang/Iterable;]
DebugMolecule.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugMolecule.setProperties:(Ljava/util/Map;)V]
DebugMolecule.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMolecule.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugMoleculeSet.class
package org.openscience.cdk.debug
DebugMoleculeSet.atomContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.atomContainers:()Ljava/lang/Iterable;]
DebugMoleculeSet.getMultiplier ( IAtomContainer container ) : Double
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.getMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/lang/Double;]
DebugMoleculeSet.getMultiplier ( int number ) : Double
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.getMultiplier:(I)Ljava/lang/Double;]
DebugMoleculeSet.getMultipliers ( ) : Double[ ]
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.getMultipliers:()[Ljava/lang/Double;]
DebugMoleculeSet.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.getProperties:()Ljava/util/Map;]
DebugMoleculeSet.molecules ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.molecules:()Ljava/lang/Iterable;]
DebugMoleculeSet.setMultiplier ( IAtomContainer container, Double multiplier ) : boolean
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/Double;)Z]
DebugMoleculeSet.setMultiplier ( int position, Double multiplier ) : void
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setMultiplier:(ILjava/lang/Double;)V]
DebugMoleculeSet.setMultipliers ( Double[ ] newMultipliers ) : boolean
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setMultipliers:([Ljava/lang/Double;)Z]
DebugMoleculeSet.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugMonomer.class
package org.openscience.cdk.debug
DebugMonomer.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugMonomer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugMonomer.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugMonomer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugMonomer.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMonomer.atoms:()Ljava/lang/Iterable;]
DebugMonomer.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMonomer.bonds:()Ljava/lang/Iterable;]
DebugMonomer.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMonomer.electronContainers:()Ljava/lang/Iterable;]
DebugMonomer.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugMonomer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugMonomer.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugMonomer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugMonomer.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugMonomer.getProperties:()Ljava/util/Map;]
DebugMonomer.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMonomer.lonePairs:()Ljava/lang/Iterable;]
DebugMonomer.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugMonomer.setProperties:(Ljava/util/Map;)V]
DebugMonomer.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugMonomer.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugPDBAtom.class
package org.openscience.cdk.debug
DebugPDBAtom.getHetAtom ( ) : Boolean
[mangled: org/openscience/cdk/debug/DebugPDBAtom.getHetAtom:()Ljava/lang/Boolean;]
DebugPDBAtom.getOccupancy ( ) : Double
[mangled: org/openscience/cdk/debug/DebugPDBAtom.getOccupancy:()Ljava/lang/Double;]
DebugPDBAtom.getOxt ( ) : Boolean
[mangled: org/openscience/cdk/debug/DebugPDBAtom.getOxt:()Ljava/lang/Boolean;]
DebugPDBAtom.getSerial ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPDBAtom.getSerial:()Ljava/lang/Integer;]
DebugPDBAtom.getTempFactor ( ) : Double
[mangled: org/openscience/cdk/debug/DebugPDBAtom.getTempFactor:()Ljava/lang/Double;]
DebugPDBAtom.setHetAtom ( Boolean newHetAtom ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setHetAtom:(Ljava/lang/Boolean;)V]
DebugPDBAtom.setOccupancy ( Double newOccupancy ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setOccupancy:(Ljava/lang/Double;)V]
DebugPDBAtom.setOxt ( Boolean newOxt ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setOxt:(Ljava/lang/Boolean;)V]
DebugPDBAtom.setSerial ( Integer newSerial ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setSerial:(Ljava/lang/Integer;)V]
DebugPDBAtom.setTempFactor ( Double newTempFactor ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setTempFactor:(Ljava/lang/Double;)V]
cdk-1.2.0.jar, DebugPDBStructure.class
package org.openscience.cdk.debug
DebugPDBStructure.getEndChainID ( ) : Character
[mangled: org/openscience/cdk/debug/DebugPDBStructure.getEndChainID:()Ljava/lang/Character;]
DebugPDBStructure.getEndInsertionCode ( ) : Character
[mangled: org/openscience/cdk/debug/DebugPDBStructure.getEndInsertionCode:()Ljava/lang/Character;]
DebugPDBStructure.getEndSequenceNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPDBStructure.getEndSequenceNumber:()Ljava/lang/Integer;]
DebugPDBStructure.getStartChainID ( ) : Character
[mangled: org/openscience/cdk/debug/DebugPDBStructure.getStartChainID:()Ljava/lang/Character;]
DebugPDBStructure.getStartInsertionCode ( ) : Character
[mangled: org/openscience/cdk/debug/DebugPDBStructure.getStartInsertionCode:()Ljava/lang/Character;]
DebugPDBStructure.getStartSequenceNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPDBStructure.getStartSequenceNumber:()Ljava/lang/Integer;]
DebugPDBStructure.setEndChainID ( Character endChainID ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setEndChainID:(Ljava/lang/Character;)V]
DebugPDBStructure.setEndInsertionCode ( Character endInsertionCode ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setEndInsertionCode:(Ljava/lang/Character;)V]
DebugPDBStructure.setEndSequenceNumber ( Integer endSequenceNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setEndSequenceNumber:(Ljava/lang/Integer;)V]
DebugPDBStructure.setStartChainID ( Character startChainID ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setStartChainID:(Ljava/lang/Character;)V]
DebugPDBStructure.setStartInsertionCode ( Character startInsertionCode ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setStartInsertionCode:(Ljava/lang/Character;)V]
DebugPDBStructure.setStartSequenceNumber ( Integer startSequenceNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setStartSequenceNumber:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, DebugPolymer.class
package org.openscience.cdk.debug
DebugPolymer.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugPolymer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugPolymer.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugPolymer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugPolymer.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugPolymer.atoms:()Ljava/lang/Iterable;]
DebugPolymer.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugPolymer.bonds:()Ljava/lang/Iterable;]
DebugPolymer.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugPolymer.electronContainers:()Ljava/lang/Iterable;]
DebugPolymer.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugPolymer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugPolymer.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugPolymer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugPolymer.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugPolymer.getProperties:()Ljava/util/Map;]
DebugPolymer.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugPolymer.lonePairs:()Ljava/lang/Iterable;]
DebugPolymer.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugPolymer.setProperties:(Ljava/util/Map;)V]
DebugPolymer.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugPolymer.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugPseudoAtom.class
package org.openscience.cdk.debug
DebugPseudoAtom.getAtomicNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getAtomicNumber:()Ljava/lang/Integer;]
DebugPseudoAtom.getBondOrderSum ( ) : Double
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getBondOrderSum:()Ljava/lang/Double;]
DebugPseudoAtom.getCharge ( ) : Double
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getCharge:()Ljava/lang/Double;]
DebugPseudoAtom.getCovalentRadius ( ) : Double
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getCovalentRadius:()Ljava/lang/Double;]
DebugPseudoAtom.getExactMass ( ) : Double
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getExactMass:()Ljava/lang/Double;]
DebugPseudoAtom.getFormalCharge ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getFormalCharge:()Ljava/lang/Integer;]
DebugPseudoAtom.getFormalNeighbourCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getFormalNeighbourCount:()Ljava/lang/Integer;]
DebugPseudoAtom.getHybridization ( ) : IAtomType.Hybridization
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getHybridization:()Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
DebugPseudoAtom.getHydrogenCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getHydrogenCount:()Ljava/lang/Integer;]
DebugPseudoAtom.getMassNumber ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getMassNumber:()Ljava/lang/Integer;]
DebugPseudoAtom.getMaxBondOrder ( ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getMaxBondOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugPseudoAtom.getNaturalAbundance ( ) : Double
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getNaturalAbundance:()Ljava/lang/Double;]
DebugPseudoAtom.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getProperties:()Ljava/util/Map;]
DebugPseudoAtom.getStereoParity ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getStereoParity:()Ljava/lang/Integer;]
DebugPseudoAtom.getValency ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getValency:()Ljava/lang/Integer;]
DebugPseudoAtom.setAtomicNumber ( Integer atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setAtomicNumber:(Ljava/lang/Integer;)V]
DebugPseudoAtom.setBondOrderSum ( Double bondOrderSum ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setBondOrderSum:(Ljava/lang/Double;)V]
DebugPseudoAtom.setCharge ( Double charge ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setCharge:(Ljava/lang/Double;)V]
DebugPseudoAtom.setCovalentRadius ( Double radius ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setCovalentRadius:(Ljava/lang/Double;)V]
DebugPseudoAtom.setExactMass ( Double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setExactMass:(Ljava/lang/Double;)V]
DebugPseudoAtom.setFormalCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setFormalCharge:(Ljava/lang/Integer;)V]
DebugPseudoAtom.setFormalNeighbourCount ( Integer count ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setFormalNeighbourCount:(Ljava/lang/Integer;)V]
DebugPseudoAtom.setHybridization ( IAtomType.Hybridization hybridization ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setHybridization:(Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;)V]
DebugPseudoAtom.setHydrogenCount ( Integer hydrogenCount ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setHydrogenCount:(Ljava/lang/Integer;)V]
DebugPseudoAtom.setMassNumber ( Integer massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setMassNumber:(Ljava/lang/Integer;)V]
DebugPseudoAtom.setMaxBondOrder ( IBond.Order maxBondOrder ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setMaxBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugPseudoAtom.setNaturalAbundance ( Double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setNaturalAbundance:(Ljava/lang/Double;)V]
DebugPseudoAtom.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setProperties:(Ljava/util/Map;)V]
DebugPseudoAtom.setStereoParity ( Integer stereoParity ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setStereoParity:(Ljava/lang/Integer;)V]
DebugPseudoAtom.setValency ( Integer valency ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setValency:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, DebugReaction.class
package org.openscience.cdk.debug
DebugReaction.addProduct ( IMolecule product, Double coefficient ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.addProduct:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)V]
DebugReaction.addReactant ( IMolecule reactant, Double coefficient ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.addReactant:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)V]
DebugReaction.getDirection ( ) : IReaction.Direction
[mangled: org/openscience/cdk/debug/DebugReaction.getDirection:()Lorg/openscience/cdk/interfaces/IReaction$Direction;]
DebugReaction.getProductCoefficient ( IMolecule product ) : Double
[mangled: org/openscience/cdk/debug/DebugReaction.getProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)Ljava/lang/Double;]
DebugReaction.getProductCoefficients ( ) : Double[ ]
[mangled: org/openscience/cdk/debug/DebugReaction.getProductCoefficients:()[Ljava/lang/Double;]
DebugReaction.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugReaction.getProperties:()Ljava/util/Map;]
DebugReaction.getReactantCoefficient ( IMolecule reactant ) : Double
[mangled: org/openscience/cdk/debug/DebugReaction.getReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)Ljava/lang/Double;]
DebugReaction.getReactantCoefficients ( ) : Double[ ]
[mangled: org/openscience/cdk/debug/DebugReaction.getReactantCoefficients:()[Ljava/lang/Double;]
DebugReaction.setDirection ( IReaction.Direction direction ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.setDirection:(Lorg/openscience/cdk/interfaces/IReaction$Direction;)V]
DebugReaction.setProductCoefficient ( IMolecule product, Double coefficient ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)Z]
DebugReaction.setProductCoefficients ( Double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setProductCoefficients:([Ljava/lang/Double;)Z]
DebugReaction.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.setProperties:(Ljava/util/Map;)V]
DebugReaction.setReactantCoefficient ( IMolecule reactant, Double coefficient ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)Z]
DebugReaction.setReactantCoefficients ( Double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setReactantCoefficients:([Ljava/lang/Double;)Z]
cdk-1.2.0.jar, DebugReactionScheme.class
package org.openscience.cdk.debug
DebugReactionScheme.add ( IReactionScheme scheme ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.add:(Lorg/openscience/cdk/interfaces/IReactionScheme;)V]
DebugReactionScheme.addListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.addListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
DebugReactionScheme.clone ( ) : Object
[mangled: org/openscience/cdk/debug/DebugReactionScheme.clone:()Ljava/lang/Object;]
DebugReactionScheme.DebugReactionScheme ( )
[mangled: org/openscience/cdk/debug/DebugReactionScheme."<init>":()V]
DebugReactionScheme.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
DebugReactionScheme.getFlag ( int flag_type ) : boolean
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getFlag:(I)Z]
DebugReactionScheme.getFlags ( ) : boolean[ ]
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getFlags:()[Z]
DebugReactionScheme.getID ( ) : String
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getID:()Ljava/lang/String;]
DebugReactionScheme.getListenerCount ( ) : int
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getListenerCount:()I]
DebugReactionScheme.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getProperties:()Ljava/util/Map;]
DebugReactionScheme.getProperty ( Object description ) : Object
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
DebugReactionScheme.getReactionSchemeCount ( ) : int
[mangled: org/openscience/cdk/debug/DebugReactionScheme.getReactionSchemeCount:()I]
DebugReactionScheme.notifyChanged ( ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.notifyChanged:()V]
DebugReactionScheme.notifyChanged ( IChemObjectChangeEvent evt ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.notifyChanged:(Lorg/openscience/cdk/interfaces/IChemObjectChangeEvent;)V]
DebugReactionScheme.reactionSchemes ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugReactionScheme.reactionSchemes:()Ljava/lang/Iterable;]
DebugReactionScheme.removeAllReactionSchemes ( ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.removeAllReactionSchemes:()V]
DebugReactionScheme.removeListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.removeListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
DebugReactionScheme.removeProperty ( Object description ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.removeProperty:(Ljava/lang/Object;)V]
DebugReactionScheme.setFlag ( int flag_type, boolean flag_value ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.setFlag:(IZ)V]
DebugReactionScheme.setFlags ( boolean[ ] flagsNew ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.setFlags:([Z)V]
DebugReactionScheme.setID ( String identifier ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.setID:(Ljava/lang/String;)V]
DebugReactionScheme.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.setProperties:(Ljava/util/Map;)V]
DebugReactionScheme.setProperty ( Object description, Object property ) : void
[mangled: org/openscience/cdk/debug/DebugReactionScheme.setProperty:(Ljava/lang/Object;Ljava/lang/Object;)V]
cdk-1.2.0.jar, DebugReactionSet.class
package org.openscience.cdk.debug
DebugReactionSet.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugReactionSet.getProperties:()Ljava/util/Map;]
DebugReactionSet.reactions ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugReactionSet.reactions:()Ljava/lang/Iterable;]
DebugReactionSet.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugReactionSet.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugRing.class
package org.openscience.cdk.debug
DebugRing.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugRing.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugRing.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugRing.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugRing.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugRing.atoms:()Ljava/lang/Iterable;]
DebugRing.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugRing.bonds:()Ljava/lang/Iterable;]
DebugRing.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugRing.electronContainers:()Ljava/lang/Iterable;]
DebugRing.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugRing.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugRing.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugRing.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugRing.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugRing.getProperties:()Ljava/util/Map;]
DebugRing.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugRing.lonePairs:()Ljava/lang/Iterable;]
DebugRing.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugRing.setProperties:(Ljava/util/Map;)V]
DebugRing.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugRing.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DebugRingSet.class
package org.openscience.cdk.debug
DebugRingSet.getConnectedRings ( IRing ring ) : IRingSet
[mangled: org/openscience/cdk/debug/DebugRingSet.getConnectedRings:(Lorg/openscience/cdk/interfaces/IRing;)Lorg/openscience/cdk/interfaces/IRingSet;]
DebugRingSet.getRings ( IBond bond ) : IRingSet
[mangled: org/openscience/cdk/debug/DebugRingSet.getRings:(Lorg/openscience/cdk/interfaces/IBond;)Lorg/openscience/cdk/interfaces/IRingSet;]
cdk-1.2.0.jar, DebugSingleElectron.class
package org.openscience.cdk.debug
DebugSingleElectron.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/debug/DebugSingleElectron.getElectronCount:()Ljava/lang/Integer;]
DebugSingleElectron.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugSingleElectron.getProperties:()Ljava/util/Map;]
DebugSingleElectron.setElectronCount ( Integer electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugSingleElectron.setElectronCount:(Ljava/lang/Integer;)V]
DebugSingleElectron.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugSingleElectron.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, DebugStrand.class
package org.openscience.cdk.debug
DebugStrand.addBond ( int atom1, int atom2, IBond.Order order ) : void
[mangled: org/openscience/cdk/debug/DebugStrand.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
DebugStrand.addBond ( int atom1, int atom2, IBond.Order order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugStrand.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
DebugStrand.atoms ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugStrand.atoms:()Ljava/lang/Iterable;]
DebugStrand.bonds ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugStrand.bonds:()Ljava/lang/Iterable;]
DebugStrand.electronContainers ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugStrand.electronContainers:()Ljava/lang/Iterable;]
DebugStrand.getMaximumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugStrand.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugStrand.getMinimumBondOrder ( IAtom atom ) : IBond.Order
[mangled: org/openscience/cdk/debug/DebugStrand.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
DebugStrand.getMonomers ( ) : Map
[mangled: org/openscience/cdk/debug/DebugStrand.getMonomers:()Ljava/util/Map;]
DebugStrand.getProperties ( ) : Map
[mangled: org/openscience/cdk/debug/DebugStrand.getProperties:()Ljava/util/Map;]
DebugStrand.lonePairs ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugStrand.lonePairs:()Ljava/lang/Iterable;]
DebugStrand.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/debug/DebugStrand.setProperties:(Ljava/util/Map;)V]
DebugStrand.singleElectrons ( ) : Iterable
[mangled: org/openscience/cdk/debug/DebugStrand.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, DefaultChemObjectBuilder.class
package org.openscience.cdk
DefaultChemObjectBuilder.newAdductFormula ( ) : IAdductFormula
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newAdductFormula:()Lorg/openscience/cdk/interfaces/IAdductFormula;]
DefaultChemObjectBuilder.newAdductFormula ( IMolecularFormula formula ) : IAdductFormula
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newAdductFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IAdductFormula;]
DefaultChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, IBond.Order order ) : IBond
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
DefaultChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, IBond.Order order, int stereo ) : IBond
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;I)Lorg/openscience/cdk/interfaces/IBond;]
DefaultChemObjectBuilder.newBond ( IAtom[ ] atoms ) : IBond
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond;]
DefaultChemObjectBuilder.newBond ( IAtom[ ] atoms, IBond.Order order ) : IBond
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
DefaultChemObjectBuilder.newFragmentAtom ( ) : IFragmentAtom
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newFragmentAtom:()Lorg/openscience/cdk/interfaces/IFragmentAtom;]
DefaultChemObjectBuilder.newMolecularFormula ( ) : IMolecularFormula
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newMolecularFormula:()Lorg/openscience/cdk/interfaces/IMolecularFormula;]
DefaultChemObjectBuilder.newMolecularFormulaSet ( ) : IMolecularFormulaSet
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newMolecularFormulaSet:()Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
DefaultChemObjectBuilder.newMolecularFormulaSet ( IMolecularFormula formula ) : IMolecularFormulaSet
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newMolecularFormulaSet:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
DefaultChemObjectBuilder.newReactionScheme ( ) : IReactionScheme
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newReactionScheme:()Lorg/openscience/cdk/interfaces/IReactionScheme;]
cdk-1.2.0.jar, DefaultChemObjectReader.class
package org.openscience.cdk.io
DefaultChemObjectReader.setReaderMode ( IChemObjectReader.Mode mode ) : void
[mangled: org/openscience/cdk/io/DefaultChemObjectReader.setReaderMode:(Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, DefaultIteratingChemObjectReader.class
package org.openscience.cdk.io.iterator
DefaultIteratingChemObjectReader.setReaderMode ( IChemObjectReader.Mode mode ) : void
[mangled: org/openscience/cdk/io/iterator/DefaultIteratingChemObjectReader.setReaderMode:(Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, DefaultRandomAccessChemObjectReader.class
package org.openscience.cdk.io.random
DefaultRandomAccessChemObjectReader.addChemObjectIOListener ( IChemObjectIOListener listener ) : void
[mangled: org/openscience/cdk/io/random/DefaultRandomAccessChemObjectReader.addChemObjectIOListener:(Lorg/openscience/cdk/io/listener/IChemObjectIOListener;)V]
DefaultRandomAccessChemObjectReader.DefaultRandomAccessChemObjectReader ( )
[mangled: org/openscience/cdk/io/random/DefaultRandomAccessChemObjectReader."<init>":()V]
DefaultRandomAccessChemObjectReader.fireIOSettingQuestion ( IOSetting setting ) : void
[mangled: org/openscience/cdk/io/random/DefaultRandomAccessChemObjectReader.fireIOSettingQuestion:(Lorg/openscience/cdk/io/setting/IOSetting;)V]
DefaultRandomAccessChemObjectReader.getIOSettings ( ) : IOSetting[ ]
[mangled: org/openscience/cdk/io/random/DefaultRandomAccessChemObjectReader.getIOSettings:()[Lorg/openscience/cdk/io/setting/IOSetting;]
DefaultRandomAccessChemObjectReader.removeChemObjectIOListener ( IChemObjectIOListener listener ) : void
[mangled: org/openscience/cdk/io/random/DefaultRandomAccessChemObjectReader.removeChemObjectIOListener:(Lorg/openscience/cdk/io/listener/IChemObjectIOListener;)V]
DefaultRandomAccessChemObjectReader.setReaderMode ( IChemObjectReader.Mode mode ) : void
[mangled: org/openscience/cdk/io/random/DefaultRandomAccessChemObjectReader.setReaderMode:(Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, DelimiterAttribute.class
package org.xmlcml.cml.attribute
DelimiterAttribute.appendXMLContent ( String s, String snew ) : String
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.appendXMLContent:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
DelimiterAttribute.checkDelimiter ( String s ) : void
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.checkDelimiter:(Ljava/lang/String;)V]
DelimiterAttribute.debug ( String s ) : void
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.debug:(Ljava/lang/String;)V]
DelimiterAttribute.DelimiterAttribute ( )
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute."<init>":()V]
DelimiterAttribute.DelimiterAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute."<init>":(Lnu/xom/Attribute;)V]
DelimiterAttribute.DelimiterAttribute ( String value )
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute."<init>":(Ljava/lang/String;)V]
DelimiterAttribute.getConcat ( ) : String
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.getConcat:()Ljava/lang/String;]
DelimiterAttribute.getDelimitedXMLContent ( double[ ] dd ) : String
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.getDelimitedXMLContent:([D)Ljava/lang/String;]
DelimiterAttribute.getDelimitedXMLContent ( int[ ] ii ) : String
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.getDelimitedXMLContent:([I)Ljava/lang/String;]
DelimiterAttribute.getDelimitedXMLContent ( String s ) : String
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.getDelimitedXMLContent:(Ljava/lang/String;)Ljava/lang/String;]
DelimiterAttribute.getDelimitedXMLContent ( String[ ] ss ) : String
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.getDelimitedXMLContent:([Ljava/lang/String;)Ljava/lang/String;]
DelimiterAttribute.getSplitContent ( String content ) : String[ ]
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.getSplitContent:(Ljava/lang/String;)[Ljava/lang/String;]
DelimiterAttribute.getSplitter ( ) : String
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.getSplitter:()Ljava/lang/String;]
DelimiterAttribute.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.setCMLValue:(Ljava/lang/String;)V]
DelimiterAttribute.setConcat ( String concat ) : void
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.setConcat:(Ljava/lang/String;)V]
DelimiterAttribute.setSplitter ( String splitter ) : void
[mangled: org/xmlcml/cml/attribute/DelimiterAttribute.setSplitter:(Ljava/lang/String;)V]
cdk-1.2.0.jar, DescriptorValue.class
package org.openscience.cdk.qsar
DescriptorValue.DescriptorValue ( DescriptorSpecification specification, String[ ] parameterNames, Object[ ] parameterSettings, IDescriptorResult value, String[ ] descriptorNames, Exception exception )
[mangled: org/openscience/cdk/qsar/DescriptorValue."<init>":(Lorg/openscience/cdk/qsar/DescriptorSpecification;[Ljava/lang/String;[Ljava/lang/Object;Lorg/openscience/cdk/qsar/result/IDescriptorResult;[Ljava/lang/String;Ljava/lang/Exception;)V]
DescriptorValue.getException ( ) : Exception
[mangled: org/openscience/cdk/qsar/DescriptorValue.getException:()Ljava/lang/Exception;]
cdk-1.2.0.jar, DictRef.class
package org.openscience.cdk.dict
DictRef.getReference ( ) : String
[mangled: org/openscience/cdk/dict/DictRef.getReference:()Ljava/lang/String;]
package org.xmlcml.cml.element
CMLProperty.DictRef.get ( String v ) : CMLProperty.DictRef
[mangled: org/xmlcml/cml/element/CMLProperty.DictRef.get:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLProperty$DictRef;]
CMLProperty.DictRef.valueOf ( String name ) [static] : CMLProperty.DictRef
[mangled: org/xmlcml/cml/element/CMLProperty.DictRef.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLProperty$DictRef;]
CMLProperty.DictRef.values ( ) [static] : CMLProperty.DictRef[ ]
[mangled: org/xmlcml/cml/element/CMLProperty.DictRef.values:()[Lorg/xmlcml/cml/element/CMLProperty$DictRef;]
cdk-1.2.0.jar, DictRefAttribute.class
package org.xmlcml.cml.attribute
DictRefAttribute.DictRefAttribute ( )
[mangled: org/xmlcml/cml/attribute/DictRefAttribute."<init>":()V]
DictRefAttribute.DictRefAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/DictRefAttribute."<init>":(Lnu/xom/Attribute;)V]
DictRefAttribute.getDictRefFromElementOrParent ( CMLElement el ) [static] : DictRefAttribute
[mangled: org/xmlcml/cml/attribute/DictRefAttribute.getDictRefFromElementOrParent:(Lorg/xmlcml/cml/base/CMLElement;)Lorg/xmlcml/cml/attribute/DictRefAttribute;]
cdk-1.2.0.jar, Direction.class
package org.openscience.cdk.interfaces
IReaction.Direction.valueOf ( String name ) [static] : IReaction.Direction
[mangled: org/openscience/cdk/interfaces/IReaction.Direction.valueOf:(Ljava/lang/String;)Lorg/openscience/cdk/interfaces/IReaction$Direction;]
IReaction.Direction.values ( ) [static] : IReaction.Direction[ ]
[mangled: org/openscience/cdk/interfaces/IReaction.Direction.values:()[Lorg/openscience/cdk/interfaces/IReaction$Direction;]
cdk-1.2.0.jar, DistanceToAtomDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
DistanceToAtomDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/DistanceToAtomDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, DOM2XmlPullBuilder.class
package org.xmlpull.v1.dom2_builder
DOM2XmlPullBuilder.DOM2XmlPullBuilder ( )
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder."<init>":()V]
DOM2XmlPullBuilder.main ( String[ ] args ) [static] : void
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.main:([Ljava/lang/String;)V]
DOM2XmlPullBuilder.newDoc ( ) : Document
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.newDoc:()Lorg/w3c/dom/Document;]
DOM2XmlPullBuilder.newParser ( ) : XmlPullParser
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.newParser:()Lorg/xmlpull/v1/XmlPullParser;]
DOM2XmlPullBuilder.parse ( Reader reader ) : Element
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.parse:(Ljava/io/Reader;)Lorg/w3c/dom/Element;]
DOM2XmlPullBuilder.parse ( Reader reader, Document docFactory ) : Element
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.parse:(Ljava/io/Reader;Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element;]
DOM2XmlPullBuilder.parse ( XmlPullParser pp, Document docFactory ) : Element
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.parse:(Lorg/xmlpull/v1/XmlPullParser;Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element;]
DOM2XmlPullBuilder.parseSubTree ( XmlPullParser pp ) : Element
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.parseSubTree:(Lorg/xmlpull/v1/XmlPullParser;)Lorg/w3c/dom/Element;]
DOM2XmlPullBuilder.parseSubTree ( XmlPullParser pp, Document docFactory ) : Element
[mangled: org/xmlpull/v1/dom2_builder/DOM2XmlPullBuilder.parseSubTree:(Lorg/xmlpull/v1/XmlPullParser;Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element;]
cdk-1.2.0.jar, DoubleArrayResultType.class
package org.openscience.cdk.qsar.result
DoubleArrayResultType.DoubleArrayResultType ( int size )
[mangled: org/openscience/cdk/qsar/result/DoubleArrayResultType."<init>":(I)V]
DoubleArrayResultType.length ( ) : int
[mangled: org/openscience/cdk/qsar/result/DoubleArrayResultType.length:()I]
DoubleArrayResultType.toString ( ) : String
[mangled: org/openscience/cdk/qsar/result/DoubleArrayResultType.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, DoubleArraySTAttribute.class
package org.xmlcml.cml.base
DoubleArraySTAttribute.checkValue ( double[ ] dd ) : void
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.checkValue:([D)V]
DoubleArraySTAttribute.copy ( ) : Node
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.copy:()Lnu/xom/Node;]
DoubleArraySTAttribute.DoubleArraySTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute."<init>":(Lnu/xom/Attribute;)V]
DoubleArraySTAttribute.DoubleArraySTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
DoubleArraySTAttribute.DoubleArraySTAttribute ( DoubleArraySTAttribute att )
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute."<init>":(Lorg/xmlcml/cml/base/DoubleArraySTAttribute;)V]
DoubleArraySTAttribute.DoubleArraySTAttribute ( String name )
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute."<init>":(Ljava/lang/String;)V]
DoubleArraySTAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.getCMLValue:()Ljava/lang/Object;]
DoubleArraySTAttribute.getDoubleArray ( ) : double[ ]
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.getDoubleArray:()[D]
DoubleArraySTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.getJavaGetMethod:()Ljava/lang/String;]
DoubleArraySTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.getJavaShortClassName:()Ljava/lang/String;]
DoubleArraySTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.getJavaType:()Ljava/lang/String;]
DoubleArraySTAttribute.setCMLValue ( double[ ] dd ) : void
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.setCMLValue:([D)V]
DoubleArraySTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.setCMLValue:(Ljava/lang/String;)V]
DoubleArraySTAttribute.split ( String s, String delim ) [static] : double[ ]
[mangled: org/xmlcml/cml/base/DoubleArraySTAttribute.split:(Ljava/lang/String;Ljava/lang/String;)[D]
cdk-1.2.0.jar, DoubleDifference.class
package org.openscience.cdk.tools.diff.tree
DoubleDifference.construct ( String name, Double first, Double second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/DoubleDifference.construct:(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/Double;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
DoubleDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/DoubleDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, DoubleResultType.class
package org.openscience.cdk.qsar.result
DoubleResultType.DoubleResultType ( )
[mangled: org/openscience/cdk/qsar/result/DoubleResultType."<init>":()V]
DoubleResultType.length ( ) : int
[mangled: org/openscience/cdk/qsar/result/DoubleResultType.length:()I]
DoubleResultType.toString ( ) : String
[mangled: org/openscience/cdk/qsar/result/DoubleResultType.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, DoubleSTAttribute.class
package org.xmlcml.cml.base
DoubleSTAttribute.checkValue ( double d ) : void
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.checkValue:(D)V]
DoubleSTAttribute.copy ( ) : Node
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.copy:()Lnu/xom/Node;]
DoubleSTAttribute.DoubleSTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/DoubleSTAttribute."<init>":(Lnu/xom/Attribute;)V]
DoubleSTAttribute.DoubleSTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/DoubleSTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
DoubleSTAttribute.DoubleSTAttribute ( DoubleSTAttribute att )
[mangled: org/xmlcml/cml/base/DoubleSTAttribute."<init>":(Lorg/xmlcml/cml/base/DoubleSTAttribute;)V]
DoubleSTAttribute.DoubleSTAttribute ( String name )
[mangled: org/xmlcml/cml/base/DoubleSTAttribute."<init>":(Ljava/lang/String;)V]
DoubleSTAttribute.getDouble ( ) : double
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.getDouble:()D]
DoubleSTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.getJavaGetMethod:()Ljava/lang/String;]
DoubleSTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.getJavaShortClassName:()Ljava/lang/String;]
DoubleSTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.getJavaType:()Ljava/lang/String;]
DoubleSTAttribute.setCMLValue ( double d ) : void
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.setCMLValue:(D)V]
DoubleSTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/DoubleSTAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.2.0.jar, DoubleTool.class
package org.xmlcml.euclid
DoubleTool.DoubleTool ( )
[mangled: org/xmlcml/euclid/DoubleTool."<init>":()V]
DoubleTool.equals ( double a, double b, double eps ) [static] : boolean
[mangled: org/xmlcml/euclid/DoubleTool.equals:(DDD)Z]
DoubleTool.equals ( double[ ] a, double[ ] b, double eps ) [static] : boolean
[mangled: org/xmlcml/euclid/DoubleTool.equals:([D[DD)Z]
cdk-1.2.0.jar, DrawMode.class
package org.openscience.cdk.controller
IController2DModel.DrawMode.getName ( ) : String
[mangled: org/openscience/cdk/controller/IController2DModel.DrawMode.getName:()Ljava/lang/String;]
IController2DModel.DrawMode.valueOf ( String name ) [static] : IController2DModel.DrawMode
[mangled: org/openscience/cdk/controller/IController2DModel.DrawMode.valueOf:(Ljava/lang/String;)Lorg/openscience/cdk/controller/IController2DModel$DrawMode;]
IController2DModel.DrawMode.values ( ) [static] : IController2DModel.DrawMode[ ]
[mangled: org/openscience/cdk/controller/IController2DModel.DrawMode.values:()[Lorg/openscience/cdk/controller/IController2DModel$DrawMode;]
cdk-1.2.0.jar, Driver.class
package org.xmlpull.v1.sax2
Driver.Driver ( )
[mangled: org/xmlpull/v1/sax2/Driver."<init>":()V]
Driver.Driver ( XmlPullParser pp )
[mangled: org/xmlpull/v1/sax2/Driver."<init>":(Lorg/xmlpull/v1/XmlPullParser;)V]
Driver.getColumnNumber ( ) : int
[mangled: org/xmlpull/v1/sax2/Driver.getColumnNumber:()I]
Driver.getContentHandler ( ) : ContentHandler
[mangled: org/xmlpull/v1/sax2/Driver.getContentHandler:()Lorg/xml/sax/ContentHandler;]
Driver.getDTDHandler ( ) : DTDHandler
[mangled: org/xmlpull/v1/sax2/Driver.getDTDHandler:()Lorg/xml/sax/DTDHandler;]
Driver.getEntityResolver ( ) : EntityResolver
[mangled: org/xmlpull/v1/sax2/Driver.getEntityResolver:()Lorg/xml/sax/EntityResolver;]
Driver.getErrorHandler ( ) : ErrorHandler
[mangled: org/xmlpull/v1/sax2/Driver.getErrorHandler:()Lorg/xml/sax/ErrorHandler;]
Driver.getFeature ( String name ) : boolean
[mangled: org/xmlpull/v1/sax2/Driver.getFeature:(Ljava/lang/String;)Z]
Driver.getIndex ( String qName ) : int
[mangled: org/xmlpull/v1/sax2/Driver.getIndex:(Ljava/lang/String;)I]
Driver.getIndex ( String uri, String localName ) : int
[mangled: org/xmlpull/v1/sax2/Driver.getIndex:(Ljava/lang/String;Ljava/lang/String;)I]
Driver.getLength ( ) : int
[mangled: org/xmlpull/v1/sax2/Driver.getLength:()I]
Driver.getLineNumber ( ) : int
[mangled: org/xmlpull/v1/sax2/Driver.getLineNumber:()I]
Driver.getLocalName ( int index ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getLocalName:(I)Ljava/lang/String;]
Driver.getProperty ( String name ) : Object
[mangled: org/xmlpull/v1/sax2/Driver.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
Driver.getPublicId ( ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getPublicId:()Ljava/lang/String;]
Driver.getQName ( int index ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getQName:(I)Ljava/lang/String;]
Driver.getSystemId ( ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getSystemId:()Ljava/lang/String;]
Driver.getType ( int index ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getType:(I)Ljava/lang/String;]
Driver.getType ( String qName ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getType:(Ljava/lang/String;)Ljava/lang/String;]
Driver.getType ( String uri, String localName ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getType:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Driver.getURI ( int index ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getURI:(I)Ljava/lang/String;]
Driver.getValue ( int index ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getValue:(I)Ljava/lang/String;]
Driver.getValue ( String qName ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getValue:(Ljava/lang/String;)Ljava/lang/String;]
Driver.getValue ( String uri, String localName ) : String
[mangled: org/xmlpull/v1/sax2/Driver.getValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Driver.parse ( InputSource source ) : void
[mangled: org/xmlpull/v1/sax2/Driver.parse:(Lorg/xml/sax/InputSource;)V]
Driver.parse ( String systemId ) : void
[mangled: org/xmlpull/v1/sax2/Driver.parse:(Ljava/lang/String;)V]
Driver.parseSubTree ( XmlPullParser pp ) : void
[mangled: org/xmlpull/v1/sax2/Driver.parseSubTree:(Lorg/xmlpull/v1/XmlPullParser;)V]
Driver.setContentHandler ( ContentHandler handler ) : void
[mangled: org/xmlpull/v1/sax2/Driver.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
Driver.setDTDHandler ( DTDHandler handler ) : void
[mangled: org/xmlpull/v1/sax2/Driver.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
Driver.setEntityResolver ( EntityResolver resolver ) : void
[mangled: org/xmlpull/v1/sax2/Driver.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
Driver.setErrorHandler ( ErrorHandler handler ) : void
[mangled: org/xmlpull/v1/sax2/Driver.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
Driver.setFeature ( String name, boolean value ) : void
[mangled: org/xmlpull/v1/sax2/Driver.setFeature:(Ljava/lang/String;Z)V]
Driver.setProperty ( String name, Object value ) : void
[mangled: org/xmlpull/v1/sax2/Driver.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
Driver.startElement ( String namespace, String localName, String qName ) : void
[mangled: org/xmlpull/v1/sax2/Driver.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, EccentricConnectivityIndexDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
EccentricConnectivityIndexDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/EccentricConnectivityIndexDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, EffectiveAtomPolarizabilityDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
EffectiveAtomPolarizabilityDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/EffectiveAtomPolarizabilityDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, ElectronContainer.class
package org.openscience.cdk
ElectronContainer.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/ElectronContainer.getElectronCount:()Ljava/lang/Integer;]
ElectronContainer.setElectronCount ( Integer electronCount ) : void
[mangled: org/openscience/cdk/ElectronContainer.setElectronCount:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, ElectronContainerDiff.class
package org.openscience.cdk.tools.diff
ElectronContainerDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/ElectronContainerDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
ElectronContainerDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/ElectronContainerDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
ElectronContainerDiff.ElectronContainerDiff ( )
[mangled: org/openscience/cdk/tools/diff/ElectronContainerDiff."<init>":()V]
cdk-1.2.0.jar, Electronegativity.class
package org.openscience.cdk.charges
Electronegativity.calculateSigmaElectronegativity ( IAtomContainer ac, IAtom atom ) : double
[mangled: org/openscience/cdk/charges/Electronegativity.calculateSigmaElectronegativity:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)D]
Electronegativity.calculateSigmaElectronegativity ( IAtomContainer ac, IAtom atom, int maxIterations, int maxResonStruc ) : double
[mangled: org/openscience/cdk/charges/Electronegativity.calculateSigmaElectronegativity:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;II)D]
Electronegativity.Electronegativity ( )
[mangled: org/openscience/cdk/charges/Electronegativity."<init>":()V]
Electronegativity.Electronegativity ( int maxIterations, int maxResonStruc )
[mangled: org/openscience/cdk/charges/Electronegativity."<init>":(II)V]
Electronegativity.getMaxIterations ( ) : int
[mangled: org/openscience/cdk/charges/Electronegativity.getMaxIterations:()I]
Electronegativity.getMaxResonStruc ( ) : int
[mangled: org/openscience/cdk/charges/Electronegativity.getMaxResonStruc:()I]
Electronegativity.setMaxIterations ( int maxIterations ) : void
[mangled: org/openscience/cdk/charges/Electronegativity.setMaxIterations:(I)V]
Electronegativity.setMaxResonStruc ( int maxResonStruc ) : void
[mangled: org/openscience/cdk/charges/Electronegativity.setMaxResonStruc:(I)V]
cdk-1.2.0.jar, ElectronImpactSDBReaction.class
package org.openscience.cdk.reaction.type
ElectronImpactSDBReaction.ElectronImpactSDBReaction ( )
[mangled: org/openscience/cdk/reaction/type/ElectronImpactSDBReaction."<init>":()V]
ElectronImpactSDBReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/ElectronImpactSDBReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
ElectronImpactSDBReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/ElectronImpactSDBReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, ElectrostaticInteractions.class
package org.openscience.cdk.modeling.forcefield
ElectrostaticInteractions.setMMFF94ElectrostaticParameters ( IAtomContainer molecule, Map parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/ElectrostaticInteractions.setMMFF94ElectrostaticParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)V]
cdk-1.2.0.jar, Element.class
package org.openscience.cdk
Element.getAtomicNumber ( ) : Integer
[mangled: org/openscience/cdk/Element.getAtomicNumber:()Ljava/lang/Integer;]
Element.setAtomicNumber ( Integer atomicNumber ) : void
[mangled: org/openscience/cdk/Element.setAtomicNumber:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, ElementDiff.class
package org.openscience.cdk.tools.diff
ElementDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/ElementDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
ElementDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/ElementDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
ElementDiff.ElementDiff ( )
[mangled: org/openscience/cdk/tools/diff/ElementDiff."<init>":()V]
cdk-1.2.0.jar, ElementGenerator.class
package org.xmlcml.cml.base
ElementGenerator.ElementGenerator ( SchemaManager schemaManager )
[mangled: org/xmlcml/cml/base/ElementGenerator."<init>":(Lorg/xmlcml/cml/base/SchemaManager;)V]
ElementGenerator.getElementTypeMap ( ) : Map
[mangled: org/xmlcml/cml/base/ElementGenerator.getElementTypeMap:()Ljava/util/Map;]
ElementGenerator.getNameList ( ) : List
[mangled: org/xmlcml/cml/base/ElementGenerator.getNameList:()Ljava/util/List;]
ElementGenerator.indexSchema ( ) : void
[mangled: org/xmlcml/cml/base/ElementGenerator.indexSchema:()V]
ElementGenerator.readAssembleAndIndexElementSchema ( String indir ) : void
[mangled: org/xmlcml/cml/base/ElementGenerator.readAssembleAndIndexElementSchema:(Ljava/lang/String;)V]
ElementGenerator.setElementTypeMap ( Map elementTypeMap ) : void
[mangled: org/xmlcml/cml/base/ElementGenerator.setElementTypeMap:(Ljava/util/Map;)V]
ElementGenerator.setNameList ( List nameList ) : void
[mangled: org/xmlcml/cml/base/ElementGenerator.setNameList:(Ljava/util/List;)V]
cdk-1.2.0.jar, ElementPTFactory.class
package org.openscience.cdk.config
ElementPTFactory.configureE ( PeriodicTableElement elementPT ) : IElement
[mangled: org/openscience/cdk/config/ElementPTFactory.configureE:(Lorg/openscience/cdk/PeriodicTableElement;)Lorg/openscience/cdk/interfaces/IElement;]
ElementPTFactory.getAtomicNumber ( PeriodicTableElement element ) : double
[mangled: org/openscience/cdk/config/ElementPTFactory.getAtomicNumber:(Lorg/openscience/cdk/PeriodicTableElement;)D]
ElementPTFactory.getCASid ( PeriodicTableElement element ) : String
[mangled: org/openscience/cdk/config/ElementPTFactory.getCASid:(Lorg/openscience/cdk/PeriodicTableElement;)Ljava/lang/String;]
ElementPTFactory.getChemicalSerie ( PeriodicTableElement element ) : String
[mangled: org/openscience/cdk/config/ElementPTFactory.getChemicalSerie:(Lorg/openscience/cdk/PeriodicTableElement;)Ljava/lang/String;]
ElementPTFactory.getCovalentRadius ( PeriodicTableElement element ) : double
[mangled: org/openscience/cdk/config/ElementPTFactory.getCovalentRadius:(Lorg/openscience/cdk/PeriodicTableElement;)D]
ElementPTFactory.getElements ( ) : List
[mangled: org/openscience/cdk/config/ElementPTFactory.getElements:()Ljava/util/List;]
ElementPTFactory.getGroup ( PeriodicTableElement element ) : int
[mangled: org/openscience/cdk/config/ElementPTFactory.getGroup:(Lorg/openscience/cdk/PeriodicTableElement;)I]
ElementPTFactory.getName ( PeriodicTableElement element ) : String
[mangled: org/openscience/cdk/config/ElementPTFactory.getName:(Lorg/openscience/cdk/PeriodicTableElement;)Ljava/lang/String;]
ElementPTFactory.getPaulingEneg ( PeriodicTableElement element ) : double
[mangled: org/openscience/cdk/config/ElementPTFactory.getPaulingEneg:(Lorg/openscience/cdk/PeriodicTableElement;)D]
ElementPTFactory.getPeriod ( PeriodicTableElement element ) : int
[mangled: org/openscience/cdk/config/ElementPTFactory.getPeriod:(Lorg/openscience/cdk/PeriodicTableElement;)I]
ElementPTFactory.getPhase ( PeriodicTableElement element ) : String
[mangled: org/openscience/cdk/config/ElementPTFactory.getPhase:(Lorg/openscience/cdk/PeriodicTableElement;)Ljava/lang/String;]
ElementPTFactory.getVdwRadius ( PeriodicTableElement element ) : double
[mangled: org/openscience/cdk/config/ElementPTFactory.getVdwRadius:(Lorg/openscience/cdk/PeriodicTableElement;)D]
cdk-1.2.0.jar, ElementPTHandler.class
package org.openscience.cdk.config.elements
ElementPTHandler.getElements ( ) : List
[mangled: org/openscience/cdk/config/elements/ElementPTHandler.getElements:()Ljava/util/List;]
cdk-1.2.0.jar, ElementPTReader.class
package org.openscience.cdk.config.elements
ElementPTReader.readElements ( ) : List
[mangled: org/openscience/cdk/config/elements/ElementPTReader.readElements:()Ljava/util/List;]
cdk-1.2.0.jar, ElementRule.class
package org.openscience.cdk.formula.rules
ElementRule.ElementRule ( )
[mangled: org/openscience/cdk/formula/rules/ElementRule."<init>":()V]
ElementRule.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/formula/rules/ElementRule.getParameters:()[Ljava/lang/Object;]
ElementRule.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/formula/rules/ElementRule.setParameters:([Ljava/lang/Object;)V]
ElementRule.validate ( IMolecularFormula formula ) : double
[mangled: org/openscience/cdk/formula/rules/ElementRule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
cdk-1.2.0.jar, EntryReact.class
package org.openscience.cdk.dict
EntryReact.addExampleReaction ( String xml ) : void
[mangled: org/openscience/cdk/dict/EntryReact.addExampleReaction:(Ljava/lang/String;)V]
EntryReact.addParameter ( List param ) : void
[mangled: org/openscience/cdk/dict/EntryReact.addParameter:(Ljava/util/List;)V]
EntryReact.EntryReact ( String identifier )
[mangled: org/openscience/cdk/dict/EntryReact."<init>":(Ljava/lang/String;)V]
EntryReact.EntryReact ( String identifier, String term )
[mangled: org/openscience/cdk/dict/EntryReact."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
EntryReact.getExampleReactions ( ) : List
[mangled: org/openscience/cdk/dict/EntryReact.getExampleReactions:()Ljava/util/List;]
EntryReact.getMechanism ( ) : String
[mangled: org/openscience/cdk/dict/EntryReact.getMechanism:()Ljava/lang/String;]
EntryReact.getParameterClass ( ) : List
[mangled: org/openscience/cdk/dict/EntryReact.getParameterClass:()Ljava/util/List;]
EntryReact.getParameters ( ) : HashMap
[mangled: org/openscience/cdk/dict/EntryReact.getParameters:()Ljava/util/HashMap;]
EntryReact.getParameterValue ( ) : List
[mangled: org/openscience/cdk/dict/EntryReact.getParameterValue:()Ljava/util/List;]
EntryReact.getReactionMetadata ( ) : List
[mangled: org/openscience/cdk/dict/EntryReact.getReactionMetadata:()Ljava/util/List;]
EntryReact.getRepresentations ( ) : List
[mangled: org/openscience/cdk/dict/EntryReact.getRepresentations:()Ljava/util/List;]
EntryReact.setMechanism ( String mechani ) : void
[mangled: org/openscience/cdk/dict/EntryReact.setMechanism:(Ljava/lang/String;)V]
EntryReact.setParameters ( String nameParam, String typeParam, String value ) : void
[mangled: org/openscience/cdk/dict/EntryReact.setParameters:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
EntryReact.setReactionMetadata ( String metadata ) : void
[mangled: org/openscience/cdk/dict/EntryReact.setReactionMetadata:(Ljava/lang/String;)V]
EntryReact.setRepresentation ( String contentRepr ) : void
[mangled: org/openscience/cdk/dict/EntryReact.setRepresentation:(Ljava/lang/String;)V]
cdk-1.2.0.jar, EStateAtomTypeMatcher.class
package org.openscience.cdk.atomtype
EStateAtomTypeMatcher.findMatchingAtomType ( IAtomContainer atomContainer ) : IAtomType[ ]
[mangled: org/openscience/cdk/atomtype/EStateAtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[Lorg/openscience/cdk/interfaces/IAtomType;]
EStateAtomTypeMatcher.setRingSet ( IRingSet rs ) : void
[mangled: org/openscience/cdk/atomtype/EStateAtomTypeMatcher.setRingSet:(Lorg/openscience/cdk/interfaces/IRingSet;)V]
cdk-1.2.0.jar, EStateFingerprinter.class
package org.openscience.cdk.fingerprint
EStateFingerprinter.EStateFingerprinter ( )
[mangled: org/openscience/cdk/fingerprint/EStateFingerprinter."<init>":()V]
EStateFingerprinter.getFingerprint ( IAtomContainer atomContainer ) : BitSet
[mangled: org/openscience/cdk/fingerprint/EStateFingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/BitSet;]
EStateFingerprinter.getSize ( ) : int
[mangled: org/openscience/cdk/fingerprint/EStateFingerprinter.getSize:()I]
cdk-1.2.0.jar, EStateFragments.class
package org.openscience.cdk.config.fragments
EStateFragments.EStateFragments ( )
[mangled: org/openscience/cdk/config/fragments/EStateFragments."<init>":()V]
EStateFragments.getNames ( ) [static] : String[ ]
[mangled: org/openscience/cdk/config/fragments/EStateFragments.getNames:()[Ljava/lang/String;]
EStateFragments.getSmarts ( ) [static] : String[ ]
[mangled: org/openscience/cdk/config/fragments/EStateFragments.getSmarts:()[Ljava/lang/String;]
cdk-1.2.0.jar, EuclidRuntimeException.class
package org.xmlcml.euclid
EuclidRuntimeException.EuclidRuntimeException ( )
[mangled: org/xmlcml/euclid/EuclidRuntimeException."<init>":()V]
EuclidRuntimeException.EuclidRuntimeException ( EuclidException exception )
[mangled: org/xmlcml/euclid/EuclidRuntimeException."<init>":(Lorg/xmlcml/euclid/EuclidException;)V]
EuclidRuntimeException.EuclidRuntimeException ( String message, Throwable cause )
[mangled: org/xmlcml/euclid/EuclidRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
EuclidRuntimeException.EuclidRuntimeException ( String msg )
[mangled: org/xmlcml/euclid/EuclidRuntimeException."<init>":(Ljava/lang/String;)V]
cdk-1.2.0.jar, ExampleController2DModule.class
package org.openscience.cdk.controller
ExampleController2DModule.ExampleController2DModule ( )
[mangled: org/openscience/cdk/controller/ExampleController2DModule."<init>":()V]
ExampleController2DModule.mouseClickedDouble ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.mouseClickedDouble:(Ljavax/vecmath/Point2d;)V]
ExampleController2DModule.mouseClickedDown ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.mouseClickedDown:(Ljavax/vecmath/Point2d;)V]
ExampleController2DModule.mouseClickedUp ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.mouseClickedUp:(Ljavax/vecmath/Point2d;)V]
ExampleController2DModule.mouseDrag ( Point2d worldCoordFrom, Point2d worldCoordTo ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.mouseDrag:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)V]
ExampleController2DModule.mouseEnter ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.mouseEnter:(Ljavax/vecmath/Point2d;)V]
ExampleController2DModule.mouseExit ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.mouseExit:(Ljavax/vecmath/Point2d;)V]
ExampleController2DModule.mouseMove ( Point2d worldCoord ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.mouseMove:(Ljavax/vecmath/Point2d;)V]
ExampleController2DModule.setChemModelRelay ( IChemModelRelay relay ) : void
[mangled: org/openscience/cdk/controller/ExampleController2DModule.setChemModelRelay:(Lorg/openscience/cdk/controller/IChemModelRelay;)V]
cdk-1.2.0.jar, ExplicitConnectionAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
ExplicitConnectionAtom.ExplicitConnectionAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ExplicitConnectionAtom."<init>":()V]
ExplicitConnectionAtom.ExplicitConnectionAtom ( int connection )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ExplicitConnectionAtom."<init>":(I)V]
ExplicitConnectionAtom.getNumOfConnection ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ExplicitConnectionAtom.getNumOfConnection:()I]
ExplicitConnectionAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ExplicitConnectionAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
ExplicitConnectionAtom.setNumOfConnection ( int numOfConnection ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ExplicitConnectionAtom.setNumOfConnection:(I)V]
cdk-1.2.0.jar, ExtendedFingerprinter.class
package org.openscience.cdk.fingerprint
ExtendedFingerprinter.getFingerprint ( IAtomContainer atomContainer, IRingSet ringSet, List rslist ) : BitSet
[mangled: org/openscience/cdk/fingerprint/ExtendedFingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;Ljava/util/List;)Ljava/util/BitSet;]
cdk-1.2.0.jar, FileSource.class
package net.sf.jnati.deploy.source
FileSource.close ( ) : void
[mangled: net/sf/jnati/deploy/source/FileSource.close:()V]
FileSource.containsFile ( String path ) : boolean
[mangled: net/sf/jnati/deploy/source/FileSource.containsFile:(Ljava/lang/String;)Z]
FileSource.FileSource ( File root, Artefact artefact )
[mangled: net/sf/jnati/deploy/source/FileSource."<init>":(Ljava/io/File;Lnet/sf/jnati/deploy/artefact/Artefact;)V]
FileSource.getPath ( ) : File
[mangled: net/sf/jnati/deploy/source/FileSource.getPath:()Ljava/io/File;]
FileSource.isLocal ( ) : boolean
[mangled: net/sf/jnati/deploy/source/FileSource.isLocal:()Z]
FileSource.openFile ( String path ) : InputStream
[mangled: net/sf/jnati/deploy/source/FileSource.openFile:(Ljava/lang/String;)Ljava/io/InputStream;]
cdk-1.2.0.jar, FileUtils.class
package net.sf.jnati
FileUtils.copyStreamToStream ( InputStream in, OutputStream out ) [static] : void
[mangled: net/sf/jnati/FileUtils.copyStreamToStream:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
FileUtils.delTree ( File dir ) [static] : boolean
[mangled: net/sf/jnati/FileUtils.delTree:(Ljava/io/File;)Z]
FileUtils.FileUtils ( )
[mangled: net/sf/jnati/FileUtils."<init>":()V]
FileUtils.getTmpDir ( ) [static] : File
[mangled: net/sf/jnati/FileUtils.getTmpDir:()Ljava/io/File;]
FileUtils.getTmpDir ( File root ) [static] : File
[mangled: net/sf/jnati/FileUtils.getTmpDir:(Ljava/io/File;)Ljava/io/File;]
FileUtils.getTmpDir ( String path ) [static] : File
[mangled: net/sf/jnati/FileUtils.getTmpDir:(Ljava/lang/String;)Ljava/io/File;]
FileUtils.readBytes ( InputStream in ) [static] : byte[ ]
[mangled: net/sf/jnati/FileUtils.readBytes:(Ljava/io/InputStream;)[B]
FileUtils.readString ( Reader in ) [static] : String
[mangled: net/sf/jnati/FileUtils.readString:(Ljava/io/Reader;)Ljava/lang/String;]
FileUtils.writeStreamToFile ( InputStream in, File file ) [static] : void
[mangled: net/sf/jnati/FileUtils.writeStreamToFile:(Ljava/io/InputStream;Ljava/io/File;)V]
FileUtils.writeString ( File file, String string ) [static] : void
[mangled: net/sf/jnati/FileUtils.writeString:(Ljava/io/File;Ljava/lang/String;)V]
cdk-1.2.0.jar, Fingerprinter.class
package org.openscience.cdk.fingerprint
Fingerprinter.findPathes ( IAtomContainer container, int searchDepth ) : int[ ]
[mangled: org/openscience/cdk/fingerprint/Fingerprinter.findPathes:(Lorg/openscience/cdk/interfaces/IAtomContainer;I)[I]
cdk-1.2.0.jar, ForceFieldConfigurator.class
package org.openscience.cdk.modeling.builder3d
ForceFieldConfigurator.getAtomTypes ( ) : List
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.getAtomTypes:()Ljava/util/List;]
ForceFieldConfigurator.getParameterSet ( ) : Map
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.getParameterSet:()Ljava/util/Map;]
ForceFieldConfigurator.setAtomTypes ( List atomtypes ) : void
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.setAtomTypes:(Ljava/util/List;)V]
ForceFieldConfigurator.setParameters ( Map parameterset ) : void
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.setParameters:(Ljava/util/Map;)V]
cdk-1.2.0.jar, FormatFactory.class
package org.openscience.cdk.io
FormatFactory.FormatFactory ( )
[mangled: org/openscience/cdk/io/FormatFactory."<init>":()V]
FormatFactory.FormatFactory ( int headerLength )
[mangled: org/openscience/cdk/io/FormatFactory."<init>":(I)V]
FormatFactory.getFormats ( ) : List
[mangled: org/openscience/cdk/io/FormatFactory.getFormats:()Ljava/util/List;]
FormatFactory.guessFormat ( InputStream input ) : IChemFormat
[mangled: org/openscience/cdk/io/FormatFactory.guessFormat:(Ljava/io/InputStream;)Lorg/openscience/cdk/io/formats/IChemFormat;]
FormatFactory.guessFormat ( Reader input ) : IChemFormat
[mangled: org/openscience/cdk/io/FormatFactory.guessFormat:(Ljava/io/Reader;)Lorg/openscience/cdk/io/formats/IChemFormat;]
FormatFactory.registerFormat ( IChemFormatMatcher format ) : void
[mangled: org/openscience/cdk/io/FormatFactory.registerFormat:(Lorg/openscience/cdk/io/formats/IChemFormatMatcher;)V]
cdk-1.2.0.jar, FragmentAtom.class
package org.openscience.cdk
FragmentAtom.getExactMass ( ) : Double
[mangled: org/openscience/cdk/FragmentAtom.getExactMass:()Ljava/lang/Double;]
FragmentAtom.setExactMass ( Double mass ) : void
[mangled: org/openscience/cdk/FragmentAtom.setExactMass:(Ljava/lang/Double;)V]
FragmentAtom.toString ( ) : String
[mangled: org/openscience/cdk/FragmentAtom.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, FragmentComplexityDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
FragmentComplexityDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/FragmentComplexityDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, GasteigerMarsiliPartialCharges.class
package org.openscience.cdk.charges
GasteigerMarsiliPartialCharges.calculateCharges ( IAtomContainer container ) : void
[mangled: org/openscience/cdk/charges/GasteigerMarsiliPartialCharges.calculateCharges:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
GasteigerMarsiliPartialCharges.getChiCatHydrogen ( ) : double
[mangled: org/openscience/cdk/charges/GasteigerMarsiliPartialCharges.getChiCatHydrogen:()D]
GasteigerMarsiliPartialCharges.getMaxGasteigerDamp ( ) : double
[mangled: org/openscience/cdk/charges/GasteigerMarsiliPartialCharges.getMaxGasteigerDamp:()D]
GasteigerMarsiliPartialCharges.getMaxGasteigerIters ( ) : double
[mangled: org/openscience/cdk/charges/GasteigerMarsiliPartialCharges.getMaxGasteigerIters:()D]
GasteigerMarsiliPartialCharges.setStepSize ( int step ) : void
[mangled: org/openscience/cdk/charges/GasteigerMarsiliPartialCharges.setStepSize:(I)V]
cdk-1.2.0.jar, GasteigerPEPEPartialCharges.class
package org.openscience.cdk.charges
GasteigerPEPEPartialCharges.calculateCharges ( IAtomContainer container ) : void
[mangled: org/openscience/cdk/charges/GasteigerPEPEPartialCharges.calculateCharges:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
GasteigerPEPEPartialCharges.getMaxGasteigerIters ( ) : int
[mangled: org/openscience/cdk/charges/GasteigerPEPEPartialCharges.getMaxGasteigerIters:()I]
GasteigerPEPEPartialCharges.getMaxResoStruc ( ) : int
[mangled: org/openscience/cdk/charges/GasteigerPEPEPartialCharges.getMaxResoStruc:()I]
GasteigerPEPEPartialCharges.setMaxGasteigerIters ( int iters ) : void
[mangled: org/openscience/cdk/charges/GasteigerPEPEPartialCharges.setMaxGasteigerIters:(I)V]
GasteigerPEPEPartialCharges.setStepSize ( int step ) : void
[mangled: org/openscience/cdk/charges/GasteigerPEPEPartialCharges.setStepSize:(I)V]
cdk-1.2.0.jar, GeometricMinimizer.class
package org.openscience.cdk.modeling.forcefield
GeometricMinimizer.getPotentialParameterSet ( ) : Map
[mangled: org/openscience/cdk/modeling/forcefield/GeometricMinimizer.getPotentialParameterSet:()Ljava/util/Map;]
cdk-1.2.0.jar, GeometryTools.class
package org.openscience.cdk.geometry
GeometryTools.calculatePerpendicularUnitVector ( Point2d point1, Point2d point2 ) [static] : Vector2d
[mangled: org/openscience/cdk/geometry/GeometryTools.calculatePerpendicularUnitVector:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)Ljavax/vecmath/Vector2d;]
GeometryTools.center ( IAtomContainer atomCon, Dimension areaDim ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.center:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Dimension;)V]
GeometryTools.distanceCalculator ( double[ ] coords, double dist ) [static] : double[ ]
[mangled: org/openscience/cdk/geometry/GeometryTools.distanceCalculator:([DD)[D]
GeometryTools.findClosestInSpace ( IAtomContainer container, IAtom startAtom, int max ) [static] : List
[mangled: org/openscience/cdk/geometry/GeometryTools.findClosestInSpace:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;I)Ljava/util/List;]
GeometryTools.get2DCenter ( IAtomContainer container ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCenter:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DCenter ( IRingSet ringSet ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCenter:(Lorg/openscience/cdk/interfaces/IRingSet;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DCenter ( Iterable atoms ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCenter:(Ljava/lang/Iterable;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DCenter ( Iterator atoms ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCenter:(Ljava/util/Iterator;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DCentreOfMass ( IAtomContainer ac ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCentreOfMass:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DDimension ( IAtomContainer atomCon ) [static] : Dimension
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DDimension:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/awt/Dimension;]
GeometryTools.get3DCenter ( IAtomContainer ac ) [static] : Point3d
[mangled: org/openscience/cdk/geometry/GeometryTools.get3DCenter:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point3d;]
GeometryTools.get3DCentreOfMass ( IAtomContainer ac ) [static] : Point3d
[mangled: org/openscience/cdk/geometry/GeometryTools.get3DCentreOfMass:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point3d;]
GeometryTools.getAllAtomRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms, boolean Coords3d ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getAllAtomRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;Z)D]
GeometryTools.getAngleRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getAngleRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)D]
GeometryTools.getBestAlignmentForLabel ( IAtomContainer container, IAtom atom ) [static] : int
[mangled: org/openscience/cdk/geometry/GeometryTools.getBestAlignmentForLabel:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)I]
GeometryTools.getBestAlignmentForLabelXY ( IAtomContainer container, IAtom atom ) [static] : int
[mangled: org/openscience/cdk/geometry/GeometryTools.getBestAlignmentForLabelXY:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)I]
GeometryTools.getBondCoordinates ( IBond bond ) [static] : int[ ]
[mangled: org/openscience/cdk/geometry/GeometryTools.getBondCoordinates:(Lorg/openscience/cdk/interfaces/IBond;)[I]
GeometryTools.getBondLengthAverage ( IAtomContainer container ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getBondLengthAverage:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
GeometryTools.getBondLengthAverage3D ( IAtomContainer container ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getBondLengthAverage3D:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
GeometryTools.getBondLengthRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms, boolean Coords3d ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getBondLengthRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;Z)D]
GeometryTools.getClosestAtom ( double xPosition, double yPosition, IAtomContainer atomCon ) [static] : IAtom
[mangled: org/openscience/cdk/geometry/GeometryTools.getClosestAtom:(DDLorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtom;]
GeometryTools.getClosestAtom ( int xPosition, int yPosition, IAtomContainer atomCon ) [static] : IAtom
[mangled: org/openscience/cdk/geometry/GeometryTools.getClosestAtom:(IILorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtom;]
GeometryTools.getClosestBond ( double xPosition, double yPosition, IAtomContainer atomCon ) [static] : IBond
[mangled: org/openscience/cdk/geometry/GeometryTools.getClosestBond:(DDLorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IBond;]
GeometryTools.getClosestBond ( int xPosition, int yPosition, IAtomContainer atomCon ) [static] : IBond
[mangled: org/openscience/cdk/geometry/GeometryTools.getClosestBond:(IILorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IBond;]
GeometryTools.getHeavyAtomRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms, boolean hetAtomOnly, boolean Coords3d ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getHeavyAtomRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;ZZ)D]
GeometryTools.getLength2D ( IBond bond ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getLength2D:(Lorg/openscience/cdk/interfaces/IBond;)D]
GeometryTools.getMinMax ( IAtomContainer container ) [static] : double[ ]
[mangled: org/openscience/cdk/geometry/GeometryTools.getMinMax:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[D]
GeometryTools.getNormalizationFactor ( IAtomContainer container ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getNormalizationFactor:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
GeometryTools.getScaleFactor ( IAtomContainer container, double bondLength ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getScaleFactor:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)D]
GeometryTools.has2DCoordinates ( IAtom atom ) [static] : boolean
[mangled: org/openscience/cdk/geometry/GeometryTools.has2DCoordinates:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
GeometryTools.has2DCoordinates ( IBond bond ) [static] : boolean
[mangled: org/openscience/cdk/geometry/GeometryTools.has2DCoordinates:(Lorg/openscience/cdk/interfaces/IBond;)Z]
GeometryTools.mapAtomsOfAlignedStructures ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, double searchRadius, Map mappedAtoms ) [static] : Map
[mangled: org/openscience/cdk/geometry/GeometryTools.mapAtomsOfAlignedStructures:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;DLjava/util/Map;)Ljava/util/Map;]
GeometryTools.normalize ( Point3d point ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.normalize:(Ljavax/vecmath/Point3d;)V]
GeometryTools.rotate ( IAtom atom, Point3d p1, Point3d p2, double angle ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.rotate:(Lorg/openscience/cdk/interfaces/IAtom;Ljavax/vecmath/Point3d;Ljavax/vecmath/Point3d;D)V]
GeometryTools.rotate ( IAtomContainer atomCon, Point2d center, double angle ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.rotate:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;D)V]
GeometryTools.scaleMolecule ( IAtomContainer atomCon, Dimension areaDim, double fillFactor ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.scaleMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Dimension;D)V]
GeometryTools.scaleMolecule ( IAtomContainer atomCon, double scaleFactor ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.scaleMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)V]
GeometryTools.sortBy2DDistance ( IAtom[ ] atoms, Point2d point ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.sortBy2DDistance:([Lorg/openscience/cdk/interfaces/IAtom;Ljavax/vecmath/Point2d;)V]
GeometryTools.translate2D ( IAtomContainer atomCon, double transX, double transY ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;DD)V]
GeometryTools.translate2D ( IAtomContainer atomCon, Vector2d vector ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Vector2d;)V]
GeometryTools.translate2DCenterTo ( IAtomContainer container, Point2d p ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2DCenterTo:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;)V]
GeometryTools.translate2DCentreOfMassTo ( IAtomContainer atomCon, Point2d p ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2DCentreOfMassTo:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;)V]
GeometryTools.translateAllPositive ( IAtomContainer atomCon ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translateAllPositive:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, GravitationalIndexDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
GravitationalIndexDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/GravitationalIndexDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, HasArraySize.class
package org.xmlcml.cml.interfacex
HasArraySize.getArraySize ( ) [abstract] : int
[mangled: org/xmlcml/cml/interfacex/HasArraySize.getArraySize:()I]
HasArraySize.getDoubles ( ) [abstract] : double[ ]
[mangled: org/xmlcml/cml/interfacex/HasArraySize.getDoubles:()[D]
HasArraySize.getInts ( ) [abstract] : int[ ]
[mangled: org/xmlcml/cml/interfacex/HasArraySize.getInts:()[I]
HasArraySize.getStringValues ( ) [abstract] : List
[mangled: org/xmlcml/cml/interfacex/HasArraySize.getStringValues:()Ljava/util/List;]
cdk-1.2.0.jar, HasDataType.class
package org.xmlcml.cml.interfacex
HasDataType.getDataType ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/HasDataType.getDataType:()Ljava/lang/String;]
HasDataType.getXMLContent ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/HasDataType.getXMLContent:()Ljava/lang/String;]
HasDataType.setDataType ( String p1 ) [abstract] : void
[mangled: org/xmlcml/cml/interfacex/HasDataType.setDataType:(Ljava/lang/String;)V]
cdk-1.2.0.jar, HasDictRef.class
package org.xmlcml.cml.interfacex
HasDictRef.getDictRef ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/HasDictRef.getDictRef:()Ljava/lang/String;]
HasDictRef.getDictRefAttribute ( ) [abstract] : CMLAttribute
[mangled: org/xmlcml/cml/interfacex/HasDictRef.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.2.0.jar, HasId.class
package org.xmlcml.cml.base
HasId.getId ( ) [abstract] : String
[mangled: org/xmlcml/cml/base/HasId.getId:()Ljava/lang/String;]
HasId.setId ( String p1 ) [abstract] : void
[mangled: org/xmlcml/cml/base/HasId.setId:(Ljava/lang/String;)V]
cdk-1.2.0.jar, HasScalar.class
package org.xmlcml.cml.interfacex
HasScalar.getDouble ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/HasScalar.getDouble:()D]
HasScalar.getInt ( ) [abstract] : int
[mangled: org/xmlcml/cml/interfacex/HasScalar.getInt:()I]
HasScalar.getString ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/HasScalar.getString:()Ljava/lang/String;]
cdk-1.2.0.jar, HasUnits.class
package org.xmlcml.cml.interfacex
HasUnits.setUnits ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/xmlcml/cml/interfacex/HasUnits.setUnits:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, HBondAcceptorCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
HBondAcceptorCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/HBondAcceptorCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, HBondDonorCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
HBondDonorCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/HBondDonorCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, HeterolyticCleavageMechanism.class
package org.openscience.cdk.reaction.mechanism
HeterolyticCleavageMechanism.HeterolyticCleavageMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/HeterolyticCleavageMechanism."<init>":()V]
HeterolyticCleavageMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/HeterolyticCleavageMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
cdk-1.2.0.jar, HeterolyticCleavagePBReaction.class
package org.openscience.cdk.reaction.type
HeterolyticCleavagePBReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/HeterolyticCleavagePBReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
HeterolyticCleavagePBReaction.HeterolyticCleavagePBReaction ( )
[mangled: org/openscience/cdk/reaction/type/HeterolyticCleavagePBReaction."<init>":()V]
HeterolyticCleavagePBReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/HeterolyticCleavagePBReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, HeterolyticCleavageSBReaction.class
package org.openscience.cdk.reaction.type
HeterolyticCleavageSBReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/HeterolyticCleavageSBReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
HeterolyticCleavageSBReaction.HeterolyticCleavageSBReaction ( )
[mangled: org/openscience/cdk/reaction/type/HeterolyticCleavageSBReaction."<init>":()V]
HeterolyticCleavageSBReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/HeterolyticCleavageSBReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, HomolyticCleavageMechanism.class
package org.openscience.cdk.reaction.mechanism
HomolyticCleavageMechanism.HomolyticCleavageMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/HomolyticCleavageMechanism."<init>":()V]
HomolyticCleavageMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/HomolyticCleavageMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
cdk-1.2.0.jar, HomolyticCleavageReaction.class
package org.openscience.cdk.reaction.type
HomolyticCleavageReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/HomolyticCleavageReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
HomolyticCleavageReaction.HomolyticCleavageReaction ( )
[mangled: org/openscience/cdk/reaction/type/HomolyticCleavageReaction."<init>":()V]
HomolyticCleavageReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/HomolyticCleavageReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, HOSECodeGenerator.class
package org.openscience.cdk.tools
HOSECodeGenerator.getSpheres ( IMolecule ac, IAtom root, int noOfSpheres, boolean ringsize ) : List[ ]
[mangled: org/openscience/cdk/tools/HOSECodeGenerator.getSpheres:(Lorg/openscience/cdk/interfaces/IMolecule;Lorg/openscience/cdk/interfaces/IAtom;IZ)[Ljava/util/List;]
cdk-1.2.0.jar, Hybridization.class
package org.openscience.cdk.interfaces
IAtomType.Hybridization.valueOf ( String name ) [static] : IAtomType.Hybridization
[mangled: org/openscience/cdk/interfaces/IAtomType.Hybridization.valueOf:(Ljava/lang/String;)Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
IAtomType.Hybridization.values ( ) [static] : IAtomType.Hybridization[ ]
[mangled: org/openscience/cdk/interfaces/IAtomType.Hybridization.values:()[Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
cdk-1.2.0.jar, HybridizationNumberAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
HybridizationNumberAtom.HybridizationNumberAtom ( int hybridizationNumber )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/HybridizationNumberAtom."<init>":(I)V]
HybridizationNumberAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/HybridizationNumberAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
HybridizationNumberAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/HybridizationNumberAtom.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, HydrogenStrategy.class
package org.xmlcml.cml.element
CMLFormula.HydrogenStrategy.valueOf ( String name ) [static] : CMLFormula.HydrogenStrategy
[mangled: org/xmlcml/cml/element/CMLFormula.HydrogenStrategy.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLFormula$HydrogenStrategy;]
CMLFormula.HydrogenStrategy.values ( ) [static] : CMLFormula.HydrogenStrategy[ ]
[mangled: org/xmlcml/cml/element/CMLFormula.HydrogenStrategy.values:()[Lorg/xmlcml/cml/element/CMLFormula$HydrogenStrategy;]
cdk-1.2.0.jar, IAdductFormula.class
package org.openscience.cdk.interfaces
IAdductFormula.clone ( ) [abstract] : Object
[mangled: org/openscience/cdk/interfaces/IAdductFormula.clone:()Ljava/lang/Object;]
IAdductFormula.contains ( IIsotope p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IAdductFormula.contains:(Lorg/openscience/cdk/interfaces/IIsotope;)Z]
IAdductFormula.getBuilder ( ) [abstract] : IChemObjectBuilder
[mangled: org/openscience/cdk/interfaces/IAdductFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
IAdductFormula.getCharge ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IAdductFormula.getCharge:()Ljava/lang/Integer;]
IAdductFormula.getIsotopeCount ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAdductFormula.getIsotopeCount:()I]
IAdductFormula.getIsotopeCount ( IIsotope p1 ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAdductFormula.getIsotopeCount:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
IAdductFormula.isotopes ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IAdductFormula.isotopes:()Ljava/lang/Iterable;]
IAdductFormula.setCharge ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAdductFormula.setCharge:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, IAtom.class
package org.openscience.cdk.interfaces
IAtom.getCharge ( ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IAtom.getCharge:()Ljava/lang/Double;]
IAtom.getHydrogenCount ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IAtom.getHydrogenCount:()Ljava/lang/Integer;]
IAtom.getStereoParity ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IAtom.getStereoParity:()Ljava/lang/Integer;]
IAtom.setCharge ( Double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtom.setCharge:(Ljava/lang/Double;)V]
IAtom.setHydrogenCount ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtom.setHydrogenCount:(Ljava/lang/Integer;)V]
IAtom.setStereoParity ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtom.setStereoParity:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, IAtomContainer.class
package org.openscience.cdk.interfaces
IAtomContainer.addBond ( int p1, int p2, IBond.Order p3 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomContainer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;)V]
IAtomContainer.addBond ( int p1, int p2, IBond.Order p3, int p4 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomContainer.addBond:(IILorg/openscience/cdk/interfaces/IBond$Order;I)V]
IAtomContainer.atoms ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IAtomContainer.atoms:()Ljava/lang/Iterable;]
IAtomContainer.bonds ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IAtomContainer.bonds:()Ljava/lang/Iterable;]
IAtomContainer.electronContainers ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IAtomContainer.electronContainers:()Ljava/lang/Iterable;]
IAtomContainer.getMaximumBondOrder ( IAtom p1 ) [abstract] : IBond.Order
[mangled: org/openscience/cdk/interfaces/IAtomContainer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
IAtomContainer.getMinimumBondOrder ( IAtom p1 ) [abstract] : IBond.Order
[mangled: org/openscience/cdk/interfaces/IAtomContainer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond$Order;]
IAtomContainer.lonePairs ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IAtomContainer.lonePairs:()Ljava/lang/Iterable;]
IAtomContainer.singleElectrons ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IAtomContainer.singleElectrons:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, IAtomContainerSet.class
package org.openscience.cdk.interfaces
IAtomContainerSet.atomContainers ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.atomContainers:()Ljava/lang/Iterable;]
IAtomContainerSet.getMultiplier ( IAtomContainer p1 ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.getMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/lang/Double;]
IAtomContainerSet.getMultiplier ( int p1 ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.getMultiplier:(I)Ljava/lang/Double;]
IAtomContainerSet.getMultipliers ( ) [abstract] : Double[ ]
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.getMultipliers:()[Ljava/lang/Double;]
IAtomContainerSet.setMultiplier ( IAtomContainer p1, Double p2 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/Double;)Z]
IAtomContainerSet.setMultiplier ( int p1, Double p2 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.setMultiplier:(ILjava/lang/Double;)V]
IAtomContainerSet.setMultipliers ( Double[ ] p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.setMultipliers:([Ljava/lang/Double;)Z]
cdk-1.2.0.jar, IAtomType.class
package org.openscience.cdk.interfaces
IAtomType.getBondOrderSum ( ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IAtomType.getBondOrderSum:()Ljava/lang/Double;]
IAtomType.getCovalentRadius ( ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IAtomType.getCovalentRadius:()Ljava/lang/Double;]
IAtomType.getFormalCharge ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IAtomType.getFormalCharge:()Ljava/lang/Integer;]
IAtomType.getFormalNeighbourCount ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IAtomType.getFormalNeighbourCount:()Ljava/lang/Integer;]
IAtomType.getHybridization ( ) [abstract] : IAtomType.Hybridization
[mangled: org/openscience/cdk/interfaces/IAtomType.getHybridization:()Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;]
IAtomType.getMaxBondOrder ( ) [abstract] : IBond.Order
[mangled: org/openscience/cdk/interfaces/IAtomType.getMaxBondOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
IAtomType.getValency ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IAtomType.getValency:()Ljava/lang/Integer;]
IAtomType.setBondOrderSum ( Double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setBondOrderSum:(Ljava/lang/Double;)V]
IAtomType.setCovalentRadius ( Double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setCovalentRadius:(Ljava/lang/Double;)V]
IAtomType.setFormalCharge ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setFormalCharge:(Ljava/lang/Integer;)V]
IAtomType.setFormalNeighbourCount ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setFormalNeighbourCount:(Ljava/lang/Integer;)V]
IAtomType.setHybridization ( IAtomType.Hybridization p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setHybridization:(Lorg/openscience/cdk/interfaces/IAtomType$Hybridization;)V]
IAtomType.setMaxBondOrder ( IBond.Order p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setMaxBondOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
IAtomType.setValency ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setValency:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, IAtomTypeGuesser.class
package org.openscience.cdk.atomtype
IAtomTypeGuesser.possibleAtomTypes ( IAtomContainer p1, IAtom p2 ) [abstract] : List
[mangled: org/openscience/cdk/atomtype/IAtomTypeGuesser.possibleAtomTypes:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Ljava/util/List;]
cdk-1.2.0.jar, IAtomTypeMatcher.class
package org.openscience.cdk.atomtype
IAtomTypeMatcher.findMatchingAtomType ( IAtomContainer p1 ) [abstract] : IAtomType[ ]
[mangled: org/openscience/cdk/atomtype/IAtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[Lorg/openscience/cdk/interfaces/IAtomType;]
cdk-1.2.0.jar, IBond.class
package org.openscience.cdk.interfaces
IBond.atoms ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IBond.atoms:()Ljava/lang/Iterable;]
IBond.getConnectedAtoms ( IAtom p1 ) [abstract] : IAtom[ ]
[mangled: org/openscience/cdk/interfaces/IBond.getConnectedAtoms:(Lorg/openscience/cdk/interfaces/IAtom;)[Lorg/openscience/cdk/interfaces/IAtom;]
IBond.getOrder ( ) [abstract] : IBond.Order
[mangled: org/openscience/cdk/interfaces/IBond.getOrder:()Lorg/openscience/cdk/interfaces/IBond$Order;]
IBond.setOrder ( IBond.Order p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IBond.setOrder:(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
cdk-1.2.0.jar, IChemFile.class
package org.openscience.cdk.interfaces
IChemFile.chemSequences ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IChemFile.chemSequences:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, IChemModelRelay.class
package org.openscience.cdk.controller
IChemModelRelay.addAtom ( String p1, Point2d p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IChemModelRelay.addAtom:(Ljava/lang/String;Ljavax/vecmath/Point2d;)V]
IChemModelRelay.getClosestAtom ( Point2d p1 ) [abstract] : IAtom
[mangled: org/openscience/cdk/controller/IChemModelRelay.getClosestAtom:(Ljavax/vecmath/Point2d;)Lorg/openscience/cdk/interfaces/IAtom;]
IChemModelRelay.getClosestBond ( Point2d p1 ) [abstract] : IBond
[mangled: org/openscience/cdk/controller/IChemModelRelay.getClosestBond:(Ljavax/vecmath/Point2d;)Lorg/openscience/cdk/interfaces/IBond;]
IChemModelRelay.getController2DModel ( ) [abstract] : IController2DModel
[mangled: org/openscience/cdk/controller/IChemModelRelay.getController2DModel:()Lorg/openscience/cdk/controller/IController2DModel;]
IChemModelRelay.getIChemModel ( ) [abstract] : IChemModel
[mangled: org/openscience/cdk/controller/IChemModelRelay.getIChemModel:()Lorg/openscience/cdk/interfaces/IChemModel;]
IChemModelRelay.getIJava2DRenderer ( ) [abstract] : IJava2DRenderer
[mangled: org/openscience/cdk/controller/IChemModelRelay.getIJava2DRenderer:()Lorg/openscience/cdk/renderer/IJava2DRenderer;]
IChemModelRelay.removeAtom ( IAtom p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IChemModelRelay.removeAtom:(Lorg/openscience/cdk/interfaces/IAtom;)V]
IChemModelRelay.updateView ( ) [abstract] : void
[mangled: org/openscience/cdk/controller/IChemModelRelay.updateView:()V]
cdk-1.2.0.jar, IChemObject.class
package org.openscience.cdk.interfaces
IChemObject.getProperties ( ) [abstract] : Map
[mangled: org/openscience/cdk/interfaces/IChemObject.getProperties:()Ljava/util/Map;]
IChemObject.setProperties ( Map p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IChemObject.setProperties:(Ljava/util/Map;)V]
cdk-1.2.0.jar, IChemObjectBuilder.class
package org.openscience.cdk.interfaces
IChemObjectBuilder.newAdductFormula ( ) [abstract] : IAdductFormula
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newAdductFormula:()Lorg/openscience/cdk/interfaces/IAdductFormula;]
IChemObjectBuilder.newAdductFormula ( IMolecularFormula p1 ) [abstract] : IAdductFormula
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newAdductFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IAdductFormula;]
IChemObjectBuilder.newBond ( IAtom p1, IAtom p2, IBond.Order p3 ) [abstract] : IBond
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
IChemObjectBuilder.newBond ( IAtom p1, IAtom p2, IBond.Order p3, int p4 ) [abstract] : IBond
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;I)Lorg/openscience/cdk/interfaces/IBond;]
IChemObjectBuilder.newBond ( IAtom[ ] p1 ) [abstract] : IBond
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond;]
IChemObjectBuilder.newBond ( IAtom[ ] p1, IBond.Order p2 ) [abstract] : IBond
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
IChemObjectBuilder.newFragmentAtom ( ) [abstract] : IFragmentAtom
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newFragmentAtom:()Lorg/openscience/cdk/interfaces/IFragmentAtom;]
IChemObjectBuilder.newMolecularFormula ( ) [abstract] : IMolecularFormula
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newMolecularFormula:()Lorg/openscience/cdk/interfaces/IMolecularFormula;]
IChemObjectBuilder.newMolecularFormulaSet ( ) [abstract] : IMolecularFormulaSet
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newMolecularFormulaSet:()Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
IChemObjectBuilder.newMolecularFormulaSet ( IMolecularFormula p1 ) [abstract] : IMolecularFormulaSet
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newMolecularFormulaSet:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
IChemObjectBuilder.newReactionScheme ( ) [abstract] : IReactionScheme
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newReactionScheme:()Lorg/openscience/cdk/interfaces/IReactionScheme;]
cdk-1.2.0.jar, IChemObjectReader.class
package org.openscience.cdk.io
IChemObjectReader.setReaderMode ( IChemObjectReader.Mode p1 ) [abstract] : void
[mangled: org/openscience/cdk/io/IChemObjectReader.setReaderMode:(Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, IChemSequence.class
package org.openscience.cdk.interfaces
IChemSequence.chemModels ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IChemSequence.chemModels:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, IController2DModel.class
package org.openscience.cdk.controller
IController2DModel.getAutoUpdateImplicitHydrogens ( ) [abstract] : boolean
[mangled: org/openscience/cdk/controller/IController2DModel.getAutoUpdateImplicitHydrogens:()Z]
IController2DModel.getBondPointerLength ( ) [abstract] : double
[mangled: org/openscience/cdk/controller/IController2DModel.getBondPointerLength:()D]
IController2DModel.getCommonElements ( ) [abstract] : String[ ]
[mangled: org/openscience/cdk/controller/IController2DModel.getCommonElements:()[Ljava/lang/String;]
IController2DModel.getDefaultElementSymbol ( ) [abstract] : String
[mangled: org/openscience/cdk/controller/IController2DModel.getDefaultElementSymbol:()Ljava/lang/String;]
IController2DModel.getDrawElement ( ) [abstract] : String
[mangled: org/openscience/cdk/controller/IController2DModel.getDrawElement:()Ljava/lang/String;]
IController2DModel.getDrawMode ( ) [abstract] : IController2DModel.DrawMode
[mangled: org/openscience/cdk/controller/IController2DModel.getDrawMode:()Lorg/openscience/cdk/controller/IController2DModel$DrawMode;]
IController2DModel.getDrawModeString ( ) [abstract] : String
[mangled: org/openscience/cdk/controller/IController2DModel.getDrawModeString:()Ljava/lang/String;]
IController2DModel.getRingPointerLength ( ) [abstract] : double
[mangled: org/openscience/cdk/controller/IController2DModel.getRingPointerLength:()D]
IController2DModel.getRingSize ( ) [abstract] : int
[mangled: org/openscience/cdk/controller/IController2DModel.getRingSize:()I]
IController2DModel.getSnapAngle ( ) [abstract] : int
[mangled: org/openscience/cdk/controller/IController2DModel.getSnapAngle:()I]
IController2DModel.getSnapCartesian ( ) [abstract] : int
[mangled: org/openscience/cdk/controller/IController2DModel.getSnapCartesian:()I]
IController2DModel.getSnapToGridAngle ( ) [abstract] : boolean
[mangled: org/openscience/cdk/controller/IController2DModel.getSnapToGridAngle:()Z]
IController2DModel.getSnapToGridCartesian ( ) [abstract] : boolean
[mangled: org/openscience/cdk/controller/IController2DModel.getSnapToGridCartesian:()Z]
IController2DModel.getUndoManager ( ) [abstract] : UndoManager
[mangled: org/openscience/cdk/controller/IController2DModel.getUndoManager:()Ljavax/swing/undo/UndoManager;]
IController2DModel.getUndoSupport ( ) [abstract] : UndoableEditSupport
[mangled: org/openscience/cdk/controller/IController2DModel.getUndoSupport:()Ljavax/swing/undo/UndoableEditSupport;]
IController2DModel.isMovingAllowed ( ) [abstract] : boolean
[mangled: org/openscience/cdk/controller/IController2DModel.isMovingAllowed:()Z]
IController2DModel.setAutoUpdateImplicitHydrogens ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setAutoUpdateImplicitHydrogens:(Z)V]
IController2DModel.setBondPointerLength ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setBondPointerLength:(D)V]
IController2DModel.setCommonElements ( String[ ] p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setCommonElements:([Ljava/lang/String;)V]
IController2DModel.setDefaultElementSymbol ( String p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setDefaultElementSymbol:(Ljava/lang/String;)V]
IController2DModel.setDrawElement ( String p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setDrawElement:(Ljava/lang/String;)V]
IController2DModel.setDrawMode ( IController2DModel.DrawMode p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setDrawMode:(Lorg/openscience/cdk/controller/IController2DModel$DrawMode;)V]
IController2DModel.setMovingAllowed ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setMovingAllowed:(Z)V]
IController2DModel.setRingPointerLength ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setRingPointerLength:(D)V]
IController2DModel.setRingSize ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setRingSize:(I)V]
IController2DModel.setSnapAngle ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setSnapAngle:(I)V]
IController2DModel.setSnapCartesian ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setSnapCartesian:(I)V]
IController2DModel.setSnapToGridAngle ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setSnapToGridAngle:(Z)V]
IController2DModel.setSnapToGridCartesian ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setSnapToGridCartesian:(Z)V]
IController2DModel.setUndoManager ( UndoManager p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setUndoManager:(Ljavax/swing/undo/UndoManager;)V]
IController2DModel.setUndoSupport ( UndoableEditSupport p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModel.setUndoSupport:(Ljavax/swing/undo/UndoableEditSupport;)V]
cdk-1.2.0.jar, IController2DModule.class
package org.openscience.cdk.controller
IController2DModule.mouseClickedDouble ( Point2d p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.mouseClickedDouble:(Ljavax/vecmath/Point2d;)V]
IController2DModule.mouseClickedDown ( Point2d p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.mouseClickedDown:(Ljavax/vecmath/Point2d;)V]
IController2DModule.mouseClickedUp ( Point2d p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.mouseClickedUp:(Ljavax/vecmath/Point2d;)V]
IController2DModule.mouseDrag ( Point2d p1, Point2d p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.mouseDrag:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)V]
IController2DModule.mouseEnter ( Point2d p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.mouseEnter:(Ljavax/vecmath/Point2d;)V]
IController2DModule.mouseExit ( Point2d p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.mouseExit:(Ljavax/vecmath/Point2d;)V]
IController2DModule.mouseMove ( Point2d p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.mouseMove:(Ljavax/vecmath/Point2d;)V]
IController2DModule.setChemModelRelay ( IChemModelRelay p1 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IController2DModule.setChemModelRelay:(Lorg/openscience/cdk/controller/IChemModelRelay;)V]
cdk-1.2.0.jar, ICrystal.class
package org.openscience.cdk.interfaces
ICrystal.getZ ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/ICrystal.getZ:()Ljava/lang/Integer;]
ICrystal.setZ ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/ICrystal.setZ:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, IdAttribute.class
package org.xmlcml.cml.attribute
IdAttribute.copy ( ) : Node
[mangled: org/xmlcml/cml/attribute/IdAttribute.copy:()Lnu/xom/Node;]
IdAttribute.IdAttribute ( )
[mangled: org/xmlcml/cml/attribute/IdAttribute."<init>":()V]
IdAttribute.IdAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/IdAttribute."<init>":(Lnu/xom/Attribute;)V]
IdAttribute.IdAttribute ( String value )
[mangled: org/xmlcml/cml/attribute/IdAttribute."<init>":(Ljava/lang/String;)V]
IdAttribute.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/attribute/IdAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.2.0.jar, IDescriptor.class
package org.openscience.cdk.qsar
IDescriptor.getDescriptorNames ( ) [abstract] : String[ ]
[mangled: org/openscience/cdk/qsar/IDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, IDifferenceList.class
package org.openscience.cdk.tools.diff.tree
IDifferenceList.addChild ( IDifference p1 ) [abstract] : void
[mangled: org/openscience/cdk/tools/diff/tree/IDifferenceList.addChild:(Lorg/openscience/cdk/tools/diff/tree/IDifference;)V]
IDifferenceList.addChildren ( List p1 ) [abstract] : void
[mangled: org/openscience/cdk/tools/diff/tree/IDifferenceList.addChildren:(Ljava/util/List;)V]
IDifferenceList.childCount ( ) [abstract] : int
[mangled: org/openscience/cdk/tools/diff/tree/IDifferenceList.childCount:()I]
IDifferenceList.getChildren ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/tools/diff/tree/IDifferenceList.getChildren:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, IElectronContainer.class
package org.openscience.cdk.interfaces
IElectronContainer.getElectronCount ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IElectronContainer.getElectronCount:()Ljava/lang/Integer;]
IElectronContainer.setElectronCount ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IElectronContainer.setElectronCount:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, IElectronicPropertyCalculator.class
package org.openscience.cdk.charges
IElectronicPropertyCalculator.calculateCharges ( IAtomContainer p1 ) [abstract] : void
[mangled: org/openscience/cdk/charges/IElectronicPropertyCalculator.calculateCharges:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, IElement.class
package org.openscience.cdk.interfaces
IElement.getAtomicNumber ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IElement.getAtomicNumber:()Ljava/lang/Integer;]
IElement.setAtomicNumber ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IElement.setAtomicNumber:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, IFragmentAtom.class
package org.openscience.cdk.interfaces
IFragmentAtom.getFragment ( ) [abstract] : IAtomContainer
[mangled: org/openscience/cdk/interfaces/IFragmentAtom.getFragment:()Lorg/openscience/cdk/interfaces/IAtomContainer;]
IFragmentAtom.isExpanded ( ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IFragmentAtom.isExpanded:()Z]
IFragmentAtom.setExpanded ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IFragmentAtom.setExpanded:(Z)V]
IFragmentAtom.setFragment ( IAtomContainer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IFragmentAtom.setFragment:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, IIsotope.class
package org.openscience.cdk.interfaces
IIsotope.getExactMass ( ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IIsotope.getExactMass:()Ljava/lang/Double;]
IIsotope.getMassNumber ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IIsotope.getMassNumber:()Ljava/lang/Integer;]
IIsotope.getNaturalAbundance ( ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IIsotope.getNaturalAbundance:()Ljava/lang/Double;]
IIsotope.setExactMass ( Double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IIsotope.setExactMass:(Ljava/lang/Double;)V]
IIsotope.setMassNumber ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IIsotope.setMassNumber:(Ljava/lang/Integer;)V]
IIsotope.setNaturalAbundance ( Double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IIsotope.setNaturalAbundance:(Ljava/lang/Double;)V]
cdk-1.2.0.jar, IJava2DRenderer.class
package org.openscience.cdk.renderer
IJava2DRenderer.getCoorFromScreen ( int p1, int p2 ) [abstract] : Point2d
[mangled: org/openscience/cdk/renderer/IJava2DRenderer.getCoorFromScreen:(II)Ljavax/vecmath/Point2d;]
cdk-1.2.0.jar, IMapping.class
package org.openscience.cdk.interfaces
IMapping.relatedChemObjects ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IMapping.relatedChemObjects:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, IMolecularFormula.class
package org.openscience.cdk.interfaces
IMolecularFormula.add ( IMolecularFormula p1 ) [abstract] : IMolecularFormula
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.add:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
IMolecularFormula.addIsotope ( IIsotope p1 ) [abstract] : IMolecularFormula
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.addIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
IMolecularFormula.addIsotope ( IIsotope p1, int p2 ) [abstract] : IMolecularFormula
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.addIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
IMolecularFormula.clone ( ) [abstract] : Object
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.clone:()Ljava/lang/Object;]
IMolecularFormula.contains ( IIsotope p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.contains:(Lorg/openscience/cdk/interfaces/IIsotope;)Z]
IMolecularFormula.getBuilder ( ) [abstract] : IChemObjectBuilder
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
IMolecularFormula.getCharge ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.getCharge:()Ljava/lang/Integer;]
IMolecularFormula.getIsotopeCount ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.getIsotopeCount:()I]
IMolecularFormula.getIsotopeCount ( IIsotope p1 ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.getIsotopeCount:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
IMolecularFormula.getProperties ( ) [abstract] : Map
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.getProperties:()Ljava/util/Map;]
IMolecularFormula.getProperty ( Object p1 ) [abstract] : Object
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
IMolecularFormula.isotopes ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.isotopes:()Ljava/lang/Iterable;]
IMolecularFormula.removeAllIsotopes ( ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.removeAllIsotopes:()V]
IMolecularFormula.removeIsotope ( IIsotope p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.removeIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;)V]
IMolecularFormula.removeProperty ( Object p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.removeProperty:(Ljava/lang/Object;)V]
IMolecularFormula.setCharge ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.setCharge:(Ljava/lang/Integer;)V]
IMolecularFormula.setProperties ( Map p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.setProperties:(Ljava/util/Map;)V]
IMolecularFormula.setProperty ( Object p1, Object p2 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormula.setProperty:(Ljava/lang/Object;Ljava/lang/Object;)V]
cdk-1.2.0.jar, IMolecularFormulaSet.class
package org.openscience.cdk.interfaces
IMolecularFormulaSet.add ( IMolecularFormulaSet p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.add:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)V]
IMolecularFormulaSet.addMolecularFormula ( IMolecularFormula p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.addMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
IMolecularFormulaSet.clone ( ) [abstract] : Object
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.clone:()Ljava/lang/Object;]
IMolecularFormulaSet.contains ( IMolecularFormula p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.contains:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Z]
IMolecularFormulaSet.getBuilder ( ) [abstract] : IChemObjectBuilder
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
IMolecularFormulaSet.getMolecularFormula ( int p1 ) [abstract] : IMolecularFormula
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.getMolecularFormula:(I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
IMolecularFormulaSet.molecularFormulas ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.molecularFormulas:()Ljava/lang/Iterable;]
IMolecularFormulaSet.removeAllMolecularFormulas ( ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.removeAllMolecularFormulas:()V]
IMolecularFormulaSet.removeMolecularFormula ( IMolecularFormula p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.removeMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
IMolecularFormulaSet.removeMolecularFormula ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.removeMolecularFormula:(I)V]
IMolecularFormulaSet.size ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IMolecularFormulaSet.size:()I]
cdk-1.2.0.jar, IMoleculeSet.class
package org.openscience.cdk.interfaces
IMoleculeSet.molecules ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IMoleculeSet.molecules:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, IMouseEventRelay.class
package org.openscience.cdk.controller
IMouseEventRelay.mouseClickedDouble ( int p1, int p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IMouseEventRelay.mouseClickedDouble:(II)V]
IMouseEventRelay.mouseClickedDown ( int p1, int p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IMouseEventRelay.mouseClickedDown:(II)V]
IMouseEventRelay.mouseClickedUp ( int p1, int p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IMouseEventRelay.mouseClickedUp:(II)V]
IMouseEventRelay.mouseDrag ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IMouseEventRelay.mouseDrag:(IIII)V]
IMouseEventRelay.mouseEnter ( int p1, int p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IMouseEventRelay.mouseEnter:(II)V]
IMouseEventRelay.mouseExit ( int p1, int p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IMouseEventRelay.mouseExit:(II)V]
IMouseEventRelay.mouseMove ( int p1, int p2 ) [abstract] : void
[mangled: org/openscience/cdk/controller/IMouseEventRelay.mouseMove:(II)V]
cdk-1.2.0.jar, INCHI_BOND_STEREO.class
package net.sf.jniinchi
INCHI_BOND_STEREO.getValue ( int bster ) [static] : INCHI_BOND_STEREO
[mangled: net/sf/jniinchi/INCHI_BOND_STEREO.getValue:(I)Lnet/sf/jniinchi/INCHI_BOND_STEREO;]
cdk-1.2.0.jar, INCHI_BOND_TYPE.class
package net.sf.jniinchi
INCHI_BOND_TYPE.getValue ( int btype ) [static] : INCHI_BOND_TYPE
[mangled: net/sf/jniinchi/INCHI_BOND_TYPE.getValue:(I)Lnet/sf/jniinchi/INCHI_BOND_TYPE;]
cdk-1.2.0.jar, INCHI_KEY.class
package net.sf.jniinchi
INCHI_KEY.getIndx ( ) : int
[mangled: net/sf/jniinchi/INCHI_KEY.getIndx:()I]
INCHI_KEY.getList ( ) [static] : List
[mangled: net/sf/jniinchi/INCHI_KEY.getList:()Ljava/util/List;]
INCHI_KEY.getValue ( int ret ) [static] : INCHI_KEY
[mangled: net/sf/jniinchi/INCHI_KEY.getValue:(I)Lnet/sf/jniinchi/INCHI_KEY;]
INCHI_KEY.toString ( ) : String
[mangled: net/sf/jniinchi/INCHI_KEY.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, INCHI_KEY_STATUS.class
package net.sf.jniinchi
INCHI_KEY_STATUS.getIndx ( ) : int
[mangled: net/sf/jniinchi/INCHI_KEY_STATUS.getIndx:()I]
INCHI_KEY_STATUS.getList ( ) [static] : List
[mangled: net/sf/jniinchi/INCHI_KEY_STATUS.getList:()Ljava/util/List;]
INCHI_KEY_STATUS.getValue ( int value ) [static] : INCHI_KEY_STATUS
[mangled: net/sf/jniinchi/INCHI_KEY_STATUS.getValue:(I)Lnet/sf/jniinchi/INCHI_KEY_STATUS;]
INCHI_KEY_STATUS.toString ( ) : String
[mangled: net/sf/jniinchi/INCHI_KEY_STATUS.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, INCHI_PARITY.class
package net.sf.jniinchi
INCHI_PARITY.getValue ( int parity ) [static] : INCHI_PARITY
[mangled: net/sf/jniinchi/INCHI_PARITY.getValue:(I)Lnet/sf/jniinchi/INCHI_PARITY;]
cdk-1.2.0.jar, INCHI_RADICAL.class
package net.sf.jniinchi
INCHI_RADICAL.getValue ( int rad ) [static] : INCHI_RADICAL
[mangled: net/sf/jniinchi/INCHI_RADICAL.getValue:(I)Lnet/sf/jniinchi/INCHI_RADICAL;]
cdk-1.2.0.jar, INCHI_RET.class
package net.sf.jniinchi
INCHI_RET.getValue ( int ret ) [static] : INCHI_RET
[mangled: net/sf/jniinchi/INCHI_RET.getValue:(I)Lnet/sf/jniinchi/INCHI_RET;]
cdk-1.2.0.jar, INCHI_STEREOTYPE.class
package net.sf.jniinchi
INCHI_STEREOTYPE.getValue ( int type ) [static] : INCHI_STEREOTYPE
[mangled: net/sf/jniinchi/INCHI_STEREOTYPE.getValue:(I)Lnet/sf/jniinchi/INCHI_STEREOTYPE;]
cdk-1.2.0.jar, InChIGenerator.class
package org.openscience.cdk.inchi
InChIGenerator.getInchiKey ( ) : String
[mangled: org/openscience/cdk/inchi/InChIGenerator.getInchiKey:()Ljava/lang/String;]
cdk-1.2.0.jar, InChIGeneratorFactory.class
package org.openscience.cdk.inchi
InChIGeneratorFactory.getInChIToStructure ( String inchi, IChemObjectBuilder builder ) : InChIToStructure
[mangled: org/openscience/cdk/inchi/InChIGeneratorFactory.getInChIToStructure:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/inchi/InChIToStructure;]
InChIGeneratorFactory.getInChIToStructure ( String inchi, IChemObjectBuilder builder, List options ) : InChIToStructure
[mangled: org/openscience/cdk/inchi/InChIGeneratorFactory.getInChIToStructure:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;Ljava/util/List;)Lorg/openscience/cdk/inchi/InChIToStructure;]
InChIGeneratorFactory.getInChIToStructure ( String inchi, IChemObjectBuilder builder, String options ) : InChIToStructure
[mangled: org/openscience/cdk/inchi/InChIGeneratorFactory.getInChIToStructure:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;Ljava/lang/String;)Lorg/openscience/cdk/inchi/InChIToStructure;]
cdk-1.2.0.jar, InChIToStructure.class
package org.openscience.cdk.inchi
InChIToStructure.generateAtomContainerFromInchi ( IChemObjectBuilder builder ) : void
[mangled: org/openscience/cdk/inchi/InChIToStructure.generateAtomContainerFromInchi:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
InChIToStructure.InChIToStructure ( String inchi, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/inchi/InChIToStructure."<init>":(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
InChIToStructure.InChIToStructure ( String inchi, IChemObjectBuilder builder, List options )
[mangled: org/openscience/cdk/inchi/InChIToStructure."<init>":(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;Ljava/util/List;)V]
InChIToStructure.InChIToStructure ( String inchi, IChemObjectBuilder builder, String options )
[mangled: org/openscience/cdk/inchi/InChIToStructure."<init>":(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;Ljava/lang/String;)V]
cdk-1.2.0.jar, Index.class
package org.xmlcml.cml.element
CMLReaction.Index.valueOf ( String name ) [static] : CMLReaction.Index
[mangled: org/xmlcml/cml/element/CMLReaction.Index.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLReaction$Index;]
CMLReaction.Index.values ( ) [static] : CMLReaction.Index[ ]
[mangled: org/xmlcml/cml/element/CMLReaction.Index.values:()[Lorg/xmlcml/cml/element/CMLReaction$Index;]
cdk-1.2.0.jar, InductiveAtomicHardnessDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
InductiveAtomicHardnessDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/InductiveAtomicHardnessDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, InductiveAtomicSoftnessDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
InductiveAtomicSoftnessDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/InductiveAtomicSoftnessDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, InductivePartialCharges.class
package org.openscience.cdk.charges
InductivePartialCharges.calculateCharges ( IAtomContainer container ) : void
[mangled: org/openscience/cdk/charges/InductivePartialCharges.calculateCharges:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, IntArraySTAttribute.class
package org.xmlcml.cml.base
IntArraySTAttribute.checkValue ( int[ ] ii ) : void
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.checkValue:([I)V]
IntArraySTAttribute.copy ( ) : Node
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.copy:()Lnu/xom/Node;]
IntArraySTAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.getCMLValue:()Ljava/lang/Object;]
IntArraySTAttribute.getIntArray ( ) : int[ ]
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.getIntArray:()[I]
IntArraySTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.getJavaGetMethod:()Ljava/lang/String;]
IntArraySTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.getJavaShortClassName:()Ljava/lang/String;]
IntArraySTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.getJavaType:()Ljava/lang/String;]
IntArraySTAttribute.IntArraySTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/IntArraySTAttribute."<init>":(Lnu/xom/Attribute;)V]
IntArraySTAttribute.IntArraySTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/IntArraySTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
IntArraySTAttribute.IntArraySTAttribute ( IntArraySTAttribute att )
[mangled: org/xmlcml/cml/base/IntArraySTAttribute."<init>":(Lorg/xmlcml/cml/base/IntArraySTAttribute;)V]
IntArraySTAttribute.IntArraySTAttribute ( String name )
[mangled: org/xmlcml/cml/base/IntArraySTAttribute."<init>":(Ljava/lang/String;)V]
IntArraySTAttribute.setCMLValue ( int[ ] ii ) : void
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.setCMLValue:([I)V]
IntArraySTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.setCMLValue:(Ljava/lang/String;)V]
IntArraySTAttribute.split ( String s, String delim ) [static] : int[ ]
[mangled: org/xmlcml/cml/base/IntArraySTAttribute.split:(Ljava/lang/String;Ljava/lang/String;)[I]
cdk-1.2.0.jar, IntegerArrayResultType.class
package org.openscience.cdk.qsar.result
IntegerArrayResultType.IntegerArrayResultType ( int size )
[mangled: org/openscience/cdk/qsar/result/IntegerArrayResultType."<init>":(I)V]
IntegerArrayResultType.length ( ) : int
[mangled: org/openscience/cdk/qsar/result/IntegerArrayResultType.length:()I]
IntegerArrayResultType.toString ( ) : String
[mangled: org/openscience/cdk/qsar/result/IntegerArrayResultType.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, IntegerDifference.class
package org.openscience.cdk.tools.diff.tree
IntegerDifference.construct ( String name, Integer first, Integer second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/IntegerDifference.construct:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
IntegerDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/IntegerDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, IntegerResultType.class
package org.openscience.cdk.qsar.result
IntegerResultType.IntegerResultType ( )
[mangled: org/openscience/cdk/qsar/result/IntegerResultType."<init>":()V]
IntegerResultType.length ( ) : int
[mangled: org/openscience/cdk/qsar/result/IntegerResultType.length:()I]
IntegerResultType.toString ( ) : String
[mangled: org/openscience/cdk/qsar/result/IntegerResultType.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, IntSet.class
package org.xmlcml.euclid
IntSet.getPermutations ( Integer number ) [static] : List
[mangled: org/xmlcml/euclid/IntSet.getPermutations:(Ljava/lang/Integer;)Ljava/util/List;]
cdk-1.2.0.jar, IntSTAttribute.class
package org.xmlcml.cml.base
IntSTAttribute.checkValue ( int i ) : void
[mangled: org/xmlcml/cml/base/IntSTAttribute.checkValue:(I)V]
IntSTAttribute.copy ( ) : Node
[mangled: org/xmlcml/cml/base/IntSTAttribute.copy:()Lnu/xom/Node;]
IntSTAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/IntSTAttribute.getCMLValue:()Ljava/lang/Object;]
IntSTAttribute.getInt ( ) : int
[mangled: org/xmlcml/cml/base/IntSTAttribute.getInt:()I]
IntSTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/IntSTAttribute.getJavaGetMethod:()Ljava/lang/String;]
IntSTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/IntSTAttribute.getJavaShortClassName:()Ljava/lang/String;]
IntSTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/IntSTAttribute.getJavaType:()Ljava/lang/String;]
IntSTAttribute.IntSTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/IntSTAttribute."<init>":(Lnu/xom/Attribute;)V]
IntSTAttribute.IntSTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/IntSTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
IntSTAttribute.IntSTAttribute ( IntSTAttribute att )
[mangled: org/xmlcml/cml/base/IntSTAttribute."<init>":(Lorg/xmlcml/cml/base/IntSTAttribute;)V]
IntSTAttribute.IntSTAttribute ( String name )
[mangled: org/xmlcml/cml/base/IntSTAttribute."<init>":(Ljava/lang/String;)V]
IntSTAttribute.setCMLValue ( int i ) : void
[mangled: org/xmlcml/cml/base/IntSTAttribute.setCMLValue:(I)V]
IntSTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/IntSTAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.2.0.jar, IonizationPotentialTool.class
package org.openscience.cdk.tools
IonizationPotentialTool.getQSARs ( IAtomContainer container, IAtom atom ) [static] : double[ ]
[mangled: org/openscience/cdk/tools/IonizationPotentialTool.getQSARs:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)[D]
IonizationPotentialTool.getQSARs ( IAtomContainer container, IBond bond ) [static] : double[ ]
[mangled: org/openscience/cdk/tools/IonizationPotentialTool.getQSARs:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IBond;)[D]
IonizationPotentialTool.IonizationPotentialTool ( )
[mangled: org/openscience/cdk/tools/IonizationPotentialTool."<init>":()V]
IonizationPotentialTool.predictIP ( IAtomContainer container, IAtom atom ) [static] : double
[mangled: org/openscience/cdk/tools/IonizationPotentialTool.predictIP:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)D]
IonizationPotentialTool.predictIP ( IAtomContainer container, IBond bond ) [static] : double
[mangled: org/openscience/cdk/tools/IonizationPotentialTool.predictIP:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IBond;)D]
cdk-1.2.0.jar, IParameterReact.class
package org.openscience.cdk.reaction.type.parameters
IParameterReact.getValue ( ) [abstract] : Object
[mangled: org/openscience/cdk/reaction/type/parameters/IParameterReact.getValue:()Ljava/lang/Object;]
IParameterReact.isSetParameter ( ) [abstract] : boolean
[mangled: org/openscience/cdk/reaction/type/parameters/IParameterReact.isSetParameter:()Z]
IParameterReact.setParameter ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/reaction/type/parameters/IParameterReact.setParameter:(Z)V]
IParameterReact.setValue ( Object p1 ) [abstract] : void
[mangled: org/openscience/cdk/reaction/type/parameters/IParameterReact.setValue:(Ljava/lang/Object;)V]
cdk-1.2.0.jar, IPAtomicHOSEDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
IPAtomicHOSEDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPAtomicHOSEDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor.getDescriptorNames:()[Ljava/lang/String;]
IPAtomicHOSEDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor.getParameterNames:()[Ljava/lang/String;]
IPAtomicHOSEDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor.getParameters:()[Ljava/lang/Object;]
IPAtomicHOSEDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IPAtomicHOSEDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
IPAtomicHOSEDescriptor.IPAtomicHOSEDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor."<init>":()V]
IPAtomicHOSEDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicHOSEDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, IPAtomicLearningDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
IPAtomicLearningDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPAtomicLearningDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor.getDescriptorNames:()[Ljava/lang/String;]
IPAtomicLearningDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor.getParameterNames:()[Ljava/lang/String;]
IPAtomicLearningDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor.getParameters:()[Ljava/lang/Object;]
IPAtomicLearningDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IPAtomicLearningDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
IPAtomicLearningDescriptor.IPAtomicLearningDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor."<init>":()V]
IPAtomicLearningDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicLearningDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, IPBondLearningDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
IPBondLearningDescriptor.calculate ( IBond bond, IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPBondLearningDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor.getDescriptorNames:()[Ljava/lang/String;]
IPBondLearningDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor.getParameterNames:()[Ljava/lang/String;]
IPBondLearningDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor.getParameters:()[Ljava/lang/Object;]
IPBondLearningDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IPBondLearningDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
IPBondLearningDescriptor.IPBondLearningDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor."<init>":()V]
IPBondLearningDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondLearningDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, IPDBAtom.class
package org.openscience.cdk.interfaces
IPDBAtom.getHetAtom ( ) [abstract] : Boolean
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getHetAtom:()Ljava/lang/Boolean;]
IPDBAtom.getOccupancy ( ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getOccupancy:()Ljava/lang/Double;]
IPDBAtom.getOxt ( ) [abstract] : Boolean
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getOxt:()Ljava/lang/Boolean;]
IPDBAtom.getSerial ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getSerial:()Ljava/lang/Integer;]
IPDBAtom.getTempFactor ( ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getTempFactor:()Ljava/lang/Double;]
IPDBAtom.setHetAtom ( Boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setHetAtom:(Ljava/lang/Boolean;)V]
IPDBAtom.setOccupancy ( Double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setOccupancy:(Ljava/lang/Double;)V]
IPDBAtom.setOxt ( Boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setOxt:(Ljava/lang/Boolean;)V]
IPDBAtom.setSerial ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setSerial:(Ljava/lang/Integer;)V]
IPDBAtom.setTempFactor ( Double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setTempFactor:(Ljava/lang/Double;)V]
cdk-1.2.0.jar, IPDBStructure.class
package org.openscience.cdk.interfaces
IPDBStructure.getEndChainID ( ) [abstract] : Character
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getEndChainID:()Ljava/lang/Character;]
IPDBStructure.getEndInsertionCode ( ) [abstract] : Character
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getEndInsertionCode:()Ljava/lang/Character;]
IPDBStructure.getEndSequenceNumber ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getEndSequenceNumber:()Ljava/lang/Integer;]
IPDBStructure.getStartChainID ( ) [abstract] : Character
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getStartChainID:()Ljava/lang/Character;]
IPDBStructure.getStartInsertionCode ( ) [abstract] : Character
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getStartInsertionCode:()Ljava/lang/Character;]
IPDBStructure.getStartSequenceNumber ( ) [abstract] : Integer
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getStartSequenceNumber:()Ljava/lang/Integer;]
IPDBStructure.setEndChainID ( Character p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setEndChainID:(Ljava/lang/Character;)V]
IPDBStructure.setEndInsertionCode ( Character p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setEndInsertionCode:(Ljava/lang/Character;)V]
IPDBStructure.setEndSequenceNumber ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setEndSequenceNumber:(Ljava/lang/Integer;)V]
IPDBStructure.setStartChainID ( Character p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setStartChainID:(Ljava/lang/Character;)V]
IPDBStructure.setStartInsertionCode ( Character p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setStartInsertionCode:(Ljava/lang/Character;)V]
IPDBStructure.setStartSequenceNumber ( Integer p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setStartSequenceNumber:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, IPMolecularLearningDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
IPMolecularLearningDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPMolecularLearningDescriptor.calculatePlus ( IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.calculatePlus:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPMolecularLearningDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.getDescriptorNames:()[Ljava/lang/String;]
IPMolecularLearningDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
IPMolecularLearningDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.getParameterNames:()[Ljava/lang/String;]
IPMolecularLearningDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.getParameters:()[Ljava/lang/Object;]
IPMolecularLearningDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IPMolecularLearningDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
IPMolecularLearningDescriptor.IPMolecularLearningDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor."<init>":()V]
IPMolecularLearningDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularLearningDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, IRandomAccessChemObjectReader.class
package org.openscience.cdk.io.random
IRandomAccessChemObjectReader.first ( ) [abstract] : Object
[mangled: org/openscience/cdk/io/random/IRandomAccessChemObjectReader.first:()Ljava/lang/Object;]
IRandomAccessChemObjectReader.last ( ) [abstract] : Object
[mangled: org/openscience/cdk/io/random/IRandomAccessChemObjectReader.last:()Ljava/lang/Object;]
IRandomAccessChemObjectReader.readRecord ( int p1 ) [abstract] : Object
[mangled: org/openscience/cdk/io/random/IRandomAccessChemObjectReader.readRecord:(I)Ljava/lang/Object;]
IRandomAccessChemObjectReader.size ( ) [abstract] : int
[mangled: org/openscience/cdk/io/random/IRandomAccessChemObjectReader.size:()I]
cdk-1.2.0.jar, IReaction.class
package org.openscience.cdk.interfaces
IReaction.addProduct ( IMolecule p1, Double p2 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReaction.addProduct:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)V]
IReaction.addReactant ( IMolecule p1, Double p2 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReaction.addReactant:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)V]
IReaction.getDirection ( ) [abstract] : IReaction.Direction
[mangled: org/openscience/cdk/interfaces/IReaction.getDirection:()Lorg/openscience/cdk/interfaces/IReaction$Direction;]
IReaction.getProductCoefficient ( IMolecule p1 ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IReaction.getProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)Ljava/lang/Double;]
IReaction.getProductCoefficients ( ) [abstract] : Double[ ]
[mangled: org/openscience/cdk/interfaces/IReaction.getProductCoefficients:()[Ljava/lang/Double;]
IReaction.getReactantCoefficient ( IMolecule p1 ) [abstract] : Double
[mangled: org/openscience/cdk/interfaces/IReaction.getReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)Ljava/lang/Double;]
IReaction.getReactantCoefficients ( ) [abstract] : Double[ ]
[mangled: org/openscience/cdk/interfaces/IReaction.getReactantCoefficients:()[Ljava/lang/Double;]
IReaction.mappings ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IReaction.mappings:()Ljava/lang/Iterable;]
IReaction.setDirection ( IReaction.Direction p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReaction.setDirection:(Lorg/openscience/cdk/interfaces/IReaction$Direction;)V]
IReaction.setProductCoefficient ( IMolecule p1, Double p2 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)Z]
IReaction.setProductCoefficients ( Double[ ] p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setProductCoefficients:([Ljava/lang/Double;)Z]
IReaction.setReactantCoefficient ( IMolecule p1, Double p2 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)Z]
IReaction.setReactantCoefficients ( Double[ ] p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setReactantCoefficients:([Ljava/lang/Double;)Z]
cdk-1.2.0.jar, IReactionMechanism.class
package org.openscience.cdk.reaction
IReactionMechanism.initiate ( IMoleculeSet p1, ArrayList p2, ArrayList p3 ) [abstract] : IReaction
[mangled: org/openscience/cdk/reaction/IReactionMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
cdk-1.2.0.jar, IReactionProcess.class
package org.openscience.cdk.reaction
IReactionProcess.getParameterClass ( Class p1 ) [abstract] : IParameterReact
[mangled: org/openscience/cdk/reaction/IReactionProcess.getParameterClass:(Ljava/lang/Class;)Lorg/openscience/cdk/reaction/type/parameters/IParameterReact;]
IReactionProcess.getParameterList ( ) [abstract] : List
[mangled: org/openscience/cdk/reaction/IReactionProcess.getParameterList:()Ljava/util/List;]
IReactionProcess.setParameterList ( List p1 ) [abstract] : void
[mangled: org/openscience/cdk/reaction/IReactionProcess.setParameterList:(Ljava/util/List;)V]
cdk-1.2.0.jar, IReactionScheme.class
package org.openscience.cdk.interfaces
IReactionScheme.add ( IReactionScheme p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReactionScheme.add:(Lorg/openscience/cdk/interfaces/IReactionScheme;)V]
IReactionScheme.clone ( ) [abstract] : Object
[mangled: org/openscience/cdk/interfaces/IReactionScheme.clone:()Ljava/lang/Object;]
IReactionScheme.getReactionSchemeCount ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IReactionScheme.getReactionSchemeCount:()I]
IReactionScheme.reactionSchemes ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IReactionScheme.reactionSchemes:()Ljava/lang/Iterable;]
IReactionScheme.removeAllReactionSchemes ( ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReactionScheme.removeAllReactionSchemes:()V]
IReactionScheme.removeReactionScheme ( IReactionScheme p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReactionScheme.removeReactionScheme:(Lorg/openscience/cdk/interfaces/IReactionScheme;)V]
cdk-1.2.0.jar, IReactionSet.class
package org.openscience.cdk.interfaces
IReactionSet.reactions ( ) [abstract] : Iterable
[mangled: org/openscience/cdk/interfaces/IReactionSet.reactions:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, IRingSet.class
package org.openscience.cdk.interfaces
IRingSet.getConnectedRings ( IRing p1 ) [abstract] : IRingSet
[mangled: org/openscience/cdk/interfaces/IRingSet.getConnectedRings:(Lorg/openscience/cdk/interfaces/IRing;)Lorg/openscience/cdk/interfaces/IRingSet;]
IRingSet.getRings ( IBond p1 ) [abstract] : IRingSet
[mangled: org/openscience/cdk/interfaces/IRingSet.getRings:(Lorg/openscience/cdk/interfaces/IBond;)Lorg/openscience/cdk/interfaces/IRingSet;]
cdk-1.2.0.jar, IRule.class
package org.openscience.cdk.formula.rules
IRule.getParameters ( ) [abstract] : Object[ ]
[mangled: org/openscience/cdk/formula/rules/IRule.getParameters:()[Ljava/lang/Object;]
IRule.setParameters ( Object[ ] p1 ) [abstract] : void
[mangled: org/openscience/cdk/formula/rules/IRule.setParameters:([Ljava/lang/Object;)V]
IRule.validate ( IMolecularFormula p1 ) [abstract] : double
[mangled: org/openscience/cdk/formula/rules/IRule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
cdk-1.2.0.jar, ISimpleChemObjectReader.class
package org.openscience.cdk.io
ISimpleChemObjectReader.read ( IChemObject p1 ) [abstract] : IChemObject
[mangled: org/openscience/cdk/io/ISimpleChemObjectReader.read:(Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/interfaces/IChemObject;]
cdk-1.2.0.jar, Isotope.class
package org.openscience.cdk
Isotope.getExactMass ( ) : Double
[mangled: org/openscience/cdk/Isotope.getExactMass:()Ljava/lang/Double;]
Isotope.getMassNumber ( ) : Integer
[mangled: org/openscience/cdk/Isotope.getMassNumber:()Ljava/lang/Integer;]
Isotope.getNaturalAbundance ( ) : Double
[mangled: org/openscience/cdk/Isotope.getNaturalAbundance:()Ljava/lang/Double;]
Isotope.setExactMass ( Double exactMass ) : void
[mangled: org/openscience/cdk/Isotope.setExactMass:(Ljava/lang/Double;)V]
Isotope.setMassNumber ( Integer massNumber ) : void
[mangled: org/openscience/cdk/Isotope.setMassNumber:(Ljava/lang/Integer;)V]
Isotope.setNaturalAbundance ( Double naturalAbundance ) : void
[mangled: org/openscience/cdk/Isotope.setNaturalAbundance:(Ljava/lang/Double;)V]
cdk-1.2.0.jar, IsotopeContainer.class
package org.openscience.cdk.formula
IsotopeContainer.clone ( ) : Object
[mangled: org/openscience/cdk/formula/IsotopeContainer.clone:()Ljava/lang/Object;]
IsotopeContainer.getFormula ( ) : IMolecularFormula
[mangled: org/openscience/cdk/formula/IsotopeContainer.getFormula:()Lorg/openscience/cdk/interfaces/IMolecularFormula;]
IsotopeContainer.getIntensity ( ) : double
[mangled: org/openscience/cdk/formula/IsotopeContainer.getIntensity:()D]
IsotopeContainer.getMass ( ) : double
[mangled: org/openscience/cdk/formula/IsotopeContainer.getMass:()D]
IsotopeContainer.IsotopeContainer ( )
[mangled: org/openscience/cdk/formula/IsotopeContainer."<init>":()V]
IsotopeContainer.IsotopeContainer ( double mass, double intensity )
[mangled: org/openscience/cdk/formula/IsotopeContainer."<init>":(DD)V]
IsotopeContainer.IsotopeContainer ( IMolecularFormula formula, double intensity )
[mangled: org/openscience/cdk/formula/IsotopeContainer."<init>":(Lorg/openscience/cdk/interfaces/IMolecularFormula;D)V]
IsotopeContainer.setFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/formula/IsotopeContainer.setFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
IsotopeContainer.setIntensity ( double intensity ) : void
[mangled: org/openscience/cdk/formula/IsotopeContainer.setIntensity:(D)V]
IsotopeContainer.setMass ( double mass ) : void
[mangled: org/openscience/cdk/formula/IsotopeContainer.setMass:(D)V]
cdk-1.2.0.jar, IsotopeDiff.class
package org.openscience.cdk.tools.diff
IsotopeDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/IsotopeDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
IsotopeDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/IsotopeDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
IsotopeDiff.IsotopeDiff ( )
[mangled: org/openscience/cdk/tools/diff/IsotopeDiff."<init>":()V]
cdk-1.2.0.jar, IsotopeFactory.class
package org.openscience.cdk.config
IsotopeFactory.getNaturalMass ( IElement element ) : double
[mangled: org/openscience/cdk/config/IsotopeFactory.getNaturalMass:(Lorg/openscience/cdk/interfaces/IElement;)D]
cdk-1.2.0.jar, IsotopePattern.class
package org.openscience.cdk.formula
IsotopePattern.addIsotope ( IsotopeContainer isoContainer ) : void
[mangled: org/openscience/cdk/formula/IsotopePattern.addIsotope:(Lorg/openscience/cdk/formula/IsotopeContainer;)V]
IsotopePattern.clone ( ) : Object
[mangled: org/openscience/cdk/formula/IsotopePattern.clone:()Ljava/lang/Object;]
IsotopePattern.getCharge ( ) : double
[mangled: org/openscience/cdk/formula/IsotopePattern.getCharge:()D]
IsotopePattern.getIsotope ( int position ) : IsotopeContainer
[mangled: org/openscience/cdk/formula/IsotopePattern.getIsotope:(I)Lorg/openscience/cdk/formula/IsotopeContainer;]
IsotopePattern.getIsotopes ( ) : List
[mangled: org/openscience/cdk/formula/IsotopePattern.getIsotopes:()Ljava/util/List;]
IsotopePattern.getMonoIsotope ( ) : IsotopeContainer
[mangled: org/openscience/cdk/formula/IsotopePattern.getMonoIsotope:()Lorg/openscience/cdk/formula/IsotopeContainer;]
IsotopePattern.getNumberOfIsotopes ( ) : int
[mangled: org/openscience/cdk/formula/IsotopePattern.getNumberOfIsotopes:()I]
IsotopePattern.IsotopePattern ( )
[mangled: org/openscience/cdk/formula/IsotopePattern."<init>":()V]
IsotopePattern.setCharge ( double charge ) : void
[mangled: org/openscience/cdk/formula/IsotopePattern.setCharge:(D)V]
IsotopePattern.setMonoIsotope ( IsotopeContainer isoContainer ) : void
[mangled: org/openscience/cdk/formula/IsotopePattern.setMonoIsotope:(Lorg/openscience/cdk/formula/IsotopeContainer;)V]
cdk-1.2.0.jar, IsotopePatternGenerator.class
package org.openscience.cdk.formula
IsotopePatternGenerator.getIsotopes ( IMolecularFormula molFor ) : IsotopePattern
[mangled: org/openscience/cdk/formula/IsotopePatternGenerator.getIsotopes:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/formula/IsotopePattern;]
IsotopePatternGenerator.IsotopePatternGenerator ( )
[mangled: org/openscience/cdk/formula/IsotopePatternGenerator."<init>":()V]
IsotopePatternGenerator.IsotopePatternGenerator ( double minAb )
[mangled: org/openscience/cdk/formula/IsotopePatternGenerator."<init>":(D)V]
cdk-1.2.0.jar, IsotopePatternManipulator.class
package org.openscience.cdk.formula
IsotopePatternManipulator.IsotopePatternManipulator ( )
[mangled: org/openscience/cdk/formula/IsotopePatternManipulator."<init>":()V]
IsotopePatternManipulator.normalize ( IsotopePattern isotopeP ) [static] : IsotopePattern
[mangled: org/openscience/cdk/formula/IsotopePatternManipulator.normalize:(Lorg/openscience/cdk/formula/IsotopePattern;)Lorg/openscience/cdk/formula/IsotopePattern;]
IsotopePatternManipulator.sortAndNormalizedByIntensity ( IsotopePattern isotopeP ) [static] : IsotopePattern
[mangled: org/openscience/cdk/formula/IsotopePatternManipulator.sortAndNormalizedByIntensity:(Lorg/openscience/cdk/formula/IsotopePattern;)Lorg/openscience/cdk/formula/IsotopePattern;]
IsotopePatternManipulator.sortByIntensity ( IsotopePattern isotopeP ) [static] : IsotopePattern
[mangled: org/openscience/cdk/formula/IsotopePatternManipulator.sortByIntensity:(Lorg/openscience/cdk/formula/IsotopePattern;)Lorg/openscience/cdk/formula/IsotopePattern;]
IsotopePatternManipulator.sortByMass ( IsotopePattern isotopeP ) [static] : IsotopePattern
[mangled: org/openscience/cdk/formula/IsotopePatternManipulator.sortByMass:(Lorg/openscience/cdk/formula/IsotopePattern;)Lorg/openscience/cdk/formula/IsotopePattern;]
cdk-1.2.0.jar, IsotopePatternRule.class
package org.openscience.cdk.formula.rules
IsotopePatternRule.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/formula/rules/IsotopePatternRule.getParameters:()[Ljava/lang/Object;]
IsotopePatternRule.IsotopePatternRule ( )
[mangled: org/openscience/cdk/formula/rules/IsotopePatternRule."<init>":()V]
IsotopePatternRule.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/formula/rules/IsotopePatternRule.setParameters:([Ljava/lang/Object;)V]
IsotopePatternRule.validate ( IMolecularFormula formula ) : double
[mangled: org/openscience/cdk/formula/rules/IsotopePatternRule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
cdk-1.2.0.jar, IsotopePatternSimilarity.class
package org.openscience.cdk.formula
IsotopePatternSimilarity.compare ( IsotopePattern isoto1, IsotopePattern isoto2 ) : double
[mangled: org/openscience/cdk/formula/IsotopePatternSimilarity.compare:(Lorg/openscience/cdk/formula/IsotopePattern;Lorg/openscience/cdk/formula/IsotopePattern;)D]
IsotopePatternSimilarity.getTolerance ( ) : double
[mangled: org/openscience/cdk/formula/IsotopePatternSimilarity.getTolerance:()D]
IsotopePatternSimilarity.IsotopePatternSimilarity ( )
[mangled: org/openscience/cdk/formula/IsotopePatternSimilarity."<init>":()V]
IsotopePatternSimilarity.seTolerance ( double tolerance ) : void
[mangled: org/openscience/cdk/formula/IsotopePatternSimilarity.seTolerance:(D)V]
cdk-1.2.0.jar, IsProtonInAromaticSystemDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
IsProtonInAromaticSystemDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IsProtonInAromaticSystemDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, IsProtonInConjugatedPiSystemDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
IsProtonInConjugatedPiSystemDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IsProtonInConjugatedPiSystemDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, IStrand.class
package org.openscience.cdk.interfaces
IStrand.getMonomers ( ) [abstract] : Map
[mangled: org/openscience/cdk/interfaces/IStrand.getMonomers:()Ljava/util/Map;]
cdk-1.2.0.jar, Iterable.class
package org.xmlpull.v1.builder
Iterable.iterator ( ) [abstract] : Iterator
[mangled: org/xmlpull/v1/builder/Iterable.iterator:()Ljava/util/Iterator;]
cdk-1.2.0.jar, IteratingMDLConformerReader.class
package org.openscience.cdk.io.iterator
IteratingMDLConformerReader.hasNext ( ) : boolean
[mangled: org/openscience/cdk/io/iterator/IteratingMDLConformerReader.hasNext:()Z]
IteratingMDLConformerReader.IteratingMDLConformerReader ( InputStream in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingMDLConformerReader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingMDLConformerReader.IteratingMDLConformerReader ( Reader in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingMDLConformerReader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingMDLConformerReader.next ( ) : Object
[mangled: org/openscience/cdk/io/iterator/IteratingMDLConformerReader.next:()Ljava/lang/Object;]
IteratingMDLConformerReader.remove ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingMDLConformerReader.remove:()V]
cdk-1.2.0.jar, IteratingMDLReader.class
package org.openscience.cdk.io.iterator
IteratingMDLReader.customizeJob ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingMDLReader.customizeJob:()V]
IteratingMDLReader.getIOSettings ( ) : IOSetting[ ]
[mangled: org/openscience/cdk/io/iterator/IteratingMDLReader.getIOSettings:()[Lorg/openscience/cdk/io/setting/IOSetting;]
IteratingMDLReader.next ( ) : IChemObject
[mangled: org/openscience/cdk/io/iterator/IteratingMDLReader.next:()Lorg/openscience/cdk/interfaces/IChemObject;]
IteratingMDLReader.processIOSettingQuestion ( IOSetting setting ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingMDLReader.processIOSettingQuestion:(Lorg/openscience/cdk/io/setting/IOSetting;)V]
IteratingMDLReader.setReader ( InputStream reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingMDLReader.setReader:(Ljava/io/InputStream;)V]
IteratingMDLReader.setReader ( Reader reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingMDLReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, IteratingPCCompoundASNReader.class
package org.openscience.cdk.io.iterator
IteratingPCCompoundASNReader.close ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.close:()V]
IteratingPCCompoundASNReader.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
IteratingPCCompoundASNReader.hasNext ( ) : boolean
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.hasNext:()Z]
IteratingPCCompoundASNReader.IteratingPCCompoundASNReader ( InputStream in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingPCCompoundASNReader.IteratingPCCompoundASNReader ( Reader in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingPCCompoundASNReader.next ( ) : IChemObject
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.next:()Lorg/openscience/cdk/interfaces/IChemObject;]
IteratingPCCompoundASNReader.next ( ) : Object
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.next:()Ljava/lang/Object;]
IteratingPCCompoundASNReader.remove ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.remove:()V]
IteratingPCCompoundASNReader.setReader ( InputStream reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.setReader:(Ljava/io/InputStream;)V]
IteratingPCCompoundASNReader.setReader ( Reader reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundASNReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, IteratingPCCompoundXMLReader.class
package org.openscience.cdk.io.iterator
IteratingPCCompoundXMLReader.close ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.close:()V]
IteratingPCCompoundXMLReader.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
IteratingPCCompoundXMLReader.hasNext ( ) : boolean
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.hasNext:()Z]
IteratingPCCompoundXMLReader.IteratingPCCompoundXMLReader ( InputStream in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingPCCompoundXMLReader.IteratingPCCompoundXMLReader ( Reader in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingPCCompoundXMLReader.next ( ) : IChemObject
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.next:()Lorg/openscience/cdk/interfaces/IChemObject;]
IteratingPCCompoundXMLReader.next ( ) : Object
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.next:()Ljava/lang/Object;]
IteratingPCCompoundXMLReader.remove ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.remove:()V]
IteratingPCCompoundXMLReader.setReader ( InputStream reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.setReader:(Ljava/io/InputStream;)V]
IteratingPCCompoundXMLReader.setReader ( Reader reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCCompoundXMLReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, IteratingPCSubstancesXMLReader.class
package org.openscience.cdk.io.iterator
IteratingPCSubstancesXMLReader.close ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.close:()V]
IteratingPCSubstancesXMLReader.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
IteratingPCSubstancesXMLReader.hasNext ( ) : boolean
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.hasNext:()Z]
IteratingPCSubstancesXMLReader.IteratingPCSubstancesXMLReader ( InputStream in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingPCSubstancesXMLReader.IteratingPCSubstancesXMLReader ( Reader in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingPCSubstancesXMLReader.next ( ) : IChemObject
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.next:()Lorg/openscience/cdk/interfaces/IChemObject;]
IteratingPCSubstancesXMLReader.next ( ) : Object
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.next:()Ljava/lang/Object;]
IteratingPCSubstancesXMLReader.remove ( ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.remove:()V]
IteratingPCSubstancesXMLReader.setReader ( InputStream reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.setReader:(Ljava/io/InputStream;)V]
IteratingPCSubstancesXMLReader.setReader ( Reader reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingPCSubstancesXMLReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, IteratingSMILESReader.class
package org.openscience.cdk.io.iterator
IteratingSMILESReader.IteratingSMILESReader ( InputStream in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingSMILESReader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingSMILESReader.IteratingSMILESReader ( Reader in, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/iterator/IteratingSMILESReader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
IteratingSMILESReader.next ( ) : IChemObject
[mangled: org/openscience/cdk/io/iterator/IteratingSMILESReader.next:()Lorg/openscience/cdk/interfaces/IChemObject;]
IteratingSMILESReader.setReader ( InputStream reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingSMILESReader.setReader:(Ljava/io/InputStream;)V]
IteratingSMILESReader.setReader ( Reader reader ) : void
[mangled: org/openscience/cdk/io/iterator/IteratingSMILESReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, IViewEventRelay.class
package org.openscience.cdk.controller
IViewEventRelay.updateView ( ) [abstract] : void
[mangled: org/openscience/cdk/controller/IViewEventRelay.updateView:()V]
cdk-1.2.0.jar, JarSource.class
package net.sf.jnati.deploy.source
JarSource.close ( ) : void
[mangled: net/sf/jnati/deploy/source/JarSource.close:()V]
JarSource.containsFile ( String path ) : boolean
[mangled: net/sf/jnati/deploy/source/JarSource.containsFile:(Ljava/lang/String;)Z]
JarSource.getPath ( ) : File
[mangled: net/sf/jnati/deploy/source/JarSource.getPath:()Ljava/io/File;]
JarSource.isLocal ( ) : boolean
[mangled: net/sf/jnati/deploy/source/JarSource.isLocal:()Z]
JarSource.JarSource ( File file, Artefact artefact )
[mangled: net/sf/jnati/deploy/source/JarSource."<init>":(Ljava/io/File;Lnet/sf/jnati/deploy/artefact/Artefact;)V]
JarSource.JarSource ( JarFile jar, Artefact artefact )
[mangled: net/sf/jnati/deploy/source/JarSource."<init>":(Ljava/util/jar/JarFile;Lnet/sf/jnati/deploy/artefact/Artefact;)V]
JarSource.openFile ( String path ) : InputStream
[mangled: net/sf/jnati/deploy/source/JarSource.openFile:(Ljava/lang/String;)Ljava/io/InputStream;]
cdk-1.2.0.jar, Java2DRenderer.class
package org.openscience.cdk.renderer
Java2DRenderer.createRectangle2D ( IAtomContainer atomCon ) : Rectangle2D
[mangled: org/openscience/cdk/renderer/Java2DRenderer.createRectangle2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/awt/geom/Rectangle2D;]
Java2DRenderer.distance2points ( double x0, double y0, double x1, double y1 ) [static] : double
[mangled: org/openscience/cdk/renderer/Java2DRenderer.distance2points:(DDDD)D]
Java2DRenderer.distance2points ( Point2d a, Point2d b ) [static] : double
[mangled: org/openscience/cdk/renderer/Java2DRenderer.distance2points:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)D]
Java2DRenderer.getCoorFromScreen ( int screenX, int screenY ) : Point2d
[mangled: org/openscience/cdk/renderer/Java2DRenderer.getCoorFromScreen:(II)Ljavax/vecmath/Point2d;]
Java2DRenderer.getRenderer2DModel ( ) : Renderer2DModel
[mangled: org/openscience/cdk/renderer/Java2DRenderer.getRenderer2DModel:()Lorg/openscience/cdk/renderer/Renderer2DModel;]
Java2DRenderer.getRingSet ( IAtomContainer atomContainer ) : IRingSet
[mangled: org/openscience/cdk/renderer/Java2DRenderer.getRingSet:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IRingSet;]
Java2DRenderer.Java2DRenderer ( Renderer2DModel model )
[mangled: org/openscience/cdk/renderer/Java2DRenderer."<init>":(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
Java2DRenderer.paintAnyBond ( IBond bond, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintAnyBond:(Lorg/openscience/cdk/interfaces/IBond;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintAtom ( IAtomContainer container, IAtom atom, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintAtom:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintAtoms ( IAtomContainer atomCon, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintAtoms:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintAtomSymbol ( IAtom atom, Graphics2D graphics, int alignment, boolean isRadical ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintAtomSymbol:(Lorg/openscience/cdk/interfaces/IAtom;Ljava/awt/Graphics2D;IZ)V]
Java2DRenderer.paintBond ( IBond bond, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintBond:(Lorg/openscience/cdk/interfaces/IBond;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintBonds ( IAtomContainer atomCon, IRingSet ringSet, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintBonds:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintChemModel ( IChemModel model, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintChemModel:(Lorg/openscience/cdk/interfaces/IChemModel;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintColouredAtomBackground ( IAtom atom, Color color, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintColouredAtomBackground:(Lorg/openscience/cdk/interfaces/IAtom;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintDashedWedgeBond ( IBond bond, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintDashedWedgeBond:(Lorg/openscience/cdk/interfaces/IBond;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintDoubleBond ( IBond bond, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintDoubleBond:(Lorg/openscience/cdk/interfaces/IBond;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintInnerBond ( IBond bond, IRing ring, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintInnerBond:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IRing;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintMolecule ( IAtomContainer atomCon, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintMolecule ( IAtomContainer atomCon, Graphics2D graphics, Rectangle2D bounds ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Graphics2D;Ljava/awt/geom/Rectangle2D;)V]
Java2DRenderer.paintMoleculeSet ( IMoleculeSet moleculeSet, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintMoleculeSet:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintOneBond ( Line2D line, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintOneBond:(Ljava/awt/geom/Line2D;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintReaction ( IReaction reaction, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintReaction:(Lorg/openscience/cdk/interfaces/IReaction;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintReactionSet ( IReactionSet reactionSet, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintReactionSet:(Lorg/openscience/cdk/interfaces/IReactionSet;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintRingBond ( IBond bond, IRing ring, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintRingBond:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IRing;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintRingRing ( IRing ring, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintRingRing:(Lorg/openscience/cdk/interfaces/IRing;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintSingleBond ( IBond bond, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintSingleBond:(Lorg/openscience/cdk/interfaces/IBond;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintTripleBond ( IBond bond, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintTripleBond:(Lorg/openscience/cdk/interfaces/IBond;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.paintWedgeBond ( IBond bond, Color bondColor, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.paintWedgeBond:(Lorg/openscience/cdk/interfaces/IBond;Ljava/awt/Color;Ljava/awt/Graphics2D;)V]
Java2DRenderer.ringIsAromatic ( IRing ring ) : boolean
[mangled: org/openscience/cdk/renderer/Java2DRenderer.ringIsAromatic:(Lorg/openscience/cdk/interfaces/IRing;)Z]
Java2DRenderer.setRenderer2DModel ( Renderer2DModel model ) : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.setRenderer2DModel:(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
Java2DRenderer.showClosestAtomOrBond ( IAtomContainer container, Point2d ptSrc ) [static] : void
[mangled: org/openscience/cdk/renderer/Java2DRenderer.showClosestAtomOrBond:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;)V]
cdk-1.2.0.jar, JniInchiAtom.class
package net.sf.jniinchi
JniInchiAtom.getIsotopicMass ( ) : int
[mangled: net/sf/jniinchi/JniInchiAtom.getIsotopicMass:()I]
cdk-1.2.0.jar, JniInchiException.class
package net.sf.jniinchi
JniInchiException.JniInchiException ( Throwable ex )
[mangled: net/sf/jniinchi/JniInchiException."<init>":(Ljava/lang/Throwable;)V]
cdk-1.2.0.jar, JniInchiInput.class
package net.sf.jniinchi
JniInchiInput.JniInchiInput ( JniInchiStructure struct, String opts )
[mangled: net/sf/jniinchi/JniInchiInput."<init>":(Lnet/sf/jniinchi/JniInchiStructure;Ljava/lang/String;)V]
cdk-1.2.0.jar, JniInchiOutput.class
package net.sf.jniinchi
JniInchiOutput.JniInchiOutput ( INCHI_RET ret, String inchi, String auxInfo, String message, String log )
[mangled: net/sf/jniinchi/JniInchiOutput."<init>":(Lnet/sf/jniinchi/INCHI_RET;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JniInchiOutput.JniInchiOutput ( int ret, String inchi, String auxInfo, String message, String log )
[mangled: net/sf/jniinchi/JniInchiOutput."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JniInchiOutput.setAuxInfo ( String auxInfo ) : void
[mangled: net/sf/jniinchi/JniInchiOutput.setAuxInfo:(Ljava/lang/String;)V]
JniInchiOutput.setInchi ( String inchi ) : void
[mangled: net/sf/jniinchi/JniInchiOutput.setInchi:(Ljava/lang/String;)V]
JniInchiOutput.setLog ( String log ) : void
[mangled: net/sf/jniinchi/JniInchiOutput.setLog:(Ljava/lang/String;)V]
JniInchiOutput.setMessage ( String message ) : void
[mangled: net/sf/jniinchi/JniInchiOutput.setMessage:(Ljava/lang/String;)V]
JniInchiOutput.setRetStatus ( INCHI_RET retStatus ) : void
[mangled: net/sf/jniinchi/JniInchiOutput.setRetStatus:(Lnet/sf/jniinchi/INCHI_RET;)V]
JniInchiOutput.toString ( ) : String
[mangled: net/sf/jniinchi/JniInchiOutput.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, JniInchiOutputKey.class
package net.sf.jniinchi
JniInchiOutputKey.getCheckChar ( ) : char
[mangled: net/sf/jniinchi/JniInchiOutputKey.getCheckChar:()C]
JniInchiOutputKey.getFirstBlock ( ) : String
[mangled: net/sf/jniinchi/JniInchiOutputKey.getFirstBlock:()Ljava/lang/String;]
JniInchiOutputKey.getFlagChar ( ) : char
[mangled: net/sf/jniinchi/JniInchiOutputKey.getFlagChar:()C]
JniInchiOutputKey.getFlagFixedH ( ) : boolean
[mangled: net/sf/jniinchi/JniInchiOutputKey.getFlagFixedH:()Z]
JniInchiOutputKey.getFlagIsotopic ( ) : boolean
[mangled: net/sf/jniinchi/JniInchiOutputKey.getFlagIsotopic:()Z]
JniInchiOutputKey.getFlagStereo ( ) : boolean
[mangled: net/sf/jniinchi/JniInchiOutputKey.getFlagStereo:()Z]
JniInchiOutputKey.getFlagVersion ( ) : int
[mangled: net/sf/jniinchi/JniInchiOutputKey.getFlagVersion:()I]
JniInchiOutputKey.getKey ( ) : String
[mangled: net/sf/jniinchi/JniInchiOutputKey.getKey:()Ljava/lang/String;]
JniInchiOutputKey.getReturnStatus ( ) : INCHI_KEY
[mangled: net/sf/jniinchi/JniInchiOutputKey.getReturnStatus:()Lnet/sf/jniinchi/INCHI_KEY;]
JniInchiOutputKey.getSecondBlock ( ) : String
[mangled: net/sf/jniinchi/JniInchiOutputKey.getSecondBlock:()Ljava/lang/String;]
JniInchiOutputKey.JniInchiOutputKey ( INCHI_KEY retStatus, String key )
[mangled: net/sf/jniinchi/JniInchiOutputKey."<init>":(Lnet/sf/jniinchi/INCHI_KEY;Ljava/lang/String;)V]
JniInchiOutputKey.JniInchiOutputKey ( int ret, String key )
[mangled: net/sf/jniinchi/JniInchiOutputKey."<init>":(ILjava/lang/String;)V]
cdk-1.2.0.jar, JniInchiOutputStructure.class
package net.sf.jniinchi
JniInchiOutputStructure.JniInchiOutputStructure ( INCHI_RET value )
[mangled: net/sf/jniinchi/JniInchiOutputStructure."<init>":(Lnet/sf/jniinchi/INCHI_RET;)V]
JniInchiOutputStructure.JniInchiOutputStructure ( int ret, String message, String log, long w00, long w01, long w10, long w11 )
[mangled: net/sf/jniinchi/JniInchiOutputStructure."<init>":(ILjava/lang/String;Ljava/lang/String;JJJJ)V]
JniInchiOutputStructure.setLog ( String log ) : void
[mangled: net/sf/jniinchi/JniInchiOutputStructure.setLog:(Ljava/lang/String;)V]
JniInchiOutputStructure.setMessage ( String message ) : void
[mangled: net/sf/jniinchi/JniInchiOutputStructure.setMessage:(Ljava/lang/String;)V]
JniInchiOutputStructure.setRetStatus ( INCHI_RET retStatus ) : void
[mangled: net/sf/jniinchi/JniInchiOutputStructure.setRetStatus:(Lnet/sf/jniinchi/INCHI_RET;)V]
JniInchiOutputStructure.setWarningFlags ( long f00, long f01, long f10, long f11 ) : void
[mangled: net/sf/jniinchi/JniInchiOutputStructure.setWarningFlags:(JJJJ)V]
JniInchiOutputStructure.setWarningFlags ( long[ ][ ] warningFlags ) : void
[mangled: net/sf/jniinchi/JniInchiOutputStructure.setWarningFlags:([[J)V]
cdk-1.2.0.jar, JniInchiStereo0D.class
package net.sf.jniinchi
JniInchiStereo0D.getDisconnectedParity ( ) : INCHI_PARITY
[mangled: net/sf/jniinchi/JniInchiStereo0D.getDisconnectedParity:()Lnet/sf/jniinchi/INCHI_PARITY;]
JniInchiStereo0D.getNeighbor ( int i ) : JniInchiAtom
[mangled: net/sf/jniinchi/JniInchiStereo0D.getNeighbor:(I)Lnet/sf/jniinchi/JniInchiAtom;]
cdk-1.2.0.jar, JniInchiWrapper.class
package net.sf.jniinchi
JniInchiWrapper.checkInChIKey ( String key ) [static] : INCHI_KEY_STATUS
[mangled: net/sf/jniinchi/JniInchiWrapper.checkInChIKey:(Ljava/lang/String;)Lnet/sf/jniinchi/INCHI_KEY_STATUS;]
JniInchiWrapper.getInChIKey ( String inchi ) [static] : JniInchiOutputKey
[mangled: net/sf/jniinchi/JniInchiWrapper.getInChIKey:(Ljava/lang/String;)Lnet/sf/jniinchi/JniInchiOutputKey;]
JniInchiWrapper.LibInchiGetVersion ( ) [static] : String
[mangled: net/sf/jniinchi/JniInchiWrapper.LibInchiGetVersion:()Ljava/lang/String;]
cdk-1.2.0.jar, KappaShapeIndicesDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
KappaShapeIndicesDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KappaShapeIndicesDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, KierHallSmartsDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
KierHallSmartsDescriptor.calculate ( IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
KierHallSmartsDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.getDescriptorNames:()[Ljava/lang/String;]
KierHallSmartsDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
KierHallSmartsDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.getParameterNames:()[Ljava/lang/String;]
KierHallSmartsDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.getParameters:()[Ljava/lang/Object;]
KierHallSmartsDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
KierHallSmartsDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
KierHallSmartsDescriptor.KierHallSmartsDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor."<init>":()V]
KierHallSmartsDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KierHallSmartsDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, LargestChainDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
LargestChainDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LargestChainDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, LargestPiSystemDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
LargestPiSystemDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LargestPiSystemDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, LengthOverBreadthDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
LengthOverBreadthDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LengthOverBreadthDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Line2.class
package org.xmlcml.euclid
Line2.contains ( Real2 point, double eps, boolean allowExtension ) : boolean
[mangled: org/xmlcml/euclid/Line2.contains:(Lorg/xmlcml/euclid/Real2;DZ)Z]
Line2.flipCoordinates ( ) : void
[mangled: org/xmlcml/euclid/Line2.flipCoordinates:()V]
Line2.getAngleMadeWith ( Line2 line ) : Angle
[mangled: org/xmlcml/euclid/Line2.getAngleMadeWith:(Lorg/xmlcml/euclid/Line2;)Lorg/xmlcml/euclid/Angle;]
Line2.getDistanceFromPoint ( Real2 point ) : double
[mangled: org/xmlcml/euclid/Line2.getDistanceFromPoint:(Lorg/xmlcml/euclid/Real2;)D]
Line2.getFrom ( ) : Real2
[mangled: org/xmlcml/euclid/Line2.getFrom:()Lorg/xmlcml/euclid/Real2;]
Line2.getIntersection ( Line2 line1 ) : Real2
[mangled: org/xmlcml/euclid/Line2.getIntersection:(Lorg/xmlcml/euclid/Line2;)Lorg/xmlcml/euclid/Real2;]
Line2.getLambda ( Real2 p ) : double
[mangled: org/xmlcml/euclid/Line2.getLambda:(Lorg/xmlcml/euclid/Real2;)D]
Line2.getLength ( ) : double
[mangled: org/xmlcml/euclid/Line2.getLength:()D]
Line2.getMidPoint ( ) : Real2
[mangled: org/xmlcml/euclid/Line2.getMidPoint:()Lorg/xmlcml/euclid/Real2;]
Line2.getNearestPointOnLine ( Real2 point ) : Real2
[mangled: org/xmlcml/euclid/Line2.getNearestPointOnLine:(Lorg/xmlcml/euclid/Real2;)Lorg/xmlcml/euclid/Real2;]
Line2.getSlope ( ) : double
[mangled: org/xmlcml/euclid/Line2.getSlope:()D]
Line2.getTo ( ) : Real2
[mangled: org/xmlcml/euclid/Line2.getTo:()Lorg/xmlcml/euclid/Real2;]
Line2.getUnitVector ( ) : Vector2
[mangled: org/xmlcml/euclid/Line2.getUnitVector:()Lorg/xmlcml/euclid/Vector2;]
Line2.getVector ( ) : Vector2
[mangled: org/xmlcml/euclid/Line2.getVector:()Lorg/xmlcml/euclid/Vector2;]
Line2.getXIntercept ( ) : double
[mangled: org/xmlcml/euclid/Line2.getXIntercept:()D]
Line2.getXY ( int i ) : Real2
[mangled: org/xmlcml/euclid/Line2.getXY:(I)Lorg/xmlcml/euclid/Real2;]
Line2.getYIntercept ( ) : double
[mangled: org/xmlcml/euclid/Line2.getYIntercept:()D]
Line2.Line2 ( Real2 from, Real2 to )
[mangled: org/xmlcml/euclid/Line2."<init>":(Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;)V]
Line2.Line2 ( Real2 from, Vector2 v )
[mangled: org/xmlcml/euclid/Line2."<init>":(Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Vector2;)V]
Line2.setXY ( Real2 xy, int i ) : void
[mangled: org/xmlcml/euclid/Line2.setXY:(Lorg/xmlcml/euclid/Real2;I)V]
Line2.toString ( ) : String
[mangled: org/xmlcml/euclid/Line2.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, LinearRegressionModel.class
package org.openscience.cdk.qsar.model.R
LinearRegressionModel.build ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.build:()V]
LinearRegressionModel.finalize ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.finalize:()V]
LinearRegressionModel.getFitCoefficients ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getFitCoefficients:()[D]
LinearRegressionModel.getFitDFResidual ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getFitDFResidual:()I]
LinearRegressionModel.getFitFitted ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getFitFitted:()[D]
LinearRegressionModel.getFitRank ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getFitRank:()I]
LinearRegressionModel.getFitResiduals ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getFitResiduals:()[D]
LinearRegressionModel.getPredictDF ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getPredictDF:()I]
LinearRegressionModel.getPredictLowerBound ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getPredictLowerBound:()[D]
LinearRegressionModel.getPredictPredicted ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getPredictPredicted:()[D]
LinearRegressionModel.getPredictResidualScale ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getPredictResidualScale:()D]
LinearRegressionModel.getPredictSEPredictions ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getPredictSEPredictions:()[D]
LinearRegressionModel.getPredictUpperBound ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.getPredictUpperBound:()[D]
LinearRegressionModel.LinearRegressionModel ( )
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel."<init>":()V]
LinearRegressionModel.LinearRegressionModel ( double[ ][ ] xx, double[ ] yy )
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel."<init>":([[D[D)V]
LinearRegressionModel.LinearRegressionModel ( double[ ][ ] xx, double[ ] yy, double[ ] weights )
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel."<init>":([[D[D[D)V]
LinearRegressionModel.loadModel ( String fileName ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.loadModel:(Ljava/lang/String;)V]
LinearRegressionModel.loadModel ( String serializedModel, String modelName ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
LinearRegressionModel.predict ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.predict:()V]
LinearRegressionModel.setParameters ( String key, Object obj ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
LinearRegressionModel.summary ( ) : R.LinearRegressionModelSummary
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModel.summary:()Lorg/openscience/cdk/qsar/model/R/LinearRegressionModelSummary;]
package org.openscience.cdk.qsar.model.R2
LinearRegressionModel.build ( ) : void
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.build:()V]
LinearRegressionModel.getAssign ( ) : int[ ]
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getAssign:()[I]
LinearRegressionModel.getCoefficients ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getCoefficients:()[D]
LinearRegressionModel.getDfResidual ( ) : int
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getDfResidual:()I]
LinearRegressionModel.getEffects ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getEffects:()[D]
LinearRegressionModel.getFittedValues ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getFittedValues:()[D]
LinearRegressionModel.getModel ( ) : JRI.RList
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getModel:()Lorg/rosuda/JRI/RList;]
LinearRegressionModel.getModelPredict ( ) : JRI.RList
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getModelPredict:()Lorg/rosuda/JRI/RList;]
LinearRegressionModel.getQr ( ) : JRI.RList
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getQr:()Lorg/rosuda/JRI/RList;]
LinearRegressionModel.getRank ( ) : int
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getRank:()I]
LinearRegressionModel.getResiduals ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getResiduals:()[D]
LinearRegressionModel.getXlevels ( ) : JRI.RList
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.getXlevels:()Lorg/rosuda/JRI/RList;]
LinearRegressionModel.LinearRegressionModel ( )
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel."<init>":()V]
LinearRegressionModel.LinearRegressionModel ( double[ ][ ] xx, double[ ] yy )
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel."<init>":([[D[D)V]
LinearRegressionModel.LinearRegressionModel ( double[ ][ ] xx, double[ ] yy, double[ ] weights )
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel."<init>":([[D[D[D)V]
LinearRegressionModel.loadModel ( String fileName ) : void
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.loadModel:(Ljava/lang/String;)V]
LinearRegressionModel.loadModel ( String serializedModel, String modelName ) : void
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
LinearRegressionModel.predict ( ) : void
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.predict:()V]
LinearRegressionModel.setParameters ( String key, Object obj ) : void
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
LinearRegressionModel.summary ( ) : JRI.RList
[mangled: org/openscience/cdk/qsar/model/R2/LinearRegressionModel.summary:()Lorg/rosuda/JRI/RList;]
cdk-1.2.0.jar, LinearRegressionModelFit.class
package org.openscience.cdk.qsar.model.R
LinearRegressionModelFit.getCoefficients ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.getCoefficients:()[D]
LinearRegressionModelFit.getdfResidual ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.getdfResidual:()I]
LinearRegressionModelFit.getFitted ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.getFitted:()[D]
LinearRegressionModelFit.getRank ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.getRank:()I]
LinearRegressionModelFit.getResiduals ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.getResiduals:()[D]
LinearRegressionModelFit.LinearRegressionModelFit ( double[ ] coeff, double[ ] res, double[ ] fitted, int rank, int degreesOfFreedom )
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit."<init>":([D[D[DII)V]
LinearRegressionModelFit.setCoefficients ( double[ ] coeff ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.setCoefficients:([D)V]
LinearRegressionModelFit.setdfResidual ( int degreesOfFreedom ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.setdfResidual:(I)V]
LinearRegressionModelFit.setFitted ( double[ ] fitted ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.setFitted:([D)V]
LinearRegressionModelFit.setRank ( int rank ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.setRank:(I)V]
LinearRegressionModelFit.setResiduals ( double[ ] residuals ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelFit.setResiduals:([D)V]
cdk-1.2.0.jar, LinearRegressionModelPredict.class
package org.openscience.cdk.qsar.model.R
LinearRegressionModelPredict.getDF ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.getDF:()I]
LinearRegressionModelPredict.getLower ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.getLower:()[D]
LinearRegressionModelPredict.getPredicted ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.getPredicted:()[D]
LinearRegressionModelPredict.getResidualScale ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.getResidualScale:()D]
LinearRegressionModelPredict.getSEFit ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.getSEFit:()[D]
LinearRegressionModelPredict.getUpper ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.getUpper:()[D]
LinearRegressionModelPredict.LinearRegressionModelPredict ( double predicted, double standardErrors, double lowerBounds, double upperBounds, int degreesOfFreedom, double residualScale )
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict."<init>":(DDDDID)V]
LinearRegressionModelPredict.LinearRegressionModelPredict ( double[ ] predicted, double[ ] standardErrors, double[ ] lowerBounds, double[ ] upperBounds, int degreesOfFreedom, double residualScale )
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict."<init>":([D[D[D[DID)V]
LinearRegressionModelPredict.setDF ( int degreesOfFreedom ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.setDF:(I)V]
LinearRegressionModelPredict.setLower ( double[ ] lowerBounds ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.setLower:([D)V]
LinearRegressionModelPredict.setPredicted ( double[ ] predicted ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.setPredicted:([D)V]
LinearRegressionModelPredict.setResidualScale ( double scale ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.setResidualScale:(D)V]
LinearRegressionModelPredict.setSEFit ( double[ ] standardErrors ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.setSEFit:([D)V]
LinearRegressionModelPredict.setUpper ( double[ ] upperBounds ) : void
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelPredict.setUpper:([D)V]
cdk-1.2.0.jar, LinearRegressionModelSummary.class
package org.openscience.cdk.qsar.model.R
LinearRegressionModelSummary.getAdjRSQ ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary.getAdjRSQ:()D]
LinearRegressionModelSummary.getCoeff ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary.getCoeff:()[[D]
LinearRegressionModelSummary.getFStatistic ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary.getFStatistic:()D]
LinearRegressionModelSummary.getFStatisticDF ( ) : int[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary.getFStatisticDF:()[I]
LinearRegressionModelSummary.getResiduals ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary.getResiduals:()[D]
LinearRegressionModelSummary.getRSQ ( ) : double
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary.getRSQ:()D]
LinearRegressionModelSummary.getSigma ( ) : double[ ]
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary.getSigma:()[D]
LinearRegressionModelSummary.LinearRegressionModelSummary ( double[ ] residuals, double[ ] coeff, double sigma, double rsq, double adjrsq, int df, double[ ] fstat, String[ ] coeffRowNames, String[ ] coeffColNames )
[mangled: org/openscience/cdk/qsar/model/R/LinearRegressionModelSummary."<init>":([D[DDDDI[D[Ljava/lang/String;[Ljava/lang/String;)V]
cdk-1.2.0.jar, LoadNativeLibraryException.class
package net.sf.jniinchi
LoadNativeLibraryException.LoadNativeLibraryException ( Throwable ex )
[mangled: net/sf/jniinchi/LoadNativeLibraryException."<init>":(Ljava/lang/Throwable;)V]
cdk-1.2.0.jar, LocalRepository.class
package net.sf.jnati.deploy.repository
LocalRepository.containsArtefact ( Artefact artefact ) : boolean
[mangled: net/sf/jnati/deploy/repository/LocalRepository.containsArtefact:(Lnet/sf/jnati/deploy/artefact/Artefact;)Z]
LocalRepository.createArtefact ( Artefact artefact ) : File
[mangled: net/sf/jnati/deploy/repository/LocalRepository.createArtefact:(Lnet/sf/jnati/deploy/artefact/Artefact;)Ljava/io/File;]
LocalRepository.getArtefactSource ( Artefact artefact ) : List
[mangled: net/sf/jnati/deploy/repository/LocalRepository.getArtefactSource:(Lnet/sf/jnati/deploy/artefact/Artefact;)Ljava/util/List;]
LocalRepository.LocalRepository ( File root )
[mangled: net/sf/jnati/deploy/repository/LocalRepository."<init>":(Ljava/io/File;)V]
cdk-1.2.0.jar, LogicalOperatorAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
LogicalOperatorAtom.getFlag ( int flagType ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.getFlag:(I)Z]
LogicalOperatorAtom.getLeft ( ) : IQueryAtom
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.getLeft:()Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;]
LogicalOperatorAtom.getOperator ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.getOperator:()Ljava/lang/String;]
LogicalOperatorAtom.getRight ( ) : IQueryAtom
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.getRight:()Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;]
LogicalOperatorAtom.LogicalOperatorAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom."<init>":()V]
LogicalOperatorAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
LogicalOperatorAtom.setLeft ( IQueryAtom left ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.setLeft:(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;)V]
LogicalOperatorAtom.setOperator ( String name ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.setOperator:(Ljava/lang/String;)V]
LogicalOperatorAtom.setRight ( IQueryAtom right ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorAtom.setRight:(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;)V]
cdk-1.2.0.jar, LogicalOperatorBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
LogicalOperatorBond.getLeft ( ) : IQueryBond
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.getLeft:()Lorg/openscience/cdk/isomorphism/matchers/IQueryBond;]
LogicalOperatorBond.getOperator ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.getOperator:()Ljava/lang/String;]
LogicalOperatorBond.getRight ( ) : IQueryBond
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.getRight:()Lorg/openscience/cdk/isomorphism/matchers/IQueryBond;]
LogicalOperatorBond.LogicalOperatorBond ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond."<init>":()V]
LogicalOperatorBond.matches ( IBond bond ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.matches:(Lorg/openscience/cdk/interfaces/IBond;)Z]
LogicalOperatorBond.setAtoms ( IAtom[ ] atoms ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.setAtoms:([Lorg/openscience/cdk/interfaces/IAtom;)V]
LogicalOperatorBond.setLeft ( IQueryBond left ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.setLeft:(Lorg/openscience/cdk/isomorphism/matchers/IQueryBond;)V]
LogicalOperatorBond.setOperator ( String name ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.setOperator:(Ljava/lang/String;)V]
LogicalOperatorBond.setRight ( IQueryBond right ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/LogicalOperatorBond.setRight:(Lorg/openscience/cdk/isomorphism/matchers/IQueryBond;)V]
cdk-1.2.0.jar, LonePair.class
package org.openscience.cdk
LonePair.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/LonePair.getElectronCount:()Ljava/lang/Integer;]
cdk-1.2.0.jar, LonePairDiff.class
package org.openscience.cdk.tools.diff
LonePairDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/LonePairDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
LonePairDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/LonePairDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
LonePairDiff.LonePairDiff ( )
[mangled: org/openscience/cdk/tools/diff/LonePairDiff."<init>":()V]
cdk-1.2.0.jar, LonePairElectronChecker.class
package org.openscience.cdk.tools
LonePairElectronChecker.saturate ( IAtom atom, IAtomContainer ac ) : void
[mangled: org/openscience/cdk/tools/LonePairElectronChecker.saturate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
LonePairElectronChecker.saturate ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/tools/LonePairElectronChecker.saturate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, LongestAliphaticChainDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
LongestAliphaticChainDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LongestAliphaticChainDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, MACCSFingerprinter.class
package org.openscience.cdk.fingerprint
MACCSFingerprinter.getFingerprint ( IAtomContainer atomContainer ) : BitSet
[mangled: org/openscience/cdk/fingerprint/MACCSFingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/BitSet;]
MACCSFingerprinter.getSize ( ) : int
[mangled: org/openscience/cdk/fingerprint/MACCSFingerprinter.getSize:()I]
MACCSFingerprinter.MACCSFingerprinter ( )
[mangled: org/openscience/cdk/fingerprint/MACCSFingerprinter."<init>":()V]
cdk-1.2.0.jar, ManifestReader.class
package net.sf.jnati.deploy.artefact
ManifestReader.ManifestReader ( )
[mangled: net/sf/jnati/deploy/artefact/ManifestReader."<init>":()V]
ManifestReader.read ( InputStream is, Artefact artefact ) : void
[mangled: net/sf/jnati/deploy/artefact/ManifestReader.read:(Ljava/io/InputStream;Lnet/sf/jnati/deploy/artefact/Artefact;)V]
cdk-1.2.0.jar, Mapping.class
package org.openscience.cdk
Mapping.relatedChemObjects ( ) : Iterable
[mangled: org/openscience/cdk/Mapping.relatedChemObjects:()Ljava/lang/Iterable;]
package org.xmlcml.cml.element
CMLReaction.Mapping.valueOf ( String name ) [static] : CMLReaction.Mapping
[mangled: org/xmlcml/cml/element/CMLReaction.Mapping.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLReaction$Mapping;]
CMLReaction.Mapping.values ( ) [static] : CMLReaction.Mapping[ ]
[mangled: org/xmlcml/cml/element/CMLReaction.Mapping.values:()[Lorg/xmlcml/cml/element/CMLReaction$Mapping;]
cdk-1.2.0.jar, MassToFormulaTool.class
package org.openscience.cdk.formula
MassToFormulaTool.generate ( double mass ) : IMolecularFormulaSet
[mangled: org/openscience/cdk/formula/MassToFormulaTool.generate:(D)Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
MassToFormulaTool.getRestrictions ( ) : List
[mangled: org/openscience/cdk/formula/MassToFormulaTool.getRestrictions:()Ljava/util/List;]
MassToFormulaTool.MassToFormulaTool ( IChemObjectBuilder builder )
[mangled: org/openscience/cdk/formula/MassToFormulaTool."<init>":(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
MassToFormulaTool.setDefaultRestrictions ( ) : void
[mangled: org/openscience/cdk/formula/MassToFormulaTool.setDefaultRestrictions:()V]
MassToFormulaTool.setRestrictions ( List rulesNew ) : void
[mangled: org/openscience/cdk/formula/MassToFormulaTool.setRestrictions:(Ljava/util/List;)V]
cdk-1.2.0.jar, MDEDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
MDEDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/MDEDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, MDLReader.class
package org.openscience.cdk.io
MDLReader.MDLReader ( InputStream in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLReader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
MDLReader.MDLReader ( Reader in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLReader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, MDLRXNReader.class
package org.openscience.cdk.io
MDLRXNReader.MDLRXNReader ( InputStream input, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLRXNReader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
MDLRXNReader.MDLRXNReader ( Reader in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLRXNReader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, MDLRXNV2000Reader.class
package org.openscience.cdk.io
MDLRXNV2000Reader.MDLRXNV2000Reader ( InputStream input, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLRXNV2000Reader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
MDLRXNV2000Reader.MDLRXNV2000Reader ( Reader in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLRXNV2000Reader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, MDLRXNV3000Reader.class
package org.openscience.cdk.io
MDLRXNV3000Reader.MDLRXNV3000Reader ( InputStream input, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLRXNV3000Reader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
MDLRXNV3000Reader.MDLRXNV3000Reader ( Reader in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLRXNV3000Reader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, MDLV2000Reader.class
package org.openscience.cdk.io
MDLV2000Reader.MDLV2000Reader ( InputStream in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLV2000Reader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
MDLV2000Reader.MDLV2000Reader ( Reader in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLV2000Reader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, MDLV3000Reader.class
package org.openscience.cdk.io
MDLV3000Reader.MDLV3000Reader ( InputStream input, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLV3000Reader."<init>":(Ljava/io/InputStream;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
MDLV3000Reader.MDLV3000Reader ( Reader in, IChemObjectReader.Mode mode )
[mangled: org/openscience/cdk/io/MDLV3000Reader."<init>":(Ljava/io/Reader;Lorg/openscience/cdk/io/IChemObjectReader$Mode;)V]
cdk-1.2.0.jar, MDLWriter.class
package org.openscience.cdk.io
MDLWriter.writeMolecule ( IAtomContainer container ) : void
[mangled: org/openscience/cdk/io/MDLWriter.writeMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, Message.class
package org.xmlcml.cml.element
CMLBond.Message.valueOf ( String name ) [static] : CMLBond.Message
[mangled: org/xmlcml/cml/element/CMLBond.Message.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBond$Message;]
CMLBond.Message.values ( ) [static] : CMLBond.Message[ ]
[mangled: org/xmlcml/cml/element/CMLBond.Message.values:()[Lorg/xmlcml/cml/element/CMLBond$Message;]
CMLBondArray.Message.valueOf ( String name ) [static] : CMLBondArray.Message
[mangled: org/xmlcml/cml/element/CMLBondArray.Message.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBondArray$Message;]
CMLBondArray.Message.values ( ) [static] : CMLBondArray.Message[ ]
[mangled: org/xmlcml/cml/element/CMLBondArray.Message.values:()[Lorg/xmlcml/cml/element/CMLBondArray$Message;]
package org.xmlcml.euclid
Util.Message.valueOf ( String name ) [static] : Util.Message
[mangled: org/xmlcml/euclid/Util.Message.valueOf:(Ljava/lang/String;)Lorg/xmlcml/euclid/Util$Message;]
Util.Message.values ( ) [static] : Util.Message[ ]
[mangled: org/xmlcml/euclid/Util.Message.values:()[Lorg/xmlcml/euclid/Util$Message;]
cdk-1.2.0.jar, MetadataNameAttribute.class
package org.xmlcml.cml.attribute
MetadataNameAttribute.MetadataNameAttribute ( )
[mangled: org/xmlcml/cml/attribute/MetadataNameAttribute."<init>":()V]
MetadataNameAttribute.MetadataNameAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/MetadataNameAttribute."<init>":(Lnu/xom/Attribute;)V]
MetadataNameAttribute.MetadataNameAttribute ( String name, String value )
[mangled: org/xmlcml/cml/attribute/MetadataNameAttribute."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, MM2AtomTypeMatcher.class
package org.openscience.cdk.atomtype
MM2AtomTypeMatcher.findMatchingAtomType ( IAtomContainer atomContainer ) : IAtomType[ ]
[mangled: org/openscience/cdk/atomtype/MM2AtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[Lorg/openscience/cdk/interfaces/IAtomType;]
cdk-1.2.0.jar, MM2BasedAtomTypePattern.class
package org.openscience.cdk.modeling.builder3d
MM2BasedAtomTypePattern.getAtomTypePatterns ( ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MM2BasedAtomTypePattern.getAtomTypePatterns:()Ljava/util/List;]
cdk-1.2.0.jar, MM2BasedParameterSetReader.class
package org.openscience.cdk.modeling.builder3d
MM2BasedParameterSetReader.getAtomTypes ( ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MM2BasedParameterSetReader.getAtomTypes:()Ljava/util/List;]
MM2BasedParameterSetReader.getParamterSet ( ) : Map
[mangled: org/openscience/cdk/modeling/builder3d/MM2BasedParameterSetReader.getParamterSet:()Ljava/util/Map;]
cdk-1.2.0.jar, MMElementRule.class
package org.openscience.cdk.formula.rules
MMElementRule.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/formula/rules/MMElementRule.getParameters:()[Ljava/lang/Object;]
MMElementRule.MMElementRule ( )
[mangled: org/openscience/cdk/formula/rules/MMElementRule."<init>":()V]
MMElementRule.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/formula/rules/MMElementRule.setParameters:([Ljava/lang/Object;)V]
MMElementRule.validate ( IMolecularFormula formula ) : double
[mangled: org/openscience/cdk/formula/rules/MMElementRule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
cdk-1.2.0.jar, MMFF94AtomTypeMatcher.class
package org.openscience.cdk.atomtype
MMFF94AtomTypeMatcher.findMatchingAtomType ( IAtomContainer atomContainer ) : IAtomType[ ]
[mangled: org/openscience/cdk/atomtype/MMFF94AtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[Lorg/openscience/cdk/interfaces/IAtomType;]
cdk-1.2.0.jar, MMFF94BasedAtomTypePattern.class
package org.openscience.cdk.modeling.builder3d
MMFF94BasedAtomTypePattern.getAtomTypePatterns ( ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94BasedAtomTypePattern.getAtomTypePatterns:()Ljava/util/List;]
cdk-1.2.0.jar, MMFF94BasedParameterSetReader.class
package org.openscience.cdk.modeling.builder3d
MMFF94BasedParameterSetReader.getAtomTypes ( ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94BasedParameterSetReader.getAtomTypes:()Ljava/util/List;]
MMFF94BasedParameterSetReader.getParamterSet ( ) : Map
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94BasedParameterSetReader.getParamterSet:()Ljava/util/Map;]
cdk-1.2.0.jar, MMFF94EnergyFunction.class
package org.openscience.cdk.modeling.forcefield
MMFF94EnergyFunction.MMFF94EnergyFunction ( IAtomContainer molecule, Map mmff94Tables )
[mangled: org/openscience/cdk/modeling/forcefield/MMFF94EnergyFunction."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)V]
cdk-1.2.0.jar, MMFF94ParametersCall.class
package org.openscience.cdk.modeling.builder3d
MMFF94ParametersCall.getAngleData ( String angleType, String id1, String id2, String id3 ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getAngleData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
MMFF94ParametersCall.getBondAngleInteractionData ( String strbndType, String id1, String id2, String id3 ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getBondAngleInteractionData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
MMFF94ParametersCall.getBondData ( String code, String id1, String id2 ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getBondData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
MMFF94ParametersCall.getDefaultStretchBendData ( int iR, int jR, int kR ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getDefaultStretchBendData:(III)Ljava/util/List;]
MMFF94ParametersCall.getTorsionData ( String code, String id1, String id2, String id3, String id4 ) : List
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getTorsionData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
MMFF94ParametersCall.initialize ( Map parameterSet ) : void
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.initialize:(Ljava/util/Map;)V]
cdk-1.2.0.jar, MMFF94PartialCharges.class
package org.openscience.cdk.charges
MMFF94PartialCharges.calculateCharges ( IAtomContainer container ) : void
[mangled: org/openscience/cdk/charges/MMFF94PartialCharges.calculateCharges:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.2.0.jar, Mode.class
package org.openscience.cdk.io
IChemObjectReader.Mode.valueOf ( String name ) [static] : IChemObjectReader.Mode
[mangled: org/openscience/cdk/io/IChemObjectReader.Mode.valueOf:(Ljava/lang/String;)Lorg/openscience/cdk/io/IChemObjectReader$Mode;]
IChemObjectReader.Mode.values ( ) [static] : IChemObjectReader.Mode[ ]
[mangled: org/openscience/cdk/io/IChemObjectReader.Mode.values:()[Lorg/openscience/cdk/io/IChemObjectReader$Mode;]
cdk-1.2.0.jar, MolecularFormula.class
package org.openscience.cdk.formula
MolecularFormula.add ( IMolecularFormula formula ) : IMolecularFormula
[mangled: org/openscience/cdk/formula/MolecularFormula.add:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormula.addIsotope ( IIsotope isotope ) : IMolecularFormula
[mangled: org/openscience/cdk/formula/MolecularFormula.addIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormula.addIsotope ( IIsotope isotope, int count ) : IMolecularFormula
[mangled: org/openscience/cdk/formula/MolecularFormula.addIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormula.clone ( ) : Object
[mangled: org/openscience/cdk/formula/MolecularFormula.clone:()Ljava/lang/Object;]
MolecularFormula.contains ( IIsotope isotope ) : boolean
[mangled: org/openscience/cdk/formula/MolecularFormula.contains:(Lorg/openscience/cdk/interfaces/IIsotope;)Z]
MolecularFormula.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/formula/MolecularFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
MolecularFormula.getCharge ( ) : Integer
[mangled: org/openscience/cdk/formula/MolecularFormula.getCharge:()Ljava/lang/Integer;]
MolecularFormula.getIsotopeCount ( ) : int
[mangled: org/openscience/cdk/formula/MolecularFormula.getIsotopeCount:()I]
MolecularFormula.getIsotopeCount ( IIsotope isotope ) : int
[mangled: org/openscience/cdk/formula/MolecularFormula.getIsotopeCount:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
MolecularFormula.getProperties ( ) : Map
[mangled: org/openscience/cdk/formula/MolecularFormula.getProperties:()Ljava/util/Map;]
MolecularFormula.getProperty ( Object description ) : Object
[mangled: org/openscience/cdk/formula/MolecularFormula.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
MolecularFormula.isotopes ( ) : Iterable
[mangled: org/openscience/cdk/formula/MolecularFormula.isotopes:()Ljava/lang/Iterable;]
MolecularFormula.MolecularFormula ( )
[mangled: org/openscience/cdk/formula/MolecularFormula."<init>":()V]
MolecularFormula.removeAllIsotopes ( ) : void
[mangled: org/openscience/cdk/formula/MolecularFormula.removeAllIsotopes:()V]
MolecularFormula.removeIsotope ( IIsotope isotope ) : void
[mangled: org/openscience/cdk/formula/MolecularFormula.removeIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;)V]
MolecularFormula.removeProperty ( Object description ) : void
[mangled: org/openscience/cdk/formula/MolecularFormula.removeProperty:(Ljava/lang/Object;)V]
MolecularFormula.setCharge ( Integer charge ) : void
[mangled: org/openscience/cdk/formula/MolecularFormula.setCharge:(Ljava/lang/Integer;)V]
MolecularFormula.setProperties ( Map properties ) : void
[mangled: org/openscience/cdk/formula/MolecularFormula.setProperties:(Ljava/util/Map;)V]
MolecularFormula.setProperty ( Object description, Object property ) : void
[mangled: org/openscience/cdk/formula/MolecularFormula.setProperty:(Ljava/lang/Object;Ljava/lang/Object;)V]
cdk-1.2.0.jar, MolecularFormulaChecker.class
package org.openscience.cdk.formula
MolecularFormulaChecker.getRules ( ) : List
[mangled: org/openscience/cdk/formula/MolecularFormulaChecker.getRules:()Ljava/util/List;]
MolecularFormulaChecker.isValid ( IMolecularFormula formula ) : IMolecularFormula
[mangled: org/openscience/cdk/formula/MolecularFormulaChecker.isValid:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaChecker.isValidSum ( IMolecularFormula formula ) : Double
[mangled: org/openscience/cdk/formula/MolecularFormulaChecker.isValidSum:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/lang/Double;]
MolecularFormulaChecker.MolecularFormulaChecker ( List rules )
[mangled: org/openscience/cdk/formula/MolecularFormulaChecker."<init>":(Ljava/util/List;)V]
cdk-1.2.0.jar, MolecularFormulaManipulator.class
package org.openscience.cdk.tools.manipulator
MolecularFormulaManipulator.compare ( IMolecularFormula formula1, IMolecularFormula formula2 ) [static] : boolean
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.compare:(Lorg/openscience/cdk/interfaces/IMolecularFormula;Lorg/openscience/cdk/interfaces/IMolecularFormula;)Z]
MolecularFormulaManipulator.containsElement ( IMolecularFormula formula, IElement element ) [static] : boolean
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.containsElement:(Lorg/openscience/cdk/interfaces/IMolecularFormula;Lorg/openscience/cdk/interfaces/IElement;)Z]
MolecularFormulaManipulator.elements ( IMolecularFormula formula ) [static] : List
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.elements:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/util/List;]
MolecularFormulaManipulator.generateOrderEle ( ) [static] : String[ ]
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.generateOrderEle:()[Ljava/lang/String;]
MolecularFormulaManipulator.getAtomContainer ( IMolecularFormula formula ) [static] : IAtomContainer
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getAtomContainer:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
MolecularFormulaManipulator.getAtomContainer ( IMolecularFormula formula, IAtomContainer atomContainer ) [static] : IAtomContainer
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getAtomContainer:(Lorg/openscience/cdk/interfaces/IMolecularFormula;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
MolecularFormulaManipulator.getAtomCount ( IMolecularFormula formula ) [static] : int
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getAtomCount:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)I]
MolecularFormulaManipulator.getDBE ( IMolecularFormula formula ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getDBE:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
MolecularFormulaManipulator.getElementCount ( IMolecularFormula formula, IElement element ) [static] : int
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getElementCount:(Lorg/openscience/cdk/interfaces/IMolecularFormula;Lorg/openscience/cdk/interfaces/IElement;)I]
MolecularFormulaManipulator.getHeavyElements ( IMolecularFormula formula ) [static] : List
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getHeavyElements:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/util/List;]
MolecularFormulaManipulator.getHillString ( IMolecularFormula formula ) [static] : String
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getHillString:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/lang/String;]
MolecularFormulaManipulator.getHTML ( IMolecularFormula formula ) [static] : String
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getHTML:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/lang/String;]
MolecularFormulaManipulator.getHTML ( IMolecularFormula formula, boolean chargeB, boolean isotopeB ) [static] : String
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getHTML:(Lorg/openscience/cdk/interfaces/IMolecularFormula;ZZ)Ljava/lang/String;]
MolecularFormulaManipulator.getIsotopes ( IMolecularFormula formula, IElement element ) [static] : List
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getIsotopes:(Lorg/openscience/cdk/interfaces/IMolecularFormula;Lorg/openscience/cdk/interfaces/IElement;)Ljava/util/List;]
MolecularFormulaManipulator.getMajorIsotopeMass ( IMolecularFormula formula ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getMajorIsotopeMass:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
MolecularFormulaManipulator.getMajorIsotopeMolecularFormula ( String stringMF, IChemObjectBuilder builder ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getMajorIsotopeMolecularFormula:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaManipulator.getMolecularFormula ( IAtomContainer atomContainer ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getMolecularFormula:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaManipulator.getMolecularFormula ( IAtomContainer atomContainer, IMolecularFormula formula ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getMolecularFormula:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaManipulator.getMolecularFormula ( String stringMF, IChemObjectBuilder builder ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getMolecularFormula:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaManipulator.getMolecularFormula ( String stringMF, IMolecularFormula formula ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getMolecularFormula:(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaManipulator.getNaturalExactMass ( IMolecularFormula formula ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getNaturalExactMass:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
MolecularFormulaManipulator.getString ( IMolecularFormula formula ) [static] : String
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getString:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/lang/String;]
MolecularFormulaManipulator.getString ( IMolecularFormula formula, boolean setOne ) [static] : String
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getString:(Lorg/openscience/cdk/interfaces/IMolecularFormula;Z)Ljava/lang/String;]
MolecularFormulaManipulator.getString ( IMolecularFormula formula, String[ ] orderElements, boolean setOne ) [static] : String
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getString:(Lorg/openscience/cdk/interfaces/IMolecularFormula;[Ljava/lang/String;Z)Ljava/lang/String;]
MolecularFormulaManipulator.getTotalExactMass ( IMolecularFormula formula ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getTotalExactMass:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
MolecularFormulaManipulator.getTotalMassNumber ( IMolecularFormula formula ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getTotalMassNumber:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
MolecularFormulaManipulator.getTotalNaturalAbundance ( IMolecularFormula formula ) [static] : double
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.getTotalNaturalAbundance:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
MolecularFormulaManipulator.MolecularFormulaManipulator ( )
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator."<init>":()V]
MolecularFormulaManipulator.putInOrder ( String[ ] orderElements, IMolecularFormula formula ) [static] : List
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.putInOrder:([Ljava/lang/String;Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/util/List;]
MolecularFormulaManipulator.removeElement ( IMolecularFormula formula, IElement element ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.removeElement:(Lorg/openscience/cdk/interfaces/IMolecularFormula;Lorg/openscience/cdk/interfaces/IElement;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaManipulator.simplifyMolecularFormula ( String formula ) [static] : String
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.simplifyMolecularFormula:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.2.0.jar, MolecularFormulaRange.class
package org.openscience.cdk.formula
MolecularFormulaRange.addIsotope ( IIsotope isotope, int countMin, int countMax ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.addIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;II)V]
MolecularFormulaRange.clone ( ) : Object
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.clone:()Ljava/lang/Object;]
MolecularFormulaRange.contains ( IIsotope isotope ) : boolean
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.contains:(Lorg/openscience/cdk/interfaces/IIsotope;)Z]
MolecularFormulaRange.getIsotopeCount ( ) : int
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.getIsotopeCount:()I]
MolecularFormulaRange.getIsotopeCountMax ( IIsotope isotope ) : int
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.getIsotopeCountMax:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
MolecularFormulaRange.getIsotopeCountMin ( IIsotope isotope ) : int
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.getIsotopeCountMin:(Lorg/openscience/cdk/interfaces/IIsotope;)I]
MolecularFormulaRange.isotopes ( ) : Iterable
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.isotopes:()Ljava/lang/Iterable;]
MolecularFormulaRange.MolecularFormulaRange ( )
[mangled: org/openscience/cdk/formula/MolecularFormulaRange."<init>":()V]
MolecularFormulaRange.removeAllIsotopes ( ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.removeAllIsotopes:()V]
MolecularFormulaRange.removeIsotope ( IIsotope isotope ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaRange.removeIsotope:(Lorg/openscience/cdk/interfaces/IIsotope;)V]
cdk-1.2.0.jar, MolecularFormulaRangeManipulator.class
package org.openscience.cdk.tools.manipulator
MolecularFormulaRangeManipulator.getMaximalFormula ( MolecularFormulaRange mfRange, IChemObjectBuilder builder ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaRangeManipulator.getMaximalFormula:(Lorg/openscience/cdk/formula/MolecularFormulaRange;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaRangeManipulator.getMinimalFormula ( MolecularFormulaRange mfRange, IChemObjectBuilder builder ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaRangeManipulator.getMinimalFormula:(Lorg/openscience/cdk/formula/MolecularFormulaRange;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaRangeManipulator.getRange ( IMolecularFormulaSet mfSet ) [static] : MolecularFormulaRange
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaRangeManipulator.getRange:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)Lorg/openscience/cdk/formula/MolecularFormulaRange;]
MolecularFormulaRangeManipulator.MolecularFormulaRangeManipulator ( )
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaRangeManipulator."<init>":()V]
cdk-1.2.0.jar, MolecularFormulaSet.class
package org.openscience.cdk.formula
MolecularFormulaSet.add ( IMolecularFormulaSet formulaSet ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.add:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)V]
MolecularFormulaSet.addMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.addMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
MolecularFormulaSet.clone ( ) : Object
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.clone:()Ljava/lang/Object;]
MolecularFormulaSet.contains ( IMolecularFormula formula ) : boolean
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.contains:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Z]
MolecularFormulaSet.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
MolecularFormulaSet.getMolecularFormula ( int position ) : IMolecularFormula
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.getMolecularFormula:(I)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaSet.iterator ( ) : Iterator
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.iterator:()Ljava/util/Iterator;]
MolecularFormulaSet.molecularFormulas ( ) : Iterable
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.molecularFormulas:()Ljava/lang/Iterable;]
MolecularFormulaSet.MolecularFormulaSet ( )
[mangled: org/openscience/cdk/formula/MolecularFormulaSet."<init>":()V]
MolecularFormulaSet.MolecularFormulaSet ( IMolecularFormula formula )
[mangled: org/openscience/cdk/formula/MolecularFormulaSet."<init>":(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
MolecularFormulaSet.removeAllMolecularFormulas ( ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.removeAllMolecularFormulas:()V]
MolecularFormulaSet.removeMolecularFormula ( IMolecularFormula formula ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.removeMolecularFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
MolecularFormulaSet.removeMolecularFormula ( int position ) : void
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.removeMolecularFormula:(I)V]
MolecularFormulaSet.size ( ) : int
[mangled: org/openscience/cdk/formula/MolecularFormulaSet.size:()I]
cdk-1.2.0.jar, MolecularFormulaSetManipulator.class
package org.openscience.cdk.tools.manipulator
MolecularFormulaSetManipulator.contains ( IMolecularFormulaSet formulaSet, IMolecularFormula formula ) [static] : boolean
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaSetManipulator.contains:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;Lorg/openscience/cdk/interfaces/IMolecularFormula;)Z]
MolecularFormulaSetManipulator.getMaxOccurrenceElements ( IMolecularFormulaSet mfSet ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaSetManipulator.getMaxOccurrenceElements:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaSetManipulator.getMinOccurrenceElements ( IMolecularFormulaSet mfSet ) [static] : IMolecularFormula
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaSetManipulator.getMinOccurrenceElements:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;)Lorg/openscience/cdk/interfaces/IMolecularFormula;]
MolecularFormulaSetManipulator.MolecularFormulaSetManipulator ( )
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaSetManipulator."<init>":()V]
MolecularFormulaSetManipulator.remove ( IMolecularFormulaSet formulaSet, IMolecularFormula formulaMin, IMolecularFormula formulaMax ) [static] : IMolecularFormulaSet
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaSetManipulator.remove:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;Lorg/openscience/cdk/interfaces/IMolecularFormula;Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
MolecularFormulaSetManipulator.remove ( IMolecularFormulaSet formulaSet, MolecularFormulaRange formulaRange ) [static] : IMolecularFormulaSet
[mangled: org/openscience/cdk/tools/manipulator/MolecularFormulaSetManipulator.remove:(Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;Lorg/openscience/cdk/formula/MolecularFormulaRange;)Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
cdk-1.2.0.jar, MoleculeFactory.class
package org.openscience.cdk.templates
MoleculeFactory.make123Triazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.make123Triazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.make124Triazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.make124Triazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeAdenine ( ) [static] : IMolecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeAdenine:()Lorg/openscience/cdk/interfaces/IMolecule;]
MoleculeFactory.makeCyclobutadiene ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeCyclobutadiene:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeImidazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeImidazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeIsothiazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeIsothiazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeIsoxazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeIsoxazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeOxadiazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeOxadiazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeOxazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeOxazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePhenylAmine ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePhenylAmine:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePiperidine ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePiperidine:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePyrazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePyrazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePyridazine ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePyridazine:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePyridine ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePyridine:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePyridineOxide ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePyridineOxide:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePyrimidine ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePyrimidine:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makePyrroleAnion ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makePyrroleAnion:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeTetrahydropyran ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeTetrahydropyran:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeTetrazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeTetrazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeThiadiazole ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeThiadiazole:()Lorg/openscience/cdk/Molecule;]
MoleculeFactory.makeTriazine ( ) [static] : Molecule
[mangled: org/openscience/cdk/templates/MoleculeFactory.makeTriazine:()Lorg/openscience/cdk/Molecule;]
cdk-1.2.0.jar, MoleculePointer.class
package org.xmlcml.cml.element
CMLJoin.MoleculePointer.valueOf ( String name ) [static] : CMLJoin.MoleculePointer
[mangled: org/xmlcml/cml/element/CMLJoin.MoleculePointer.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLJoin$MoleculePointer;]
CMLJoin.MoleculePointer.values ( ) [static] : CMLJoin.MoleculePointer[ ]
[mangled: org/xmlcml/cml/element/CMLJoin.MoleculePointer.values:()[Lorg/xmlcml/cml/element/CMLJoin$MoleculePointer;]
cdk-1.2.0.jar, MoleculeSet.class
package org.openscience.cdk
MoleculeSet.molecules ( ) : Iterable
[mangled: org/openscience/cdk/MoleculeSet.molecules:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, MomentOfInertiaDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
MomentOfInertiaDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/MomentOfInertiaDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Monomer.class
package org.openscience.cdk
Monomer.toString ( ) : String
[mangled: org/openscience/cdk/Monomer.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, MorganNumbersTools.class
package org.openscience.cdk.graph.invariant
MorganNumbersTools.getMorganNumbers ( IAtomContainer atomContainer ) [static] : long[ ]
[mangled: org/openscience/cdk/graph/invariant/MorganNumbersTools.getMorganNumbers:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[J]
cdk-1.2.0.jar, MXParser.class
package org.xmlpull.mxp1
MXParser.defineEntityReplacementText ( String entityName, String replacementText ) : void
[mangled: org/xmlpull/mxp1/MXParser.defineEntityReplacementText:(Ljava/lang/String;Ljava/lang/String;)V]
MXParser.ensureAttributesCapacity ( int size ) : void
[mangled: org/xmlpull/mxp1/MXParser.ensureAttributesCapacity:(I)V]
MXParser.ensureElementsCapacity ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.ensureElementsCapacity:()V]
MXParser.ensureEntityCapacity ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.ensureEntityCapacity:()V]
MXParser.ensureNamespacesCapacity ( int size ) : void
[mangled: org/xmlpull/mxp1/MXParser.ensureNamespacesCapacity:(I)V]
MXParser.ensurePC ( int end ) : void
[mangled: org/xmlpull/mxp1/MXParser.ensurePC:(I)V]
MXParser.fastHash ( char[ ] ch, int off, int len ) [static] : int
[mangled: org/xmlpull/mxp1/MXParser.fastHash:([CII)I]
MXParser.fillBuf ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.fillBuf:()V]
MXParser.getAttributeCount ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.getAttributeCount:()I]
MXParser.getAttributeName ( int index ) : String
[mangled: org/xmlpull/mxp1/MXParser.getAttributeName:(I)Ljava/lang/String;]
MXParser.getAttributeNamespace ( int index ) : String
[mangled: org/xmlpull/mxp1/MXParser.getAttributeNamespace:(I)Ljava/lang/String;]
MXParser.getAttributePrefix ( int index ) : String
[mangled: org/xmlpull/mxp1/MXParser.getAttributePrefix:(I)Ljava/lang/String;]
MXParser.getAttributeType ( int index ) : String
[mangled: org/xmlpull/mxp1/MXParser.getAttributeType:(I)Ljava/lang/String;]
MXParser.getAttributeValue ( int index ) : String
[mangled: org/xmlpull/mxp1/MXParser.getAttributeValue:(I)Ljava/lang/String;]
MXParser.getAttributeValue ( String namespace, String name ) : String
[mangled: org/xmlpull/mxp1/MXParser.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
MXParser.getColumnNumber ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.getColumnNumber:()I]
MXParser.getDepth ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.getDepth:()I]
MXParser.getEventType ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.getEventType:()I]
MXParser.getFeature ( String name ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.getFeature:(Ljava/lang/String;)Z]
MXParser.getInputEncoding ( ) : String
[mangled: org/xmlpull/mxp1/MXParser.getInputEncoding:()Ljava/lang/String;]
MXParser.getLineNumber ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.getLineNumber:()I]
MXParser.getName ( ) : String
[mangled: org/xmlpull/mxp1/MXParser.getName:()Ljava/lang/String;]
MXParser.getNamespace ( ) : String
[mangled: org/xmlpull/mxp1/MXParser.getNamespace:()Ljava/lang/String;]
MXParser.getNamespace ( String prefix ) : String
[mangled: org/xmlpull/mxp1/MXParser.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
MXParser.getNamespaceCount ( int depth ) : int
[mangled: org/xmlpull/mxp1/MXParser.getNamespaceCount:(I)I]
MXParser.getNamespacePrefix ( int pos ) : String
[mangled: org/xmlpull/mxp1/MXParser.getNamespacePrefix:(I)Ljava/lang/String;]
MXParser.getNamespaceUri ( int pos ) : String
[mangled: org/xmlpull/mxp1/MXParser.getNamespaceUri:(I)Ljava/lang/String;]
MXParser.getPositionDescription ( ) : String
[mangled: org/xmlpull/mxp1/MXParser.getPositionDescription:()Ljava/lang/String;]
MXParser.getPrefix ( ) : String
[mangled: org/xmlpull/mxp1/MXParser.getPrefix:()Ljava/lang/String;]
MXParser.getProperty ( String name ) : Object
[mangled: org/xmlpull/mxp1/MXParser.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
MXParser.getText ( ) : String
[mangled: org/xmlpull/mxp1/MXParser.getText:()Ljava/lang/String;]
MXParser.getTextCharacters ( int[ ] holderForStartAndLength ) : char[ ]
[mangled: org/xmlpull/mxp1/MXParser.getTextCharacters:([I)[C]
MXParser.isAttributeDefault ( int index ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.isAttributeDefault:(I)Z]
MXParser.isEmptyElementTag ( ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.isEmptyElementTag:()Z]
MXParser.isNameChar ( char ch ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.isNameChar:(C)Z]
MXParser.isNameStartChar ( char ch ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.isNameStartChar:(C)Z]
MXParser.isS ( char ch ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.isS:(C)Z]
MXParser.isWhitespace ( ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.isWhitespace:()Z]
MXParser.joinPC ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.joinPC:()V]
MXParser.lookuEntityReplacement ( int entitNameLen ) : char[ ]
[mangled: org/xmlpull/mxp1/MXParser.lookuEntityReplacement:(I)[C]
MXParser.more ( ) : char
[mangled: org/xmlpull/mxp1/MXParser.more:()C]
MXParser.MXParser ( )
[mangled: org/xmlpull/mxp1/MXParser."<init>":()V]
MXParser.newString ( char[ ] cbuf, int off, int len ) : String
[mangled: org/xmlpull/mxp1/MXParser.newString:([CII)Ljava/lang/String;]
MXParser.newStringIntern ( char[ ] cbuf, int off, int len ) : String
[mangled: org/xmlpull/mxp1/MXParser.newStringIntern:([CII)Ljava/lang/String;]
MXParser.next ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.next:()I]
MXParser.nextImpl ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.nextImpl:()I]
MXParser.nextTag ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.nextTag:()I]
MXParser.nextText ( ) : String
[mangled: org/xmlpull/mxp1/MXParser.nextText:()Ljava/lang/String;]
MXParser.nextToken ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.nextToken:()I]
MXParser.parseAttribute ( ) : char
[mangled: org/xmlpull/mxp1/MXParser.parseAttribute:()C]
MXParser.parseCDSect ( boolean hadCharData ) : void
[mangled: org/xmlpull/mxp1/MXParser.parseCDSect:(Z)V]
MXParser.parseComment ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.parseComment:()V]
MXParser.parseDocdecl ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.parseDocdecl:()V]
MXParser.parseEndTag ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.parseEndTag:()I]
MXParser.parseEntityRef ( ) : char[ ]
[mangled: org/xmlpull/mxp1/MXParser.parseEntityRef:()[C]
MXParser.parseEpilog ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.parseEpilog:()I]
MXParser.parsePI ( ) : boolean
[mangled: org/xmlpull/mxp1/MXParser.parsePI:()Z]
MXParser.parseProlog ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.parseProlog:()I]
MXParser.parseStartTag ( ) : int
[mangled: org/xmlpull/mxp1/MXParser.parseStartTag:()I]
MXParser.parseXmlDecl ( char ch ) : void
[mangled: org/xmlpull/mxp1/MXParser.parseXmlDecl:(C)V]
MXParser.parseXmlDeclWithVersion ( int versionStart, int versionEnd ) : void
[mangled: org/xmlpull/mxp1/MXParser.parseXmlDeclWithVersion:(II)V]
MXParser.printable ( char ch ) : String
[mangled: org/xmlpull/mxp1/MXParser.printable:(C)Ljava/lang/String;]
MXParser.printable ( String s ) : String
[mangled: org/xmlpull/mxp1/MXParser.printable:(Ljava/lang/String;)Ljava/lang/String;]
MXParser.require ( int type, String namespace, String name ) : void
[mangled: org/xmlpull/mxp1/MXParser.require:(ILjava/lang/String;Ljava/lang/String;)V]
MXParser.requireInput ( char ch, char[ ] input ) : char
[mangled: org/xmlpull/mxp1/MXParser.requireInput:(C[C)C]
MXParser.requireNextS ( ) : char
[mangled: org/xmlpull/mxp1/MXParser.requireNextS:()C]
MXParser.reset ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.reset:()V]
MXParser.resetStringCache ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.resetStringCache:()V]
MXParser.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/mxp1/MXParser.setFeature:(Ljava/lang/String;Z)V]
MXParser.setInput ( InputStream inputStream, String inputEncoding ) : void
[mangled: org/xmlpull/mxp1/MXParser.setInput:(Ljava/io/InputStream;Ljava/lang/String;)V]
MXParser.setInput ( Reader in ) : void
[mangled: org/xmlpull/mxp1/MXParser.setInput:(Ljava/io/Reader;)V]
MXParser.setProperty ( String name, Object value ) : void
[mangled: org/xmlpull/mxp1/MXParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
MXParser.skipS ( char ch ) : char
[mangled: org/xmlpull/mxp1/MXParser.skipS:(C)C]
MXParser.skipSubTree ( ) : void
[mangled: org/xmlpull/mxp1/MXParser.skipSubTree:()V]
cdk-1.2.0.jar, MXParserCachingStrings.class
package org.xmlpull.mxp1
MXParserCachingStrings.clone ( ) : Object
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.clone:()Ljava/lang/Object;]
MXParserCachingStrings.finalize ( ) : void
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.finalize:()V]
MXParserCachingStrings.getFeature ( String name ) : boolean
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.getFeature:(Ljava/lang/String;)Z]
MXParserCachingStrings.initStringCache ( ) : void
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.initStringCache:()V]
MXParserCachingStrings.MXParserCachingStrings ( )
[mangled: org/xmlpull/mxp1/MXParserCachingStrings."<init>":()V]
MXParserCachingStrings.newString ( char[ ] cbuf, int off, int len ) : String
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.newString:([CII)Ljava/lang/String;]
MXParserCachingStrings.newStringIntern ( char[ ] cbuf, int off, int len ) : String
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.newStringIntern:([CII)Ljava/lang/String;]
MXParserCachingStrings.resetStringCache ( ) : void
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.resetStringCache:()V]
MXParserCachingStrings.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/mxp1/MXParserCachingStrings.setFeature:(Ljava/lang/String;Z)V]
cdk-1.2.0.jar, MXParserFactory.class
package org.xmlpull.mxp1
MXParserFactory.MXParserFactory ( )
[mangled: org/xmlpull/mxp1/MXParserFactory."<init>":()V]
MXParserFactory.newPullParser ( ) : XmlPullParser
[mangled: org/xmlpull/mxp1/MXParserFactory.newPullParser:()Lorg/xmlpull/v1/XmlPullParser;]
MXParserFactory.newSerializer ( ) : XmlSerializer
[mangled: org/xmlpull/mxp1/MXParserFactory.newSerializer:()Lorg/xmlpull/v1/XmlSerializer;]
cdk-1.2.0.jar, MXParserNonValidating.class
package org.xmlpull.mxp1
MXParserNonValidating.getFeature ( String name ) : boolean
[mangled: org/xmlpull/mxp1/MXParserNonValidating.getFeature:(Ljava/lang/String;)Z]
MXParserNonValidating.lookuEntityReplacement ( int entitNameLen ) : char[ ]
[mangled: org/xmlpull/mxp1/MXParserNonValidating.lookuEntityReplacement:(I)[C]
MXParserNonValidating.more ( ) : char
[mangled: org/xmlpull/mxp1/MXParserNonValidating.more:()C]
MXParserNonValidating.MXParserNonValidating ( )
[mangled: org/xmlpull/mxp1/MXParserNonValidating."<init>":()V]
MXParserNonValidating.parseDocdecl ( ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.parseDocdecl:()V]
MXParserNonValidating.processAttlistDecl ( char ch ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processAttlistDecl:(C)V]
MXParserNonValidating.processElementDecl ( char ch ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processElementDecl:(C)V]
MXParserNonValidating.processEntityDecl ( char ch ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processEntityDecl:(C)V]
MXParserNonValidating.processExternalId ( char ch ) : char
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processExternalId:(C)C]
MXParserNonValidating.processInternalSubset ( ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processInternalSubset:()V]
MXParserNonValidating.processMarkupDecl ( char ch ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processMarkupDecl:(C)V]
MXParserNonValidating.processNotationDecl ( char ch ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processNotationDecl:(C)V]
MXParserNonValidating.processPEReference ( ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.processPEReference:()V]
MXParserNonValidating.readName ( char ch ) : char
[mangled: org/xmlpull/mxp1/MXParserNonValidating.readName:(C)C]
MXParserNonValidating.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/mxp1/MXParserNonValidating.setFeature:(Ljava/lang/String;Z)V]
cdk-1.2.0.jar, MXSerializer.class
package org.xmlpull.mxp1_serializer
MXSerializer.attribute ( String namespace, String name, String value ) : XmlSerializer
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.attribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
MXSerializer.cdsect ( String text ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.cdsect:(Ljava/lang/String;)V]
MXSerializer.closeStartTag ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.closeStartTag:()V]
MXSerializer.comment ( String text ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.comment:(Ljava/lang/String;)V]
MXSerializer.docdecl ( String text ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.docdecl:(Ljava/lang/String;)V]
MXSerializer.endDocument ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.endDocument:()V]
MXSerializer.endTag ( String namespace, String name ) : XmlSerializer
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.endTag:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
MXSerializer.ensureElementsCapacity ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.ensureElementsCapacity:()V]
MXSerializer.ensureNamespacesCapacity ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.ensureNamespacesCapacity:()V]
MXSerializer.entityRef ( String text ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.entityRef:(Ljava/lang/String;)V]
MXSerializer.flush ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.flush:()V]
MXSerializer.getDepth ( ) : int
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getDepth:()I]
MXSerializer.getFeature ( String name ) : boolean
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getFeature:(Ljava/lang/String;)Z]
MXSerializer.getName ( ) : String
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getName:()Ljava/lang/String;]
MXSerializer.getNamespace ( ) : String
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getNamespace:()Ljava/lang/String;]
MXSerializer.getPrefix ( String namespace, boolean generatePrefix ) : String
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getPrefix:(Ljava/lang/String;Z)Ljava/lang/String;]
MXSerializer.getPrefix ( String namespace, boolean generatePrefix, boolean nonEmpty ) : String
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getPrefix:(Ljava/lang/String;ZZ)Ljava/lang/String;]
MXSerializer.getProperty ( String name ) : Object
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
MXSerializer.getWriter ( ) : Writer
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.getWriter:()Ljava/io/Writer;]
MXSerializer.ignorableWhitespace ( String text ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.ignorableWhitespace:(Ljava/lang/String;)V]
MXSerializer.lookupOrDeclarePrefix ( String namespace ) : String
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.lookupOrDeclarePrefix:(Ljava/lang/String;)Ljava/lang/String;]
MXSerializer.MXSerializer ( )
[mangled: org/xmlpull/mxp1_serializer/MXSerializer."<init>":()V]
MXSerializer.printable ( char ch ) [static] : String
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.printable:(C)Ljava/lang/String;]
MXSerializer.printable ( String s ) [static] : String
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.printable:(Ljava/lang/String;)Ljava/lang/String;]
MXSerializer.processingInstruction ( String text ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.processingInstruction:(Ljava/lang/String;)V]
MXSerializer.rebuildIndentationBuf ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.rebuildIndentationBuf:()V]
MXSerializer.reset ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.reset:()V]
MXSerializer.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.setFeature:(Ljava/lang/String;Z)V]
MXSerializer.setOutput ( OutputStream os, String encoding ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.setOutput:(Ljava/io/OutputStream;Ljava/lang/String;)V]
MXSerializer.setOutput ( Writer writer ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.setOutput:(Ljava/io/Writer;)V]
MXSerializer.setPrefix ( String prefix, String namespace ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
MXSerializer.setProperty ( String name, Object value ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
MXSerializer.startDocument ( String encoding, Boolean standalone ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.startDocument:(Ljava/lang/String;Ljava/lang/Boolean;)V]
MXSerializer.startTag ( String namespace, String name ) : XmlSerializer
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.startTag:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
MXSerializer.text ( char[ ] buf, int start, int len ) : XmlSerializer
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.text:([CII)Lorg/xmlpull/v1/XmlSerializer;]
MXSerializer.text ( String text ) : XmlSerializer
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.text:(Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
MXSerializer.writeAttributeValue ( String value, Writer out ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.writeAttributeValue:(Ljava/lang/String;Ljava/io/Writer;)V]
MXSerializer.writeElementContent ( char[ ] buf, int off, int len, Writer out ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.writeElementContent:([CIILjava/io/Writer;)V]
MXSerializer.writeElementContent ( String text, Writer out ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.writeElementContent:(Ljava/lang/String;Ljava/io/Writer;)V]
MXSerializer.writeIndent ( ) : void
[mangled: org/xmlpull/mxp1_serializer/MXSerializer.writeIndent:()V]
cdk-1.2.0.jar, NamespaceRefAttribute.class
package org.xmlcml.cml.attribute
NamespaceRefAttribute.createValue ( String prefix, String value ) [static] : String
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.createValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
NamespaceRefAttribute.getElement ( ) : Element
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.getElement:()Lnu/xom/Element;]
NamespaceRefAttribute.getIdRef ( ) : String
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.getIdRef:()Ljava/lang/String;]
NamespaceRefAttribute.getLocalName ( String name ) [static] : String
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.getLocalName:(Ljava/lang/String;)Ljava/lang/String;]
NamespaceRefAttribute.getNamespaceURIString ( ) : String
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.getNamespaceURIString:()Ljava/lang/String;]
NamespaceRefAttribute.getPrefix ( ) : String
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.getPrefix:()Ljava/lang/String;]
NamespaceRefAttribute.getPrefix ( String value ) [static] : String
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
NamespaceRefAttribute.NamespaceRefAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute."<init>":(Lnu/xom/Attribute;)V]
NamespaceRefAttribute.NamespaceRefAttribute ( String name )
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute."<init>":(Ljava/lang/String;)V]
NamespaceRefAttribute.NamespaceRefAttribute ( String name, String value )
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
NamespaceRefAttribute.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.setCMLValue:(Ljava/lang/String;)V]
NamespaceRefAttribute.setUnits ( HasUnits hasUnits, String prefix, String id, String namespaceURI ) [static] : void
[mangled: org/xmlcml/cml/attribute/NamespaceRefAttribute.setUnits:(Lorg/xmlcml/cml/interfacex/HasUnits;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, NativeArtefactLocator.class
package net.sf.jnati.deploy
NativeArtefactLocator.findArtefact ( String id, String version ) [static] : ArtefactLocation
[mangled: net/sf/jnati/deploy/NativeArtefactLocator.findArtefact:(Ljava/lang/String;Ljava/lang/String;)Lnet/sf/jnati/ArtefactLocation;]
NativeArtefactLocator.getArtefact ( String id, String version ) : Artefact
[mangled: net/sf/jnati/deploy/NativeArtefactLocator.getArtefact:(Ljava/lang/String;Ljava/lang/String;)Lnet/sf/jnati/deploy/artefact/Artefact;]
NativeArtefactLocator.NativeArtefactLocator ( )
[mangled: net/sf/jnati/deploy/NativeArtefactLocator."<init>":()V]
cdk-1.2.0.jar, NativeCodeException.class
package net.sf.jnati
NativeCodeException.NativeCodeException ( String message )
[mangled: net/sf/jnati/NativeCodeException."<init>":(Ljava/lang/String;)V]
NativeCodeException.NativeCodeException ( String message, Throwable cause )
[mangled: net/sf/jnati/NativeCodeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
NativeCodeException.NativeCodeException ( Throwable cause )
[mangled: net/sf/jnati/NativeCodeException."<init>":(Ljava/lang/Throwable;)V]
cdk-1.2.0.jar, NativeLibraryLoader.class
package net.sf.jnati.deploy
NativeLibraryLoader.loadLibrary ( String id, String version ) [static] : void
[mangled: net/sf/jnati/deploy/NativeLibraryLoader.loadLibrary:(Ljava/lang/String;Ljava/lang/String;)V]
NativeLibraryLoader.NativeLibraryLoader ( )
[mangled: net/sf/jnati/deploy/NativeLibraryLoader."<init>":()V]
cdk-1.2.0.jar, NitrogenRule.class
package org.openscience.cdk.formula.rules
NitrogenRule.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/formula/rules/NitrogenRule.getParameters:()[Ljava/lang/Object;]
NitrogenRule.NitrogenRule ( )
[mangled: org/openscience/cdk/formula/rules/NitrogenRule."<init>":()V]
NitrogenRule.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/formula/rules/NitrogenRule.setParameters:([Ljava/lang/Object;)V]
NitrogenRule.validate ( IMolecularFormula formula ) : double
[mangled: org/openscience/cdk/formula/rules/NitrogenRule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
cdk-1.2.0.jar, NNAdductFormula.class
package org.openscience.cdk.nonotify
NNAdductFormula.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/nonotify/NNAdductFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
NNAdductFormula.NNAdductFormula ( )
[mangled: org/openscience/cdk/nonotify/NNAdductFormula."<init>":()V]
NNAdductFormula.NNAdductFormula ( IMolecularFormula formula )
[mangled: org/openscience/cdk/nonotify/NNAdductFormula."<init>":(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
cdk-1.2.0.jar, NNBond.class
package org.openscience.cdk.nonotify
NNBond.NNBond ( IAtom atom1, IAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/nonotify/NNBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
NNBond.NNBond ( IAtom atom1, IAtom atom2, IBond.Order order, int stereo )
[mangled: org/openscience/cdk/nonotify/NNBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;I)V]
NNBond.NNBond ( IAtom[ ] atoms )
[mangled: org/openscience/cdk/nonotify/NNBond."<init>":([Lorg/openscience/cdk/interfaces/IAtom;)V]
NNBond.NNBond ( IAtom[ ] atoms, IBond.Order order )
[mangled: org/openscience/cdk/nonotify/NNBond."<init>":([Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
cdk-1.2.0.jar, NNFragmentAtom.class
package org.openscience.cdk.nonotify
NNFragmentAtom.addListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/nonotify/NNFragmentAtom.addListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
NNFragmentAtom.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/nonotify/NNFragmentAtom.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
NNFragmentAtom.NNFragmentAtom ( )
[mangled: org/openscience/cdk/nonotify/NNFragmentAtom."<init>":()V]
cdk-1.2.0.jar, NNMolecularFormula.class
package org.openscience.cdk.nonotify
NNMolecularFormula.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/nonotify/NNMolecularFormula.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
NNMolecularFormula.NNMolecularFormula ( )
[mangled: org/openscience/cdk/nonotify/NNMolecularFormula."<init>":()V]
cdk-1.2.0.jar, NNMolecularFormulaSet.class
package org.openscience.cdk.nonotify
NNMolecularFormulaSet.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/nonotify/NNMolecularFormulaSet.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
NNMolecularFormulaSet.NNMolecularFormulaSet ( )
[mangled: org/openscience/cdk/nonotify/NNMolecularFormulaSet."<init>":()V]
NNMolecularFormulaSet.NNMolecularFormulaSet ( IMolecularFormula formula )
[mangled: org/openscience/cdk/nonotify/NNMolecularFormulaSet."<init>":(Lorg/openscience/cdk/interfaces/IMolecularFormula;)V]
cdk-1.2.0.jar, NNReactionScheme.class
package org.openscience.cdk.nonotify
NNReactionScheme.addListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/nonotify/NNReactionScheme.addListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
NNReactionScheme.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/nonotify/NNReactionScheme.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
NNReactionScheme.NNReactionScheme ( )
[mangled: org/openscience/cdk/nonotify/NNReactionScheme."<init>":()V]
cdk-1.2.0.jar, Node.class
package org.openscience.cdk.smiles.smarts.parser
Node.jjtAccept ( SMARTSParserVisitor p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
Node.jjtAddChild ( Node p1, int p2 ) [abstract] : void
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtAddChild:(Lorg/openscience/cdk/smiles/smarts/parser/Node;I)V]
Node.jjtClose ( ) [abstract] : void
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtClose:()V]
Node.jjtGetChild ( int p1 ) [abstract] : Node
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtGetChild:(I)Lorg/openscience/cdk/smiles/smarts/parser/Node;]
Node.jjtGetNumChildren ( ) [abstract] : int
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtGetNumChildren:()I]
Node.jjtGetParent ( ) [abstract] : Node
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtGetParent:()Lorg/openscience/cdk/smiles/smarts/parser/Node;]
Node.jjtOpen ( ) [abstract] : void
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtOpen:()V]
Node.jjtRemoveChild ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtRemoveChild:(I)V]
Node.jjtSetParent ( Node p1 ) [abstract] : void
[mangled: org/openscience/cdk/smiles/smarts/parser/Node.jjtSetParent:(Lorg/openscience/cdk/smiles/smarts/parser/Node;)V]
cdk-1.2.0.jar, NonCHHeavyAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
NonCHHeavyAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/NonCHHeavyAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
NonCHHeavyAtom.NonCHHeavyAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/NonCHHeavyAtom."<init>":()V]
NonCHHeavyAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/NonCHHeavyAtom.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, NoNotificationChemObjectBuilder.class
package org.openscience.cdk.nonotify
NoNotificationChemObjectBuilder.newAdductFormula ( ) : IAdductFormula
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newAdductFormula:()Lorg/openscience/cdk/interfaces/IAdductFormula;]
NoNotificationChemObjectBuilder.newAdductFormula ( IMolecularFormula formula ) : IAdductFormula
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newAdductFormula:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IAdductFormula;]
NoNotificationChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, IBond.Order order ) : IBond
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
NoNotificationChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, IBond.Order order, int stereo ) : IBond
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;I)Lorg/openscience/cdk/interfaces/IBond;]
NoNotificationChemObjectBuilder.newBond ( IAtom[ ] atoms ) : IBond
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IBond;]
NoNotificationChemObjectBuilder.newBond ( IAtom[ ] atoms, IBond.Order order ) : IBond
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newBond:([Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)Lorg/openscience/cdk/interfaces/IBond;]
NoNotificationChemObjectBuilder.newFragmentAtom ( ) : IFragmentAtom
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newFragmentAtom:()Lorg/openscience/cdk/interfaces/IFragmentAtom;]
NoNotificationChemObjectBuilder.newMolecularFormula ( ) : IMolecularFormula
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newMolecularFormula:()Lorg/openscience/cdk/interfaces/IMolecularFormula;]
NoNotificationChemObjectBuilder.newMolecularFormulaSet ( ) : IMolecularFormulaSet
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newMolecularFormulaSet:()Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
NoNotificationChemObjectBuilder.newMolecularFormulaSet ( IMolecularFormula formula ) : IMolecularFormulaSet
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newMolecularFormulaSet:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Lorg/openscience/cdk/interfaces/IMolecularFormulaSet;]
NoNotificationChemObjectBuilder.newReactionScheme ( ) : IReactionScheme
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newReactionScheme:()Lorg/openscience/cdk/interfaces/IReactionScheme;]
cdk-1.2.0.jar, OptionIOSetting.class
package org.openscience.cdk.io.setting
OptionIOSetting.getOptions ( ) : List
[mangled: org/openscience/cdk/io/setting/OptionIOSetting.getOptions:()Ljava/util/List;]
OptionIOSetting.OptionIOSetting ( String name, int level, String question, List settings, String defaultSetting )
[mangled: org/openscience/cdk/io/setting/OptionIOSetting."<init>":(Ljava/lang/String;ILjava/lang/String;Ljava/util/List;Ljava/lang/String;)V]
cdk-1.2.0.jar, Order.class
package org.openscience.cdk.interfaces
IBond.Order.valueOf ( String name ) [static] : IBond.Order
[mangled: org/openscience/cdk/interfaces/IBond.Order.valueOf:(Ljava/lang/String;)Lorg/openscience/cdk/interfaces/IBond$Order;]
IBond.Order.values ( ) [static] : IBond.Order[ ]
[mangled: org/openscience/cdk/interfaces/IBond.Order.values:()[Lorg/openscience/cdk/interfaces/IBond$Order;]
cdk-1.2.0.jar, OrderQueryBond.class
package org.openscience.cdk.isomorphism.matchers
OrderQueryBond.OrderQueryBond ( IQueryAtom atom1, IQueryAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/isomorphism/matchers/OrderQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
package org.openscience.cdk.isomorphism.matchers.smarts
OrderQueryBond.OrderQueryBond ( IBond.Order order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OrderQueryBond."<init>":(Lorg/openscience/cdk/interfaces/IBond$Order;)V]
cdk-1.2.0.jar, OrderQueryBondOrderOnly.class
package org.openscience.cdk.isomorphism.matchers
OrderQueryBondOrderOnly.matches ( IBond bond ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/OrderQueryBondOrderOnly.matches:(Lorg/openscience/cdk/interfaces/IBond;)Z]
OrderQueryBondOrderOnly.OrderQueryBondOrderOnly ( )
[mangled: org/openscience/cdk/isomorphism/matchers/OrderQueryBondOrderOnly."<init>":()V]
OrderQueryBondOrderOnly.OrderQueryBondOrderOnly ( IQueryAtom atom1, IQueryAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/isomorphism/matchers/OrderQueryBondOrderOnly."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
OrderQueryBondOrderOnly.setAtomAt ( IAtom atom, int position ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/OrderQueryBondOrderOnly.setAtomAt:(Lorg/openscience/cdk/interfaces/IAtom;I)V]
OrderQueryBondOrderOnly.setAtoms ( IAtom[ ] atoms ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/OrderQueryBondOrderOnly.setAtoms:([Lorg/openscience/cdk/interfaces/IAtom;)V]
cdk-1.2.0.jar, OWLAtomTypeHandler.class
package org.openscience.cdk.config.atomtypes
OWLAtomTypeHandler.characters ( char[ ] chars, int start, int length ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeHandler.characters:([CII)V]
OWLAtomTypeHandler.endElement ( String uri, String local, String raw ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
OWLAtomTypeHandler.getAtomTypes ( ) : List
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeHandler.getAtomTypes:()Ljava/util/List;]
OWLAtomTypeHandler.OWLAtomTypeHandler ( IChemObjectBuilder build )
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeHandler."<init>":(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
OWLAtomTypeHandler.startDocument ( ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeHandler.startDocument:()V]
OWLAtomTypeHandler.startElement ( String uri, String local, String raw, Attributes atts ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
cdk-1.2.0.jar, OWLAtomTypeMappingHandler.class
package org.openscience.cdk.config.atomtypes
OWLAtomTypeMappingHandler.characters ( char[ ] chars, int start, int length ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingHandler.characters:([CII)V]
OWLAtomTypeMappingHandler.endElement ( String uri, String local, String raw ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
OWLAtomTypeMappingHandler.getAtomTypeMappings ( ) : Map
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingHandler.getAtomTypeMappings:()Ljava/util/Map;]
OWLAtomTypeMappingHandler.OWLAtomTypeMappingHandler ( )
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingHandler."<init>":()V]
OWLAtomTypeMappingHandler.startDocument ( ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingHandler.startDocument:()V]
OWLAtomTypeMappingHandler.startElement ( String uri, String local, String raw, Attributes atts ) : void
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
cdk-1.2.0.jar, OWLAtomTypeMappingReader.class
package org.openscience.cdk.config.atomtypes
OWLAtomTypeMappingReader.OWLAtomTypeMappingReader ( Reader input )
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingReader."<init>":(Ljava/io/Reader;)V]
OWLAtomTypeMappingReader.readAtomTypeMappings ( ) : Map
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeMappingReader.readAtomTypeMappings:()Ljava/util/Map;]
cdk-1.2.0.jar, OWLAtomTypeReader.class
package org.openscience.cdk.config.atomtypes
OWLAtomTypeReader.OWLAtomTypeReader ( Reader input )
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeReader."<init>":(Ljava/io/Reader;)V]
OWLAtomTypeReader.readAtomTypes ( IChemObjectBuilder builder ) : List
[mangled: org/openscience/cdk/config/atomtypes/OWLAtomTypeReader.readAtomTypes:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Ljava/util/List;]
cdk-1.2.0.jar, OWLBasedAtomTypeConfigurator.class
package org.openscience.cdk.config
OWLBasedAtomTypeConfigurator.OWLBasedAtomTypeConfigurator ( )
[mangled: org/openscience/cdk/config/OWLBasedAtomTypeConfigurator."<init>":()V]
OWLBasedAtomTypeConfigurator.readAtomTypes ( IChemObjectBuilder builder ) : List
[mangled: org/openscience/cdk/config/OWLBasedAtomTypeConfigurator.readAtomTypes:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Ljava/util/List;]
OWLBasedAtomTypeConfigurator.setInputStream ( InputStream ins ) : void
[mangled: org/openscience/cdk/config/OWLBasedAtomTypeConfigurator.setInputStream:(Ljava/io/InputStream;)V]
cdk-1.2.0.jar, OWLReact.class
package org.openscience.cdk.dict
OWLReact.OWLReact ( )
[mangled: org/openscience/cdk/dict/OWLReact."<init>":()V]
OWLReact.unmarshal ( Element entry, String ownNS ) [static] : EntryReact
[mangled: org/openscience/cdk/dict/OWLReact.unmarshal:(Lnu/xom/Element;Ljava/lang/String;)Lorg/openscience/cdk/dict/EntryReact;]
OWLReact.unmarshal ( Reader reader ) [static] : Dictionary
[mangled: org/openscience/cdk/dict/OWLReact.unmarshal:(Ljava/io/Reader;)Lorg/openscience/cdk/dict/Dictionary;]
cdk-1.2.0.jar, ParameterReact.class
package org.openscience.cdk.reaction.type.parameters
ParameterReact.getValue ( ) : Object
[mangled: org/openscience/cdk/reaction/type/parameters/ParameterReact.getValue:()Ljava/lang/Object;]
ParameterReact.isSetParameter ( ) : boolean
[mangled: org/openscience/cdk/reaction/type/parameters/ParameterReact.isSetParameter:()Z]
ParameterReact.ParameterReact ( )
[mangled: org/openscience/cdk/reaction/type/parameters/ParameterReact."<init>":()V]
ParameterReact.setParameter ( boolean set ) : void
[mangled: org/openscience/cdk/reaction/type/parameters/ParameterReact.setParameter:(Z)V]
ParameterReact.setValue ( Object value ) : void
[mangled: org/openscience/cdk/reaction/type/parameters/ParameterReact.setValue:(Ljava/lang/Object;)V]
cdk-1.2.0.jar, ParseException.class
package org.openscience.cdk.smiles.smarts.parser
ParseException.add_escapes ( String str ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/ParseException.add_escapes:(Ljava/lang/String;)Ljava/lang/String;]
ParseException.getMessage ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/ParseException.getMessage:()Ljava/lang/String;]
ParseException.ParseException ( )
[mangled: org/openscience/cdk/smiles/smarts/parser/ParseException."<init>":()V]
ParseException.ParseException ( String message )
[mangled: org/openscience/cdk/smiles/smarts/parser/ParseException."<init>":(Ljava/lang/String;)V]
ParseException.ParseException ( Token currentTokenVal, int[ ][ ] expectedTokenSequencesVal, String[ ] tokenImageVal )
[mangled: org/openscience/cdk/smiles/smarts/parser/ParseException."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/Token;[[I[Ljava/lang/String;)V]
cdk-1.2.0.jar, PartialPiChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
PartialPiChargeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialPiChargeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PartialSigmaChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
PartialSigmaChargeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialSigmaChargeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PartialTChargeMMFF94Descriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
PartialTChargeMMFF94Descriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialTChargeMMFF94Descriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PartialTChargePEOEDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
PartialTChargePEOEDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialTChargePEOEDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PathTools.class
package org.openscience.cdk.graph
PathTools.breadthFirstSearch ( IAtomContainer atomContainer, List sphere, IMolecule molecule ) [static] : void
[mangled: org/openscience/cdk/graph/PathTools.breadthFirstSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/List;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PathTools.breadthFirstSearch ( IAtomContainer atomContainer, List sphere, IMolecule molecule, int max ) [static] : void
[mangled: org/openscience/cdk/graph/PathTools.breadthFirstSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/List;Lorg/openscience/cdk/interfaces/IMolecule;I)V]
PathTools.breadthFirstTargetSearch ( IAtomContainer atomContainer, List sphere, IAtom target, int pathLength, int cutOff ) [static] : int
[mangled: org/openscience/cdk/graph/PathTools.breadthFirstTargetSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/List;Lorg/openscience/cdk/interfaces/IAtom;II)I]
PathTools.getPathsOfLengthUpto ( IAtomContainer atomContainer, IAtom start, int length ) [static] : List
[mangled: org/openscience/cdk/graph/PathTools.getPathsOfLengthUpto:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;I)Ljava/util/List;]
cdk-1.2.0.jar, PCCompoundXMLReader.class
package org.openscience.cdk.io
PCCompoundXMLReader.accepts ( Class classObject ) : boolean
[mangled: org/openscience/cdk/io/PCCompoundXMLReader.accepts:(Ljava/lang/Class;)Z]
PCCompoundXMLReader.close ( ) : void
[mangled: org/openscience/cdk/io/PCCompoundXMLReader.close:()V]
PCCompoundXMLReader.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/PCCompoundXMLReader.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
PCCompoundXMLReader.PCCompoundXMLReader ( )
[mangled: org/openscience/cdk/io/PCCompoundXMLReader."<init>":()V]
PCCompoundXMLReader.PCCompoundXMLReader ( InputStream input )
[mangled: org/openscience/cdk/io/PCCompoundXMLReader."<init>":(Ljava/io/InputStream;)V]
PCCompoundXMLReader.PCCompoundXMLReader ( Reader input )
[mangled: org/openscience/cdk/io/PCCompoundXMLReader."<init>":(Ljava/io/Reader;)V]
PCCompoundXMLReader.read ( IChemObject object ) : IChemObject
[mangled: org/openscience/cdk/io/PCCompoundXMLReader.read:(Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/interfaces/IChemObject;]
PCCompoundXMLReader.setReader ( InputStream input ) : void
[mangled: org/openscience/cdk/io/PCCompoundXMLReader.setReader:(Ljava/io/InputStream;)V]
PCCompoundXMLReader.setReader ( Reader input ) : void
[mangled: org/openscience/cdk/io/PCCompoundXMLReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, PCSubstanceXMLReader.class
package org.openscience.cdk.io
PCSubstanceXMLReader.accepts ( Class classObject ) : boolean
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader.accepts:(Ljava/lang/Class;)Z]
PCSubstanceXMLReader.close ( ) : void
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader.close:()V]
PCSubstanceXMLReader.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
PCSubstanceXMLReader.PCSubstanceXMLReader ( )
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader."<init>":()V]
PCSubstanceXMLReader.PCSubstanceXMLReader ( InputStream input )
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader."<init>":(Ljava/io/InputStream;)V]
PCSubstanceXMLReader.PCSubstanceXMLReader ( Reader input )
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader."<init>":(Ljava/io/Reader;)V]
PCSubstanceXMLReader.read ( IChemObject object ) : IChemObject
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader.read:(Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/interfaces/IChemObject;]
PCSubstanceXMLReader.setReader ( InputStream input ) : void
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader.setReader:(Ljava/io/InputStream;)V]
PCSubstanceXMLReader.setReader ( Reader input ) : void
[mangled: org/openscience/cdk/io/PCSubstanceXMLReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, PDBAtom.class
package org.openscience.cdk.protein.data
PDBAtom.getHetAtom ( ) : Boolean
[mangled: org/openscience/cdk/protein/data/PDBAtom.getHetAtom:()Ljava/lang/Boolean;]
PDBAtom.getOccupancy ( ) : Double
[mangled: org/openscience/cdk/protein/data/PDBAtom.getOccupancy:()Ljava/lang/Double;]
PDBAtom.getOxt ( ) : Boolean
[mangled: org/openscience/cdk/protein/data/PDBAtom.getOxt:()Ljava/lang/Boolean;]
PDBAtom.getSerial ( ) : Integer
[mangled: org/openscience/cdk/protein/data/PDBAtom.getSerial:()Ljava/lang/Integer;]
PDBAtom.getTempFactor ( ) : Double
[mangled: org/openscience/cdk/protein/data/PDBAtom.getTempFactor:()Ljava/lang/Double;]
PDBAtom.setHetAtom ( Boolean newHetAtom ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setHetAtom:(Ljava/lang/Boolean;)V]
PDBAtom.setOccupancy ( Double newOccupancy ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setOccupancy:(Ljava/lang/Double;)V]
PDBAtom.setOxt ( Boolean newOxt ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setOxt:(Ljava/lang/Boolean;)V]
PDBAtom.setSerial ( Integer newSerial ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setSerial:(Ljava/lang/Integer;)V]
PDBAtom.setTempFactor ( Double newTempFactor ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setTempFactor:(Ljava/lang/Double;)V]
cdk-1.2.0.jar, PDBStructure.class
package org.openscience.cdk.protein.data
PDBStructure.getEndChainID ( ) : Character
[mangled: org/openscience/cdk/protein/data/PDBStructure.getEndChainID:()Ljava/lang/Character;]
PDBStructure.getEndInsertionCode ( ) : Character
[mangled: org/openscience/cdk/protein/data/PDBStructure.getEndInsertionCode:()Ljava/lang/Character;]
PDBStructure.getEndSequenceNumber ( ) : Integer
[mangled: org/openscience/cdk/protein/data/PDBStructure.getEndSequenceNumber:()Ljava/lang/Integer;]
PDBStructure.getStartChainID ( ) : Character
[mangled: org/openscience/cdk/protein/data/PDBStructure.getStartChainID:()Ljava/lang/Character;]
PDBStructure.getStartInsertionCode ( ) : Character
[mangled: org/openscience/cdk/protein/data/PDBStructure.getStartInsertionCode:()Ljava/lang/Character;]
PDBStructure.getStartSequenceNumber ( ) : Integer
[mangled: org/openscience/cdk/protein/data/PDBStructure.getStartSequenceNumber:()Ljava/lang/Integer;]
PDBStructure.setEndChainID ( Character endChainID ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setEndChainID:(Ljava/lang/Character;)V]
PDBStructure.setEndInsertionCode ( Character endInsertionCode ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setEndInsertionCode:(Ljava/lang/Character;)V]
PDBStructure.setEndSequenceNumber ( Integer endSequenceNumber ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setEndSequenceNumber:(Ljava/lang/Integer;)V]
PDBStructure.setStartChainID ( Character startChainID ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setStartChainID:(Ljava/lang/Character;)V]
PDBStructure.setStartInsertionCode ( Character startInsertionCode ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setStartInsertionCode:(Ljava/lang/Character;)V]
PDBStructure.setStartSequenceNumber ( Integer startSequenceNumber ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setStartSequenceNumber:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, PeakOrGroup.class
package org.xmlcml.cml.interfacex
PeakOrGroup.getAtomRefs ( ) [abstract] : String[ ]
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getAtomRefs:()[Ljava/lang/String;]
PeakOrGroup.getBondRefs ( ) [abstract] : String[ ]
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getBondRefs:()[Ljava/lang/String;]
PeakOrGroup.getId ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getId:()Ljava/lang/String;]
PeakOrGroup.getIntegral ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getIntegral:()Ljava/lang/String;]
PeakOrGroup.getPeakHeight ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getPeakHeight:()D]
PeakOrGroup.getPeakMultiplicity ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getPeakMultiplicity:()Ljava/lang/String;]
PeakOrGroup.getPeakShape ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getPeakShape:()Ljava/lang/String;]
PeakOrGroup.getPeakUnits ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getPeakUnits:()Ljava/lang/String;]
PeakOrGroup.getXMax ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getXMax:()D]
PeakOrGroup.getXMin ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getXMin:()D]
PeakOrGroup.getXUnits ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getXUnits:()Ljava/lang/String;]
PeakOrGroup.getXValue ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getXValue:()D]
PeakOrGroup.getXWidth ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getXWidth:()D]
PeakOrGroup.getYMax ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getYMax:()D]
PeakOrGroup.getYMin ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getYMin:()D]
PeakOrGroup.getYUnits ( ) [abstract] : String
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getYUnits:()Ljava/lang/String;]
PeakOrGroup.getYValue ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getYValue:()D]
PeakOrGroup.getYWidth ( ) [abstract] : double
[mangled: org/xmlcml/cml/interfacex/PeakOrGroup.getYWidth:()D]
cdk-1.2.0.jar, PeriodicGroupNumberAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
PeriodicGroupNumberAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/PeriodicGroupNumberAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
PeriodicGroupNumberAtom.PeriodicGroupNumberAtom ( int groupNumber )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/PeriodicGroupNumberAtom."<init>":(I)V]
PeriodicGroupNumberAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/PeriodicGroupNumberAtom.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, PeriodicTable.class
package org.openscience.cdk.tools
PeriodicTable.getAtomicNumber ( String symbol ) [static] : Integer
[mangled: org/openscience/cdk/tools/PeriodicTable.getAtomicNumber:(Ljava/lang/String;)Ljava/lang/Integer;]
PeriodicTable.getCASId ( String symbol ) [static] : String
[mangled: org/openscience/cdk/tools/PeriodicTable.getCASId:(Ljava/lang/String;)Ljava/lang/String;]
PeriodicTable.getChemicalSeries ( String symbol ) [static] : String
[mangled: org/openscience/cdk/tools/PeriodicTable.getChemicalSeries:(Ljava/lang/String;)Ljava/lang/String;]
PeriodicTable.getCovalentRadius ( String symbol ) [static] : Double
[mangled: org/openscience/cdk/tools/PeriodicTable.getCovalentRadius:(Ljava/lang/String;)Ljava/lang/Double;]
PeriodicTable.getGroup ( String symbol ) [static] : Integer
[mangled: org/openscience/cdk/tools/PeriodicTable.getGroup:(Ljava/lang/String;)Ljava/lang/Integer;]
PeriodicTable.getName ( String symbol ) [static] : String
[mangled: org/openscience/cdk/tools/PeriodicTable.getName:(Ljava/lang/String;)Ljava/lang/String;]
PeriodicTable.getPaulingElectronegativity ( String symbol ) [static] : Double
[mangled: org/openscience/cdk/tools/PeriodicTable.getPaulingElectronegativity:(Ljava/lang/String;)Ljava/lang/Double;]
PeriodicTable.getPeriod ( String symbol ) [static] : Integer
[mangled: org/openscience/cdk/tools/PeriodicTable.getPeriod:(Ljava/lang/String;)Ljava/lang/Integer;]
PeriodicTable.getPhase ( String symbol ) [static] : String
[mangled: org/openscience/cdk/tools/PeriodicTable.getPhase:(Ljava/lang/String;)Ljava/lang/String;]
PeriodicTable.getVdwRadius ( String symbol ) [static] : Double
[mangled: org/openscience/cdk/tools/PeriodicTable.getVdwRadius:(Ljava/lang/String;)Ljava/lang/Double;]
PeriodicTable.PeriodicTable ( )
[mangled: org/openscience/cdk/tools/PeriodicTable."<init>":()V]
cdk-1.2.0.jar, PeriodicTableElement.class
package org.openscience.cdk
PeriodicTableElement.getCovalentRadius ( ) : Double
[mangled: org/openscience/cdk/PeriodicTableElement.getCovalentRadius:()Ljava/lang/Double;]
PeriodicTableElement.getGroup ( ) : Integer
[mangled: org/openscience/cdk/PeriodicTableElement.getGroup:()Ljava/lang/Integer;]
PeriodicTableElement.getPaulingEneg ( ) : Double
[mangled: org/openscience/cdk/PeriodicTableElement.getPaulingEneg:()Ljava/lang/Double;]
PeriodicTableElement.getPeriod ( ) : Integer
[mangled: org/openscience/cdk/PeriodicTableElement.getPeriod:()Ljava/lang/Integer;]
PeriodicTableElement.getVdwRadius ( ) : Double
[mangled: org/openscience/cdk/PeriodicTableElement.getVdwRadius:()Ljava/lang/Double;]
PeriodicTableElement.setCovalentRadius ( Double covalentRadius ) : void
[mangled: org/openscience/cdk/PeriodicTableElement.setCovalentRadius:(Ljava/lang/Double;)V]
PeriodicTableElement.setGroup ( Integer group ) : void
[mangled: org/openscience/cdk/PeriodicTableElement.setGroup:(Ljava/lang/Integer;)V]
PeriodicTableElement.setPaulingEneg ( Double paulingEneg ) : void
[mangled: org/openscience/cdk/PeriodicTableElement.setPaulingEneg:(Ljava/lang/Double;)V]
PeriodicTableElement.setPeriod ( Integer period ) : void
[mangled: org/openscience/cdk/PeriodicTableElement.setPeriod:(Ljava/lang/Integer;)V]
PeriodicTableElement.setVdwRadius ( Double vdwRadius ) : void
[mangled: org/openscience/cdk/PeriodicTableElement.setVdwRadius:(Ljava/lang/Double;)V]
cdk-1.2.0.jar, PeriodicTablePositionDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
PeriodicTablePositionDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PeriodicTablePositionDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PetitjeanNumberDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
PetitjeanNumberDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/PetitjeanNumberDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PetitjeanShapeIndexDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
PetitjeanShapeIndexDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/PetitjeanShapeIndexDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PharmacophoreAngleBond.class
package org.openscience.cdk.pharmacophore
PharmacophoreAngleBond.getBondLength ( ) : double
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAngleBond.getBondLength:()D]
PharmacophoreAngleBond.PharmacophoreAngleBond ( PharmacophoreAtom patom1, PharmacophoreAtom patom2, PharmacophoreAtom patom3 )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAngleBond."<init>":(Lorg/openscience/cdk/pharmacophore/PharmacophoreAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreAtom;)V]
cdk-1.2.0.jar, PharmacophoreAtom.class
package org.openscience.cdk.pharmacophore
PharmacophoreAtom.equals ( Object o ) : boolean
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAtom.equals:(Ljava/lang/Object;)Z]
PharmacophoreAtom.getMatchingAtoms ( ) : int[ ]
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAtom.getMatchingAtoms:()[I]
PharmacophoreAtom.getSmarts ( ) : String
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAtom.getSmarts:()Ljava/lang/String;]
PharmacophoreAtom.PharmacophoreAtom ( PharmacophoreAtom pharmacophoreAtom )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAtom."<init>":(Lorg/openscience/cdk/pharmacophore/PharmacophoreAtom;)V]
PharmacophoreAtom.PharmacophoreAtom ( String smarts, String symbol, Point3d coordinates )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAtom."<init>":(Ljava/lang/String;Ljava/lang/String;Ljavax/vecmath/Point3d;)V]
PharmacophoreAtom.setMatchingAtoms ( int[ ] atomIndices ) : void
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAtom.setMatchingAtoms:([I)V]
PharmacophoreAtom.setSmarts ( String smarts ) : void
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreAtom.setSmarts:(Ljava/lang/String;)V]
cdk-1.2.0.jar, PharmacophoreBond.class
package org.openscience.cdk.pharmacophore
PharmacophoreBond.getBondLength ( ) : double
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreBond.getBondLength:()D]
PharmacophoreBond.PharmacophoreBond ( PharmacophoreAtom patom1, PharmacophoreAtom patom2 )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreBond."<init>":(Lorg/openscience/cdk/pharmacophore/PharmacophoreAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreAtom;)V]
cdk-1.2.0.jar, PharmacophoreMatcher.class
package org.openscience.cdk.pharmacophore
PharmacophoreMatcher.getMatchingPharmacophoreAtoms ( ) : List
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.getMatchingPharmacophoreAtoms:()Ljava/util/List;]
PharmacophoreMatcher.getMatchingPharmacophoreBonds ( ) : List
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.getMatchingPharmacophoreBonds:()Ljava/util/List;]
PharmacophoreMatcher.getPharmacophoreQuery ( ) : IQueryAtomContainer
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.getPharmacophoreQuery:()Lorg/openscience/cdk/isomorphism/matchers/IQueryAtomContainer;]
PharmacophoreMatcher.getTargetQueryBondMappings ( ) : List
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.getTargetQueryBondMappings:()Ljava/util/List;]
PharmacophoreMatcher.getUniqueMatchingPharmacophoreAtoms ( ) : List
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.getUniqueMatchingPharmacophoreAtoms:()Ljava/util/List;]
PharmacophoreMatcher.matches ( IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.matches:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
PharmacophoreMatcher.matches ( IAtomContainer atomContainer, boolean initializeTarget ) : boolean
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.matches:(Lorg/openscience/cdk/interfaces/IAtomContainer;Z)Z]
PharmacophoreMatcher.PharmacophoreMatcher ( )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher."<init>":()V]
PharmacophoreMatcher.PharmacophoreMatcher ( IQueryAtomContainer pharmacophoreQuery )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtomContainer;)V]
PharmacophoreMatcher.setPharmacophoreQuery ( IQueryAtomContainer query ) : void
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreMatcher.setPharmacophoreQuery:(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtomContainer;)V]
cdk-1.2.0.jar, PharmacophoreQueryAngleBond.class
package org.openscience.cdk.pharmacophore
PharmacophoreQueryAngleBond.getLower ( ) : double
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAngleBond.getLower:()D]
PharmacophoreQueryAngleBond.getUpper ( ) : double
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAngleBond.getUpper:()D]
PharmacophoreQueryAngleBond.matches ( IBond bond ) : boolean
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAngleBond.matches:(Lorg/openscience/cdk/interfaces/IBond;)Z]
PharmacophoreQueryAngleBond.PharmacophoreQueryAngleBond ( )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAngleBond."<init>":()V]
PharmacophoreQueryAngleBond.PharmacophoreQueryAngleBond ( PharmacophoreQueryAtom atom1, PharmacophoreQueryAtom atom2, PharmacophoreQueryAtom atom3, double angle )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAngleBond."<init>":(Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;D)V]
PharmacophoreQueryAngleBond.PharmacophoreQueryAngleBond ( PharmacophoreQueryAtom atom1, PharmacophoreQueryAtom atom2, PharmacophoreQueryAtom atom3, double lower, double upper )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAngleBond."<init>":(Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;DD)V]
cdk-1.2.0.jar, PharmacophoreQueryAtom.class
package org.openscience.cdk.pharmacophore
PharmacophoreQueryAtom.getSmarts ( ) : String
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAtom.getSmarts:()Ljava/lang/String;]
PharmacophoreQueryAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
PharmacophoreQueryAtom.PharmacophoreQueryAtom ( String symbol, String smarts )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAtom."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
PharmacophoreQueryAtom.setOperator ( String ID ) : void
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryAtom.setOperator:(Ljava/lang/String;)V]
cdk-1.2.0.jar, PharmacophoreQueryBond.class
package org.openscience.cdk.pharmacophore
PharmacophoreQueryBond.getLower ( ) : double
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryBond.getLower:()D]
PharmacophoreQueryBond.getUpper ( ) : double
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryBond.getUpper:()D]
PharmacophoreQueryBond.matches ( IBond bond ) : boolean
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryBond.matches:(Lorg/openscience/cdk/interfaces/IBond;)Z]
PharmacophoreQueryBond.PharmacophoreQueryBond ( )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryBond."<init>":()V]
PharmacophoreQueryBond.PharmacophoreQueryBond ( PharmacophoreQueryAtom atom1, PharmacophoreQueryAtom atom2, double distance )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryBond."<init>":(Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;D)V]
PharmacophoreQueryBond.PharmacophoreQueryBond ( PharmacophoreQueryAtom atom1, PharmacophoreQueryAtom atom2, double lower, double upper )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreQueryBond."<init>":(Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;Lorg/openscience/cdk/pharmacophore/PharmacophoreQueryAtom;DD)V]
cdk-1.2.0.jar, PharmacophoreUtils.class
package org.openscience.cdk.pharmacophore
PharmacophoreUtils.PharmacophoreUtils ( )
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreUtils."<init>":()V]
PharmacophoreUtils.readPharmacophoreDefinitions ( InputStream ins ) [static] : List
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreUtils.readPharmacophoreDefinitions:(Ljava/io/InputStream;)Ljava/util/List;]
PharmacophoreUtils.readPharmacophoreDefinitions ( String filename ) [static] : List
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreUtils.readPharmacophoreDefinitions:(Ljava/lang/String;)Ljava/util/List;]
PharmacophoreUtils.writePharmacophoreDefinition ( IQueryAtomContainer query, OutputStream out ) [static] : void
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreUtils.writePharmacophoreDefinition:(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtomContainer;Ljava/io/OutputStream;)V]
PharmacophoreUtils.writePharmacophoreDefinition ( IQueryAtomContainer[ ] queries, OutputStream out ) [static] : void
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreUtils.writePharmacophoreDefinition:([Lorg/openscience/cdk/isomorphism/matchers/IQueryAtomContainer;Ljava/io/OutputStream;)V]
PharmacophoreUtils.writePharmacophoreDefinition ( List queries, OutputStream out ) [static] : void
[mangled: org/openscience/cdk/pharmacophore/PharmacophoreUtils.writePharmacophoreDefinition:(Ljava/util/List;Ljava/io/OutputStream;)V]
cdk-1.2.0.jar, PiBondingMovementReaction.class
package org.openscience.cdk.reaction.type
PiBondingMovementReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/PiBondingMovementReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
PiBondingMovementReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/PiBondingMovementReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
PiBondingMovementReaction.PiBondingMovementReaction ( )
[mangled: org/openscience/cdk/reaction/type/PiBondingMovementReaction."<init>":()V]
cdk-1.2.0.jar, PiContactDetectionDescriptor.class
package org.openscience.cdk.qsar.descriptors.atompair
PiContactDetectionDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atompair/PiContactDetectionDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PiElectronegativity.class
package org.openscience.cdk.charges
PiElectronegativity.calculatePiElectronegativity ( IAtomContainer ac, IAtom atom ) : double
[mangled: org/openscience/cdk/charges/PiElectronegativity.calculatePiElectronegativity:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)D]
PiElectronegativity.calculatePiElectronegativity ( IAtomContainer ac, IAtom atom, int maxIterations, int maxResonStruc ) : double
[mangled: org/openscience/cdk/charges/PiElectronegativity.calculatePiElectronegativity:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;II)D]
PiElectronegativity.getMaxIterations ( ) : int
[mangled: org/openscience/cdk/charges/PiElectronegativity.getMaxIterations:()I]
PiElectronegativity.getMaxResonStruc ( ) : int
[mangled: org/openscience/cdk/charges/PiElectronegativity.getMaxResonStruc:()I]
PiElectronegativity.PiElectronegativity ( )
[mangled: org/openscience/cdk/charges/PiElectronegativity."<init>":()V]
PiElectronegativity.PiElectronegativity ( int maxIterations, int maxResonStruc )
[mangled: org/openscience/cdk/charges/PiElectronegativity."<init>":(II)V]
PiElectronegativity.setMaxIterations ( int maxIterations ) : void
[mangled: org/openscience/cdk/charges/PiElectronegativity.setMaxIterations:(I)V]
PiElectronegativity.setMaxResonStruc ( int maxResonStruc ) : void
[mangled: org/openscience/cdk/charges/PiElectronegativity.setMaxResonStruc:(I)V]
cdk-1.2.0.jar, PiElectronegativityDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
PiElectronegativityDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PiElectronegativityDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PLSRegressionModel.class
package org.openscience.cdk.qsar.model.R
PLSRegressionModel.build ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.build:()V]
PLSRegressionModel.finalize ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.finalize:()V]
PLSRegressionModel.getFitB ( ) : double[ ][ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitB:()[[[D]
PLSRegressionModel.getFitMethod ( ) : String
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitMethod:()Ljava/lang/String;]
PLSRegressionModel.getFitNComp ( ) : int[ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitNComp:()[I]
PLSRegressionModel.getFitRMS ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitRMS:()[[D]
PLSRegressionModel.getFitWasValidated ( ) : boolean
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitWasValidated:()Z]
PLSRegressionModel.getFitXLoading ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitXLoading:()[[D]
PLSRegressionModel.getFitXScores ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitXScores:()[[D]
PLSRegressionModel.getFitYLoading ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitYLoading:()[[D]
PLSRegressionModel.getFitYPred ( ) : double[ ][ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitYPred:()[[[D]
PLSRegressionModel.getFitYScores ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getFitYScores:()[[D]
PLSRegressionModel.getPredictPredicted ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getPredictPredicted:()[[D]
PLSRegressionModel.getValidationIter ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getValidationIter:()I]
PLSRegressionModel.getValidationLV ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getValidationLV:()I]
PLSRegressionModel.getValidationR2 ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getValidationR2:()[[D]
PLSRegressionModel.getValidationRMS ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getValidationRMS:()[[D]
PLSRegressionModel.getValidationRMSsd ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getValidationRMSsd:()[[D]
PLSRegressionModel.getValidationYPred ( ) : double[ ][ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.getValidationYPred:()[[[D]
PLSRegressionModel.loadModel ( String fileName ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.loadModel:(Ljava/lang/String;)V]
PLSRegressionModel.loadModel ( String serializedModel, String modelName ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
PLSRegressionModel.PLSRegressionModel ( )
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel."<init>":()V]
PLSRegressionModel.PLSRegressionModel ( double[ ][ ] xx, double[ ] yy )
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel."<init>":([[D[D)V]
PLSRegressionModel.PLSRegressionModel ( double[ ][ ] xx, double[ ][ ] yy )
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel."<init>":([[D[[D)V]
PLSRegressionModel.predict ( ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.predict:()V]
PLSRegressionModel.setParameters ( String key, Object obj ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
cdk-1.2.0.jar, PLSRegressionModelFit.class
package org.openscience.cdk.qsar.model.R
PLSRegressionModelFit.getB ( ) : double[ ][ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getB:()[[[D]
PLSRegressionModelFit.getMethod ( ) : String
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getMethod:()Ljava/lang/String;]
PLSRegressionModelFit.getNComp ( ) : int[ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getNComp:()[I]
PLSRegressionModelFit.getTrainingRMS ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getTrainingRMS:()[[D]
PLSRegressionModelFit.getTrainingYPred ( ) : double[ ][ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getTrainingYPred:()[[[D]
PLSRegressionModelFit.getValidationIter ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getValidationIter:()I]
PLSRegressionModelFit.getValidationLV ( ) : int
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getValidationLV:()I]
PLSRegressionModelFit.getValidationR2 ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getValidationR2:()[[D]
PLSRegressionModelFit.getValidationRMS ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getValidationRMS:()[[D]
PLSRegressionModelFit.getValidationRMSSD ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getValidationRMSSD:()[[D]
PLSRegressionModelFit.getValidationYPred ( ) : double[ ][ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getValidationYPred:()[[[D]
PLSRegressionModelFit.getXLoading ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getXLoading:()[[D]
PLSRegressionModelFit.getXScores ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getXScores:()[[D]
PLSRegressionModelFit.getYLoading ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getYLoading:()[[D]
PLSRegressionModelFit.getYScores ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.getYScores:()[[D]
PLSRegressionModelFit.PLSRegressionModelFit ( int nobs, int nvar, int npred, int[ ] ncomp, String method )
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit."<init>":(III[ILjava/lang/String;)V]
PLSRegressionModelFit.setTrainingData ( double[ ] B, double[ ] ypred, double[ ] rms, double[ ] xscores, double[ ] yscores, double[ ] xload, double[ ] yload ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.setTrainingData:([D[D[D[D[D[D[D)V]
PLSRegressionModelFit.setValidationData ( int niter, int nlv, double[ ] ypred, double[ ] rms, double[ ] rmssd, double[ ] r2 ) : void
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.setValidationData:(II[D[D[D[D)V]
PLSRegressionModelFit.wasValidated ( ) : boolean
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelFit.wasValidated:()Z]
cdk-1.2.0.jar, PLSRegressionModelPredict.class
package org.openscience.cdk.qsar.model.R
PLSRegressionModelPredict.getPredictions ( ) : double[ ][ ]
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelPredict.getPredictions:()[[D]
PLSRegressionModelPredict.PLSRegressionModelPredict ( int ncol, double[ ] preds )
[mangled: org/openscience/cdk/qsar/model/R/PLSRegressionModelPredict."<init>":(I[D)V]
cdk-1.2.0.jar, Point2dDifference.class
package org.openscience.cdk.tools.diff.tree
Point2dDifference.construct ( String name, Point2d first, Point2d second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/Point2dDifference.construct:(Ljava/lang/String;Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
Point2dDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/Point2dDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, Point3.class
package org.xmlcml.euclid
Point3.equals ( Object that ) : boolean
[mangled: org/xmlcml/euclid/Point3.equals:(Ljava/lang/Object;)Z]
Point3.hashCode ( ) : int
[mangled: org/xmlcml/euclid/Point3.hashCode:()I]
Point3.main ( String[ ] args ) [static] : void
[mangled: org/xmlcml/euclid/Point3.main:([Ljava/lang/String;)V]
Point3.normaliseCrystallographically ( ) : Vector3
[mangled: org/xmlcml/euclid/Point3.normaliseCrystallographically:()Lorg/xmlcml/euclid/Vector3;]
cdk-1.2.0.jar, Point3dDifference.class
package org.openscience.cdk.tools.diff.tree
Point3dDifference.construct ( String name, Point3d first, Point3d second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/Point3dDifference.construct:(Ljava/lang/String;Ljavax/vecmath/Point3d;Ljavax/vecmath/Point3d;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
Point3dDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/Point3dDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, Point3Vector.class
package org.xmlcml.euclid
Point3Vector.inertialAxes ( RealArray eigval, RealSquareMatrix eigvect, EuclidRuntimeException illCond ) : void *DEPRECATED*
[mangled: org/xmlcml/euclid/Point3Vector.inertialAxes:(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/EuclidRuntimeException;)V]
Point3Vector.multiplyBy ( double scale ) : Point3Vector
[mangled: org/xmlcml/euclid/Point3Vector.multiplyBy:(D)Lorg/xmlcml/euclid/Point3Vector;]
Point3Vector.multiplyByEquals ( double scale ) : void
[mangled: org/xmlcml/euclid/Point3Vector.multiplyByEquals:(D)V]
Point3Vector.removeNullValues ( Point3Vector a, Point3Vector b ) [static] : void
[mangled: org/xmlcml/euclid/Point3Vector.removeNullValues:(Lorg/xmlcml/euclid/Point3Vector;Lorg/xmlcml/euclid/Point3Vector;)V]
cdk-1.2.0.jar, Polarizability.class
package org.openscience.cdk.charges
Polarizability.calculateBondPolarizability ( IAtomContainer atomContainer, IBond bond ) : double
[mangled: org/openscience/cdk/charges/Polarizability.calculateBondPolarizability:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IBond;)D]
Polarizability.calculateGHEffectiveAtomPolarizability ( IAtomContainer atomContainer, IAtom atom, boolean addExplicitH, int[ ][ ] distanceMatrix ) : double
[mangled: org/openscience/cdk/charges/Polarizability.calculateGHEffectiveAtomPolarizability:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Z[[I)D]
Polarizability.calculateGHEffectiveAtomPolarizability ( IAtomContainer atomContainer, IAtom atom, int influenceSphereCutOff, boolean addExplicitH ) : double
[mangled: org/openscience/cdk/charges/Polarizability.calculateGHEffectiveAtomPolarizability:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;IZ)D]
cdk-1.2.0.jar, Position.class
package org.xmlcml.cml.element
CMLLabel.Position.valueOf ( String name ) [static] : CMLLabel.Position
[mangled: org/xmlcml/cml/element/CMLLabel.Position.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLLabel$Position;]
CMLLabel.Position.values ( ) [static] : CMLLabel.Position[ ]
[mangled: org/xmlcml/cml/element/CMLLabel.Position.values:()[Lorg/xmlcml/cml/element/CMLLabel$Position;]
cdk-1.2.0.jar, Prop.class
package org.xmlcml.cml.element
CMLProperty.Prop.valueOf ( String name ) [static] : CMLProperty.Prop
[mangled: org/xmlcml/cml/element/CMLProperty.Prop.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLProperty$Prop;]
CMLProperty.Prop.values ( ) [static] : CMLProperty.Prop[ ]
[mangled: org/xmlcml/cml/element/CMLProperty.Prop.values:()[Lorg/xmlcml/cml/element/CMLProperty$Prop;]
cdk-1.2.0.jar, ProteinPocketFinder.class
package org.openscience.cdk.protein
ProteinPocketFinder.clusterPSPPocket ( Point3d root, List sub_Pocket, int[ ] dim ) : List
[mangled: org/openscience/cdk/protein/ProteinPocketFinder.clusterPSPPocket:(Ljavax/vecmath/Point3d;Ljava/util/List;[I)Ljava/util/List;]
ProteinPocketFinder.getPockets ( ) : List
[mangled: org/openscience/cdk/protein/ProteinPocketFinder.getPockets:()Ljava/util/List;]
cdk-1.2.0.jar, ProtonAffinityHOSEDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
ProtonAffinityHOSEDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
ProtonAffinityHOSEDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor.getDescriptorNames:()[Ljava/lang/String;]
ProtonAffinityHOSEDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor.getParameterNames:()[Ljava/lang/String;]
ProtonAffinityHOSEDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor.getParameters:()[Ljava/lang/Object;]
ProtonAffinityHOSEDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
ProtonAffinityHOSEDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
ProtonAffinityHOSEDescriptor.ProtonAffinityHOSEDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor."<init>":()V]
ProtonAffinityHOSEDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonAffinityHOSEDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.2.0.jar, ProtonTotalPartialChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
ProtonTotalPartialChargeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonTotalPartialChargeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, PseudoAtom.class
package org.openscience.cdk
PseudoAtom.setStereoParity ( Integer stereoParity ) : void
[mangled: org/openscience/cdk/PseudoAtom.setStereoParity:(Ljava/lang/Integer;)V]
cdk-1.2.0.jar, PubChemCompoundsXMLFormat.class
package org.openscience.cdk.io.formats
PubChemCompoundsXMLFormat.getFormatName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getFormatName:()Ljava/lang/String;]
PubChemCompoundsXMLFormat.getInstance ( ) [static] : IResourceFormat
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getInstance:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
PubChemCompoundsXMLFormat.getMIMEType ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getMIMEType:()Ljava/lang/String;]
PubChemCompoundsXMLFormat.getNameExtensions ( ) : String[ ]
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getNameExtensions:()[Ljava/lang/String;]
PubChemCompoundsXMLFormat.getPreferredNameExtension ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getPreferredNameExtension:()Ljava/lang/String;]
PubChemCompoundsXMLFormat.getReaderClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getReaderClassName:()Ljava/lang/String;]
PubChemCompoundsXMLFormat.getRequiredDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getRequiredDataFeatures:()I]
PubChemCompoundsXMLFormat.getSupportedDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getSupportedDataFeatures:()I]
PubChemCompoundsXMLFormat.getWriterClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.getWriterClassName:()Ljava/lang/String;]
PubChemCompoundsXMLFormat.isXMLBased ( ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.isXMLBased:()Z]
PubChemCompoundsXMLFormat.matches ( int lineNumber, String line ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemCompoundsXMLFormat.matches:(ILjava/lang/String;)Z]
cdk-1.2.0.jar, PubChemCompoundXMLFormat.class
package org.openscience.cdk.io.formats
PubChemCompoundXMLFormat.getFormatName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getFormatName:()Ljava/lang/String;]
PubChemCompoundXMLFormat.getInstance ( ) [static] : IResourceFormat
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getInstance:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
PubChemCompoundXMLFormat.getMIMEType ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getMIMEType:()Ljava/lang/String;]
PubChemCompoundXMLFormat.getNameExtensions ( ) : String[ ]
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getNameExtensions:()[Ljava/lang/String;]
PubChemCompoundXMLFormat.getPreferredNameExtension ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getPreferredNameExtension:()Ljava/lang/String;]
PubChemCompoundXMLFormat.getReaderClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getReaderClassName:()Ljava/lang/String;]
PubChemCompoundXMLFormat.getRequiredDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getRequiredDataFeatures:()I]
PubChemCompoundXMLFormat.getSupportedDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getSupportedDataFeatures:()I]
PubChemCompoundXMLFormat.getWriterClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.getWriterClassName:()Ljava/lang/String;]
PubChemCompoundXMLFormat.isXMLBased ( ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.isXMLBased:()Z]
PubChemCompoundXMLFormat.matches ( int lineNumber, String line ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemCompoundXMLFormat.matches:(ILjava/lang/String;)Z]
cdk-1.2.0.jar, PubChemSubstancesASNFormat.class
package org.openscience.cdk.io.formats
PubChemSubstancesASNFormat.getFormatName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getFormatName:()Ljava/lang/String;]
PubChemSubstancesASNFormat.getInstance ( ) [static] : IResourceFormat
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getInstance:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
PubChemSubstancesASNFormat.getMIMEType ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getMIMEType:()Ljava/lang/String;]
PubChemSubstancesASNFormat.getNameExtensions ( ) : String[ ]
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getNameExtensions:()[Ljava/lang/String;]
PubChemSubstancesASNFormat.getPreferredNameExtension ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getPreferredNameExtension:()Ljava/lang/String;]
PubChemSubstancesASNFormat.getReaderClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getReaderClassName:()Ljava/lang/String;]
PubChemSubstancesASNFormat.getRequiredDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getRequiredDataFeatures:()I]
PubChemSubstancesASNFormat.getSupportedDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getSupportedDataFeatures:()I]
PubChemSubstancesASNFormat.getWriterClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.getWriterClassName:()Ljava/lang/String;]
PubChemSubstancesASNFormat.isXMLBased ( ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.isXMLBased:()Z]
PubChemSubstancesASNFormat.matches ( int lineNumber, String line ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesASNFormat.matches:(ILjava/lang/String;)Z]
cdk-1.2.0.jar, PubChemSubstancesXMLFormat.class
package org.openscience.cdk.io.formats
PubChemSubstancesXMLFormat.getFormatName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getFormatName:()Ljava/lang/String;]
PubChemSubstancesXMLFormat.getInstance ( ) [static] : IResourceFormat
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getInstance:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
PubChemSubstancesXMLFormat.getMIMEType ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getMIMEType:()Ljava/lang/String;]
PubChemSubstancesXMLFormat.getNameExtensions ( ) : String[ ]
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getNameExtensions:()[Ljava/lang/String;]
PubChemSubstancesXMLFormat.getPreferredNameExtension ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getPreferredNameExtension:()Ljava/lang/String;]
PubChemSubstancesXMLFormat.getReaderClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getReaderClassName:()Ljava/lang/String;]
PubChemSubstancesXMLFormat.getRequiredDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getRequiredDataFeatures:()I]
PubChemSubstancesXMLFormat.getSupportedDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getSupportedDataFeatures:()I]
PubChemSubstancesXMLFormat.getWriterClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.getWriterClassName:()Ljava/lang/String;]
PubChemSubstancesXMLFormat.isXMLBased ( ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.isXMLBased:()Z]
PubChemSubstancesXMLFormat.matches ( int lineNumber, String line ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemSubstancesXMLFormat.matches:(ILjava/lang/String;)Z]
cdk-1.2.0.jar, PubChemSubstanceXMLFormat.class
package org.openscience.cdk.io.formats
PubChemSubstanceXMLFormat.getFormatName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getFormatName:()Ljava/lang/String;]
PubChemSubstanceXMLFormat.getInstance ( ) [static] : IResourceFormat
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getInstance:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
PubChemSubstanceXMLFormat.getMIMEType ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getMIMEType:()Ljava/lang/String;]
PubChemSubstanceXMLFormat.getNameExtensions ( ) : String[ ]
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getNameExtensions:()[Ljava/lang/String;]
PubChemSubstanceXMLFormat.getPreferredNameExtension ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getPreferredNameExtension:()Ljava/lang/String;]
PubChemSubstanceXMLFormat.getReaderClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getReaderClassName:()Ljava/lang/String;]
PubChemSubstanceXMLFormat.getRequiredDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getRequiredDataFeatures:()I]
PubChemSubstanceXMLFormat.getSupportedDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getSupportedDataFeatures:()I]
PubChemSubstanceXMLFormat.getWriterClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.getWriterClassName:()Ljava/lang/String;]
PubChemSubstanceXMLFormat.isXMLBased ( ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.isXMLBased:()Z]
PubChemSubstanceXMLFormat.matches ( int lineNumber, String line ) : boolean
[mangled: org/openscience/cdk/io/formats/PubChemSubstanceXMLFormat.matches:(ILjava/lang/String;)Z]
cdk-1.2.0.jar, PubChemXMLHelper.class
package org.openscience.cdk.io.pubchemxml
PubChemXMLHelper.getCID ( XmlPullParser parser ) : String
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.getCID:(Lorg/xmlpull/v1/XmlPullParser;)Ljava/lang/String;]
PubChemXMLHelper.getSID ( XmlPullParser parser ) : String
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.getSID:(Lorg/xmlpull/v1/XmlPullParser;)Ljava/lang/String;]
PubChemXMLHelper.parseAtomCharges ( XmlPullParser parser, IMolecule molecule ) : void
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parseAtomCharges:(Lorg/xmlpull/v1/XmlPullParser;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PubChemXMLHelper.parseAtomElements ( XmlPullParser parser, IMolecule molecule ) : void
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parseAtomElements:(Lorg/xmlpull/v1/XmlPullParser;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PubChemXMLHelper.parseCompoundsBlock ( XmlPullParser parser ) : IMoleculeSet
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parseCompoundsBlock:(Lorg/xmlpull/v1/XmlPullParser;)Lorg/openscience/cdk/interfaces/IMoleculeSet;]
PubChemXMLHelper.parseMolecule ( XmlPullParser parser, IChemObjectBuilder builder ) : IMolecule
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parseMolecule:(Lorg/xmlpull/v1/XmlPullParser;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/interfaces/IMolecule;]
PubChemXMLHelper.parserAtomBlock ( XmlPullParser parser, IMolecule molecule ) : void
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parserAtomBlock:(Lorg/xmlpull/v1/XmlPullParser;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PubChemXMLHelper.parserBondBlock ( XmlPullParser parser, IMolecule molecule ) : void
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parserBondBlock:(Lorg/xmlpull/v1/XmlPullParser;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PubChemXMLHelper.parserCompoundInfoData ( XmlPullParser parser, IMolecule molecule ) : void
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parserCompoundInfoData:(Lorg/xmlpull/v1/XmlPullParser;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PubChemXMLHelper.parserCoordBlock ( XmlPullParser parser, IMolecule molecule ) : void
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parserCoordBlock:(Lorg/xmlpull/v1/XmlPullParser;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PubChemXMLHelper.parseSubstance ( XmlPullParser parser ) : IChemModel
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper.parseSubstance:(Lorg/xmlpull/v1/XmlPullParser;)Lorg/openscience/cdk/interfaces/IChemModel;]
PubChemXMLHelper.PubChemXMLHelper ( IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/pubchemxml/PubChemXMLHelper."<init>":(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
cdk-1.2.0.jar, QName.class
package javax.xml.namespace
QName.equals ( Object obj ) : boolean
[mangled: javax/xml/namespace/QName.equals:(Ljava/lang/Object;)Z]
QName.getLocalPart ( ) : String
[mangled: javax/xml/namespace/QName.getLocalPart:()Ljava/lang/String;]
QName.getNamespaceURI ( ) : String
[mangled: javax/xml/namespace/QName.getNamespaceURI:()Ljava/lang/String;]
QName.getPrefix ( ) : String
[mangled: javax/xml/namespace/QName.getPrefix:()Ljava/lang/String;]
QName.hashCode ( ) : int
[mangled: javax/xml/namespace/QName.hashCode:()I]
QName.QName ( String localPart )
[mangled: javax/xml/namespace/QName."<init>":(Ljava/lang/String;)V]
QName.QName ( String namespaceURI, String localPart )
[mangled: javax/xml/namespace/QName."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
QName.QName ( String namespaceURI, String localPart, String prefix )
[mangled: javax/xml/namespace/QName."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QName.toString ( ) : String
[mangled: javax/xml/namespace/QName.toString:()Ljava/lang/String;]
QName.valueOf ( String s ) [static] : QName
[mangled: javax/xml/namespace/QName.valueOf:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
cdk-1.2.0.jar, QueryAtomContainerCreator.class
package org.openscience.cdk.isomorphism.matchers
QueryAtomContainerCreator.createSymbolAndBondOrderQueryContainer ( IAtomContainer container ) [static] : QueryAtomContainer
[mangled: org/openscience/cdk/isomorphism/matchers/QueryAtomContainerCreator.createSymbolAndBondOrderQueryContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/isomorphism/matchers/QueryAtomContainer;]
cdk-1.2.0.jar, RadicalChargeSiteInitiationHReaction.class
package org.openscience.cdk.reaction.type
RadicalChargeSiteInitiationHReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalChargeSiteInitiationHReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalChargeSiteInitiationHReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalChargeSiteInitiationHReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalChargeSiteInitiationHReaction.RadicalChargeSiteInitiationHReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalChargeSiteInitiationHReaction."<init>":()V]
cdk-1.2.0.jar, RadicalChargeSiteInitiationReaction.class
package org.openscience.cdk.reaction.type
RadicalChargeSiteInitiationReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalChargeSiteInitiationReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalChargeSiteInitiationReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalChargeSiteInitiationReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalChargeSiteInitiationReaction.RadicalChargeSiteInitiationReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalChargeSiteInitiationReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteHrAlphaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteHrAlphaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrAlphaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteHrAlphaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrAlphaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteHrAlphaReaction.RadicalSiteHrAlphaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrAlphaReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteHrBetaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteHrBetaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrBetaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteHrBetaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrBetaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteHrBetaReaction.RadicalSiteHrBetaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrBetaReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteHrDeltaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteHrDeltaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrDeltaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteHrDeltaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrDeltaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteHrDeltaReaction.RadicalSiteHrDeltaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrDeltaReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteHrGammaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteHrGammaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrGammaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteHrGammaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrGammaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteHrGammaReaction.RadicalSiteHrGammaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteHrGammaReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteIonizationMechanism.class
package org.openscience.cdk.reaction.mechanism
RadicalSiteIonizationMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/RadicalSiteIonizationMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
RadicalSiteIonizationMechanism.RadicalSiteIonizationMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/RadicalSiteIonizationMechanism."<init>":()V]
cdk-1.2.0.jar, RadicalSiteRearrangementMechanism.class
package org.openscience.cdk.reaction.mechanism
RadicalSiteRearrangementMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/RadicalSiteRearrangementMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
RadicalSiteRearrangementMechanism.RadicalSiteRearrangementMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/RadicalSiteRearrangementMechanism."<init>":()V]
cdk-1.2.0.jar, RadicalSiteRrAlphaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteRrAlphaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrAlphaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteRrAlphaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrAlphaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteRrAlphaReaction.RadicalSiteRrAlphaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrAlphaReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteRrBetaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteRrBetaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrBetaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteRrBetaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrBetaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteRrBetaReaction.RadicalSiteRrBetaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrBetaReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteRrDeltaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteRrDeltaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrDeltaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteRrDeltaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrDeltaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteRrDeltaReaction.RadicalSiteRrDeltaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrDeltaReaction."<init>":()V]
cdk-1.2.0.jar, RadicalSiteRrGammaReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteRrGammaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrGammaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RadicalSiteRrGammaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrGammaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RadicalSiteRrGammaReaction.RadicalSiteRrGammaReaction ( )
[mangled: org/openscience/cdk/reaction/type/RadicalSiteRrGammaReaction."<init>":()V]
cdk-1.2.0.jar, RadiusType.class
package org.xmlcml.molutil
ChemicalElement.RadiusType.valueOf ( String name ) [static] : ChemicalElement.RadiusType
[mangled: org/xmlcml/molutil/ChemicalElement.RadiusType.valueOf:(Ljava/lang/String;)Lorg/xmlcml/molutil/ChemicalElement$RadiusType;]
ChemicalElement.RadiusType.values ( ) [static] : ChemicalElement.RadiusType[ ]
[mangled: org/xmlcml/molutil/ChemicalElement.RadiusType.values:()[Lorg/xmlcml/molutil/ChemicalElement$RadiusType;]
cdk-1.2.0.jar, RandomAccessReader.class
package org.openscience.cdk.io.random
RandomAccessReader.add ( IChemObject arg0 ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.add:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
RandomAccessReader.add ( Object x0 ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.add:(Ljava/lang/Object;)V]
RandomAccessReader.addChemObjectIOListener ( IChemObjectIOListener listener ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.addChemObjectIOListener:(Lorg/openscience/cdk/io/listener/IChemObjectIOListener;)V]
RandomAccessReader.close ( ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.close:()V]
RandomAccessReader.createChemObjectReader ( ) [abstract] : ISimpleChemObjectReader
[mangled: org/openscience/cdk/io/random/RandomAccessReader.createChemObjectReader:()Lorg/openscience/cdk/io/ISimpleChemObjectReader;]
RandomAccessReader.finalize ( ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.finalize:()V]
RandomAccessReader.first ( ) : IChemObject
[mangled: org/openscience/cdk/io/random/RandomAccessReader.first:()Lorg/openscience/cdk/interfaces/IChemObject;]
RandomAccessReader.first ( ) : Object
[mangled: org/openscience/cdk/io/random/RandomAccessReader.first:()Ljava/lang/Object;]
RandomAccessReader.getChemObjectReader ( ) : IChemObjectReader
[mangled: org/openscience/cdk/io/random/RandomAccessReader.getChemObjectReader:()Lorg/openscience/cdk/io/IChemObjectReader;]
RandomAccessReader.getCurrentRecord ( ) : int
[mangled: org/openscience/cdk/io/random/RandomAccessReader.getCurrentRecord:()I]
RandomAccessReader.getIndexFile ( String filename ) [static] : File
[mangled: org/openscience/cdk/io/random/RandomAccessReader.getIndexFile:(Ljava/lang/String;)Ljava/io/File;]
RandomAccessReader.hasNext ( ) : boolean
[mangled: org/openscience/cdk/io/random/RandomAccessReader.hasNext:()Z]
RandomAccessReader.hasPrevious ( ) : boolean
[mangled: org/openscience/cdk/io/random/RandomAccessReader.hasPrevious:()Z]
RandomAccessReader.isIndexCreated ( ) : boolean
[mangled: org/openscience/cdk/io/random/RandomAccessReader.isIndexCreated:()Z]
RandomAccessReader.isRecordEnd ( String p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/io/random/RandomAccessReader.isRecordEnd:(Ljava/lang/String;)Z]
RandomAccessReader.last ( ) : IChemObject
[mangled: org/openscience/cdk/io/random/RandomAccessReader.last:()Lorg/openscience/cdk/interfaces/IChemObject;]
RandomAccessReader.last ( ) : Object
[mangled: org/openscience/cdk/io/random/RandomAccessReader.last:()Ljava/lang/Object;]
RandomAccessReader.loadIndex ( File file ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.loadIndex:(Ljava/io/File;)V]
RandomAccessReader.makeIndex ( ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.makeIndex:()V]
RandomAccessReader.next ( ) : IChemObject
[mangled: org/openscience/cdk/io/random/RandomAccessReader.next:()Lorg/openscience/cdk/interfaces/IChemObject;]
RandomAccessReader.next ( ) : Object
[mangled: org/openscience/cdk/io/random/RandomAccessReader.next:()Ljava/lang/Object;]
RandomAccessReader.nextIndex ( ) : int
[mangled: org/openscience/cdk/io/random/RandomAccessReader.nextIndex:()I]
RandomAccessReader.previous ( ) : IChemObject
[mangled: org/openscience/cdk/io/random/RandomAccessReader.previous:()Lorg/openscience/cdk/interfaces/IChemObject;]
RandomAccessReader.previous ( ) : Object
[mangled: org/openscience/cdk/io/random/RandomAccessReader.previous:()Ljava/lang/Object;]
RandomAccessReader.previousIndex ( ) : int
[mangled: org/openscience/cdk/io/random/RandomAccessReader.previousIndex:()I]
RandomAccessReader.processContent ( ) : IChemObject
[mangled: org/openscience/cdk/io/random/RandomAccessReader.processContent:()Lorg/openscience/cdk/interfaces/IChemObject;]
RandomAccessReader.RandomAccessReader ( File file, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/random/RandomAccessReader."<init>":(Ljava/io/File;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
RandomAccessReader.RandomAccessReader ( File file, IChemObjectBuilder builder, IReaderListener listener )
[mangled: org/openscience/cdk/io/random/RandomAccessReader."<init>":(Ljava/io/File;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;Lorg/openscience/cdk/io/listener/IReaderListener;)V]
RandomAccessReader.readContent ( int record ) : String
[mangled: org/openscience/cdk/io/random/RandomAccessReader.readContent:(I)Ljava/lang/String;]
RandomAccessReader.readRecord ( int record ) : IChemObject
[mangled: org/openscience/cdk/io/random/RandomAccessReader.readRecord:(I)Lorg/openscience/cdk/interfaces/IChemObject;]
RandomAccessReader.readRecord ( int x0 ) : Object
[mangled: org/openscience/cdk/io/random/RandomAccessReader.readRecord:(I)Ljava/lang/Object;]
RandomAccessReader.removeChemObjectIOListener ( IChemObjectIOListener listener ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.removeChemObjectIOListener:(Lorg/openscience/cdk/io/listener/IChemObjectIOListener;)V]
RandomAccessReader.resize ( long[ ][ ] index, int newLength ) : long[ ][ ]
[mangled: org/openscience/cdk/io/random/RandomAccessReader.resize:([[JI)[[J]
RandomAccessReader.saveIndex ( File file ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.saveIndex:(Ljava/io/File;)V]
RandomAccessReader.set ( IChemObject arg0 ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.set:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
RandomAccessReader.set ( Object x0 ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.set:(Ljava/lang/Object;)V]
RandomAccessReader.setChemObjectReader ( ISimpleChemObjectReader chemObjectReader ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.setChemObjectReader:(Lorg/openscience/cdk/io/ISimpleChemObjectReader;)V]
RandomAccessReader.setIndexCreated ( boolean indexCreated ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessReader.setIndexCreated:(Z)V]
RandomAccessReader.size ( ) : int
[mangled: org/openscience/cdk/io/random/RandomAccessReader.size:()I]
RandomAccessReader.toString ( ) : String
[mangled: org/openscience/cdk/io/random/RandomAccessReader.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, RandomAccessSDFReader.class
package org.openscience.cdk.io.random
RandomAccessSDFReader.accepts ( Class classObject ) : boolean
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.accepts:(Ljava/lang/Class;)Z]
RandomAccessSDFReader.createChemObjectReader ( ) : ISimpleChemObjectReader
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.createChemObjectReader:()Lorg/openscience/cdk/io/ISimpleChemObjectReader;]
RandomAccessSDFReader.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
RandomAccessSDFReader.isRecordEnd ( String line ) : boolean
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.isRecordEnd:(Ljava/lang/String;)Z]
RandomAccessSDFReader.processContent ( ) : IChemObject
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.processContent:()Lorg/openscience/cdk/interfaces/IChemObject;]
RandomAccessSDFReader.RandomAccessSDFReader ( File file, IChemObjectBuilder builder )
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader."<init>":(Ljava/io/File;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
RandomAccessSDFReader.RandomAccessSDFReader ( File file, IChemObjectBuilder builder, IReaderListener listener )
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader."<init>":(Ljava/io/File;Lorg/openscience/cdk/interfaces/IChemObjectBuilder;Lorg/openscience/cdk/io/listener/IReaderListener;)V]
RandomAccessSDFReader.remove ( ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.remove:()V]
RandomAccessSDFReader.setReader ( InputStream reader ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.setReader:(Ljava/io/InputStream;)V]
RandomAccessSDFReader.setReader ( Reader reader ) : void
[mangled: org/openscience/cdk/io/random/RandomAccessSDFReader.setReader:(Ljava/io/Reader;)V]
cdk-1.2.0.jar, RandomNumberGenerator.class
package org.xmlcml.euclid
RandomNumberGenerator.next ( int bits ) : int
[mangled: org/xmlcml/euclid/RandomNumberGenerator.next:(I)I]
RandomNumberGenerator.nextBeta ( double alpha, double beta ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextBeta:(DD)D]
RandomNumberGenerator.nextBoolean ( ) : boolean
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextBoolean:()Z]
RandomNumberGenerator.nextBoolean ( double p ) : boolean
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextBoolean:(D)Z]
RandomNumberGenerator.nextChiSq ( ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextChiSq:()D]
RandomNumberGenerator.nextChiSq ( int df ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextChiSq:(I)D]
RandomNumberGenerator.nextChiSq ( int df, double lambda ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextChiSq:(ID)D]
RandomNumberGenerator.nextExp ( ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextExp:()D]
RandomNumberGenerator.nextExp ( double beta ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextExp:(D)D]
RandomNumberGenerator.nextExp ( double beta, double lambda ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextExp:(DD)D]
RandomNumberGenerator.nextGamma ( ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextGamma:()D]
RandomNumberGenerator.nextGamma ( double alpha, double beta ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextGamma:(DD)D]
RandomNumberGenerator.nextGamma ( double alpha, double beta, double lambda ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextGamma:(DDD)D]
RandomNumberGenerator.nextGaussian ( ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextGaussian:()D]
RandomNumberGenerator.nextGaussian ( double m, double s2 ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextGaussian:(DD)D]
RandomNumberGenerator.nextInt ( ) : int
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextInt:()I]
RandomNumberGenerator.nextInt ( int n ) : int
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextInt:(I)I]
RandomNumberGenerator.nextPoisson ( ) : int
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextPoisson:()I]
RandomNumberGenerator.nextPoisson ( double lambda ) : int
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextPoisson:(D)I]
RandomNumberGenerator.nextUniform ( ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextUniform:()D]
RandomNumberGenerator.nextUniform ( double a, double b ) : double
[mangled: org/xmlcml/euclid/RandomNumberGenerator.nextUniform:(DD)D]
RandomNumberGenerator.RandomNumberGenerator ( )
[mangled: org/xmlcml/euclid/RandomNumberGenerator."<init>":()V]
RandomNumberGenerator.RandomNumberGenerator ( long seed )
[mangled: org/xmlcml/euclid/RandomNumberGenerator."<init>":(J)V]
RandomNumberGenerator.setSeed ( long seed ) : void
[mangled: org/xmlcml/euclid/RandomNumberGenerator.setSeed:(J)V]
cdk-1.2.0.jar, RandomNumbersTool.class
package org.openscience.cdk.math
RandomNumbersTool.getRandom ( ) [static] : Random
[mangled: org/openscience/cdk/math/RandomNumbersTool.getRandom:()Ljava/util/Random;]
cdk-1.2.0.jar, RangeMass.class
package org.openscience.cdk.formula.rules
MMElementRule.RangeMass.valueOf ( String name ) [static] : MMElementRule.RangeMass
[mangled: org/openscience/cdk/formula/rules/MMElementRule.RangeMass.valueOf:(Ljava/lang/String;)Lorg/openscience/cdk/formula/rules/MMElementRule$RangeMass;]
MMElementRule.RangeMass.values ( ) [static] : MMElementRule.RangeMass[ ]
[mangled: org/openscience/cdk/formula/rules/MMElementRule.RangeMass.values:()[Lorg/openscience/cdk/formula/rules/MMElementRule$RangeMass;]
cdk-1.2.0.jar, RConsoleOutputStream.class
package org.rosuda.JRI
RConsoleOutputStream.close ( ) : void
[mangled: org/rosuda/JRI/RConsoleOutputStream.close:()V]
RConsoleOutputStream.RConsoleOutputStream ( JRI.Rengine p1, int p2 )
[mangled: org/rosuda/JRI/RConsoleOutputStream."<init>":(Lorg/rosuda/JRI/Rengine;I)V]
RConsoleOutputStream.write ( byte[ ] p1 ) : void
[mangled: org/rosuda/JRI/RConsoleOutputStream.write:([B)V]
RConsoleOutputStream.write ( byte[ ] p1, int p2, int p3 ) : void
[mangled: org/rosuda/JRI/RConsoleOutputStream.write:([BII)V]
RConsoleOutputStream.write ( int p1 ) : void
[mangled: org/rosuda/JRI/RConsoleOutputStream.write:(I)V]
cdk-1.2.0.jar, RDBERule.class
package org.openscience.cdk.formula.rules
RDBERule.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/formula/rules/RDBERule.getParameters:()[Ljava/lang/Object;]
RDBERule.getRDBEValue ( IMolecularFormula formula ) : List
[mangled: org/openscience/cdk/formula/rules/RDBERule.getRDBEValue:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)Ljava/util/List;]
RDBERule.RDBERule ( )
[mangled: org/openscience/cdk/formula/rules/RDBERule."<init>":()V]
RDBERule.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/formula/rules/RDBERule.setParameters:([Ljava/lang/Object;)V]
RDBERule.validate ( IMolecularFormula formula ) : double
[mangled: org/openscience/cdk/formula/rules/RDBERule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
RDBERule.validate ( IMolecularFormula formula, double value ) : boolean
[mangled: org/openscience/cdk/formula/rules/RDBERule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;D)Z]
cdk-1.2.0.jar, RDFCalculator.class
package org.openscience.cdk.geometry
RDFCalculator.calculate ( IAtomContainer container, IAtom atom ) : double[ ]
[mangled: org/openscience/cdk/geometry/RDFCalculator.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)[D]
cdk-1.2.0.jar, RDFProtonDescriptor_G3R.class
package org.openscience.cdk.qsar.descriptors.atomic
RDFProtonDescriptor_G3R.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_G3R.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, RDFProtonDescriptor_GDR.class
package org.openscience.cdk.qsar.descriptors.atomic
RDFProtonDescriptor_GDR.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GDR.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, RDFProtonDescriptor_GHR.class
package org.openscience.cdk.qsar.descriptors.atomic
RDFProtonDescriptor_GHR.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, RDFProtonDescriptor_GHR_topol.class
package org.openscience.cdk.qsar.descriptors.atomic
RDFProtonDescriptor_GHR_topol.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR_topol.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, RDFProtonDescriptor_GSR.class
package org.openscience.cdk.qsar.descriptors.atomic
RDFProtonDescriptor_GSR.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GSR.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Reaction.class
package org.openscience.cdk
Reaction.addProduct ( IMolecule product, Double coefficient ) : void
[mangled: org/openscience/cdk/Reaction.addProduct:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)V]
Reaction.addReactant ( IMolecule reactant, Double coefficient ) : void
[mangled: org/openscience/cdk/Reaction.addReactant:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)V]
Reaction.getDirection ( ) : IReaction.Direction
[mangled: org/openscience/cdk/Reaction.getDirection:()Lorg/openscience/cdk/interfaces/IReaction$Direction;]
Reaction.getProductCoefficient ( IMolecule product ) : Double
[mangled: org/openscience/cdk/Reaction.getProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)Ljava/lang/Double;]
Reaction.getProductCoefficients ( ) : Double[ ]
[mangled: org/openscience/cdk/Reaction.getProductCoefficients:()[Ljava/lang/Double;]
Reaction.getReactantCoefficient ( IMolecule reactant ) : Double
[mangled: org/openscience/cdk/Reaction.getReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)Ljava/lang/Double;]
Reaction.getReactantCoefficients ( ) : Double[ ]
[mangled: org/openscience/cdk/Reaction.getReactantCoefficients:()[Ljava/lang/Double;]
Reaction.mappings ( ) : Iterable
[mangled: org/openscience/cdk/Reaction.mappings:()Ljava/lang/Iterable;]
Reaction.setDirection ( IReaction.Direction direction ) : void
[mangled: org/openscience/cdk/Reaction.setDirection:(Lorg/openscience/cdk/interfaces/IReaction$Direction;)V]
Reaction.setProductCoefficient ( IMolecule product, Double coefficient ) : boolean
[mangled: org/openscience/cdk/Reaction.setProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)Z]
Reaction.setProductCoefficients ( Double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/Reaction.setProductCoefficients:([Ljava/lang/Double;)Z]
Reaction.setReactantCoefficient ( IMolecule reactant, Double coefficient ) : boolean
[mangled: org/openscience/cdk/Reaction.setReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/Double;)Z]
Reaction.setReactantCoefficients ( Double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/Reaction.setReactantCoefficients:([Ljava/lang/Double;)Z]
cdk-1.2.0.jar, ReactionChain.class
package org.openscience.cdk.reaction
ReactionChain.addReaction ( IReaction reaction, int position ) : void
[mangled: org/openscience/cdk/reaction/ReactionChain.addReaction:(Lorg/openscience/cdk/interfaces/IReaction;I)V]
ReactionChain.getReaction ( int position ) : IReaction
[mangled: org/openscience/cdk/reaction/ReactionChain.getReaction:(I)Lorg/openscience/cdk/interfaces/IReaction;]
ReactionChain.getReactionStep ( IReaction reaction ) : int
[mangled: org/openscience/cdk/reaction/ReactionChain.getReactionStep:(Lorg/openscience/cdk/interfaces/IReaction;)I]
ReactionChain.ReactionChain ( )
[mangled: org/openscience/cdk/reaction/ReactionChain."<init>":()V]
cdk-1.2.0.jar, ReactionEngine.class
package org.openscience.cdk.reaction
ReactionEngine.getParameterClass ( Class paramClass ) : IParameterReact
[mangled: org/openscience/cdk/reaction/ReactionEngine.getParameterClass:(Ljava/lang/Class;)Lorg/openscience/cdk/reaction/type/parameters/IParameterReact;]
ReactionEngine.getParameterList ( ) : List
[mangled: org/openscience/cdk/reaction/ReactionEngine.getParameterList:()Ljava/util/List;]
ReactionEngine.ReactionEngine ( )
[mangled: org/openscience/cdk/reaction/ReactionEngine."<init>":()V]
ReactionEngine.setParameterList ( List params ) : void
[mangled: org/openscience/cdk/reaction/ReactionEngine.setParameterList:(Ljava/util/List;)V]
cdk-1.2.0.jar, ReactionManipulator.class
package org.openscience.cdk.tools.manipulator
ReactionManipulator.getAllIDs ( IReaction reaction ) [static] : List
[mangled: org/openscience/cdk/tools/manipulator/ReactionManipulator.getAllIDs:(Lorg/openscience/cdk/interfaces/IReaction;)Ljava/util/List;]
cdk-1.2.0.jar, ReactionScheme.class
package org.openscience.cdk
ReactionScheme.add ( IReactionScheme scheme ) : void
[mangled: org/openscience/cdk/ReactionScheme.add:(Lorg/openscience/cdk/interfaces/IReactionScheme;)V]
ReactionScheme.clone ( ) : Object
[mangled: org/openscience/cdk/ReactionScheme.clone:()Ljava/lang/Object;]
ReactionScheme.getReactionSchemeCount ( ) : int
[mangled: org/openscience/cdk/ReactionScheme.getReactionSchemeCount:()I]
ReactionScheme.ReactionScheme ( )
[mangled: org/openscience/cdk/ReactionScheme."<init>":()V]
ReactionScheme.reactionSchemes ( ) : Iterable
[mangled: org/openscience/cdk/ReactionScheme.reactionSchemes:()Ljava/lang/Iterable;]
ReactionScheme.removeAllReactionSchemes ( ) : void
[mangled: org/openscience/cdk/ReactionScheme.removeAllReactionSchemes:()V]
ReactionScheme.removeReactionScheme ( IReactionScheme scheme ) : void
[mangled: org/openscience/cdk/ReactionScheme.removeReactionScheme:(Lorg/openscience/cdk/interfaces/IReactionScheme;)V]
cdk-1.2.0.jar, ReactionSchemeManipulator.class
package org.openscience.cdk.tools.manipulator
ReactionSchemeManipulator.createReactionScheme ( IReactionSet reactionSet ) [static] : IReactionScheme
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator.createReactionScheme:(Lorg/openscience/cdk/interfaces/IReactionSet;)Lorg/openscience/cdk/interfaces/IReactionScheme;]
ReactionSchemeManipulator.extractTopReactions ( IReactionScheme reactionScheme ) [static] : IReactionSet
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator.extractTopReactions:(Lorg/openscience/cdk/interfaces/IReactionScheme;)Lorg/openscience/cdk/interfaces/IReactionSet;]
ReactionSchemeManipulator.getAllIDs ( IReactionScheme scheme ) [static] : List
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator.getAllIDs:(Lorg/openscience/cdk/interfaces/IReactionScheme;)Ljava/util/List;]
ReactionSchemeManipulator.getAllMolecules ( IReactionScheme scheme ) [static] : IMoleculeSet
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator.getAllMolecules:(Lorg/openscience/cdk/interfaces/IReactionScheme;)Lorg/openscience/cdk/interfaces/IMoleculeSet;]
ReactionSchemeManipulator.getAllMolecules ( IReactionScheme scheme, IMoleculeSet molSet ) [static] : IMoleculeSet
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator.getAllMolecules:(Lorg/openscience/cdk/interfaces/IReactionScheme;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IMoleculeSet;]
ReactionSchemeManipulator.getAllReactions ( IReactionScheme scheme ) [static] : IReactionSet
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator.getAllReactions:(Lorg/openscience/cdk/interfaces/IReactionScheme;)Lorg/openscience/cdk/interfaces/IReactionSet;]
ReactionSchemeManipulator.getMoleculeSet ( IMolecule origenMol, IMolecule finalMol, IReactionScheme reactionScheme ) [static] : ArrayList
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator.getMoleculeSet:(Lorg/openscience/cdk/interfaces/IMolecule;Lorg/openscience/cdk/interfaces/IMolecule;Lorg/openscience/cdk/interfaces/IReactionScheme;)Ljava/util/ArrayList;]
ReactionSchemeManipulator.ReactionSchemeManipulator ( )
[mangled: org/openscience/cdk/tools/manipulator/ReactionSchemeManipulator."<init>":()V]
cdk-1.2.0.jar, ReactionSet.class
package org.openscience.cdk
ReactionSet.reactions ( ) : Iterable
[mangled: org/openscience/cdk/ReactionSet.reactions:()Ljava/lang/Iterable;]
cdk-1.2.0.jar, ReactionSetManipulator.class
package org.openscience.cdk.tools.manipulator
ReactionSetManipulator.getRelevantReactions ( IReactionSet reactSet, IMolecule molecule ) [static] : IReactionSet
[mangled: org/openscience/cdk/tools/manipulator/ReactionSetManipulator.getRelevantReactions:(Lorg/openscience/cdk/interfaces/IReactionSet;Lorg/openscience/cdk/interfaces/IMolecule;)Lorg/openscience/cdk/interfaces/IReactionSet;]
ReactionSetManipulator.getRelevantReactionsAsProduct ( IReactionSet reactSet, IMolecule molecule ) [static] : IReactionSet
[mangled: org/openscience/cdk/tools/manipulator/ReactionSetManipulator.getRelevantReactionsAsProduct:(Lorg/openscience/cdk/interfaces/IReactionSet;Lorg/openscience/cdk/interfaces/IMolecule;)Lorg/openscience/cdk/interfaces/IReactionSet;]
ReactionSetManipulator.getRelevantReactionsAsReactant ( IReactionSet reactSet, IMolecule molecule ) [static] : IReactionSet
[mangled: org/openscience/cdk/tools/manipulator/ReactionSetManipulator.getRelevantReactionsAsReactant:(Lorg/openscience/cdk/interfaces/IReactionSet;Lorg/openscience/cdk/interfaces/IMolecule;)Lorg/openscience/cdk/interfaces/IReactionSet;]
cdk-1.2.0.jar, ReaderFactory.class
package org.openscience.cdk.io
ReaderFactory.createReader ( IChemFormat format ) : ISimpleChemObjectReader
[mangled: org/openscience/cdk/io/ReaderFactory.createReader:(Lorg/openscience/cdk/io/formats/IChemFormat;)Lorg/openscience/cdk/io/ISimpleChemObjectReader;]
ReaderFactory.createReader ( InputStream input ) : ISimpleChemObjectReader
[mangled: org/openscience/cdk/io/ReaderFactory.createReader:(Ljava/io/InputStream;)Lorg/openscience/cdk/io/ISimpleChemObjectReader;]
ReaderFactory.createReader ( Reader input ) : ISimpleChemObjectReader
[mangled: org/openscience/cdk/io/ReaderFactory.createReader:(Ljava/io/Reader;)Lorg/openscience/cdk/io/ISimpleChemObjectReader;]
cdk-1.2.0.jar, Real.class
package org.xmlcml.euclid
Real.isEqual ( double[ ] a, double[ ] b, double epsilon ) [static] : boolean
[mangled: org/xmlcml/euclid/Real.isEqual:([D[DD)Z]
Real.normalize ( double d, int ndec ) [static] : double
[mangled: org/xmlcml/euclid/Real.normalize:(DI)D]
cdk-1.2.0.jar, Real2.class
package org.xmlcml.euclid
Real2.isOrigin ( ) : boolean *DEPRECATED*
[mangled: org/xmlcml/euclid/Real2.isOrigin:()Z]
Real2.isOrigin ( double epsilon ) : boolean
[mangled: org/xmlcml/euclid/Real2.isOrigin:(D)Z]
Real2.multiplyEquals ( double f ) : void
[mangled: org/xmlcml/euclid/Real2.multiplyEquals:(D)V]
Real2.plusEquals ( Real2 r2 ) : void
[mangled: org/xmlcml/euclid/Real2.plusEquals:(Lorg/xmlcml/euclid/Real2;)V]
Real2.Real2 ( double[ ] x )
[mangled: org/xmlcml/euclid/Real2."<init>":([D)V]
Real2.Real2 ( String s )
[mangled: org/xmlcml/euclid/Real2."<init>":(Ljava/lang/String;)V]
Real2.Real2 ( String s, String delimiter )
[mangled: org/xmlcml/euclid/Real2."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, Real2Array.class
package org.xmlcml.euclid
Real2Array.add ( Real2 r2 ) : void
[mangled: org/xmlcml/euclid/Real2Array.add:(Lorg/xmlcml/euclid/Real2;)V]
Real2Array.add ( Real2Array real2Array ) : void
[mangled: org/xmlcml/euclid/Real2Array.add:(Lorg/xmlcml/euclid/Real2Array;)V]
Real2Array.createFromPairs ( String sss, String delimiter ) [static] : Real2Array
[mangled: org/xmlcml/euclid/Real2Array.createFromPairs:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlcml/euclid/Real2Array;]
Real2Array.deleteElement ( int i ) : void
[mangled: org/xmlcml/euclid/Real2Array.deleteElement:(I)V]
Real2Array.get ( int elem ) : Real2
[mangled: org/xmlcml/euclid/Real2Array.get:(I)Lorg/xmlcml/euclid/Real2;]
cdk-1.2.0.jar, Real2Interval.class
package org.xmlcml.euclid
Real2Interval.midPoint ( ) : Real2
[mangled: org/xmlcml/euclid/Real2Interval.midPoint:()Lorg/xmlcml/euclid/Real2;]
Real2Interval.offsetsTo ( Real2Interval interval2 ) : double[ ]
[mangled: org/xmlcml/euclid/Real2Interval.offsetsTo:(Lorg/xmlcml/euclid/Real2Interval;)[D]
Real2Interval.offsetsTo ( Real2Interval interval2, double scale ) : double[ ]
[mangled: org/xmlcml/euclid/Real2Interval.offsetsTo:(Lorg/xmlcml/euclid/Real2Interval;D)[D]
Real2Interval.offsetsTo ( Real2Interval interval2, double[ ] scales ) : double[ ]
[mangled: org/xmlcml/euclid/Real2Interval.offsetsTo:(Lorg/xmlcml/euclid/Real2Interval;[D)[D]
Real2Interval.Real2Interval ( )
[mangled: org/xmlcml/euclid/Real2Interval."<init>":()V]
Real2Interval.Real2Interval ( Real2Interval xyInterval )
[mangled: org/xmlcml/euclid/Real2Interval."<init>":(Lorg/xmlcml/euclid/Real2Interval;)V]
Real2Interval.Real2Interval ( Real2Range range2 )
[mangled: org/xmlcml/euclid/Real2Interval."<init>":(Lorg/xmlcml/euclid/Real2Range;)V]
Real2Interval.Real2Interval ( RealInterval xInterval, RealInterval yInterval )
[mangled: org/xmlcml/euclid/Real2Interval."<init>":(Lorg/xmlcml/euclid/RealInterval;Lorg/xmlcml/euclid/RealInterval;)V]
Real2Interval.scalesTo ( Real2Interval interval2 ) : double[ ]
[mangled: org/xmlcml/euclid/Real2Interval.scalesTo:(Lorg/xmlcml/euclid/Real2Interval;)[D]
Real2Interval.scaleTo ( Real2Interval interval2 ) : double
[mangled: org/xmlcml/euclid/Real2Interval.scaleTo:(Lorg/xmlcml/euclid/Real2Interval;)D]
cdk-1.2.0.jar, Real2Range.class
package org.xmlcml.euclid
Real2Range.getCentroid ( ) : Real2
[mangled: org/xmlcml/euclid/Real2Range.getCentroid:()Lorg/xmlcml/euclid/Real2;]
cdk-1.2.0.jar, Real2Vector.class
package org.xmlcml.euclid
Real2Vector.encloses ( Real2 point ) : boolean
[mangled: org/xmlcml/euclid/Real2Vector.encloses:(Lorg/xmlcml/euclid/Real2;)Z]
Real2Vector.flipX ( ) : void
[mangled: org/xmlcml/euclid/Real2Vector.flipX:()V]
Real2Vector.flipY ( ) : void
[mangled: org/xmlcml/euclid/Real2Vector.flipY:()V]
Real2Vector.getReal2Array ( ) : Real2Array
[mangled: org/xmlcml/euclid/Real2Vector.getReal2Array:()Lorg/xmlcml/euclid/Real2Array;]
Real2Vector.getReal2List ( ) : List
[mangled: org/xmlcml/euclid/Real2Vector.getReal2List:()Ljava/util/List;]
Real2Vector.getVector ( ) : List
[mangled: org/xmlcml/euclid/Real2Vector.getVector:()Ljava/util/List;]
Real2Vector.getXArray ( ) : RealArray
[mangled: org/xmlcml/euclid/Real2Vector.getXArray:()Lorg/xmlcml/euclid/RealArray;]
Real2Vector.getYArray ( ) : RealArray
[mangled: org/xmlcml/euclid/Real2Vector.getYArray:()Lorg/xmlcml/euclid/RealArray;]
Real2Vector.partOfRegularPolygon ( int nsides, int pointn, double dist0n ) [static] : Real2Vector
[mangled: org/xmlcml/euclid/Real2Vector.partOfRegularPolygon:(IID)Lorg/xmlcml/euclid/Real2Vector;]
Real2Vector.Real2Vector ( Real2Array r2a )
[mangled: org/xmlcml/euclid/Real2Vector."<init>":(Lorg/xmlcml/euclid/Real2Array;)V]
Real2Vector.regularPolygon ( int nsides, double rad, double angle ) [static] : Real2Vector
[mangled: org/xmlcml/euclid/Real2Vector.regularPolygon:(IDD)Lorg/xmlcml/euclid/Real2Vector;]
Real2Vector.regularPolygon ( int nsides, Real2 p1, Real2 p2, boolean flip ) [static] : Real2Vector
[mangled: org/xmlcml/euclid/Real2Vector.regularPolygon:(ILorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;Z)Lorg/xmlcml/euclid/Real2Vector;]
cdk-1.2.0.jar, Real3Range.class
package org.xmlcml.euclid
Real3Range.getMaxPoint3 ( ) : Point3
[mangled: org/xmlcml/euclid/Real3Range.getMaxPoint3:()Lorg/xmlcml/euclid/Point3;]
Real3Range.getMinPoint3 ( ) : Point3
[mangled: org/xmlcml/euclid/Real3Range.getMinPoint3:()Lorg/xmlcml/euclid/Point3;]
Real3Range.setRanges ( RealRange xr, RealRange yr, RealRange zr ) : void
[mangled: org/xmlcml/euclid/Real3Range.setRanges:(Lorg/xmlcml/euclid/RealRange;Lorg/xmlcml/euclid/RealRange;Lorg/xmlcml/euclid/RealRange;)V]
Real3Range.transformEquals ( Transform3 transform ) : void
[mangled: org/xmlcml/euclid/Real3Range.transformEquals:(Lorg/xmlcml/euclid/Transform3;)V]
cdk-1.2.0.jar, RealArray.class
package org.xmlcml.euclid
RealArray.check ( RealArray array, int size ) [static] : void
[mangled: org/xmlcml/euclid/RealArray.check:(Lorg/xmlcml/euclid/RealArray;I)V]
RealArray.findFirstLocalMaximumafter ( int start, double cutoff ) : double
[mangled: org/xmlcml/euclid/RealArray.findFirstLocalMaximumafter:(ID)D]
RealArray.get ( int elem ) : double
[mangled: org/xmlcml/euclid/RealArray.get:(I)D]
RealArray.getBaseLine ( ) : double
[mangled: org/xmlcml/euclid/RealArray.getBaseLine:()D]
RealArray.getNormalDistribution ( double sigma ) : RealArray
[mangled: org/xmlcml/euclid/RealArray.getNormalDistribution:(D)Lorg/xmlcml/euclid/RealArray;]
RealArray.getRandomVariate ( RealArray distribution, RealArray cumulativeDistribution ) : double
[mangled: org/xmlcml/euclid/RealArray.getRandomVariate:(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealArray;)D]
RealArray.getSymmetricalArray ( double mid, int nsteps, double halfrange ) [static] : RealArray
[mangled: org/xmlcml/euclid/RealArray.getSymmetricalArray:(DID)Lorg/xmlcml/euclid/RealArray;]
RealArray.lineSearch ( double probe, RealArray distribution ) : double
[mangled: org/xmlcml/euclid/RealArray.lineSearch:(DLorg/xmlcml/euclid/RealArray;)D]
RealArray.round ( double[ ] dd, int ndec ) [static] : void
[mangled: org/xmlcml/euclid/RealArray.round:([DI)V]
RealArray.setElements ( double[ ] a ) : void
[mangled: org/xmlcml/euclid/RealArray.setElements:([D)V]
cdk-1.2.0.jar, RealInterval.class
package org.xmlcml.euclid
RealInterval.getLength ( ) : double
[mangled: org/xmlcml/euclid/RealInterval.getLength:()D]
RealInterval.midPoint ( ) : double
[mangled: org/xmlcml/euclid/RealInterval.midPoint:()D]
RealInterval.offsetTo ( RealInterval interval ) : double
[mangled: org/xmlcml/euclid/RealInterval.offsetTo:(Lorg/xmlcml/euclid/RealInterval;)D]
RealInterval.offsetTo ( RealInterval interval, double scale ) : double
[mangled: org/xmlcml/euclid/RealInterval.offsetTo:(Lorg/xmlcml/euclid/RealInterval;D)D]
RealInterval.RealInterval ( )
[mangled: org/xmlcml/euclid/RealInterval."<init>":()V]
RealInterval.RealInterval ( double x1, double x2 )
[mangled: org/xmlcml/euclid/RealInterval."<init>":(DD)V]
RealInterval.RealInterval ( RealInterval interval )
[mangled: org/xmlcml/euclid/RealInterval."<init>":(Lorg/xmlcml/euclid/RealInterval;)V]
RealInterval.RealInterval ( RealRange range )
[mangled: org/xmlcml/euclid/RealInterval."<init>":(Lorg/xmlcml/euclid/RealRange;)V]
RealInterval.scaleTo ( RealInterval interval ) : double
[mangled: org/xmlcml/euclid/RealInterval.scaleTo:(Lorg/xmlcml/euclid/RealInterval;)D]
cdk-1.2.0.jar, RealMatrix.class
package org.xmlcml.euclid
RealMatrix.isZero ( double eps ) : boolean
[mangled: org/xmlcml/euclid/RealMatrix.isZero:(D)Z]
cdk-1.2.0.jar, RealRange.class
package org.xmlcml.euclid
RealRange.getMidPoint ( ) : double
[mangled: org/xmlcml/euclid/RealRange.getMidPoint:()D]
RealRange.getRandomVariate ( ) : double
[mangled: org/xmlcml/euclid/RealRange.getRandomVariate:()D]
RealRange.getScaleTo ( RealRange range ) : double
[mangled: org/xmlcml/euclid/RealRange.getScaleTo:(Lorg/xmlcml/euclid/RealRange;)D]
RealRange.normalize ( ) : void
[mangled: org/xmlcml/euclid/RealRange.normalize:()V]
RealRange.RealRange ( double minv, double maxv, boolean normalize )
[mangled: org/xmlcml/euclid/RealRange."<init>":(DDZ)V]
RealRange.setRange ( double minv, double maxv ) : void
[mangled: org/xmlcml/euclid/RealRange.setRange:(DD)V]
cdk-1.2.0.jar, RealSquareMatrix.class
package org.xmlcml.euclid
RealSquareMatrix.diagonaliseAndReturnRank ( RealArray eigenvalues, RealSquareMatrix eigenvectors, EuclidRuntimeException illCond ) : int
[mangled: org/xmlcml/euclid/RealSquareMatrix.diagonaliseAndReturnRank:(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/EuclidRuntimeException;)I]
RealSquareMatrix.fromLowerTriangle ( RealArray f ) [static] : RealSquareMatrix
[mangled: org/xmlcml/euclid/RealSquareMatrix.fromLowerTriangle:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealSquareMatrix;]
RealSquareMatrix.fromUpperTriangle ( RealArray f ) [static] : RealSquareMatrix
[mangled: org/xmlcml/euclid/RealSquareMatrix.fromUpperTriangle:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealSquareMatrix;]
RealSquareMatrix.orthonormalize ( ) : RealSquareMatrix
[mangled: org/xmlcml/euclid/RealSquareMatrix.orthonormalize:()Lorg/xmlcml/euclid/RealSquareMatrix;]
cdk-1.2.0.jar, RearrangementAnionReaction.class
package org.openscience.cdk.reaction.type
RearrangementAnionReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementAnionReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementAnionReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementAnionReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementAnionReaction.RearrangementAnionReaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementAnionReaction."<init>":()V]
cdk-1.2.0.jar, RearrangementCationReaction.class
package org.openscience.cdk.reaction.type
RearrangementCationReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementCationReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementCationReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementCationReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementCationReaction.RearrangementCationReaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementCationReaction."<init>":()V]
cdk-1.2.0.jar, RearrangementChargeMechanism.class
package org.openscience.cdk.reaction.mechanism
RearrangementChargeMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/RearrangementChargeMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
RearrangementChargeMechanism.RearrangementChargeMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/RearrangementChargeMechanism."<init>":()V]
cdk-1.2.0.jar, RearrangementLonePairReaction.class
package org.openscience.cdk.reaction.type
RearrangementLonePairReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementLonePairReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementLonePairReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementLonePairReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementLonePairReaction.RearrangementLonePairReaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementLonePairReaction."<init>":()V]
cdk-1.2.0.jar, RearrangementRadicalReaction.class
package org.openscience.cdk.reaction.type
RearrangementRadicalReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementRadicalReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementRadicalReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementRadicalReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementRadicalReaction.RearrangementRadicalReaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementRadicalReaction."<init>":()V]
cdk-1.2.0.jar, RefAttribute.class
package org.xmlcml.cml.attribute
RefAttribute.process ( CMLElement element ) [static] : void
[mangled: org/xmlcml/cml/attribute/RefAttribute.process:(Lorg/xmlcml/cml/base/CMLElement;)V]
RefAttribute.process ( CMLElement element, RefAttribute ref ) [static] : void
[mangled: org/xmlcml/cml/attribute/RefAttribute.process:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/attribute/RefAttribute;)V]
RefAttribute.RefAttribute ( )
[mangled: org/xmlcml/cml/attribute/RefAttribute."<init>":()V]
RefAttribute.RefAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/RefAttribute."<init>":(Lnu/xom/Attribute;)V]
RefAttribute.RefAttribute ( String value )
[mangled: org/xmlcml/cml/attribute/RefAttribute."<init>":(Ljava/lang/String;)V]
RefAttribute.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/attribute/RefAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.2.0.jar, RemoteRepository.class
package net.sf.jnati.deploy.repository
RemoteRepository.getArtefactSource ( Artefact artefact ) : List
[mangled: net/sf/jnati/deploy/repository/RemoteRepository.getArtefactSource:(Lnet/sf/jnati/deploy/artefact/Artefact;)Ljava/util/List;]
RemoteRepository.RemoteRepository ( URL root )
[mangled: net/sf/jnati/deploy/repository/RemoteRepository."<init>":(Ljava/net/URL;)V]
cdk-1.2.0.jar, RemovingSEofBMechanism.class
package org.openscience.cdk.reaction.mechanism
RemovingSEofBMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/RemovingSEofBMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
RemovingSEofBMechanism.RemovingSEofBMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/RemovingSEofBMechanism."<init>":()V]
cdk-1.2.0.jar, RemovingSEofNBMechanism.class
package org.openscience.cdk.reaction.mechanism
RemovingSEofNBMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/RemovingSEofNBMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
RemovingSEofNBMechanism.RemovingSEofNBMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/RemovingSEofNBMechanism."<init>":()V]
cdk-1.2.0.jar, Renderer2DModel.class
package org.openscience.cdk.renderer
Renderer2DModel.getColorHash ( ) : Map
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getColorHash:()Ljava/util/Map;]
Renderer2DModel.getHighlightRadiusModel ( ) : double
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getHighlightRadiusModel:()D]
Renderer2DModel.getLassoPoints ( ) : List
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getLassoPoints:()Ljava/util/List;]
Renderer2DModel.getRenderingCoordinates ( ) : Map
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getRenderingCoordinates:()Ljava/util/Map;]
Renderer2DModel.getToolTipTextMap ( ) : Map
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getToolTipTextMap:()Ljava/util/Map;]
Renderer2DModel.setColorHash ( Map colorHash ) : void
[mangled: org/openscience/cdk/renderer/Renderer2DModel.setColorHash:(Ljava/util/Map;)V]
Renderer2DModel.setHighlightRadiusModel ( double highlightRadius ) : void
[mangled: org/openscience/cdk/renderer/Renderer2DModel.setHighlightRadiusModel:(D)V]
Renderer2DModel.setRenderingCoordinates ( Map renderingCoordinates ) : void
[mangled: org/openscience/cdk/renderer/Renderer2DModel.setRenderingCoordinates:(Ljava/util/Map;)V]
Renderer2DModel.setToolTipTextMap ( Map map ) : void
[mangled: org/openscience/cdk/renderer/Renderer2DModel.setToolTipTextMap:(Ljava/util/Map;)V]
cdk-1.2.0.jar, Rengine.class
package org.rosuda.JRI
Rengine.assign ( String p1, boolean[ ] p2 ) : void
[mangled: org/rosuda/JRI/Rengine.assign:(Ljava/lang/String;[Z)V]
Rengine.assign ( String p1, String[ ] p2 ) : void
[mangled: org/rosuda/JRI/Rengine.assign:(Ljava/lang/String;[Ljava/lang/String;)V]
Rengine.createRJavaRef ( Object p1 ) : JRI.REXP
[mangled: org/rosuda/JRI/Rengine.createRJavaRef:(Ljava/lang/Object;)Lorg/rosuda/JRI/REXP;]
Rengine.inMainRThread ( ) [static] : boolean
[mangled: org/rosuda/JRI/Rengine.inMainRThread:()Z]
Rengine.isStandAlone ( ) : boolean
[mangled: org/rosuda/JRI/Rengine.isStandAlone:()Z]
Rengine.jriWriteConsole ( String p1, int p2 ) : void
[mangled: org/rosuda/JRI/Rengine.jriWriteConsole:(Ljava/lang/String;I)V]
Rengine.Rengine ( )
[mangled: org/rosuda/JRI/Rengine."<init>":()V]
Rengine.rniCons ( long p1, long p2, long p3, boolean p4 ) : long
[mangled: org/rosuda/JRI/Rengine.rniCons:(JJJZ)J]
Rengine.rniGetBoolArrayI ( long p1 ) : int[ ]
[mangled: org/rosuda/JRI/Rengine.rniGetBoolArrayI:(J)[I]
Rengine.rniLCons ( long p1, long p2 ) : long
[mangled: org/rosuda/JRI/Rengine.rniLCons:(JJ)J]
Rengine.rniPrint ( String p1, int p2 ) : void
[mangled: org/rosuda/JRI/Rengine.rniPrint:(Ljava/lang/String;I)V]
Rengine.rniPutBoolArray ( boolean[ ] p1 ) : long
[mangled: org/rosuda/JRI/Rengine.rniPutBoolArray:([Z)J]
Rengine.rniPutBoolArrayI ( int[ ] p1 ) : long
[mangled: org/rosuda/JRI/Rengine.rniPutBoolArrayI:([I)J]
Rengine.rniRJavaLock ( ) : int
[mangled: org/rosuda/JRI/Rengine.rniRJavaLock:()I]
Rengine.rniRJavaUnlock ( ) : int
[mangled: org/rosuda/JRI/Rengine.rniRJavaUnlock:()I]
Rengine.rniSetupRJava ( int p1, int p2 ) : int
[mangled: org/rosuda/JRI/Rengine.rniSetupRJava:(II)I]
cdk-1.2.0.jar, ResolvingProperties.class
package sea36.util.config
ResolvingProperties.get ( Object key ) : Object
[mangled: sea36/util/config/ResolvingProperties.get:(Ljava/lang/Object;)Ljava/lang/Object;]
ResolvingProperties.getProperty ( String key ) : String
[mangled: sea36/util/config/ResolvingProperties.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
ResolvingProperties.put ( Object key, Object value ) : Object
[mangled: sea36/util/config/ResolvingProperties.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ResolvingProperties.ResolvingProperties ( )
[mangled: sea36/util/config/ResolvingProperties."<init>":()V]
ResolvingProperties.ResolvingProperties ( Map params )
[mangled: sea36/util/config/ResolvingProperties."<init>":(Ljava/util/Map;)V]
ResolvingProperties.ResolvingProperties ( ResolvingProperties defaults )
[mangled: sea36/util/config/ResolvingProperties."<init>":(Lsea36/util/config/ResolvingProperties;)V]
ResolvingProperties.ResolvingProperties ( ResolvingProperties defaults, Map params )
[mangled: sea36/util/config/ResolvingProperties."<init>":(Lsea36/util/config/ResolvingProperties;Ljava/util/Map;)V]
cdk-1.2.0.jar, REXP.class
package org.rosuda.JRI
REXP.getAttribute ( String p1 ) : JRI.REXP
[mangled: org/rosuda/JRI/REXP.getAttribute:(Ljava/lang/String;)Lorg/rosuda/JRI/REXP;]
REXP.getAttributes ( ) : JRI.REXP
[mangled: org/rosuda/JRI/REXP.getAttributes:()Lorg/rosuda/JRI/REXP;]
REXP.REXP ( boolean[ ] p1 )
[mangled: org/rosuda/JRI/REXP."<init>":([Z)V]
cdk-1.2.0.jar, RingBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
RingBond.matches ( IBond bond ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingBond.matches:(Lorg/openscience/cdk/interfaces/IBond;)Z]
RingBond.RingBond ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingBond."<init>":()V]
cdk-1.2.0.jar, RingIdentifierAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
RingIdentifierAtom.getAtom ( ) : IQueryAtom
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingIdentifierAtom.getAtom:()Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;]
RingIdentifierAtom.getRingBond ( ) : IQueryBond
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingIdentifierAtom.getRingBond:()Lorg/openscience/cdk/isomorphism/matchers/IQueryBond;]
RingIdentifierAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingIdentifierAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
RingIdentifierAtom.RingIdentifierAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingIdentifierAtom."<init>":()V]
RingIdentifierAtom.setAtom ( IQueryAtom atom ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingIdentifierAtom.setAtom:(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;)V]
RingIdentifierAtom.setRingBond ( IQueryBond bond ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingIdentifierAtom.setRingBond:(Lorg/openscience/cdk/isomorphism/matchers/IQueryBond;)V]
cdk-1.2.0.jar, RingManipulator.class
package org.openscience.cdk.tools.manipulator
RingManipulator.markAromaticRings ( IRing ring ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/RingManipulator.markAromaticRings:(Lorg/openscience/cdk/interfaces/IRing;)V]
RingManipulator.RingManipulator ( )
[mangled: org/openscience/cdk/tools/manipulator/RingManipulator."<init>":()V]
cdk-1.2.0.jar, RingMembershipAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
RingMembershipAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingMembershipAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
RingMembershipAtom.RingMembershipAtom ( int num )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingMembershipAtom."<init>":(I)V]
cdk-1.2.0.jar, RingPlacer.class
package org.openscience.cdk.layout
RingPlacer.placeRing ( IRing ring, Point2d ringCenter, double bondLength ) : void
[mangled: org/openscience/cdk/layout/RingPlacer.placeRing:(Lorg/openscience/cdk/interfaces/IRing;Ljavax/vecmath/Point2d;D)V]
cdk-1.2.0.jar, RingSet.class
package org.openscience.cdk
RingSet.getConnectedRings ( IRing ring ) : IRingSet
[mangled: org/openscience/cdk/RingSet.getConnectedRings:(Lorg/openscience/cdk/interfaces/IRing;)Lorg/openscience/cdk/interfaces/IRingSet;]
RingSet.getRings ( IBond bond ) : IRingSet
[mangled: org/openscience/cdk/RingSet.getRings:(Lorg/openscience/cdk/interfaces/IBond;)Lorg/openscience/cdk/interfaces/IRingSet;]
cdk-1.2.0.jar, RingSetManipulator.class
package org.openscience.cdk.tools.manipulator
RingSetManipulator.getAllInOneContainer ( IRingSet ringSet ) [static] : IAtomContainer
[mangled: org/openscience/cdk/tools/manipulator/RingSetManipulator.getAllInOneContainer:(Lorg/openscience/cdk/interfaces/IRingSet;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
RingSetManipulator.getLargestRingSet ( List ringSystems ) [static] : IRingSet
[mangled: org/openscience/cdk/tools/manipulator/RingSetManipulator.getLargestRingSet:(Ljava/util/List;)Lorg/openscience/cdk/interfaces/IRingSet;]
RingSetManipulator.markAromaticRings ( IRingSet ringset ) [static] : void
[mangled: org/openscience/cdk/tools/manipulator/RingSetManipulator.markAromaticRings:(Lorg/openscience/cdk/interfaces/IRingSet;)V]
cdk-1.2.0.jar, RingSizeComparator.class
package org.openscience.cdk.tools.manipulator
RingSizeComparator.compare ( IRing object1, IRing object2 ) : int
[mangled: org/openscience/cdk/tools/manipulator/RingSizeComparator.compare:(Lorg/openscience/cdk/interfaces/IRing;Lorg/openscience/cdk/interfaces/IRing;)I]
cdk-1.2.0.jar, RMainLoopCallbacks.class
package org.rosuda.JRI
RMainLoopCallbacks.rWriteConsole ( JRI.Rengine p1, String p2, int p3 ) [abstract] : void
[mangled: org/rosuda/JRI/RMainLoopCallbacks.rWriteConsole:(Lorg/rosuda/JRI/Rengine;Ljava/lang/String;I)V]
cdk-1.2.0.jar, RModel.class
package org.openscience.cdk.qsar.model.R
RModel.build ( ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R/RModel.build:()V]
RModel.getModelName ( ) : String
[mangled: org/openscience/cdk/qsar/model/R/RModel.getModelName:()Ljava/lang/String;]
RModel.loadModel ( String p1 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R/RModel.loadModel:(Ljava/lang/String;)V]
RModel.loadModel ( String p1, String p2 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R/RModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
RModel.predict ( ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R/RModel.predict:()V]
RModel.RModel ( )
[mangled: org/openscience/cdk/qsar/model/R/RModel."<init>":()V]
RModel.RModel ( String[ ] args )
[mangled: org/openscience/cdk/qsar/model/R/RModel."<init>":([Ljava/lang/String;)V]
RModel.saveModel ( String modelname, String filename ) [static] : void
[mangled: org/openscience/cdk/qsar/model/R/RModel.saveModel:(Ljava/lang/String;Ljava/lang/String;)V]
RModel.setModelName ( String newName ) : void
[mangled: org/openscience/cdk/qsar/model/R/RModel.setModelName:(Ljava/lang/String;)V]
RModel.setParameters ( String p1, Object p2 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R/RModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
package org.openscience.cdk.qsar.model.R2
RModel.build ( ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.build:()V]
RModel.finalize ( ) : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.finalize:()V]
RModel.getModelName ( ) : String
[mangled: org/openscience/cdk/qsar/model/R2/RModel.getModelName:()Ljava/lang/String;]
RModel.getModelObject ( ) : JRI.RList
[mangled: org/openscience/cdk/qsar/model/R2/RModel.getModelObject:()Lorg/rosuda/JRI/RList;]
RModel.getRengine ( ) [static] : JRI.Rengine
[mangled: org/openscience/cdk/qsar/model/R2/RModel.getRengine:()Lorg/rosuda/JRI/Rengine;]
RModel.getUniqueVariableName ( String prefix ) : String
[mangled: org/openscience/cdk/qsar/model/R2/RModel.getUniqueVariableName:(Ljava/lang/String;)Ljava/lang/String;]
RModel.isOfClass ( String objectName, String objectClass ) : boolean
[mangled: org/openscience/cdk/qsar/model/R2/RModel.isOfClass:(Ljava/lang/String;Ljava/lang/String;)Z]
RModel.loadModel ( String p1 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.loadModel:(Ljava/lang/String;)V]
RModel.loadModel ( String p1, String p2 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.loadModel:(Ljava/lang/String;Ljava/lang/String;)V]
RModel.loadParametersIntoRSession ( ) : String
[mangled: org/openscience/cdk/qsar/model/R2/RModel.loadParametersIntoRSession:()Ljava/lang/String;]
RModel.predict ( ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.predict:()V]
RModel.removeObject ( String objectName ) : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.removeObject:(Ljava/lang/String;)V]
RModel.RModel ( )
[mangled: org/openscience/cdk/qsar/model/R2/RModel."<init>":()V]
RModel.saveModel ( String modelName, String fileName ) : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.saveModel:(Ljava/lang/String;Ljava/lang/String;)V]
RModel.setModelName ( String newName ) : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.setModelName:(Ljava/lang/String;)V]
RModel.setParameters ( String p1, Object p2 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/R2/RModel.setParameters:(Ljava/lang/String;Ljava/lang/Object;)V]
cdk-1.2.0.jar, Role.class
package org.xmlcml.cml.base
CMLConstants.Role.valueOf ( String name ) [static] : CMLConstants.Role
[mangled: org/xmlcml/cml/base/CMLConstants.Role.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLConstants$Role;]
CMLConstants.Role.values ( ) [static] : CMLConstants.Role[ ]
[mangled: org/xmlcml/cml/base/CMLConstants.Role.values:()[Lorg/xmlcml/cml/base/CMLConstants$Role;]
cdk-1.2.0.jar, RotatableBondsCountDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
RotatableBondsCountDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/RotatableBondsCountDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, RuleOfFiveDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
RuleOfFiveDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/RuleOfFiveDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, SchemaManager.class
package org.xmlcml.cml.base
SchemaManager.getAttributeGenerator ( ) : AttributeGenerator
[mangled: org/xmlcml/cml/base/SchemaManager.getAttributeGenerator:()Lorg/xmlcml/cml/base/AttributeGenerator;]
SchemaManager.getElementGenerator ( ) : ElementGenerator
[mangled: org/xmlcml/cml/base/SchemaManager.getElementGenerator:()Lorg/xmlcml/cml/base/ElementGenerator;]
SchemaManager.getOutdir ( ) : String
[mangled: org/xmlcml/cml/base/SchemaManager.getOutdir:()Ljava/lang/String;]
SchemaManager.getTypeGenerator ( ) : TypeGenerator
[mangled: org/xmlcml/cml/base/SchemaManager.getTypeGenerator:()Lorg/xmlcml/cml/base/TypeGenerator;]
SchemaManager.readAndCreateIndexesFromSchemaFiles ( ) : void
[mangled: org/xmlcml/cml/base/SchemaManager.readAndCreateIndexesFromSchemaFiles:()V]
SchemaManager.SchemaManager ( )
[mangled: org/xmlcml/cml/base/SchemaManager."<init>":()V]
SchemaManager.setAttributeGenerator ( AttributeGenerator attributeGenerator ) : void
[mangled: org/xmlcml/cml/base/SchemaManager.setAttributeGenerator:(Lorg/xmlcml/cml/base/AttributeGenerator;)V]
SchemaManager.setElementGenerator ( ElementGenerator elementGenerator ) : void
[mangled: org/xmlcml/cml/base/SchemaManager.setElementGenerator:(Lorg/xmlcml/cml/base/ElementGenerator;)V]
SchemaManager.setOutdir ( String outdir ) : void
[mangled: org/xmlcml/cml/base/SchemaManager.setOutdir:(Ljava/lang/String;)V]
SchemaManager.setTypeGenerator ( TypeGenerator typeGenerator ) : void
[mangled: org/xmlcml/cml/base/SchemaManager.setTypeGenerator:(Lorg/xmlcml/cml/base/TypeGenerator;)V]
cdk-1.2.0.jar, SDFWriter.class
package org.openscience.cdk.io
SDFWriter.accepts ( Class classObject ) : boolean
[mangled: org/openscience/cdk/io/SDFWriter.accepts:(Ljava/lang/Class;)Z]
SDFWriter.close ( ) : void
[mangled: org/openscience/cdk/io/SDFWriter.close:()V]
SDFWriter.customizeJob ( ) : void
[mangled: org/openscience/cdk/io/SDFWriter.customizeJob:()V]
SDFWriter.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/SDFWriter.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
SDFWriter.getIOSettings ( ) : IOSetting[ ]
[mangled: org/openscience/cdk/io/SDFWriter.getIOSettings:()[Lorg/openscience/cdk/io/setting/IOSetting;]
SDFWriter.SDFWriter ( )
[mangled: org/openscience/cdk/io/SDFWriter."<init>":()V]
SDFWriter.SDFWriter ( OutputStream output )
[mangled: org/openscience/cdk/io/SDFWriter."<init>":(Ljava/io/OutputStream;)V]
SDFWriter.SDFWriter ( Writer out )
[mangled: org/openscience/cdk/io/SDFWriter."<init>":(Ljava/io/Writer;)V]
SDFWriter.setWriter ( OutputStream output ) : void
[mangled: org/openscience/cdk/io/SDFWriter.setWriter:(Ljava/io/OutputStream;)V]
SDFWriter.setWriter ( Writer out ) : void
[mangled: org/openscience/cdk/io/SDFWriter.setWriter:(Ljava/io/Writer;)V]
SDFWriter.write ( IChemObject object ) : void
[mangled: org/openscience/cdk/io/SDFWriter.write:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.2.0.jar, SetReactionCenter.class
package org.openscience.cdk.reaction.type.parameters
SetReactionCenter.SetReactionCenter ( )
[mangled: org/openscience/cdk/reaction/type/parameters/SetReactionCenter."<init>":()V]
cdk-1.2.0.jar, Severity.class
package org.xmlcml.cml.base
CMLLog.Severity.valueOf ( String name ) [static] : CMLLog.Severity
[mangled: org/xmlcml/cml/base/CMLLog.Severity.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLLog$Severity;]
CMLLog.Severity.values ( ) [static] : CMLLog.Severity[ ]
[mangled: org/xmlcml/cml/base/CMLLog.Severity.values:()[Lorg/xmlcml/cml/base/CMLLog$Severity;]
cdk-1.2.0.jar, SharingAnionReaction.class
package org.openscience.cdk.reaction.type
SharingAnionReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/SharingAnionReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
SharingAnionReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/SharingAnionReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
SharingAnionReaction.SharingAnionReaction ( )
[mangled: org/openscience/cdk/reaction/type/SharingAnionReaction."<init>":()V]
cdk-1.2.0.jar, SharingChargeDBReaction.class
package org.openscience.cdk.reaction.type
SharingChargeDBReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/SharingChargeDBReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
SharingChargeDBReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/SharingChargeDBReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
SharingChargeDBReaction.SharingChargeDBReaction ( )
[mangled: org/openscience/cdk/reaction/type/SharingChargeDBReaction."<init>":()V]
cdk-1.2.0.jar, SharingChargeSBReaction.class
package org.openscience.cdk.reaction.type
SharingChargeSBReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/SharingChargeSBReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
SharingChargeSBReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/SharingChargeSBReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
SharingChargeSBReaction.SharingChargeSBReaction ( )
[mangled: org/openscience/cdk/reaction/type/SharingChargeSBReaction."<init>":()V]
cdk-1.2.0.jar, SharingElectronMechanism.class
package org.openscience.cdk.reaction.mechanism
SharingElectronMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/SharingElectronMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
SharingElectronMechanism.SharingElectronMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/SharingElectronMechanism."<init>":()V]
cdk-1.2.0.jar, SharingLonePairReaction.class
package org.openscience.cdk.reaction.type
SharingLonePairReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/SharingLonePairReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
SharingLonePairReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/SharingLonePairReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
SharingLonePairReaction.SharingLonePairReaction ( )
[mangled: org/openscience/cdk/reaction/type/SharingLonePairReaction."<init>":()V]
cdk-1.2.0.jar, SigmaElectronegativityDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
SigmaElectronegativityDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/SigmaElectronegativityDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, SimpleCharStream.class
package org.openscience.cdk.smiles.smarts.parser
SimpleCharStream.adjustBeginLineColumn ( int newLine, int newCol ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.adjustBeginLineColumn:(II)V]
SimpleCharStream.backup ( int amount ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.backup:(I)V]
SimpleCharStream.BeginToken ( ) : char
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.BeginToken:()C]
SimpleCharStream.Done ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.Done:()V]
SimpleCharStream.ExpandBuff ( boolean wrapAround ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.ExpandBuff:(Z)V]
SimpleCharStream.FillBuff ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.FillBuff:()V]
SimpleCharStream.getBeginColumn ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.getBeginColumn:()I]
SimpleCharStream.getBeginLine ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.getBeginLine:()I]
SimpleCharStream.getColumn ( ) : int *DEPRECATED*
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.getColumn:()I]
SimpleCharStream.getEndColumn ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.getEndColumn:()I]
SimpleCharStream.getEndLine ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.getEndLine:()I]
SimpleCharStream.GetImage ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.GetImage:()Ljava/lang/String;]
SimpleCharStream.getLine ( ) : int *DEPRECATED*
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.getLine:()I]
SimpleCharStream.GetSuffix ( int len ) : char[ ]
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.GetSuffix:(I)[C]
SimpleCharStream.readChar ( ) : char
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.readChar:()C]
SimpleCharStream.ReInit ( InputStream dstream ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.ReInit:(Ljava/io/InputStream;)V]
SimpleCharStream.ReInit ( InputStream dstream, int startline, int startcolumn ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.ReInit:(Ljava/io/InputStream;II)V]
SimpleCharStream.ReInit ( InputStream dstream, int startline, int startcolumn, int buffersize ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.ReInit:(Ljava/io/InputStream;III)V]
SimpleCharStream.ReInit ( Reader dstream ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.ReInit:(Ljava/io/Reader;)V]
SimpleCharStream.ReInit ( Reader dstream, int startline, int startcolumn ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.ReInit:(Ljava/io/Reader;II)V]
SimpleCharStream.ReInit ( Reader dstream, int startline, int startcolumn, int buffersize ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.ReInit:(Ljava/io/Reader;III)V]
SimpleCharStream.SimpleCharStream ( InputStream dstream )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream."<init>":(Ljava/io/InputStream;)V]
SimpleCharStream.SimpleCharStream ( InputStream dstream, int startline, int startcolumn )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream."<init>":(Ljava/io/InputStream;II)V]
SimpleCharStream.SimpleCharStream ( InputStream dstream, int startline, int startcolumn, int buffersize )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream."<init>":(Ljava/io/InputStream;III)V]
SimpleCharStream.SimpleCharStream ( Reader dstream )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream."<init>":(Ljava/io/Reader;)V]
SimpleCharStream.SimpleCharStream ( Reader dstream, int startline, int startcolumn )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream."<init>":(Ljava/io/Reader;II)V]
SimpleCharStream.SimpleCharStream ( Reader dstream, int startline, int startcolumn, int buffersize )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream."<init>":(Ljava/io/Reader;III)V]
SimpleCharStream.UpdateLineColumn ( char c ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleCharStream.UpdateLineColumn:(C)V]
cdk-1.2.0.jar, SimpleNode.class
package org.openscience.cdk.smiles.smarts.parser
SimpleNode.childrenAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.childrenAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
SimpleNode.clone ( ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.clone:()Ljava/lang/Object;]
SimpleNode.dump ( String prefix ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.dump:(Ljava/lang/String;)V]
SimpleNode.getId ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.getId:()I]
SimpleNode.getParser ( ) : SMARTSParser
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.getParser:()Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;]
SimpleNode.jjtAccept ( SMARTSParserVisitor visitor, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtAccept:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
SimpleNode.jjtAddChild ( Node n, int i ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtAddChild:(Lorg/openscience/cdk/smiles/smarts/parser/Node;I)V]
SimpleNode.jjtClose ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtClose:()V]
SimpleNode.jjtGetChild ( int i ) : Node
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtGetChild:(I)Lorg/openscience/cdk/smiles/smarts/parser/Node;]
SimpleNode.jjtGetNumChildren ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtGetNumChildren:()I]
SimpleNode.jjtGetParent ( ) : Node
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtGetParent:()Lorg/openscience/cdk/smiles/smarts/parser/Node;]
SimpleNode.jjtOpen ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtOpen:()V]
SimpleNode.jjtRemoveChild ( int i ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtRemoveChild:(I)V]
SimpleNode.jjtSetParent ( Node n ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.jjtSetParent:(Lorg/openscience/cdk/smiles/smarts/parser/Node;)V]
SimpleNode.setId ( int id ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.setId:(I)V]
SimpleNode.setParser ( SMARTSParser parser ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.setParser:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;)V]
SimpleNode.SimpleNode ( int i )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode."<init>":(I)V]
SimpleNode.SimpleNode ( SMARTSParser p, int i )
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParser;I)V]
SimpleNode.toString ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.toString:()Ljava/lang/String;]
SimpleNode.toString ( String prefix ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/SimpleNode.toString:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.2.0.jar, SingleElectron.class
package org.openscience.cdk
SingleElectron.getElectronCount ( ) : Integer
[mangled: org/openscience/cdk/SingleElectron.getElectronCount:()Ljava/lang/Integer;]
cdk-1.2.0.jar, SingleElectronDiff.class
package org.openscience.cdk.tools.diff
SingleElectronDiff.diff ( IChemObject first, IChemObject second ) [static] : String
[mangled: org/openscience/cdk/tools/diff/SingleElectronDiff.diff:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Ljava/lang/String;]
SingleElectronDiff.difference ( IChemObject first, IChemObject second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/SingleElectronDiff.difference:(Lorg/openscience/cdk/interfaces/IChemObject;Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
SingleElectronDiff.SingleElectronDiff ( )
[mangled: org/openscience/cdk/tools/diff/SingleElectronDiff."<init>":()V]
cdk-1.2.0.jar, SmallestRingAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
SmallestRingAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SmallestRingAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
SmallestRingAtom.SmallestRingAtom ( int size )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SmallestRingAtom."<init>":(I)V]
cdk-1.2.0.jar, Smarts2MQLVisitor.class
package org.openscience.cdk.smiles.smarts.parser.visitor
Smarts2MQLVisitor.Smarts2MQLVisitor ( )
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor."<init>":()V]
Smarts2MQLVisitor.visit ( ASTAliphatic node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAliphatic;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTAnyAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAnyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTAromatic node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAromatic;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtom;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTAtomicMass node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicMass;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTAtomicNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTCharge node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTCharge;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTChirality node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTChirality;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTElement node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTElement;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTExplicitAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTExplicitConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTExplicitHighAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTExplicitHighAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTGroup node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTGroup;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTHybrdizationNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTImplicitHCount node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTImplicitHighAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTImplicitHighAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTLowAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTLowAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTNonCHHeavyAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNonCHHeavyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTNotBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotBond;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTNotExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotExpression;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTOrBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrBond;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTOrExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrExpression;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTPeriodicGroupNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTReaction node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTReaction;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTRecursiveSmartsExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRecursiveSmartsExpression;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTRingConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTRingIdentifier node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTRingMembership node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingMembership;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTSimpleBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSimpleBond;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTSmallestRingSize node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTSmarts node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmarts;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTStart node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTStart;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTTotalConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTTotalHCount node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalHCount;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( ASTValence node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTValence;Ljava/lang/Object;)Ljava/lang/Object;]
Smarts2MQLVisitor.visit ( SimpleNode node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/Smarts2MQLVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, SMARTSBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
SMARTSBond.SMARTSBond ( IQueryAtom atom1, IQueryAtom atom2, IBond.Order order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SMARTSBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/interfaces/IBond$Order;)V]
cdk-1.2.0.jar, SmartsDumpVisitor.class
package org.openscience.cdk.smiles.smarts.parser.visitor
SmartsDumpVisitor.SmartsDumpVisitor ( )
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor."<init>":()V]
SmartsDumpVisitor.visit ( ASTAliphatic node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAliphatic;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTAnyAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAnyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTAromatic node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAromatic;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTAtomicMass node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicMass;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTAtomicNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTCharge node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTCharge;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTChirality node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTChirality;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTElement node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTElement;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTExplicitAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTExplicitConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTExplicitHighAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTExplicitHighAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTGroup node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTGroup;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTHybrdizationNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTImplicitHCount node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTImplicitHighAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTImplicitHighAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTLowAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTLowAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTNonCHHeavyAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNonCHHeavyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTNotBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTNotExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTOrBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTOrExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTPeriodicGroupNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTPrimitiveAtomExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTPrimitiveAtomExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTReaction node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTReaction;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTRecursiveSmartsExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRecursiveSmartsExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTRingConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTRingIdentifier node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTRingMembership node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingMembership;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTSimpleBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSimpleBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTSmallestRingSize node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTSmarts node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmarts;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTStart node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTStart;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTTotalConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTTotalHCount node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalHCount;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( ASTValence node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTValence;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsDumpVisitor.visit ( SimpleNode node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsDumpVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, SMARTSParser.class
package org.openscience.cdk.smiles.smarts.parser
SMARTSParser.Aliphatic ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.Aliphatic:()V]
SMARTSParser.AnyAtom ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.AnyAtom:()V]
SMARTSParser.Aromatic ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.Aromatic:()V]
SMARTSParser.AtomExpression ( ) : ASTAtom
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.AtomExpression:()Lorg/openscience/cdk/smiles/smarts/parser/ASTAtom;]
SMARTSParser.AtomicMass ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.AtomicMass:()V]
SMARTSParser.AtomicNumber ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.AtomicNumber:()V]
SMARTSParser.Charge ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.Charge:()V]
SMARTSParser.Chirality ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.Chirality:()V]
SMARTSParser.disable_tracing ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.disable_tracing:()V]
SMARTSParser.enable_tracing ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.enable_tracing:()V]
SMARTSParser.ExplicitAtomExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ExplicitAtomExpression:()V]
SMARTSParser.ExplicitConnectivity ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ExplicitConnectivity:()V]
SMARTSParser.ExplicitHighAndBond ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ExplicitHighAndBond:()V]
SMARTSParser.ExplicitHighAndExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ExplicitHighAndExpression:()V]
SMARTSParser.generateParseException ( ) : ParseException
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.generateParseException:()Lorg/openscience/cdk/smiles/smarts/parser/ParseException;]
SMARTSParser.getNextToken ( ) : Token
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.getNextToken:()Lorg/openscience/cdk/smiles/smarts/parser/Token;]
SMARTSParser.getToken ( int index ) : Token
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.getToken:(I)Lorg/openscience/cdk/smiles/smarts/parser/Token;]
SMARTSParser.GroupExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.GroupExpression:()V]
SMARTSParser.HybridizationNumber ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.HybridizationNumber:()V]
SMARTSParser.ImplicitHCount ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ImplicitHCount:()V]
SMARTSParser.ImplicitHighAndBond ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ImplicitHighAndBond:()V]
SMARTSParser.ImplicitHighAndExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ImplicitHighAndExpression:()V]
SMARTSParser.LowAndBond ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.LowAndBond:()V]
SMARTSParser.LowAndExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.LowAndExpression:()V]
SMARTSParser.NoHydrogenElement ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.NoHydrogenElement:()V]
SMARTSParser.NonCHHeavyAtom ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.NonCHHeavyAtom:()V]
SMARTSParser.NotBond ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.NotBond:()V]
SMARTSParser.NotExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.NotExpression:()V]
SMARTSParser.OrBond ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.OrBond:()V]
SMARTSParser.OrExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.OrExpression:()V]
SMARTSParser.parse ( String smarts ) [static] : QueryAtomContainer
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.parse:(Ljava/lang/String;)Lorg/openscience/cdk/isomorphism/matchers/QueryAtomContainer;]
SMARTSParser.PeriodicGroupNumber ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.PeriodicGroupNumber:()V]
SMARTSParser.PrimitiveAtomExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.PrimitiveAtomExpression:()V]
SMARTSParser.ReactionExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ReactionExpression:()V]
SMARTSParser.RecursiveSmartsExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.RecursiveSmartsExpression:()V]
SMARTSParser.ReInit ( InputStream stream ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ReInit:(Ljava/io/InputStream;)V]
SMARTSParser.ReInit ( Reader stream ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ReInit:(Ljava/io/Reader;)V]
SMARTSParser.ReInit ( SMARTSParserTokenManager tm ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.ReInit:(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager;)V]
SMARTSParser.RingConnectivity ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.RingConnectivity:()V]
SMARTSParser.RingIdentifier ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.RingIdentifier:()V]
SMARTSParser.RingMembership ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.RingMembership:()V]
SMARTSParser.SimpleBond ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.SimpleBond:()V]
SMARTSParser.SmallestRingSize ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.SmallestRingSize:()V]
SMARTSParser.SmartsExpression ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.SmartsExpression:()V]
SMARTSParser.SMARTSParser ( InputStream stream )
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser."<init>":(Ljava/io/InputStream;)V]
SMARTSParser.SMARTSParser ( Reader stream )
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser."<init>":(Ljava/io/Reader;)V]
SMARTSParser.SMARTSParser ( SMARTSParserTokenManager tm )
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager;)V]
SMARTSParser.Start ( ) : ASTStart
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.Start:()Lorg/openscience/cdk/smiles/smarts/parser/ASTStart;]
SMARTSParser.TotalConnectivity ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.TotalConnectivity:()V]
SMARTSParser.TotalHCount ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.TotalHCount:()V]
SMARTSParser.Valence ( ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParser.Valence:()V]
cdk-1.2.0.jar, SMARTSParserTokenManager.class
package org.openscience.cdk.smiles.smarts.parser
SMARTSParserTokenManager.getNextToken ( ) : Token
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.getNextToken:()Lorg/openscience/cdk/smiles/smarts/parser/Token;]
SMARTSParserTokenManager.jjFillToken ( ) : Token
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.jjFillToken:()Lorg/openscience/cdk/smiles/smarts/parser/Token;]
SMARTSParserTokenManager.ReInit ( SimpleCharStream stream ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.ReInit:(Lorg/openscience/cdk/smiles/smarts/parser/SimpleCharStream;)V]
SMARTSParserTokenManager.ReInit ( SimpleCharStream stream, int lexState ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.ReInit:(Lorg/openscience/cdk/smiles/smarts/parser/SimpleCharStream;I)V]
SMARTSParserTokenManager.setDebugStream ( PrintStream ds ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.setDebugStream:(Ljava/io/PrintStream;)V]
SMARTSParserTokenManager.SMARTSParserTokenManager ( SimpleCharStream stream )
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SimpleCharStream;)V]
SMARTSParserTokenManager.SMARTSParserTokenManager ( SimpleCharStream stream, int lexState )
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager."<init>":(Lorg/openscience/cdk/smiles/smarts/parser/SimpleCharStream;I)V]
SMARTSParserTokenManager.SwitchTo ( int lexState ) : void
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.SwitchTo:(I)V]
cdk-1.2.0.jar, SMARTSParserVisitor.class
package org.openscience.cdk.smiles.smarts.parser
SMARTSParserVisitor.visit ( ASTAliphatic p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAliphatic;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTAnyAtom p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAnyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTAromatic p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAromatic;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTAtom p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTAtomicMass p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicMass;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTAtomicNumber p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTCharge p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTCharge;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTChirality p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTChirality;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTElement p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTElement;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTExplicitAtom p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTExplicitConnectivity p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTExplicitHighAndBond p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTExplicitHighAndExpression p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTGroup p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTGroup;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTHybrdizationNumber p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTImplicitHCount p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTImplicitHighAndBond p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTImplicitHighAndExpression p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTLowAndBond p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTLowAndExpression p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTNonCHHeavyAtom p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNonCHHeavyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTNotBond p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotBond;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTNotExpression p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTOrBond p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrBond;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTOrExpression p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTPeriodicGroupNumber p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTReaction p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTReaction;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTRecursiveSmartsExpression p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRecursiveSmartsExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTRingConnectivity p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTRingIdentifier p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTRingMembership p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingMembership;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTSimpleBond p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSimpleBond;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTSmallestRingSize p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTSmarts p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmarts;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTStart p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTStart;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTTotalConnectivity p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTTotalHCount p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalHCount;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( ASTValence p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTValence;Ljava/lang/Object;)Ljava/lang/Object;]
SMARTSParserVisitor.visit ( SimpleNode p1, Object p2 ) [abstract] : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/SMARTSParserVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, SMARTSQueryTool.class
package org.openscience.cdk.smiles.smarts
SMARTSQueryTool.countMatches ( ) : int
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool.countMatches:()I]
SMARTSQueryTool.getMatchingAtoms ( ) : List
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool.getMatchingAtoms:()Ljava/util/List;]
SMARTSQueryTool.getSmarts ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool.getSmarts:()Ljava/lang/String;]
SMARTSQueryTool.getUniqueMatchingAtoms ( ) : List
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool.getUniqueMatchingAtoms:()Ljava/util/List;]
SMARTSQueryTool.matches ( IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool.matches:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
SMARTSQueryTool.matches ( IAtomContainer atomContainer, boolean forceInitialization ) : boolean
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool.matches:(Lorg/openscience/cdk/interfaces/IAtomContainer;Z)Z]
SMARTSQueryTool.setSmarts ( String smarts ) : void
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool.setSmarts:(Ljava/lang/String;)V]
SMARTSQueryTool.SMARTSQueryTool ( String smarts )
[mangled: org/openscience/cdk/smiles/smarts/SMARTSQueryTool."<init>":(Ljava/lang/String;)V]
cdk-1.2.0.jar, SmartsQueryVisitor.class
package org.openscience.cdk.smiles.smarts.parser.visitor
SmartsQueryVisitor.getRoot ( Node node ) : ASTStart
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.getRoot:(Lorg/openscience/cdk/smiles/smarts/parser/Node;)Lorg/openscience/cdk/smiles/smarts/parser/ASTStart;]
SmartsQueryVisitor.SmartsQueryVisitor ( )
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor."<init>":()V]
SmartsQueryVisitor.visit ( ASTAliphatic node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAliphatic;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTAnyAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAnyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTAromatic node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAromatic;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTAtomicMass node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicMass;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTAtomicNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTAtomicNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTCharge node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTCharge;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTChirality node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTChirality;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTElement node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTElement;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTExplicitAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTExplicitConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTExplicitHighAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTExplicitHighAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTExplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTGroup node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTGroup;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTHybrdizationNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTHybrdizationNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTImplicitHCount node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHCount;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTImplicitHighAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTImplicitHighAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTImplicitHighAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTLowAndBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTLowAndExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTLowAndExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTNonCHHeavyAtom node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNonCHHeavyAtom;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTNotBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTNotExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTNotExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTOrBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTOrExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTOrExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTPeriodicGroupNumber node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTPeriodicGroupNumber;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTReaction node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTReaction;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTRecursiveSmartsExpression node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRecursiveSmartsExpression;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTRingConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTRingIdentifier node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTRingMembership node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTRingMembership;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTSimpleBond node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSimpleBond;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTSmallestRingSize node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmallestRingSize;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTSmarts node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTSmarts;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTStart node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTStart;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTTotalConnectivity node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalConnectivity;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTTotalHCount node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTTotalHCount;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( ASTValence node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/ASTValence;Ljava/lang/Object;)Ljava/lang/Object;]
SmartsQueryVisitor.visit ( SimpleNode node, Object data ) : Object
[mangled: org/openscience/cdk/smiles/smarts/parser/visitor/SmartsQueryVisitor.visit:(Lorg/openscience/cdk/smiles/smarts/parser/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
cdk-1.2.0.jar, SmilesValencyChecker.class
package org.openscience.cdk.tools
SmilesValencyChecker.calculateNumberOfImplicitHydrogens ( IAtom atom, double bondOrderSum, IBond.Order maxBondOrder, int neighbourCount ) : int
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;DLorg/openscience/cdk/interfaces/IBond$Order;I)I]
SmilesValencyChecker.couldMatchAtomType ( IAtom atom, double bondOrderSum, IBond.Order maxBondOrder, IAtomType type ) : boolean
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.couldMatchAtomType:(Lorg/openscience/cdk/interfaces/IAtom;DLorg/openscience/cdk/interfaces/IBond$Order;Lorg/openscience/cdk/interfaces/IAtomType;)Z]
SmilesValencyChecker.saturateByIncreasingBondOrder ( IBond bond, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.saturateByIncreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
SmilesValencyChecker.unsaturateByDecreasingBondOrder ( IBond bond ) : boolean
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.unsaturateByDecreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;)Z]
cdk-1.2.0.jar, StabilizationCharges.class
package org.openscience.cdk.charges
StabilizationCharges.calculatePositive ( IAtomContainer atomContainer, IAtom atom ) : double
[mangled: org/openscience/cdk/charges/StabilizationCharges.calculatePositive:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)D]
StabilizationCharges.StabilizationCharges ( )
[mangled: org/openscience/cdk/charges/StabilizationCharges."<init>":()V]
cdk-1.2.0.jar, StabilizationPlusChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
StabilizationPlusChargeDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
StabilizationPlusChargeDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor.getDescriptorNames:()[Ljava/lang/String;]
StabilizationPlusChargeDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor.getParameterNames:()[Ljava/lang/String;]
StabilizationPlusChargeDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor.getParameters:()[Ljava/lang/Object;]
StabilizationPlusChargeDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
StabilizationPlusChargeDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
StabilizationPlusChargeDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor.setParameters:([Ljava/lang/Object;)V]
StabilizationPlusChargeDescriptor.StabilizationPlusChargeDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/atomic/StabilizationPlusChargeDescriptor."<init>":()V]
cdk-1.2.0.jar, StandardSubstructureSets.class
package org.openscience.cdk.fingerprint
StandardSubstructureSets.getFunctionalGroupSMARTS ( ) [static] : String[ ]
[mangled: org/openscience/cdk/fingerprint/StandardSubstructureSets.getFunctionalGroupSMARTS:()[Ljava/lang/String;]
cdk-1.2.0.jar, StaticXmlPullParserWrapper.class
package org.xmlpull.v1.wrapper.classic
StaticXmlPullParserWrapper.getAttributeValue ( String name ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.getAttributeValue:(Ljava/lang/String;)Ljava/lang/String;]
StaticXmlPullParserWrapper.getPIData ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.getPIData:()Ljava/lang/String;]
StaticXmlPullParserWrapper.getPITarget ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.getPITarget:()Ljava/lang/String;]
StaticXmlPullParserWrapper.getRequiredAttributeValue ( String name ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.getRequiredAttributeValue:(Ljava/lang/String;)Ljava/lang/String;]
StaticXmlPullParserWrapper.getRequiredAttributeValue ( String namespace, String name ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.getRequiredAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StaticXmlPullParserWrapper.getRequiredElementText ( String namespace, String name ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.getRequiredElementText:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StaticXmlPullParserWrapper.isNil ( ) : boolean
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.isNil:()Z]
StaticXmlPullParserWrapper.matches ( int type, String namespace, String name ) : boolean
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.matches:(ILjava/lang/String;Ljava/lang/String;)Z]
StaticXmlPullParserWrapper.nextEndTag ( ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.nextEndTag:()V]
StaticXmlPullParserWrapper.nextEndTag ( String name ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.nextEndTag:(Ljava/lang/String;)V]
StaticXmlPullParserWrapper.nextEndTag ( String namespace, String name ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.nextEndTag:(Ljava/lang/String;Ljava/lang/String;)V]
StaticXmlPullParserWrapper.nextStartTag ( ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.nextStartTag:()V]
StaticXmlPullParserWrapper.nextStartTag ( String name ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.nextStartTag:(Ljava/lang/String;)V]
StaticXmlPullParserWrapper.nextStartTag ( String namespace, String name ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.nextStartTag:(Ljava/lang/String;Ljava/lang/String;)V]
StaticXmlPullParserWrapper.nextText ( String namespace, String name ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.nextText:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StaticXmlPullParserWrapper.readDouble ( ) : double
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readDouble:()D]
StaticXmlPullParserWrapper.readDoubleElement ( String namespace, String name ) : double
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readDoubleElement:(Ljava/lang/String;Ljava/lang/String;)D]
StaticXmlPullParserWrapper.readFloat ( ) : float
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readFloat:()F]
StaticXmlPullParserWrapper.readFloatElement ( String namespace, String name ) : float
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readFloatElement:(Ljava/lang/String;Ljava/lang/String;)F]
StaticXmlPullParserWrapper.readInt ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readInt:()I]
StaticXmlPullParserWrapper.readIntElement ( String namespace, String name ) : int
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readIntElement:(Ljava/lang/String;Ljava/lang/String;)I]
StaticXmlPullParserWrapper.readString ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readString:()Ljava/lang/String;]
StaticXmlPullParserWrapper.readStringElemet ( String namespace, String name ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.readStringElemet:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StaticXmlPullParserWrapper.skipSubTree ( ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper.skipSubTree:()V]
StaticXmlPullParserWrapper.StaticXmlPullParserWrapper ( XmlPullParser pp )
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlPullParserWrapper."<init>":(Lorg/xmlpull/v1/XmlPullParser;)V]
cdk-1.2.0.jar, StaticXmlSerializerWrapper.class
package org.xmlpull.v1.wrapper.classic
StaticXmlSerializerWrapper.attribute ( String name, String value ) : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.attribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
StaticXmlSerializerWrapper.element ( String elementName, String elementText ) : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.element:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
StaticXmlSerializerWrapper.element ( String namespace, String elementName, String elementText ) : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.element:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
StaticXmlSerializerWrapper.endTag ( String name ) : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.endTag:(Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
StaticXmlSerializerWrapper.escapeAttributeValue ( String value ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.escapeAttributeValue:(Ljava/lang/String;)Ljava/lang/String;]
StaticXmlSerializerWrapper.escapeText ( String text ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.escapeText:(Ljava/lang/String;)Ljava/lang/String;]
StaticXmlSerializerWrapper.event ( XmlPullParser pp ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.event:(Lorg/xmlpull/v1/XmlPullParser;)V]
StaticXmlSerializerWrapper.fragment ( String xmlFragment ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.fragment:(Ljava/lang/String;)V]
StaticXmlSerializerWrapper.getCurrentNamespaceForElements ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.getCurrentNamespaceForElements:()Ljava/lang/String;]
StaticXmlSerializerWrapper.setCurrentNamespaceForElements ( String value ) : String
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.setCurrentNamespaceForElements:(Ljava/lang/String;)Ljava/lang/String;]
StaticXmlSerializerWrapper.setPrefix ( String prefix, String namespace ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
StaticXmlSerializerWrapper.startTag ( String name ) : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.startTag:(Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
StaticXmlSerializerWrapper.StaticXmlSerializerWrapper ( XmlSerializer xs, XmlPullWrapperFactory wf )
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper."<init>":(Lorg/xmlpull/v1/XmlSerializer;Lorg/xmlpull/v1/wrapper/XmlPullWrapperFactory;)V]
StaticXmlSerializerWrapper.writeDouble ( double d ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeDouble:(D)V]
StaticXmlSerializerWrapper.writeDoubleElement ( String namespace, String name, double d ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeDoubleElement:(Ljava/lang/String;Ljava/lang/String;D)V]
StaticXmlSerializerWrapper.writeFloat ( float f ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeFloat:(F)V]
StaticXmlSerializerWrapper.writeFloatElement ( String namespace, String name, float f ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeFloatElement:(Ljava/lang/String;Ljava/lang/String;F)V]
StaticXmlSerializerWrapper.writeInt ( int i ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeInt:(I)V]
StaticXmlSerializerWrapper.writeIntElement ( String namespace, String name, int i ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeIntElement:(Ljava/lang/String;Ljava/lang/String;I)V]
StaticXmlSerializerWrapper.writeString ( String s ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeString:(Ljava/lang/String;)V]
StaticXmlSerializerWrapper.writeStringElement ( String namespace, String name, String s ) : void
[mangled: org/xmlpull/v1/wrapper/classic/StaticXmlSerializerWrapper.writeStringElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, StereoBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
StereoBond.matches ( IBond bond ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/StereoBond.matches:(Lorg/openscience/cdk/interfaces/IBond;)Z]
StereoBond.StereoBond ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/StereoBond."<init>":()V]
cdk-1.2.0.jar, Strand.class
package org.openscience.cdk
Strand.getMonomers ( ) : Map
[mangled: org/openscience/cdk/Strand.getMonomers:()Ljava/util/Map;]
cdk-1.2.0.jar, StretchBendInteractions.class
package org.openscience.cdk.modeling.forcefield
StretchBendInteractions.setMMFF94StretchBendParameters ( IAtomContainer molecule, Map parameterSet, boolean angleBendingFlag ) : void
[mangled: org/openscience/cdk/modeling/forcefield/StretchBendInteractions.setMMFF94StretchBendParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;Z)V]
cdk-1.2.0.jar, StringArraySTAttribute.class
package org.xmlcml.cml.base
StringArraySTAttribute.checkValue ( String[ ] ss ) : void
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.checkValue:([Ljava/lang/String;)V]
StringArraySTAttribute.copy ( ) : Node
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.copy:()Lnu/xom/Node;]
StringArraySTAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.getCMLValue:()Ljava/lang/Object;]
StringArraySTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.getJavaGetMethod:()Ljava/lang/String;]
StringArraySTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.getJavaShortClassName:()Ljava/lang/String;]
StringArraySTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.getJavaType:()Ljava/lang/String;]
StringArraySTAttribute.getStringArray ( ) : String[ ]
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.getStringArray:()[Ljava/lang/String;]
StringArraySTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.setCMLValue:(Ljava/lang/String;)V]
StringArraySTAttribute.setCMLValue ( String[ ] ss ) : void
[mangled: org/xmlcml/cml/base/StringArraySTAttribute.setCMLValue:([Ljava/lang/String;)V]
StringArraySTAttribute.StringArraySTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/StringArraySTAttribute."<init>":(Lnu/xom/Attribute;)V]
StringArraySTAttribute.StringArraySTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/StringArraySTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
StringArraySTAttribute.StringArraySTAttribute ( String name )
[mangled: org/xmlcml/cml/base/StringArraySTAttribute."<init>":(Ljava/lang/String;)V]
StringArraySTAttribute.StringArraySTAttribute ( StringArraySTAttribute att )
[mangled: org/xmlcml/cml/base/StringArraySTAttribute."<init>":(Lorg/xmlcml/cml/base/StringArraySTAttribute;)V]
cdk-1.2.0.jar, StringDifference.class
package org.openscience.cdk.tools.diff.tree
StringDifference.construct ( String name, String first, String second ) [static] : IDifference
[mangled: org/openscience/cdk/tools/diff/tree/StringDifference.construct:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/openscience/cdk/tools/diff/tree/IDifference;]
StringDifference.toString ( ) : String
[mangled: org/openscience/cdk/tools/diff/tree/StringDifference.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, StringSTAttribute.class
package org.xmlcml.cml.base
StringSTAttribute.checkValue ( String s ) : void
[mangled: org/xmlcml/cml/base/StringSTAttribute.checkValue:(Ljava/lang/String;)V]
StringSTAttribute.copy ( ) : Node
[mangled: org/xmlcml/cml/base/StringSTAttribute.copy:()Lnu/xom/Node;]
StringSTAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/StringSTAttribute.getJavaGetMethod:()Ljava/lang/String;]
StringSTAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/StringSTAttribute.getJavaShortClassName:()Ljava/lang/String;]
StringSTAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/StringSTAttribute.getJavaType:()Ljava/lang/String;]
StringSTAttribute.getString ( ) : String
[mangled: org/xmlcml/cml/base/StringSTAttribute.getString:()Ljava/lang/String;]
StringSTAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/StringSTAttribute.setCMLValue:(Ljava/lang/String;)V]
StringSTAttribute.StringSTAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/StringSTAttribute."<init>":(Lnu/xom/Attribute;)V]
StringSTAttribute.StringSTAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/StringSTAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
StringSTAttribute.StringSTAttribute ( String name )
[mangled: org/xmlcml/cml/base/StringSTAttribute."<init>":(Ljava/lang/String;)V]
StringSTAttribute.StringSTAttribute ( StringSTAttribute att )
[mangled: org/xmlcml/cml/base/StringSTAttribute."<init>":(Lorg/xmlcml/cml/base/StringSTAttribute;)V]
cdk-1.2.0.jar, StructGenAtomTypeGuesser.class
package org.openscience.cdk.atomtype
StructGenAtomTypeGuesser.possibleAtomTypes ( IAtomContainer atomContainer, IAtom atom ) : List
[mangled: org/openscience/cdk/atomtype/StructGenAtomTypeGuesser.possibleAtomTypes:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Ljava/util/List;]
cdk-1.2.0.jar, StructGenMatcher.class
package org.openscience.cdk.atomtype
StructGenMatcher.findMatchingAtomType ( IAtomContainer atomContainer ) : IAtomType[ ]
[mangled: org/openscience/cdk/atomtype/StructGenMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[Lorg/openscience/cdk/interfaces/IAtomType;]
cdk-1.2.0.jar, StructureResonanceGenerator.class
package org.openscience.cdk.tools
StructureResonanceGenerator.getContainer ( IMolecule molecule, IAtom atom ) : IAtomContainer
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getContainer:(Lorg/openscience/cdk/interfaces/IMolecule;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
StructureResonanceGenerator.getContainer ( IMolecule molecule, IBond bond ) : IAtomContainer
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getContainer:(Lorg/openscience/cdk/interfaces/IMolecule;Lorg/openscience/cdk/interfaces/IBond;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
StructureResonanceGenerator.getContainers ( IMolecule molecule ) : IAtomContainerSet
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getContainers:(Lorg/openscience/cdk/interfaces/IMolecule;)Lorg/openscience/cdk/interfaces/IAtomContainerSet;]
StructureResonanceGenerator.getMaximalStructures ( ) : int
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getMaximalStructures:()I]
StructureResonanceGenerator.getReactions ( ) : List
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getReactions:()Ljava/util/List;]
StructureResonanceGenerator.getStructures ( IMolecule molecule ) : IMoleculeSet
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getStructures:(Lorg/openscience/cdk/interfaces/IMolecule;)Lorg/openscience/cdk/interfaces/IMoleculeSet;]
StructureResonanceGenerator.setDefaultReactions ( ) : void
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.setDefaultReactions:()V]
StructureResonanceGenerator.setMaximalStructures ( int maxStruct ) : void
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.setMaximalStructures:(I)V]
StructureResonanceGenerator.setReactions ( List newReactionsList ) : void
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.setReactions:(Ljava/util/List;)V]
StructureResonanceGenerator.StructureResonanceGenerator ( boolean lookingSymmetry )
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator."<init>":(Z)V]
cdk-1.2.0.jar, SubstructureFingerprinter.class
package org.openscience.cdk.fingerprint
SubstructureFingerprinter.SubstructureFingerprinter ( )
[mangled: org/openscience/cdk/fingerprint/SubstructureFingerprinter."<init>":()V]
SubstructureFingerprinter.SubstructureFingerprinter ( String[ ] smarts )
[mangled: org/openscience/cdk/fingerprint/SubstructureFingerprinter."<init>":([Ljava/lang/String;)V]
cdk-1.2.0.jar, SwingEventRelay.class
package org.openscience.cdk.controller
SwingEventRelay.SwingEventRelay ( JComponent painter )
[mangled: org/openscience/cdk/controller/SwingEventRelay."<init>":(Ljavax/swing/JComponent;)V]
SwingEventRelay.updateView ( ) : void
[mangled: org/openscience/cdk/controller/SwingEventRelay.updateView:()V]
cdk-1.2.0.jar, SwingMouseEventRelay.class
package org.openscience.cdk.controller
SwingMouseEventRelay.mouseClicked ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.mouseClicked:(Ljava/awt/event/MouseEvent;)V]
SwingMouseEventRelay.mouseDragged ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.mouseDragged:(Ljava/awt/event/MouseEvent;)V]
SwingMouseEventRelay.mouseEntered ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.mouseEntered:(Ljava/awt/event/MouseEvent;)V]
SwingMouseEventRelay.mouseExited ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.mouseExited:(Ljava/awt/event/MouseEvent;)V]
SwingMouseEventRelay.mouseMoved ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.mouseMoved:(Ljava/awt/event/MouseEvent;)V]
SwingMouseEventRelay.mousePressed ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.mousePressed:(Ljava/awt/event/MouseEvent;)V]
SwingMouseEventRelay.mouseReleased ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.mouseReleased:(Ljava/awt/event/MouseEvent;)V]
SwingMouseEventRelay.SwingMouseEventRelay ( IMouseEventRelay relay )
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay."<init>":(Lorg/openscience/cdk/controller/IMouseEventRelay;)V]
SwingMouseEventRelay.updateView ( ) : void
[mangled: org/openscience/cdk/controller/SwingMouseEventRelay.updateView:()V]
cdk-1.2.0.jar, SybylAtomTypeMatcher.class
package org.openscience.cdk.atomtype
SybylAtomTypeMatcher.findMatchingAtomType ( IAtomContainer atomContainer ) : IAtomType[ ]
[mangled: org/openscience/cdk/atomtype/SybylAtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[Lorg/openscience/cdk/interfaces/IAtomType;]
SybylAtomTypeMatcher.findMatchingAtomType ( IAtomContainer atomContainer, IAtom atom ) : IAtomType
[mangled: org/openscience/cdk/atomtype/SybylAtomTypeMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomType;]
SybylAtomTypeMatcher.getInstance ( IChemObjectBuilder builder ) [static] : SybylAtomTypeMatcher
[mangled: org/openscience/cdk/atomtype/SybylAtomTypeMatcher.getInstance:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/atomtype/SybylAtomTypeMatcher;]
cdk-1.2.0.jar, Symbols.class
package org.openscience.cdk.config
Symbols.getAtomicNumber ( String symbol ) [static] : Integer
[mangled: org/openscience/cdk/config/Symbols.getAtomicNumber:(Ljava/lang/String;)Ljava/lang/Integer;]
cdk-1.2.0.jar, SystemTool.class
package net.sf.jnati
SystemTool.getArchitecture ( ) [static] : String
[mangled: net/sf/jnati/SystemTool.getArchitecture:()Ljava/lang/String;]
SystemTool.getPlatform ( ) [static] : String
[mangled: net/sf/jnati/SystemTool.getPlatform:()Ljava/lang/String;]
SystemTool.main ( String[ ] args ) [static] : void
[mangled: net/sf/jnati/SystemTool.main:([Ljava/lang/String;)V]
SystemTool.SystemTool ( )
[mangled: net/sf/jnati/SystemTool."<init>":()V]
cdk-1.2.0.jar, TableType.class
package org.xmlcml.cml.element
CMLTable.TableType.getTableType ( String t ) [static] : CMLTable.TableType
[mangled: org/xmlcml/cml/element/CMLTable.TableType.getTableType:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLTable$TableType;]
CMLTable.TableType.valueOf ( String name ) [static] : CMLTable.TableType
[mangled: org/xmlcml/cml/element/CMLTable.TableType.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLTable$TableType;]
CMLTable.TableType.values ( ) [static] : CMLTable.TableType[ ]
[mangled: org/xmlcml/cml/element/CMLTable.TableType.values:()[Lorg/xmlcml/cml/element/CMLTable$TableType;]
cdk-1.2.0.jar, TaeAminoAcidDescriptor.class
package org.openscience.cdk.qsar.descriptors.protein
TaeAminoAcidDescriptor.calculate ( IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
TaeAminoAcidDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.getDescriptorNames:()[Ljava/lang/String;]
TaeAminoAcidDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
TaeAminoAcidDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.getParameterNames:()[Ljava/lang/String;]
TaeAminoAcidDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.getParameters:()[Ljava/lang/Object;]
TaeAminoAcidDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
TaeAminoAcidDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
TaeAminoAcidDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor.setParameters:([Ljava/lang/Object;)V]
TaeAminoAcidDescriptor.TaeAminoAcidDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/protein/TaeAminoAcidDescriptor."<init>":()V]
cdk-1.2.0.jar, TautomerizationMechanism.class
package org.openscience.cdk.reaction.mechanism
TautomerizationMechanism.initiate ( IMoleculeSet moleculeSet, ArrayList atomList, ArrayList bondList ) : IReaction
[mangled: org/openscience/cdk/reaction/mechanism/TautomerizationMechanism.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/ArrayList;Ljava/util/ArrayList;)Lorg/openscience/cdk/interfaces/IReaction;]
TautomerizationMechanism.TautomerizationMechanism ( )
[mangled: org/openscience/cdk/reaction/mechanism/TautomerizationMechanism."<init>":()V]
cdk-1.2.0.jar, TautomerizationReaction.class
package org.openscience.cdk.reaction.type
TautomerizationReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/TautomerizationReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
TautomerizationReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/TautomerizationReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
TautomerizationReaction.TautomerizationReaction ( )
[mangled: org/openscience/cdk/reaction/type/TautomerizationReaction."<init>":()V]
cdk-1.2.0.jar, TempJarSource.class
package net.sf.jnati.deploy.source
TempJarSource.close ( ) : void
[mangled: net/sf/jnati/deploy/source/TempJarSource.close:()V]
TempJarSource.TempJarSource ( File file, Artefact artefact )
[mangled: net/sf/jnati/deploy/source/TempJarSource."<init>":(Ljava/io/File;Lnet/sf/jnati/deploy/artefact/Artefact;)V]
cdk-1.2.0.jar, TemplateExtractor.class
package org.openscience.cdk.modeling.builder3d
TemplateExtractor.makeFingerprintsFromSdf ( boolean anyAtom, boolean anyAtomAnyBond, Map timings, BufferedReader fin, int limit ) : List
[mangled: org/openscience/cdk/modeling/builder3d/TemplateExtractor.makeFingerprintsFromSdf:(ZZLjava/util/Map;Ljava/io/BufferedReader;I)Ljava/util/List;]
cdk-1.2.0.jar, TemplateHandler.class
package org.openscience.cdk.layout
TemplateHandler.removeMolecule ( IAtomContainer molecule ) : IAtomContainer
[mangled: org/openscience/cdk/layout/TemplateHandler.removeMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
cdk-1.2.0.jar, TemplateHandler3D.class
package org.openscience.cdk.modeling.builder3d
TemplateHandler3D.getLargestRingSet ( List ringSystems ) : IRingSet
[mangled: org/openscience/cdk/modeling/builder3d/TemplateHandler3D.getLargestRingSet:(Ljava/util/List;)Lorg/openscience/cdk/interfaces/IRingSet;]
cdk-1.2.0.jar, TestClass.class
package org.openscience.cdk.annotations
TestClass.value ( ) [abstract] : String
[mangled: org/openscience/cdk/annotations/TestClass.value:()Ljava/lang/String;]
cdk-1.2.0.jar, TestMethod.class
package org.openscience.cdk.annotations
TestMethod.value ( ) [abstract] : String
[mangled: org/openscience/cdk/annotations/TestMethod.value:()Ljava/lang/String;]
cdk-1.2.0.jar, Token.class
package org.openscience.cdk.smiles.smarts.parser
Token.newToken ( int ofKind ) [static] : Token
[mangled: org/openscience/cdk/smiles/smarts/parser/Token.newToken:(I)Lorg/openscience/cdk/smiles/smarts/parser/Token;]
Token.Token ( )
[mangled: org/openscience/cdk/smiles/smarts/parser/Token."<init>":()V]
Token.toString ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/Token.toString:()Ljava/lang/String;]
cdk-1.2.0.jar, TokenMgrError.class
package org.openscience.cdk.smiles.smarts.parser
TokenMgrError.addEscapes ( String str ) [static] : String
[mangled: org/openscience/cdk/smiles/smarts/parser/TokenMgrError.addEscapes:(Ljava/lang/String;)Ljava/lang/String;]
TokenMgrError.getMessage ( ) : String
[mangled: org/openscience/cdk/smiles/smarts/parser/TokenMgrError.getMessage:()Ljava/lang/String;]
TokenMgrError.LexicalError ( boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar ) [static] : String
[mangled: org/openscience/cdk/smiles/smarts/parser/TokenMgrError.LexicalError:(ZIIILjava/lang/String;C)Ljava/lang/String;]
TokenMgrError.TokenMgrError ( )
[mangled: org/openscience/cdk/smiles/smarts/parser/TokenMgrError."<init>":()V]
TokenMgrError.TokenMgrError ( boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason )
[mangled: org/openscience/cdk/smiles/smarts/parser/TokenMgrError."<init>":(ZIIILjava/lang/String;CI)V]
TokenMgrError.TokenMgrError ( String message, int reason )
[mangled: org/openscience/cdk/smiles/smarts/parser/TokenMgrError."<init>":(Ljava/lang/String;I)V]
cdk-1.2.0.jar, ToleranceRangeRule.class
package org.openscience.cdk.formula.rules
ToleranceRangeRule.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/formula/rules/ToleranceRangeRule.getParameters:()[Ljava/lang/Object;]
ToleranceRangeRule.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/formula/rules/ToleranceRangeRule.setParameters:([Ljava/lang/Object;)V]
ToleranceRangeRule.ToleranceRangeRule ( )
[mangled: org/openscience/cdk/formula/rules/ToleranceRangeRule."<init>":()V]
ToleranceRangeRule.validate ( IMolecularFormula formula ) : double
[mangled: org/openscience/cdk/formula/rules/ToleranceRangeRule.validate:(Lorg/openscience/cdk/interfaces/IMolecularFormula;)D]
cdk-1.2.0.jar, Torsions.class
package org.openscience.cdk.modeling.forcefield
Torsions.setMMFF94TorsionsParameters ( IAtomContainer molecule, Map parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/Torsions.setMMFF94TorsionsParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)V]
cdk-1.2.0.jar, TotalConnectionAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
TotalConnectionAtom.getTC ( IAtom atom ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalConnectionAtom.getTC:(Lorg/openscience/cdk/interfaces/IAtom;)I]
cdk-1.2.0.jar, TotalHCountAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
TotalHCountAtom.getHC ( IAtom atom ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalHCountAtom.getHC:(Lorg/openscience/cdk/interfaces/IAtom;)I]
cdk-1.2.0.jar, TPSADescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
TPSADescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TPSADescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Transform2.class
package org.xmlcml.euclid
Transform2.getRotationAboutPoint ( Angle angle, Real2 point ) [static] : Transform2
[mangled: org/xmlcml/euclid/Transform2.getRotationAboutPoint:(Lorg/xmlcml/euclid/Angle;Lorg/xmlcml/euclid/Real2;)Lorg/xmlcml/euclid/Transform2;]
Transform2.getTransformToRotateAndStretchLine ( Real2 pivotPoint, Real2 movingPoint, Real2 targetPoint ) [static] : Transform2
[mangled: org/xmlcml/euclid/Transform2.getTransformToRotateAndStretchLine:(Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;)Lorg/xmlcml/euclid/Transform2;]
Transform2.Transform2 ( Real2 originIn, Real2 dimensionIn, Real2 originOut, Real2 dimensionOut, boolean keepAspectRatio )
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;Z)V]
Transform2.Transform2 ( Window2 in, Window2 out, boolean keepAspectRatio )
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/Window2;Lorg/xmlcml/euclid/Window2;Z)V]
cdk-1.2.0.jar, Transform3.class
package org.xmlcml.euclid
Transform3.checkNotNull ( Transform3 t ) [static] : void
[mangled: org/xmlcml/euclid/Transform3.checkNotNull:(Lorg/xmlcml/euclid/Transform3;)V]
Transform3.getCrystallographicString ( ) : String
[mangled: org/xmlcml/euclid/Transform3.getCrystallographicString:()Ljava/lang/String;]
Transform3.incrementTranslation ( Vector3 dt ) : void
[mangled: org/xmlcml/euclid/Transform3.incrementTranslation:(Lorg/xmlcml/euclid/Vector3;)V]
Transform3.setTranslation ( Vector3 t ) : void
[mangled: org/xmlcml/euclid/Transform3.setTranslation:(Lorg/xmlcml/euclid/Vector3;)V]
cdk-1.2.0.jar, Type.class
package org.xmlcml.cml.element
CMLAmount.Type.valueOf ( String name ) [static] : CMLAmount.Type
[mangled: org/xmlcml/cml/element/CMLAmount.Type.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAmount$Type;]
CMLAmount.Type.values ( ) [static] : CMLAmount.Type[ ]
[mangled: org/xmlcml/cml/element/CMLAmount.Type.values:()[Lorg/xmlcml/cml/element/CMLAmount$Type;]
CMLMatrix.Type.valueOf ( String name ) [static] : CMLMatrix.Type
[mangled: org/xmlcml/cml/element/CMLMatrix.Type.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLMatrix$Type;]
CMLMatrix.Type.values ( ) [static] : CMLMatrix.Type[ ]
[mangled: org/xmlcml/cml/element/CMLMatrix.Type.values:()[Lorg/xmlcml/cml/element/CMLMatrix$Type;]
CMLPeakList.Type.valueOf ( String name ) [static] : CMLPeakList.Type
[mangled: org/xmlcml/cml/element/CMLPeakList.Type.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLPeakList$Type;]
CMLPeakList.Type.values ( ) [static] : CMLPeakList.Type[ ]
[mangled: org/xmlcml/cml/element/CMLPeakList.Type.values:()[Lorg/xmlcml/cml/element/CMLPeakList$Type;]
CMLProperty.Type.valueOf ( String name ) [static] : CMLProperty.Type
[mangled: org/xmlcml/cml/element/CMLProperty.Type.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLProperty$Type;]
CMLProperty.Type.values ( ) [static] : CMLProperty.Type[ ]
[mangled: org/xmlcml/cml/element/CMLProperty.Type.values:()[Lorg/xmlcml/cml/element/CMLProperty$Type;]
ReactionComponent.Type.valueOf ( String name ) [static] : ReactionComponent.Type
[mangled: org/xmlcml/cml/element/ReactionComponent.Type.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/element/ReactionComponent$Type;]
ReactionComponent.Type.values ( ) [static] : ReactionComponent.Type[ ]
[mangled: org/xmlcml/cml/element/ReactionComponent.Type.values:()[Lorg/xmlcml/cml/element/ReactionComponent$Type;]
package org.xmlcml.molutil
ChemicalElement.Type.valueOf ( String name ) [static] : ChemicalElement.Type
[mangled: org/xmlcml/molutil/ChemicalElement.Type.valueOf:(Ljava/lang/String;)Lorg/xmlcml/molutil/ChemicalElement$Type;]
ChemicalElement.Type.values ( ) [static] : ChemicalElement.Type[ ]
[mangled: org/xmlcml/molutil/ChemicalElement.Type.values:()[Lorg/xmlcml/molutil/ChemicalElement$Type;]
cdk-1.2.0.jar, TypeGenerator.class
package org.xmlcml.cml.base
TypeGenerator.getMap ( ) : Map
[mangled: org/xmlcml/cml/base/TypeGenerator.getMap:()Ljava/util/Map;]
TypeGenerator.indexSchema ( ) : void
[mangled: org/xmlcml/cml/base/TypeGenerator.indexSchema:()V]
TypeGenerator.readAssembleAndIndexSchema ( String indir ) : void
[mangled: org/xmlcml/cml/base/TypeGenerator.readAssembleAndIndexSchema:(Ljava/lang/String;)V]
TypeGenerator.setMap ( Map map ) : void
[mangled: org/xmlcml/cml/base/TypeGenerator.setMap:(Ljava/util/Map;)V]
TypeGenerator.TypeGenerator ( SchemaManager schemaManager )
[mangled: org/xmlcml/cml/base/TypeGenerator."<init>":(Lorg/xmlcml/cml/base/SchemaManager;)V]
cdk-1.2.0.jar, UndoAdapter.class
package org.openscience.cdk.controller
UndoAdapter.undoableEditHappened ( UndoableEditEvent arg0 ) : void
[mangled: org/openscience/cdk/controller/UndoAdapter.undoableEditHappened:(Ljavax/swing/event/UndoableEditEvent;)V]
UndoAdapter.UndoAdapter ( UndoManager undoManager )
[mangled: org/openscience/cdk/controller/UndoAdapter."<init>":(Ljavax/swing/undo/UndoManager;)V]
cdk-1.2.0.jar, Units.class
package org.xmlcml.cml.base
CMLConstants.Units.toString ( ) : String
[mangled: org/xmlcml/cml/base/CMLConstants.Units.toString:()Ljava/lang/String;]
CMLConstants.Units.valueOf ( String name ) [static] : CMLConstants.Units
[mangled: org/xmlcml/cml/base/CMLConstants.Units.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLConstants$Units;]
CMLConstants.Units.values ( ) [static] : CMLConstants.Units[ ]
[mangled: org/xmlcml/cml/base/CMLConstants.Units.values:()[Lorg/xmlcml/cml/base/CMLConstants$Units;]
cdk-1.2.0.jar, UnitsAttribute.class
package org.xmlcml.cml.attribute
UnitsAttribute.UnitsAttribute ( )
[mangled: org/xmlcml/cml/attribute/UnitsAttribute."<init>":()V]
UnitsAttribute.UnitsAttribute ( Attribute att )
[mangled: org/xmlcml/cml/attribute/UnitsAttribute."<init>":(Lnu/xom/Attribute;)V]
UnitsAttribute.UnitsAttribute ( String value )
[mangled: org/xmlcml/cml/attribute/UnitsAttribute."<init>":(Ljava/lang/String;)V]
cdk-1.2.0.jar, Univariate.class
package org.xmlcml.euclid
Univariate.betainv ( double x, double p, double q ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.betainv:(DDD)D]
Univariate.fact ( int n ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.fact:(I)D]
Univariate.fbeta ( double a, double b ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.fbeta:(DD)D]
Univariate.fgamma ( double c ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.fgamma:(D)D]
Univariate.getArray ( ) : double[ ]
[mangled: org/xmlcml/euclid/Univariate.getArray:()[D]
Univariate.getBinCount ( ) : int
[mangled: org/xmlcml/euclid/Univariate.getBinCount:()I]
Univariate.getCount ( ) : int
[mangled: org/xmlcml/euclid/Univariate.getCount:()I]
Univariate.getDeviateValues ( ) : RealArray
[mangled: org/xmlcml/euclid/Univariate.getDeviateValues:()Lorg/xmlcml/euclid/RealArray;]
Univariate.getHistogramCounts ( ) : int[ ]
[mangled: org/xmlcml/euclid/Univariate.getHistogramCounts:()[I]
Univariate.getMax ( ) : double
[mangled: org/xmlcml/euclid/Univariate.getMax:()D]
Univariate.getMean ( ) : double
[mangled: org/xmlcml/euclid/Univariate.getMean:()D]
Univariate.getMedian ( ) : double
[mangled: org/xmlcml/euclid/Univariate.getMedian:()D]
Univariate.getMin ( ) : double
[mangled: org/xmlcml/euclid/Univariate.getMin:()D]
Univariate.getNormalizedValues ( ) : RealArray
[mangled: org/xmlcml/euclid/Univariate.getNormalizedValues:()Lorg/xmlcml/euclid/RealArray;]
Univariate.getNormalParams ( int count ) [static] : Univariate
[mangled: org/xmlcml/euclid/Univariate.getNormalParams:(I)Lorg/xmlcml/euclid/Univariate;]
Univariate.getQuantile ( double q ) : double
[mangled: org/xmlcml/euclid/Univariate.getQuantile:(D)D]
Univariate.getSortedArray ( ) : double[ ]
[mangled: org/xmlcml/euclid/Univariate.getSortedArray:()[D]
Univariate.getStandardDeviation ( ) : double
[mangled: org/xmlcml/euclid/Univariate.getStandardDeviation:()D]
Univariate.getStandardError ( ) : double
[mangled: org/xmlcml/euclid/Univariate.getStandardError:()D]
Univariate.getVariance ( ) : double
[mangled: org/xmlcml/euclid/Univariate.getVariance:()D]
Univariate.getXValues ( ) : RealArray
[mangled: org/xmlcml/euclid/Univariate.getXValues:()Lorg/xmlcml/euclid/RealArray;]
Univariate.lnfact ( int n ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.lnfact:(I)D]
Univariate.lnfbeta ( double a, double b ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.lnfbeta:(DD)D]
Univariate.lnfgamma ( double c ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.lnfgamma:(D)D]
Univariate.main ( String[ ] args ) [static] : void
[mangled: org/xmlcml/euclid/Univariate.main:([Ljava/lang/String;)V]
Univariate.nCr ( int n, int r ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.nCr:(II)D]
Univariate.nPr ( int n, int r ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.nPr:(II)D]
Univariate.pchisq ( double q, double df ) : double
[mangled: org/xmlcml/euclid/Univariate.pchisq:(DD)D]
Univariate.pf ( double x, double df1, double df2 ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.pf:(DDD)D]
Univariate.pnorm ( double x, boolean upper, double mu, double sigma2 ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.pnorm:(DZDD)D]
Univariate.pnorm ( double z, boolean upper ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.pnorm:(DZ)D]
Univariate.pt ( double t, double df ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.pt:(DD)D]
Univariate.qnorm ( double p ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.qnorm:(D)D]
Univariate.qnorm ( double p, boolean upper ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.qnorm:(DZ)D]
Univariate.qnorm ( double p, boolean upper, double mu, double sigma2 ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.qnorm:(DZDD)D]
Univariate.qt ( double p, double ndf, boolean lower_tail ) [static] : double
[mangled: org/xmlcml/euclid/Univariate.qt:(DDZ)D]
Univariate.setArray ( RealArray realArray ) : void
[mangled: org/xmlcml/euclid/Univariate.setArray:(Lorg/xmlcml/euclid/RealArray;)V]
Univariate.setBinCount ( int binCount ) : void
[mangled: org/xmlcml/euclid/Univariate.setBinCount:(I)V]
Univariate.test ( ) [static] : void
[mangled: org/xmlcml/euclid/Univariate.test:()V]
Univariate.Univariate ( )
[mangled: org/xmlcml/euclid/Univariate."<init>":()V]
Univariate.Univariate ( RealArray realArray )
[mangled: org/xmlcml/euclid/Univariate."<init>":(Lorg/xmlcml/euclid/RealArray;)V]
cdk-1.2.0.jar, UniversalIsomorphismTester.class
package org.openscience.cdk.isomorphism
UniversalIsomorphismTester.checkSingleAtomCases ( IAtomContainer g1, IAtomContainer g2 ) [static] : List
[mangled: org/openscience/cdk/isomorphism/UniversalIsomorphismTester.checkSingleAtomCases:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/List;]
cdk-1.2.0.jar, Util.class
package org.xmlcml.euclid
Util.addElementToStringArray ( String[ ] array, String s ) [static] : String[ ]
[mangled: org/xmlcml/euclid/Util.addElementToStringArray:([Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
Util.BUG ( Exception e ) [static] : void
[mangled: org/xmlcml/euclid/Util.BUG:(Ljava/lang/Exception;)V]
Util.BUG ( String msg ) [static] : void
[mangled: org/xmlcml/euclid/Util.BUG:(Ljava/lang/String;)V]
Util.BUG ( String msg, Exception e ) [static] : void
[mangled: org/xmlcml/euclid/Util.BUG:(Ljava/lang/String;Ljava/lang/Exception;)V]
Util.BUG ( String msg, Throwable t ) [static] : void
[mangled: org/xmlcml/euclid/Util.BUG:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Util.BUG ( Throwable t ) [static] : void
[mangled: org/xmlcml/euclid/Util.BUG:(Ljava/lang/Throwable;)V]
Util.buildPath ( String[ ] parts ) [static] : String
[mangled: org/xmlcml/euclid/Util.buildPath:([Ljava/lang/String;)Ljava/lang/String;]
Util.convertLatin1ToUTF8 ( char a ) [static] : char[ ]
[mangled: org/xmlcml/euclid/Util.convertLatin1ToUTF8:(C)[C]
Util.convertUTF8ToLatin1 ( char a, char b ) [static] : char
[mangled: org/xmlcml/euclid/Util.convertUTF8ToLatin1:(CC)C]
Util.createFile ( File dir, String filename ) [static] : void
[mangled: org/xmlcml/euclid/Util.createFile:(Ljava/io/File;Ljava/lang/String;)V]
Util.getCanonicalDate ( String s ) [static] : String
[mangled: org/xmlcml/euclid/Util.getCanonicalDate:(Ljava/lang/String;)Ljava/lang/String;]
Util.getDouble ( String s ) [static] : double
[mangled: org/xmlcml/euclid/Util.getDouble:(Ljava/lang/String;)D]
Util.getInputStreamFromResource ( String filename ) [static] : InputStream
[mangled: org/xmlcml/euclid/Util.getInputStreamFromResource:(Ljava/lang/String;)Ljava/io/InputStream;]
Util.getPrime ( int i ) [static] : int
[mangled: org/xmlcml/euclid/Util.getPrime:(I)I]
Util.getResource ( String filename ) [static] : URL
[mangled: org/xmlcml/euclid/Util.getResource:(Ljava/lang/String;)Ljava/net/URL;]
Util.getResourceFile ( String[ ] path ) [static] : File
[mangled: org/xmlcml/euclid/Util.getResourceFile:([Ljava/lang/String;)Ljava/io/File;]
Util.getTEMP_DIRECTORY ( ) [static] : File
[mangled: org/xmlcml/euclid/Util.getTEMP_DIRECTORY:()Ljava/io/File;]
Util.getTestOutputDirectory ( Class classx ) [static] : File
[mangled: org/xmlcml/euclid/Util.getTestOutputDirectory:(Ljava/lang/Class;)Ljava/io/File;]
Util.isFloat ( String s ) [static] : boolean
[mangled: org/xmlcml/euclid/Util.isFloat:(Ljava/lang/String;)Z]
Util.isFloatArray ( String s, String delimiterRegex ) [static] : boolean
[mangled: org/xmlcml/euclid/Util.isFloatArray:(Ljava/lang/String;Ljava/lang/String;)Z]
Util.isInt ( String s ) [static] : boolean
[mangled: org/xmlcml/euclid/Util.isInt:(Ljava/lang/String;)Z]
Util.isIntArray ( String s, String delimiterRegex ) [static] : boolean
[mangled: org/xmlcml/euclid/Util.isIntArray:(Ljava/lang/String;Ljava/lang/String;)Z]
Util.output ( String s ) [static] : void
[mangled: org/xmlcml/euclid/Util.output:(Ljava/lang/String;)V]
Util.removeElementFromStringArray ( String[ ] array, String s ) [static] : String[ ]
[mangled: org/xmlcml/euclid/Util.removeElementFromStringArray:([Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
Util.replaceISOControlsByMnemonic ( String s ) [static] : String
[mangled: org/xmlcml/euclid/Util.replaceISOControlsByMnemonic:(Ljava/lang/String;)Ljava/lang/String;]
Util.replaceNumericEntityByGreekMnemonics ( String s, String ent ) [static] : String
[mangled: org/xmlcml/euclid/Util.replaceNumericEntityByGreekMnemonics:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Util.replaceNumericEntityByISOLatinString ( String s, String ent ) [static] : String
[mangled: org/xmlcml/euclid/Util.replaceNumericEntityByISOLatinString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Util.sortByEmbeddedInteger ( List list ) [static] : void
[mangled: org/xmlcml/euclid/Util.sortByEmbeddedInteger:(Ljava/util/List;)V]
Util.splitToDoubleArray ( String s ) [static] : double[ ]
[mangled: org/xmlcml/euclid/Util.splitToDoubleArray:(Ljava/lang/String;)[D]
Util.throwNYI ( ) [static] : void *DEPRECATED*
[mangled: org/xmlcml/euclid/Util.throwNYI:()V]
Util.translateToMnemonic ( char ch ) [static] : String
[mangled: org/xmlcml/euclid/Util.translateToMnemonic:(C)Ljava/lang/String;]
Util.trimFloat ( double dd, int ndec ) [static] : double
[mangled: org/xmlcml/euclid/Util.trimFloat:(DI)D]
Util.truncateAndAddEllipsis ( String s, int maxlength ) [static] : String
[mangled: org/xmlcml/euclid/Util.truncateAndAddEllipsis:(Ljava/lang/String;I)Ljava/lang/String;]
Util.truncateAndAddNewlinesAndEllipsis ( String s, int maxlength ) [static] : String
[mangled: org/xmlcml/euclid/Util.truncateAndAddNewlinesAndEllipsis:(Ljava/lang/String;I)Ljava/lang/String;]
cdk-1.2.0.jar, VAdjMaDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
VAdjMaDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/VAdjMaDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, ValidationReport.class
package org.openscience.cdk.validate
ValidationReport.getCDKErrors ( ) : List
[mangled: org/openscience/cdk/validate/ValidationReport.getCDKErrors:()Ljava/util/List;]
ValidationReport.getErrors ( ) : List
[mangled: org/openscience/cdk/validate/ValidationReport.getErrors:()Ljava/util/List;]
ValidationReport.getOKs ( ) : List
[mangled: org/openscience/cdk/validate/ValidationReport.getOKs:()Ljava/util/List;]
ValidationReport.getWarnings ( ) : List
[mangled: org/openscience/cdk/validate/ValidationReport.getWarnings:()Ljava/util/List;]
cdk-1.2.0.jar, VanDerWaalsInteractions.class
package org.openscience.cdk.modeling.forcefield
VanDerWaalsInteractions.setMMFF94VanDerWaalsParameters ( IAtomContainer molecule, Map parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/VanDerWaalsInteractions.setMMFF94VanDerWaalsParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)V]
cdk-1.2.0.jar, VdWRadiusDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
VdWRadiusDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/VdWRadiusDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Vector2.class
package org.xmlcml.euclid
Vector2.getPerpProduct ( Vector2 v ) : double
[mangled: org/xmlcml/euclid/Vector2.getPerpProduct:(Lorg/xmlcml/euclid/Vector2;)D]
Vector2.isAntiParallelTo ( Vector2 v, double eps ) : boolean
[mangled: org/xmlcml/euclid/Vector2.isAntiParallelTo:(Lorg/xmlcml/euclid/Vector2;D)Z]
Vector2.isParallelTo ( Vector2 v, double eps ) : boolean
[mangled: org/xmlcml/euclid/Vector2.isParallelTo:(Lorg/xmlcml/euclid/Vector2;D)Z]
Vector2.projectOnto ( Vector2 v2 ) : Vector2
[mangled: org/xmlcml/euclid/Vector2.projectOnto:(Lorg/xmlcml/euclid/Vector2;)Lorg/xmlcml/euclid/Vector2;]
cdk-1.2.0.jar, Vector3.class
package org.xmlcml.euclid
Vector3.negativeEquals ( ) : Vector3
[mangled: org/xmlcml/euclid/Vector3.negativeEquals:()Lorg/xmlcml/euclid/Vector3;]
Vector3.normalize ( ) : Vector3
[mangled: org/xmlcml/euclid/Vector3.normalize:()Lorg/xmlcml/euclid/Vector3;]
Vector3.plusEquals ( Vector3 v3 ) : void
[mangled: org/xmlcml/euclid/Vector3.plusEquals:(Lorg/xmlcml/euclid/Vector3;)V]
Vector3.round ( ) : Vector3
[mangled: org/xmlcml/euclid/Vector3.round:()Lorg/xmlcml/euclid/Vector3;]
Vector3.subtractEquals ( Vector3 v3 ) : void
[mangled: org/xmlcml/euclid/Vector3.subtractEquals:(Lorg/xmlcml/euclid/Vector3;)V]
cdk-1.2.0.jar, Vibration.class
package org.openscience.cdk
Vibration.getAtomVectors ( ) : Iterator
[mangled: org/openscience/cdk/Vibration.getAtomVectors:()Ljava/util/Iterator;]
cdk-1.2.0.jar, WeightDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
WeightDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WeightDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, WeightedPathDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
WeightedPathDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WeightedPathDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, WHIMDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
WHIMDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WHIMDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, WienerNumbersDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
WienerNumbersDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WienerNumbersDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, Window2.class
package org.xmlcml.euclid
Window2.drawRect ( Graphics g ) : void
[mangled: org/xmlcml/euclid/Window2.drawRect:(Ljava/awt/Graphics;)V]
Window2.fillRect ( Graphics g ) : void
[mangled: org/xmlcml/euclid/Window2.fillRect:(Ljava/awt/Graphics;)V]
Window2.getDim ( ) : Real2
[mangled: org/xmlcml/euclid/Window2.getDim:()Lorg/xmlcml/euclid/Real2;]
Window2.getExtent ( int axis ) : Real2
[mangled: org/xmlcml/euclid/Window2.getExtent:(I)Lorg/xmlcml/euclid/Real2;]
Window2.getFarPoint ( ) : Real2
[mangled: org/xmlcml/euclid/Window2.getFarPoint:()Lorg/xmlcml/euclid/Real2;]
Window2.getOrigin ( ) : Real2
[mangled: org/xmlcml/euclid/Window2.getOrigin:()Lorg/xmlcml/euclid/Real2;]
Window2.toString ( ) : String
[mangled: org/xmlcml/euclid/Window2.toString:()Ljava/lang/String;]
Window2.transformBy ( Transform2 tr ) : void
[mangled: org/xmlcml/euclid/Window2.transformBy:(Lorg/xmlcml/euclid/Transform2;)V]
Window2.Window2 ( Real2 origin, Real2 farPoint )
[mangled: org/xmlcml/euclid/Window2."<init>":(Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;)V]
cdk-1.2.0.jar, WriterFactory.class
package org.openscience.cdk.io
WriterFactory.registerWriter ( Class writer ) : void
[mangled: org/openscience/cdk/io/WriterFactory.registerWriter:(Ljava/lang/Class;)V]
cdk-1.2.0.jar, XLogPDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
XLogPDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/XLogPDescriptor.getDescriptorNames:()[Ljava/lang/String;]
cdk-1.2.0.jar, XmlAttribute.class
package org.xmlpull.v1.builder
XmlAttribute.clone ( ) [abstract] : Object
[mangled: org/xmlpull/v1/builder/XmlAttribute.clone:()Ljava/lang/Object;]
XmlAttribute.getName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlAttribute.getName:()Ljava/lang/String;]
XmlAttribute.getNamespace ( ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlAttribute.getNamespace:()Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlAttribute.getNamespaceName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlAttribute.getNamespaceName:()Ljava/lang/String;]
XmlAttribute.getOwner ( ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlAttribute.getOwner:()Lorg/xmlpull/v1/builder/XmlElement;]
XmlAttribute.getType ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlAttribute.getType:()Ljava/lang/String;]
XmlAttribute.getValue ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlAttribute.getValue:()Ljava/lang/String;]
XmlAttribute.isSpecified ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/builder/XmlAttribute.isSpecified:()Z]
cdk-1.2.0.jar, XmlAttributeAdapter.class
package org.xmlpull.v1.builder.adapter
XmlAttributeAdapter.clone ( ) : Object
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.clone:()Ljava/lang/Object;]
XmlAttributeAdapter.getName ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.getName:()Ljava/lang/String;]
XmlAttributeAdapter.getNamespace ( ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.getNamespace:()Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlAttributeAdapter.getNamespaceName ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.getNamespaceName:()Ljava/lang/String;]
XmlAttributeAdapter.getOwner ( ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.getOwner:()Lorg/xmlpull/v1/builder/XmlElement;]
XmlAttributeAdapter.getType ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.getType:()Ljava/lang/String;]
XmlAttributeAdapter.getValue ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.getValue:()Ljava/lang/String;]
XmlAttributeAdapter.isSpecified ( ) : boolean
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter.isSpecified:()Z]
XmlAttributeAdapter.XmlAttributeAdapter ( XmlAttribute target )
[mangled: org/xmlpull/v1/builder/adapter/XmlAttributeAdapter."<init>":(Lorg/xmlpull/v1/builder/XmlAttribute;)V]
cdk-1.2.0.jar, XmlBuilderException.class
package org.xmlpull.v1.builder
XmlBuilderException.getDetail ( ) : Throwable
[mangled: org/xmlpull/v1/builder/XmlBuilderException.getDetail:()Ljava/lang/Throwable;]
XmlBuilderException.getMessage ( ) : String
[mangled: org/xmlpull/v1/builder/XmlBuilderException.getMessage:()Ljava/lang/String;]
XmlBuilderException.printStackTrace ( ) : void
[mangled: org/xmlpull/v1/builder/XmlBuilderException.printStackTrace:()V]
XmlBuilderException.printStackTrace ( PrintStream ps ) : void
[mangled: org/xmlpull/v1/builder/XmlBuilderException.printStackTrace:(Ljava/io/PrintStream;)V]
XmlBuilderException.printStackTrace ( PrintWriter pw ) : void
[mangled: org/xmlpull/v1/builder/XmlBuilderException.printStackTrace:(Ljava/io/PrintWriter;)V]
XmlBuilderException.XmlBuilderException ( String s )
[mangled: org/xmlpull/v1/builder/XmlBuilderException."<init>":(Ljava/lang/String;)V]
XmlBuilderException.XmlBuilderException ( String s, Throwable thrwble )
[mangled: org/xmlpull/v1/builder/XmlBuilderException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
cdk-1.2.0.jar, XmlCharacters.class
package org.xmlpull.v1.builder
XmlCharacters.getText ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlCharacters.getText:()Ljava/lang/String;]
XmlCharacters.isWhitespaceContent ( ) [abstract] : Boolean
[mangled: org/xmlpull/v1/builder/XmlCharacters.isWhitespaceContent:()Ljava/lang/Boolean;]
cdk-1.2.0.jar, XmlComment.class
package org.xmlpull.v1.builder
XmlComment.getContent ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlComment.getContent:()Ljava/lang/String;]
XmlComment.getParent ( ) [abstract] : XmlContainer
[mangled: org/xmlpull/v1/builder/XmlComment.getParent:()Lorg/xmlpull/v1/builder/XmlContainer;]
cdk-1.2.0.jar, XmlContained.class
package org.xmlpull.v1.builder
XmlContained.getParent ( ) [abstract] : XmlContainer
[mangled: org/xmlpull/v1/builder/XmlContained.getParent:()Lorg/xmlpull/v1/builder/XmlContainer;]
XmlContained.setParent ( XmlContainer p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlContained.setParent:(Lorg/xmlpull/v1/builder/XmlContainer;)V]
cdk-1.2.0.jar, XmlDoctype.class
package org.xmlpull.v1.builder
XmlDoctype.addProcessingInstruction ( String p1, String p2 ) [abstract] : XmlProcessingInstruction
[mangled: org/xmlpull/v1/builder/XmlDoctype.addProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlProcessingInstruction;]
XmlDoctype.children ( ) [abstract] : Iterator
[mangled: org/xmlpull/v1/builder/XmlDoctype.children:()Ljava/util/Iterator;]
XmlDoctype.getParent ( ) [abstract] : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlDoctype.getParent:()Lorg/xmlpull/v1/builder/XmlDocument;]
XmlDoctype.getPublicIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlDoctype.getPublicIdentifier:()Ljava/lang/String;]
XmlDoctype.getSystemIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlDoctype.getSystemIdentifier:()Ljava/lang/String;]
XmlDoctype.removeAllProcessingInstructions ( ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDoctype.removeAllProcessingInstructions:()V]
cdk-1.2.0.jar, XmlDocument.class
package org.xmlpull.v1.builder
XmlDocument.addChild ( Object p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDocument.addChild:(Ljava/lang/Object;)V]
XmlDocument.addComment ( String p1 ) [abstract] : XmlComment
[mangled: org/xmlpull/v1/builder/XmlDocument.addComment:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlComment;]
XmlDocument.addDoctype ( String p1, String p2 ) [abstract] : XmlDoctype
[mangled: org/xmlpull/v1/builder/XmlDocument.addDoctype:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlDoctype;]
XmlDocument.addDocumentElement ( String p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlDocument.addDocumentElement:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocument.addDocumentElement ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlDocument.addDocumentElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocument.addNotation ( String p1, String p2, String p3, String p4 ) [abstract] : XmlNotation
[mangled: org/xmlpull/v1/builder/XmlDocument.addNotation:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNotation;]
XmlDocument.addProcessingInstruction ( String p1, String p2 ) [abstract] : XmlProcessingInstruction
[mangled: org/xmlpull/v1/builder/XmlDocument.addProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlProcessingInstruction;]
XmlDocument.children ( ) [abstract] : Iterable
[mangled: org/xmlpull/v1/builder/XmlDocument.children:()Lorg/xmlpull/v1/builder/Iterable;]
XmlDocument.clone ( ) [abstract] : Object
[mangled: org/xmlpull/v1/builder/XmlDocument.clone:()Ljava/lang/Object;]
XmlDocument.element ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlDocument.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocument.element ( XmlNamespace p1, String p2, boolean p3 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlDocument.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocument.getBaseUri ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlDocument.getBaseUri:()Ljava/lang/String;]
XmlDocument.getCharacterEncodingScheme ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlDocument.getCharacterEncodingScheme:()Ljava/lang/String;]
XmlDocument.getDocumentElement ( ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlDocument.getDocumentElement:()Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocument.getVersion ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlDocument.getVersion:()Ljava/lang/String;]
XmlDocument.insertChild ( int p1, Object p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDocument.insertChild:(ILjava/lang/Object;)V]
XmlDocument.isAllDeclarationsProcessed ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/builder/XmlDocument.isAllDeclarationsProcessed:()Z]
XmlDocument.isStandalone ( ) [abstract] : Boolean
[mangled: org/xmlpull/v1/builder/XmlDocument.isStandalone:()Ljava/lang/Boolean;]
XmlDocument.newComment ( String p1 ) [abstract] : XmlComment
[mangled: org/xmlpull/v1/builder/XmlDocument.newComment:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlComment;]
XmlDocument.newDoctype ( String p1, String p2 ) [abstract] : XmlDoctype
[mangled: org/xmlpull/v1/builder/XmlDocument.newDoctype:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlDoctype;]
XmlDocument.newProcessingInstruction ( String p1, String p2 ) [abstract] : XmlProcessingInstruction
[mangled: org/xmlpull/v1/builder/XmlDocument.newProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlProcessingInstruction;]
XmlDocument.notations ( ) [abstract] : Iterable
[mangled: org/xmlpull/v1/builder/XmlDocument.notations:()Lorg/xmlpull/v1/builder/Iterable;]
XmlDocument.removeAllChildren ( ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDocument.removeAllChildren:()V]
XmlDocument.removeAllNotations ( ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDocument.removeAllNotations:()V]
XmlDocument.removeAllUnparsedEntities ( ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDocument.removeAllUnparsedEntities:()V]
XmlDocument.requiredElement ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlDocument.requiredElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocument.setCharacterEncodingScheme ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDocument.setCharacterEncodingScheme:(Ljava/lang/String;)V]
XmlDocument.setDocumentElement ( XmlElement p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlDocument.setDocumentElement:(Lorg/xmlpull/v1/builder/XmlElement;)V]
XmlDocument.unparsedEntities ( ) [abstract] : Iterable
[mangled: org/xmlpull/v1/builder/XmlDocument.unparsedEntities:()Lorg/xmlpull/v1/builder/Iterable;]
cdk-1.2.0.jar, XmlDocumentAdapter.class
package org.xmlpull.v1.builder.adapter
XmlDocumentAdapter.addChild ( Object child ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.addChild:(Ljava/lang/Object;)V]
XmlDocumentAdapter.addComment ( String content ) : XmlComment
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.addComment:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlComment;]
XmlDocumentAdapter.addDoctype ( String systemIdentifier, String publicIdentifier ) : XmlDoctype
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.addDoctype:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlDoctype;]
XmlDocumentAdapter.addDocumentElement ( String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.addDocumentElement:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocumentAdapter.addDocumentElement ( XmlNamespace namespace, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.addDocumentElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocumentAdapter.addNotation ( String name, String systemIdentifier, String publicIdentifier, String declarationBaseUri ) : XmlNotation
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.addNotation:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNotation;]
XmlDocumentAdapter.addProcessingInstruction ( String target, String content ) : XmlProcessingInstruction
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.addProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlProcessingInstruction;]
XmlDocumentAdapter.children ( ) : Iterable
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.children:()Lorg/xmlpull/v1/builder/Iterable;]
XmlDocumentAdapter.clone ( ) : Object
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.clone:()Ljava/lang/Object;]
XmlDocumentAdapter.element ( XmlNamespace n, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocumentAdapter.element ( XmlNamespace n, String name, boolean create ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocumentAdapter.getBaseUri ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.getBaseUri:()Ljava/lang/String;]
XmlDocumentAdapter.getCharacterEncodingScheme ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.getCharacterEncodingScheme:()Ljava/lang/String;]
XmlDocumentAdapter.getDocumentElement ( ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.getDocumentElement:()Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocumentAdapter.getVersion ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.getVersion:()Ljava/lang/String;]
XmlDocumentAdapter.insertChild ( int pos, Object child ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.insertChild:(ILjava/lang/Object;)V]
XmlDocumentAdapter.isAllDeclarationsProcessed ( ) : boolean
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.isAllDeclarationsProcessed:()Z]
XmlDocumentAdapter.isStandalone ( ) : Boolean
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.isStandalone:()Ljava/lang/Boolean;]
XmlDocumentAdapter.newComment ( String content ) : XmlComment
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.newComment:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlComment;]
XmlDocumentAdapter.newDoctype ( String systemIdentifier, String publicIdentifier ) : XmlDoctype
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.newDoctype:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlDoctype;]
XmlDocumentAdapter.newProcessingInstruction ( String target, String content ) : XmlProcessingInstruction
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.newProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlProcessingInstruction;]
XmlDocumentAdapter.notations ( ) : Iterable
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.notations:()Lorg/xmlpull/v1/builder/Iterable;]
XmlDocumentAdapter.removeAllChildren ( ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.removeAllChildren:()V]
XmlDocumentAdapter.removeAllNotations ( ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.removeAllNotations:()V]
XmlDocumentAdapter.removeAllUnparsedEntities ( ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.removeAllUnparsedEntities:()V]
XmlDocumentAdapter.requiredElement ( XmlNamespace n, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.requiredElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlDocumentAdapter.setCharacterEncodingScheme ( String characterEncoding ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.setCharacterEncodingScheme:(Ljava/lang/String;)V]
XmlDocumentAdapter.setDocumentElement ( XmlElement rootElement ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.setDocumentElement:(Lorg/xmlpull/v1/builder/XmlElement;)V]
XmlDocumentAdapter.unparsedEntities ( ) : Iterable
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter.unparsedEntities:()Lorg/xmlpull/v1/builder/Iterable;]
XmlDocumentAdapter.XmlDocumentAdapter ( XmlDocument target )
[mangled: org/xmlpull/v1/builder/adapter/XmlDocumentAdapter."<init>":(Lorg/xmlpull/v1/builder/XmlDocument;)V]
cdk-1.2.0.jar, XmlElement.class
package org.xmlpull.v1.builder
XmlElement.addAttribute ( String p1, String p2 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.addAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.addAttribute ( String p1, String p2, String p3, String p4, String p5, boolean p6 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.addAttribute ( String p1, XmlNamespace p2, String p3, String p4 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.addAttribute:(Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.addAttribute ( String p1, XmlNamespace p2, String p3, String p4, boolean p5 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.addAttribute:(Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.addAttribute ( XmlAttribute p1 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.addAttribute:(Lorg/xmlpull/v1/builder/XmlAttribute;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.addAttribute ( XmlNamespace p1, String p2, String p3 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.addAttribute:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.addChild ( int p1, Object p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.addChild:(ILjava/lang/Object;)V]
XmlElement.addChild ( Object p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.addChild:(Ljava/lang/Object;)V]
XmlElement.addElement ( int p1, XmlElement p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.addElement:(ILorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.addElement ( String p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.addElement:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.addElement ( XmlElement p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.addElement:(Lorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.addElement ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.addElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.attribute ( String p1 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.attribute:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.attribute ( XmlNamespace p1, String p2 ) [abstract] : XmlAttribute
[mangled: org/xmlpull/v1/builder/XmlElement.attribute:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.attributes ( ) [abstract] : Iterator
[mangled: org/xmlpull/v1/builder/XmlElement.attributes:()Ljava/util/Iterator;]
XmlElement.children ( ) [abstract] : Iterator
[mangled: org/xmlpull/v1/builder/XmlElement.children:()Ljava/util/Iterator;]
XmlElement.clone ( ) [abstract] : Object
[mangled: org/xmlpull/v1/builder/XmlElement.clone:()Ljava/lang/Object;]
XmlElement.declareNamespace ( String p1, String p2 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlElement.declareNamespace:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElement.declareNamespace ( XmlNamespace p1 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlElement.declareNamespace:(Lorg/xmlpull/v1/builder/XmlNamespace;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElement.element ( int p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.element:(I)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.element ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.element ( XmlNamespace p1, String p2, boolean p3 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.elements ( XmlNamespace p1, String p2 ) [abstract] : Iterable
[mangled: org/xmlpull/v1/builder/XmlElement.elements:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/Iterable;]
XmlElement.ensureAttributeCapacity ( int p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.ensureAttributeCapacity:(I)V]
XmlElement.ensureChildrenCapacity ( int p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.ensureChildrenCapacity:(I)V]
XmlElement.ensureNamespaceDeclarationsCapacity ( int p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.ensureNamespaceDeclarationsCapacity:(I)V]
XmlElement.findAttribute ( String p1, String p2 ) [abstract] : XmlAttribute *DEPRECATED*
[mangled: org/xmlpull/v1/builder/XmlElement.findAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElement.findElementByName ( String p1 ) [abstract] : XmlElement *DEPRECATED*
[mangled: org/xmlpull/v1/builder/XmlElement.findElementByName:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.findElementByName ( String p1, String p2 ) [abstract] : XmlElement *DEPRECATED*
[mangled: org/xmlpull/v1/builder/XmlElement.findElementByName:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.findElementByName ( String p1, String p2, XmlElement p3 ) [abstract] : XmlElement *DEPRECATED*
[mangled: org/xmlpull/v1/builder/XmlElement.findElementByName:(Ljava/lang/String;Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.findElementByName ( String p1, XmlElement p2 ) [abstract] : XmlElement *DEPRECATED*
[mangled: org/xmlpull/v1/builder/XmlElement.findElementByName:(Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.getAttributeValue ( String p1, String p2 ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlElement.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlElement.getBaseUri ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlElement.getBaseUri:()Ljava/lang/String;]
XmlElement.getName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlElement.getName:()Ljava/lang/String;]
XmlElement.getNamespace ( ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlElement.getNamespace:()Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElement.getNamespaceName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlElement.getNamespaceName:()Ljava/lang/String;]
XmlElement.getParent ( ) [abstract] : XmlContainer
[mangled: org/xmlpull/v1/builder/XmlElement.getParent:()Lorg/xmlpull/v1/builder/XmlContainer;]
XmlElement.getRoot ( ) [abstract] : XmlContainer
[mangled: org/xmlpull/v1/builder/XmlElement.getRoot:()Lorg/xmlpull/v1/builder/XmlContainer;]
XmlElement.hasAttributes ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/builder/XmlElement.hasAttributes:()Z]
XmlElement.hasChild ( Object p1 ) [abstract] : boolean
[mangled: org/xmlpull/v1/builder/XmlElement.hasChild:(Ljava/lang/Object;)Z]
XmlElement.hasChildren ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/builder/XmlElement.hasChildren:()Z]
XmlElement.hasNamespaceDeclarations ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/builder/XmlElement.hasNamespaceDeclarations:()Z]
XmlElement.insertChild ( int p1, Object p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.insertChild:(ILjava/lang/Object;)V]
XmlElement.lookupNamespaceByName ( String p1 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlElement.lookupNamespaceByName:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElement.lookupNamespaceByPrefix ( String p1 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlElement.lookupNamespaceByPrefix:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElement.namespaces ( ) [abstract] : Iterator
[mangled: org/xmlpull/v1/builder/XmlElement.namespaces:()Ljava/util/Iterator;]
XmlElement.newElement ( String p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.newElement:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.newElement ( String p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.newElement:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.newElement ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.newElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.newNamespace ( String p1 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlElement.newNamespace:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElement.newNamespace ( String p1, String p2 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlElement.newNamespace:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElement.removeAllAttributes ( ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.removeAllAttributes:()V]
XmlElement.removeAllChildren ( ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.removeAllChildren:()V]
XmlElement.removeAllNamespaceDeclarations ( ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.removeAllNamespaceDeclarations:()V]
XmlElement.removeAttribute ( XmlAttribute p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.removeAttribute:(Lorg/xmlpull/v1/builder/XmlAttribute;)V]
XmlElement.removeChild ( Object p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.removeChild:(Ljava/lang/Object;)V]
XmlElement.replaceChild ( Object p1, Object p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.replaceChild:(Ljava/lang/Object;Ljava/lang/Object;)V]
XmlElement.replaceChildrenWithText ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.replaceChildrenWithText:(Ljava/lang/String;)V]
XmlElement.requiredElement ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlElement.requiredElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElement.requiredElementContent ( ) [abstract] : Iterable
[mangled: org/xmlpull/v1/builder/XmlElement.requiredElementContent:()Lorg/xmlpull/v1/builder/Iterable;]
XmlElement.requiredTextContent ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlElement.requiredTextContent:()Ljava/lang/String;]
XmlElement.setBaseUri ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.setBaseUri:(Ljava/lang/String;)V]
XmlElement.setName ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.setName:(Ljava/lang/String;)V]
XmlElement.setNamespace ( XmlNamespace p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.setNamespace:(Lorg/xmlpull/v1/builder/XmlNamespace;)V]
XmlElement.setParent ( XmlContainer p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlElement.setParent:(Lorg/xmlpull/v1/builder/XmlContainer;)V]
cdk-1.2.0.jar, XmlElementAdapter.class
package org.xmlpull.v1.builder.adapter
XmlElementAdapter.addAttribute ( String attributeType, String attributePrefix, String attributeNamespace, String attributeName, String attributeValue, boolean specified ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.addAttribute ( String name, String value ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.addAttribute ( String type, XmlNamespace namespace, String name, String value ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addAttribute:(Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.addAttribute ( String type, XmlNamespace namespace, String name, String value, boolean specified ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addAttribute:(Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.addAttribute ( XmlAttribute attributeValueToAdd ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addAttribute:(Lorg/xmlpull/v1/builder/XmlAttribute;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.addAttribute ( XmlNamespace namespace, String name, String value ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addAttribute:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.addChild ( int pos, Object child ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addChild:(ILjava/lang/Object;)V]
XmlElementAdapter.addChild ( Object child ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addChild:(Ljava/lang/Object;)V]
XmlElementAdapter.addElement ( int pos, XmlElement child ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addElement:(ILorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.addElement ( String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addElement:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.addElement ( XmlElement child ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addElement:(Lorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.addElement ( XmlNamespace namespace, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.addElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.attribute ( String attributeName ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.attribute:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.attribute ( XmlNamespace attributeNamespaceName, String attributeName ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.attribute:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.attributes ( ) : Iterator
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.attributes:()Ljava/util/Iterator;]
XmlElementAdapter.castOrWrap ( XmlElement el, Class adapterClass ) [static] : XmlElementAdapter
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.castOrWrap:(Lorg/xmlpull/v1/builder/XmlElement;Ljava/lang/Class;)Lorg/xmlpull/v1/builder/adapter/XmlElementAdapter;]
XmlElementAdapter.children ( ) : Iterator
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.children:()Ljava/util/Iterator;]
XmlElementAdapter.clone ( ) : Object
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.clone:()Ljava/lang/Object;]
XmlElementAdapter.declareNamespace ( String prefix, String namespaceName ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.declareNamespace:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElementAdapter.declareNamespace ( XmlNamespace namespace ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.declareNamespace:(Lorg/xmlpull/v1/builder/XmlNamespace;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElementAdapter.element ( int position ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.element:(I)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.element ( XmlNamespace n, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.element ( XmlNamespace n, String name, boolean create ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.element:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;Z)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.elements ( XmlNamespace n, String name ) : Iterable
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.elements:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/Iterable;]
XmlElementAdapter.ensureAttributeCapacity ( int minCapacity ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.ensureAttributeCapacity:(I)V]
XmlElementAdapter.ensureChildrenCapacity ( int minCapacity ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.ensureChildrenCapacity:(I)V]
XmlElementAdapter.ensureNamespaceDeclarationsCapacity ( int minCapacity ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.ensureNamespaceDeclarationsCapacity:(I)V]
XmlElementAdapter.findAttribute ( String attributeNamespaceName, String attributeName ) : XmlAttribute
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.findAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlAttribute;]
XmlElementAdapter.findElementByName ( String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.findElementByName:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.findElementByName ( String name, XmlElement elementToStartLooking ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.findElementByName:(Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.findElementByName ( String namespaceName, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.findElementByName:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.findElementByName ( String namespaceName, String name, XmlElement elementToStartLooking ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.findElementByName:(Ljava/lang/String;Ljava/lang/String;Lorg/xmlpull/v1/builder/XmlElement;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.getAttributeValue ( String attributeNamespaceName, String attributeName ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlElementAdapter.getBaseUri ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getBaseUri:()Ljava/lang/String;]
XmlElementAdapter.getName ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getName:()Ljava/lang/String;]
XmlElementAdapter.getNamespace ( ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getNamespace:()Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElementAdapter.getNamespaceName ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getNamespaceName:()Ljava/lang/String;]
XmlElementAdapter.getParent ( ) : XmlContainer
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getParent:()Lorg/xmlpull/v1/builder/XmlContainer;]
XmlElementAdapter.getRoot ( ) : XmlContainer
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getRoot:()Lorg/xmlpull/v1/builder/XmlContainer;]
XmlElementAdapter.getTarget ( ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getTarget:()Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.getTopAdapter ( ) : XmlElementAdapter
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.getTopAdapter:()Lorg/xmlpull/v1/builder/adapter/XmlElementAdapter;]
XmlElementAdapter.hasAttributes ( ) : boolean
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.hasAttributes:()Z]
XmlElementAdapter.hasChild ( Object child ) : boolean
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.hasChild:(Ljava/lang/Object;)Z]
XmlElementAdapter.hasChildren ( ) : boolean
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.hasChildren:()Z]
XmlElementAdapter.hasNamespaceDeclarations ( ) : boolean
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.hasNamespaceDeclarations:()Z]
XmlElementAdapter.insertChild ( int pos, Object childToInsert ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.insertChild:(ILjava/lang/Object;)V]
XmlElementAdapter.lookupNamespaceByName ( String namespaceName ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.lookupNamespaceByName:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElementAdapter.lookupNamespaceByPrefix ( String namespacePrefix ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.lookupNamespaceByPrefix:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElementAdapter.namespaces ( ) : Iterator
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.namespaces:()Ljava/util/Iterator;]
XmlElementAdapter.newElement ( String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.newElement:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.newElement ( String namespaceName, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.newElement:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.newElement ( XmlNamespace namespace, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.newElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.newNamespace ( String namespaceName ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.newNamespace:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElementAdapter.newNamespace ( String prefix, String namespaceName ) : XmlNamespace
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.newNamespace:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlElementAdapter.removeAllAttributes ( ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.removeAllAttributes:()V]
XmlElementAdapter.removeAllChildren ( ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.removeAllChildren:()V]
XmlElementAdapter.removeAllNamespaceDeclarations ( ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.removeAllNamespaceDeclarations:()V]
XmlElementAdapter.removeAttribute ( XmlAttribute attr ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.removeAttribute:(Lorg/xmlpull/v1/builder/XmlAttribute;)V]
XmlElementAdapter.removeChild ( Object child ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.removeChild:(Ljava/lang/Object;)V]
XmlElementAdapter.replaceChild ( Object newChild, Object oldChild ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.replaceChild:(Ljava/lang/Object;Ljava/lang/Object;)V]
XmlElementAdapter.replaceChildrenWithText ( String textContent ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.replaceChildrenWithText:(Ljava/lang/String;)V]
XmlElementAdapter.requiredElement ( XmlNamespace n, String name ) : XmlElement
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.requiredElement:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlElementAdapter.requiredElementContent ( ) : Iterable
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.requiredElementContent:()Lorg/xmlpull/v1/builder/Iterable;]
XmlElementAdapter.requiredTextContent ( ) : String
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.requiredTextContent:()Ljava/lang/String;]
XmlElementAdapter.setBaseUri ( String baseUri ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.setBaseUri:(Ljava/lang/String;)V]
XmlElementAdapter.setName ( String name ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.setName:(Ljava/lang/String;)V]
XmlElementAdapter.setNamespace ( XmlNamespace namespace ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.setNamespace:(Lorg/xmlpull/v1/builder/XmlNamespace;)V]
XmlElementAdapter.setParent ( XmlContainer parent ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.setParent:(Lorg/xmlpull/v1/builder/XmlContainer;)V]
XmlElementAdapter.setTopAdapter ( XmlElementAdapter adapter ) : void
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter.setTopAdapter:(Lorg/xmlpull/v1/builder/adapter/XmlElementAdapter;)V]
XmlElementAdapter.XmlElementAdapter ( XmlElement target )
[mangled: org/xmlpull/v1/builder/adapter/XmlElementAdapter."<init>":(Lorg/xmlpull/v1/builder/XmlElement;)V]
cdk-1.2.0.jar, XmlInfosetBuilder.class
package org.xmlpull.v1.builder
XmlInfosetBuilder.getFactory ( ) : XmlPullParserFactory
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.getFactory:()Lorg/xmlpull/v1/XmlPullParserFactory;]
XmlInfosetBuilder.newDocument ( ) : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newDocument:()Lorg/xmlpull/v1/builder/XmlDocument;]
XmlInfosetBuilder.newDocument ( String p1, Boolean p2, String p3 ) [abstract] : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newDocument:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlDocument;]
XmlInfosetBuilder.newFragment ( String p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newFragment:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.newFragment ( String p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newFragment:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.newFragment ( XmlNamespace p1, String p2 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newFragment:(Lorg/xmlpull/v1/builder/XmlNamespace;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.newInstance ( ) [static] : XmlInfosetBuilder
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newInstance:()Lorg/xmlpull/v1/builder/XmlInfosetBuilder;]
XmlInfosetBuilder.newInstance ( XmlPullParserFactory factory ) [static] : XmlInfosetBuilder
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newInstance:(Lorg/xmlpull/v1/XmlPullParserFactory;)Lorg/xmlpull/v1/builder/XmlInfosetBuilder;]
XmlInfosetBuilder.newNamespace ( String p1 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newNamespace:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlInfosetBuilder.newNamespace ( String p1, String p2 ) [abstract] : XmlNamespace
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.newNamespace:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlNamespace;]
XmlInfosetBuilder.parse ( XmlPullParser p1 ) [abstract] : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parse:(Lorg/xmlpull/v1/XmlPullParser;)Lorg/xmlpull/v1/builder/XmlDocument;]
XmlInfosetBuilder.parseFragementFromInputStream ( InputStream is, String encoding ) : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseFragementFromInputStream:(Ljava/io/InputStream;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.parseFragment ( XmlPullParser p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseFragment:(Lorg/xmlpull/v1/XmlPullParser;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.parseFragmentFromInputStream ( InputStream is ) : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseFragmentFromInputStream:(Ljava/io/InputStream;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.parseFragmentFromReader ( Reader reader ) : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseFragmentFromReader:(Ljava/io/Reader;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.parseInputStream ( InputStream is ) : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseInputStream:(Ljava/io/InputStream;)Lorg/xmlpull/v1/builder/XmlDocument;]
XmlInfosetBuilder.parseInputStream ( InputStream is, String encoding ) : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseInputStream:(Ljava/io/InputStream;Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlDocument;]
XmlInfosetBuilder.parseItem ( XmlPullParser p1 ) [abstract] : Object
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseItem:(Lorg/xmlpull/v1/XmlPullParser;)Ljava/lang/Object;]
XmlInfosetBuilder.parseLocation ( String p1 ) [abstract] : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseLocation:(Ljava/lang/String;)Lorg/xmlpull/v1/builder/XmlDocument;]
XmlInfosetBuilder.parseReader ( Reader reader ) : XmlDocument
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseReader:(Ljava/io/Reader;)Lorg/xmlpull/v1/builder/XmlDocument;]
XmlInfosetBuilder.parseStartTag ( XmlPullParser p1 ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.parseStartTag:(Lorg/xmlpull/v1/XmlPullParser;)Lorg/xmlpull/v1/builder/XmlElement;]
XmlInfosetBuilder.serialize ( Object p1, XmlSerializer p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serialize:(Ljava/lang/Object;Lorg/xmlpull/v1/XmlSerializer;)V]
XmlInfosetBuilder.serializeEndTag ( XmlElement p1, XmlSerializer p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serializeEndTag:(Lorg/xmlpull/v1/builder/XmlElement;Lorg/xmlpull/v1/XmlSerializer;)V]
XmlInfosetBuilder.serializeItem ( Object p1, XmlSerializer p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serializeItem:(Ljava/lang/Object;Lorg/xmlpull/v1/XmlSerializer;)V]
XmlInfosetBuilder.serializeStartTag ( XmlElement p1, XmlSerializer p2 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serializeStartTag:(Lorg/xmlpull/v1/builder/XmlElement;Lorg/xmlpull/v1/XmlSerializer;)V]
XmlInfosetBuilder.serializeToOutputStream ( Object item, OutputStream os ) : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serializeToOutputStream:(Ljava/lang/Object;Ljava/io/OutputStream;)V]
XmlInfosetBuilder.serializeToOutputStream ( Object item, OutputStream os, String encoding ) : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serializeToOutputStream:(Ljava/lang/Object;Ljava/io/OutputStream;Ljava/lang/String;)V]
XmlInfosetBuilder.serializeToString ( Object item ) : String
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serializeToString:(Ljava/lang/Object;)Ljava/lang/String;]
XmlInfosetBuilder.serializeToWriter ( Object item, Writer writer ) : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.serializeToWriter:(Ljava/lang/Object;Ljava/io/Writer;)V]
XmlInfosetBuilder.skipSubTree ( XmlPullParser pp ) : void
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder.skipSubTree:(Lorg/xmlpull/v1/XmlPullParser;)V]
XmlInfosetBuilder.XmlInfosetBuilder ( )
[mangled: org/xmlpull/v1/builder/XmlInfosetBuilder."<init>":()V]
cdk-1.2.0.jar, XmlNamespace.class
package org.xmlpull.v1.builder
XmlNamespace.getNamespaceName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlNamespace.getNamespaceName:()Ljava/lang/String;]
XmlNamespace.getPrefix ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlNamespace.getPrefix:()Ljava/lang/String;]
cdk-1.2.0.jar, XmlNotation.class
package org.xmlpull.v1.builder
XmlNotation.getDeclarationBaseUri ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlNotation.getDeclarationBaseUri:()Ljava/lang/String;]
XmlNotation.getName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlNotation.getName:()Ljava/lang/String;]
XmlNotation.getPublicIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlNotation.getPublicIdentifier:()Ljava/lang/String;]
XmlNotation.getSystemIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlNotation.getSystemIdentifier:()Ljava/lang/String;]
cdk-1.2.0.jar, XmlProcessingInstruction.class
package org.xmlpull.v1.builder
XmlProcessingInstruction.getBaseUri ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlProcessingInstruction.getBaseUri:()Ljava/lang/String;]
XmlProcessingInstruction.getContent ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlProcessingInstruction.getContent:()Ljava/lang/String;]
XmlProcessingInstruction.getNotation ( ) [abstract] : XmlNotation
[mangled: org/xmlpull/v1/builder/XmlProcessingInstruction.getNotation:()Lorg/xmlpull/v1/builder/XmlNotation;]
XmlProcessingInstruction.getParent ( ) [abstract] : XmlContainer
[mangled: org/xmlpull/v1/builder/XmlProcessingInstruction.getParent:()Lorg/xmlpull/v1/builder/XmlContainer;]
XmlProcessingInstruction.getTarget ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlProcessingInstruction.getTarget:()Ljava/lang/String;]
cdk-1.2.0.jar, XmlPullParser.class
package org.xmlpull.v1
XmlPullParser.defineEntityReplacementText ( String p1, String p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlPullParser.defineEntityReplacementText:(Ljava/lang/String;Ljava/lang/String;)V]
XmlPullParser.getAttributeCount ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.getAttributeCount:()I]
XmlPullParser.getAttributeName ( int p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getAttributeName:(I)Ljava/lang/String;]
XmlPullParser.getAttributeNamespace ( int p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getAttributeNamespace:(I)Ljava/lang/String;]
XmlPullParser.getAttributePrefix ( int p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getAttributePrefix:(I)Ljava/lang/String;]
XmlPullParser.getAttributeType ( int p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getAttributeType:(I)Ljava/lang/String;]
XmlPullParser.getAttributeValue ( int p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getAttributeValue:(I)Ljava/lang/String;]
XmlPullParser.getAttributeValue ( String p1, String p2 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlPullParser.getColumnNumber ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.getColumnNumber:()I]
XmlPullParser.getDepth ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.getDepth:()I]
XmlPullParser.getEventType ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.getEventType:()I]
XmlPullParser.getFeature ( String p1 ) [abstract] : boolean
[mangled: org/xmlpull/v1/XmlPullParser.getFeature:(Ljava/lang/String;)Z]
XmlPullParser.getInputEncoding ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getInputEncoding:()Ljava/lang/String;]
XmlPullParser.getLineNumber ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.getLineNumber:()I]
XmlPullParser.getName ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getName:()Ljava/lang/String;]
XmlPullParser.getNamespace ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getNamespace:()Ljava/lang/String;]
XmlPullParser.getNamespace ( String p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
XmlPullParser.getNamespaceCount ( int p1 ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.getNamespaceCount:(I)I]
XmlPullParser.getNamespacePrefix ( int p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getNamespacePrefix:(I)Ljava/lang/String;]
XmlPullParser.getNamespaceUri ( int p1 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getNamespaceUri:(I)Ljava/lang/String;]
XmlPullParser.getPositionDescription ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getPositionDescription:()Ljava/lang/String;]
XmlPullParser.getPrefix ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getPrefix:()Ljava/lang/String;]
XmlPullParser.getProperty ( String p1 ) [abstract] : Object
[mangled: org/xmlpull/v1/XmlPullParser.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
XmlPullParser.getText ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.getText:()Ljava/lang/String;]
XmlPullParser.getTextCharacters ( int[ ] p1 ) [abstract] : char[ ]
[mangled: org/xmlpull/v1/XmlPullParser.getTextCharacters:([I)[C]
XmlPullParser.isAttributeDefault ( int p1 ) [abstract] : boolean
[mangled: org/xmlpull/v1/XmlPullParser.isAttributeDefault:(I)Z]
XmlPullParser.isEmptyElementTag ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/XmlPullParser.isEmptyElementTag:()Z]
XmlPullParser.isWhitespace ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/XmlPullParser.isWhitespace:()Z]
XmlPullParser.next ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.next:()I]
XmlPullParser.nextTag ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.nextTag:()I]
XmlPullParser.nextText ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlPullParser.nextText:()Ljava/lang/String;]
XmlPullParser.nextToken ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlPullParser.nextToken:()I]
XmlPullParser.require ( int p1, String p2, String p3 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlPullParser.require:(ILjava/lang/String;Ljava/lang/String;)V]
XmlPullParser.setFeature ( String p1, boolean p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlPullParser.setFeature:(Ljava/lang/String;Z)V]
XmlPullParser.setInput ( InputStream p1, String p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlPullParser.setInput:(Ljava/io/InputStream;Ljava/lang/String;)V]
XmlPullParser.setInput ( Reader p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlPullParser.setInput:(Ljava/io/Reader;)V]
XmlPullParser.setProperty ( String p1, Object p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlPullParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
cdk-1.2.0.jar, XmlPullParserDelegate.class
package org.xmlpull.v1.wrapper.classic
XmlPullParserDelegate.defineEntityReplacementText ( String entityName, String replacementText ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.defineEntityReplacementText:(Ljava/lang/String;Ljava/lang/String;)V]
XmlPullParserDelegate.getAttributeCount ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getAttributeCount:()I]
XmlPullParserDelegate.getAttributeName ( int index ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getAttributeName:(I)Ljava/lang/String;]
XmlPullParserDelegate.getAttributeNamespace ( int index ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getAttributeNamespace:(I)Ljava/lang/String;]
XmlPullParserDelegate.getAttributePrefix ( int index ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getAttributePrefix:(I)Ljava/lang/String;]
XmlPullParserDelegate.getAttributeType ( int index ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getAttributeType:(I)Ljava/lang/String;]
XmlPullParserDelegate.getAttributeValue ( int index ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getAttributeValue:(I)Ljava/lang/String;]
XmlPullParserDelegate.getAttributeValue ( String namespace, String name ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlPullParserDelegate.getColumnNumber ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getColumnNumber:()I]
XmlPullParserDelegate.getDepth ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getDepth:()I]
XmlPullParserDelegate.getEventType ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getEventType:()I]
XmlPullParserDelegate.getFeature ( String name ) : boolean
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getFeature:(Ljava/lang/String;)Z]
XmlPullParserDelegate.getInputEncoding ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getInputEncoding:()Ljava/lang/String;]
XmlPullParserDelegate.getLineNumber ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getLineNumber:()I]
XmlPullParserDelegate.getName ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getName:()Ljava/lang/String;]
XmlPullParserDelegate.getNamespace ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getNamespace:()Ljava/lang/String;]
XmlPullParserDelegate.getNamespace ( String prefix ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
XmlPullParserDelegate.getNamespaceCount ( int depth ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getNamespaceCount:(I)I]
XmlPullParserDelegate.getNamespacePrefix ( int pos ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getNamespacePrefix:(I)Ljava/lang/String;]
XmlPullParserDelegate.getNamespaceUri ( int pos ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getNamespaceUri:(I)Ljava/lang/String;]
XmlPullParserDelegate.getPositionDescription ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getPositionDescription:()Ljava/lang/String;]
XmlPullParserDelegate.getPrefix ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getPrefix:()Ljava/lang/String;]
XmlPullParserDelegate.getProperty ( String name ) : Object
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
XmlPullParserDelegate.getText ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getText:()Ljava/lang/String;]
XmlPullParserDelegate.getTextCharacters ( int[ ] holderForStartAndLength ) : char[ ]
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.getTextCharacters:([I)[C]
XmlPullParserDelegate.isAttributeDefault ( int index ) : boolean
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.isAttributeDefault:(I)Z]
XmlPullParserDelegate.isEmptyElementTag ( ) : boolean
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.isEmptyElementTag:()Z]
XmlPullParserDelegate.isWhitespace ( ) : boolean
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.isWhitespace:()Z]
XmlPullParserDelegate.next ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.next:()I]
XmlPullParserDelegate.nextTag ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.nextTag:()I]
XmlPullParserDelegate.nextText ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.nextText:()Ljava/lang/String;]
XmlPullParserDelegate.nextToken ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.nextToken:()I]
XmlPullParserDelegate.require ( int type, String namespace, String name ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.require:(ILjava/lang/String;Ljava/lang/String;)V]
XmlPullParserDelegate.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.setFeature:(Ljava/lang/String;Z)V]
XmlPullParserDelegate.setInput ( InputStream inputStream, String inputEncoding ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.setInput:(Ljava/io/InputStream;Ljava/lang/String;)V]
XmlPullParserDelegate.setInput ( Reader in ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.setInput:(Ljava/io/Reader;)V]
XmlPullParserDelegate.setProperty ( String name, Object value ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XmlPullParserDelegate.XmlPullParserDelegate ( XmlPullParser pp )
[mangled: org/xmlpull/v1/wrapper/classic/XmlPullParserDelegate."<init>":(Lorg/xmlpull/v1/XmlPullParser;)V]
cdk-1.2.0.jar, XmlPullParserException.class
package org.xmlpull.v1
XmlPullParserException.getColumnNumber ( ) : int
[mangled: org/xmlpull/v1/XmlPullParserException.getColumnNumber:()I]
XmlPullParserException.getDetail ( ) : Throwable
[mangled: org/xmlpull/v1/XmlPullParserException.getDetail:()Ljava/lang/Throwable;]
XmlPullParserException.getLineNumber ( ) : int
[mangled: org/xmlpull/v1/XmlPullParserException.getLineNumber:()I]
XmlPullParserException.printStackTrace ( ) : void
[mangled: org/xmlpull/v1/XmlPullParserException.printStackTrace:()V]
XmlPullParserException.XmlPullParserException ( String msg, XmlPullParser parser, Throwable chain )
[mangled: org/xmlpull/v1/XmlPullParserException."<init>":(Ljava/lang/String;Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/Throwable;)V]
XmlPullParserException.XmlPullParserException ( String s )
[mangled: org/xmlpull/v1/XmlPullParserException."<init>":(Ljava/lang/String;)V]
cdk-1.2.0.jar, XmlPullParserFactory.class
package org.xmlpull.v1
XmlPullParserFactory.getFeature ( String name ) : boolean
[mangled: org/xmlpull/v1/XmlPullParserFactory.getFeature:(Ljava/lang/String;)Z]
XmlPullParserFactory.isNamespaceAware ( ) : boolean
[mangled: org/xmlpull/v1/XmlPullParserFactory.isNamespaceAware:()Z]
XmlPullParserFactory.isValidating ( ) : boolean
[mangled: org/xmlpull/v1/XmlPullParserFactory.isValidating:()Z]
XmlPullParserFactory.newInstance ( ) [static] : XmlPullParserFactory
[mangled: org/xmlpull/v1/XmlPullParserFactory.newInstance:()Lorg/xmlpull/v1/XmlPullParserFactory;]
XmlPullParserFactory.newInstance ( String classNames, Class context ) [static] : XmlPullParserFactory
[mangled: org/xmlpull/v1/XmlPullParserFactory.newInstance:(Ljava/lang/String;Ljava/lang/Class;)Lorg/xmlpull/v1/XmlPullParserFactory;]
XmlPullParserFactory.newPullParser ( ) : XmlPullParser
[mangled: org/xmlpull/v1/XmlPullParserFactory.newPullParser:()Lorg/xmlpull/v1/XmlPullParser;]
XmlPullParserFactory.newSerializer ( ) : XmlSerializer
[mangled: org/xmlpull/v1/XmlPullParserFactory.newSerializer:()Lorg/xmlpull/v1/XmlSerializer;]
XmlPullParserFactory.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/v1/XmlPullParserFactory.setFeature:(Ljava/lang/String;Z)V]
XmlPullParserFactory.setNamespaceAware ( boolean awareness ) : void
[mangled: org/xmlpull/v1/XmlPullParserFactory.setNamespaceAware:(Z)V]
XmlPullParserFactory.setValidating ( boolean validating ) : void
[mangled: org/xmlpull/v1/XmlPullParserFactory.setValidating:(Z)V]
XmlPullParserFactory.XmlPullParserFactory ( )
[mangled: org/xmlpull/v1/XmlPullParserFactory."<init>":()V]
cdk-1.2.0.jar, XmlPullParserPool.class
package org.xmlpull.v1.parser_pool
XmlPullParserPool.getPullParserFromPool ( ) : XmlPullParser
[mangled: org/xmlpull/v1/parser_pool/XmlPullParserPool.getPullParserFromPool:()Lorg/xmlpull/v1/XmlPullParser;]
XmlPullParserPool.main ( String[ ] args ) [static] : void
[mangled: org/xmlpull/v1/parser_pool/XmlPullParserPool.main:([Ljava/lang/String;)V]
XmlPullParserPool.newParser ( ) : XmlPullParser
[mangled: org/xmlpull/v1/parser_pool/XmlPullParserPool.newParser:()Lorg/xmlpull/v1/XmlPullParser;]
XmlPullParserPool.returnPullParserToPool ( XmlPullParser pp ) : void
[mangled: org/xmlpull/v1/parser_pool/XmlPullParserPool.returnPullParserToPool:(Lorg/xmlpull/v1/XmlPullParser;)V]
XmlPullParserPool.XmlPullParserPool ( )
[mangled: org/xmlpull/v1/parser_pool/XmlPullParserPool."<init>":()V]
XmlPullParserPool.XmlPullParserPool ( XmlPullParserFactory factory )
[mangled: org/xmlpull/v1/parser_pool/XmlPullParserPool."<init>":(Lorg/xmlpull/v1/XmlPullParserFactory;)V]
cdk-1.2.0.jar, XmlPullParserWrapper.class
package org.xmlpull.v1.wrapper
XmlPullParserWrapper.getAttributeValue ( String p1 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.getAttributeValue:(Ljava/lang/String;)Ljava/lang/String;]
XmlPullParserWrapper.getPIData ( ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.getPIData:()Ljava/lang/String;]
XmlPullParserWrapper.getPITarget ( ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.getPITarget:()Ljava/lang/String;]
XmlPullParserWrapper.getRequiredAttributeValue ( String p1 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.getRequiredAttributeValue:(Ljava/lang/String;)Ljava/lang/String;]
XmlPullParserWrapper.getRequiredAttributeValue ( String p1, String p2 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.getRequiredAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlPullParserWrapper.getRequiredElementText ( String p1, String p2 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.getRequiredElementText:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlPullParserWrapper.isNil ( ) [abstract] : boolean
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.isNil:()Z]
XmlPullParserWrapper.matches ( int p1, String p2, String p3 ) [abstract] : boolean
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.matches:(ILjava/lang/String;Ljava/lang/String;)Z]
XmlPullParserWrapper.nextEndTag ( ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.nextEndTag:()V]
XmlPullParserWrapper.nextEndTag ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.nextEndTag:(Ljava/lang/String;)V]
XmlPullParserWrapper.nextEndTag ( String p1, String p2 ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.nextEndTag:(Ljava/lang/String;Ljava/lang/String;)V]
XmlPullParserWrapper.nextStartTag ( ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.nextStartTag:()V]
XmlPullParserWrapper.nextStartTag ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.nextStartTag:(Ljava/lang/String;)V]
XmlPullParserWrapper.nextStartTag ( String p1, String p2 ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.nextStartTag:(Ljava/lang/String;Ljava/lang/String;)V]
XmlPullParserWrapper.nextText ( String p1, String p2 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.nextText:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlPullParserWrapper.skipSubTree ( ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlPullParserWrapper.skipSubTree:()V]
cdk-1.2.0.jar, XmlPullUtil.class
package org.xmlpull.v1.util
XmlPullUtil.getAttributeValue ( XmlPullParser pp, String name ) [static] : String
[mangled: org/xmlpull/v1/util/XmlPullUtil.getAttributeValue:(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;)Ljava/lang/String;]
XmlPullUtil.getPIData ( XmlPullParser pp ) [static] : String
[mangled: org/xmlpull/v1/util/XmlPullUtil.getPIData:(Lorg/xmlpull/v1/XmlPullParser;)Ljava/lang/String;]
XmlPullUtil.getPITarget ( XmlPullParser pp ) [static] : String
[mangled: org/xmlpull/v1/util/XmlPullUtil.getPITarget:(Lorg/xmlpull/v1/XmlPullParser;)Ljava/lang/String;]
XmlPullUtil.getRequiredAttributeValue ( XmlPullParser pp, String namespace, String name ) [static] : String
[mangled: org/xmlpull/v1/util/XmlPullUtil.getRequiredAttributeValue:(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlPullUtil.matches ( XmlPullParser pp, int type, String namespace, String name ) [static] : boolean
[mangled: org/xmlpull/v1/util/XmlPullUtil.matches:(Lorg/xmlpull/v1/XmlPullParser;ILjava/lang/String;Ljava/lang/String;)Z]
XmlPullUtil.nextEndTag ( XmlPullParser pp ) [static] : void
[mangled: org/xmlpull/v1/util/XmlPullUtil.nextEndTag:(Lorg/xmlpull/v1/XmlPullParser;)V]
XmlPullUtil.nextEndTag ( XmlPullParser pp, String namespace, String name ) [static] : void
[mangled: org/xmlpull/v1/util/XmlPullUtil.nextEndTag:(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;Ljava/lang/String;)V]
XmlPullUtil.nextStartTag ( XmlPullParser pp ) [static] : void
[mangled: org/xmlpull/v1/util/XmlPullUtil.nextStartTag:(Lorg/xmlpull/v1/XmlPullParser;)V]
XmlPullUtil.nextStartTag ( XmlPullParser pp, String name ) [static] : void
[mangled: org/xmlpull/v1/util/XmlPullUtil.nextStartTag:(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;)V]
XmlPullUtil.nextStartTag ( XmlPullParser pp, String namespace, String name ) [static] : void
[mangled: org/xmlpull/v1/util/XmlPullUtil.nextStartTag:(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;Ljava/lang/String;)V]
XmlPullUtil.nextText ( XmlPullParser pp, String namespace, String name ) [static] : String
[mangled: org/xmlpull/v1/util/XmlPullUtil.nextText:(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XmlPullUtil.skipSubTree ( XmlPullParser pp ) [static] : void
[mangled: org/xmlpull/v1/util/XmlPullUtil.skipSubTree:(Lorg/xmlpull/v1/XmlPullParser;)V]
XmlPullUtil.writeSimpleElement ( XmlSerializer serializer, String namespace, String elementName, String elementText ) [static] : void
[mangled: org/xmlpull/v1/util/XmlPullUtil.writeSimpleElement:(Lorg/xmlpull/v1/XmlSerializer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.2.0.jar, XmlPullWrapperFactory.class
package org.xmlpull.v1.wrapper
XmlPullWrapperFactory.getFactory ( ) : XmlPullParserFactory
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.getFactory:()Lorg/xmlpull/v1/XmlPullParserFactory;]
XmlPullWrapperFactory.getFeature ( String name ) : boolean
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.getFeature:(Ljava/lang/String;)Z]
XmlPullWrapperFactory.isNamespaceAware ( ) : boolean
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.isNamespaceAware:()Z]
XmlPullWrapperFactory.isValidating ( ) : boolean
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.isValidating:()Z]
XmlPullWrapperFactory.newInstance ( ) [static] : XmlPullWrapperFactory
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.newInstance:()Lorg/xmlpull/v1/wrapper/XmlPullWrapperFactory;]
XmlPullWrapperFactory.newInstance ( String classNames, Class context ) [static] : XmlPullWrapperFactory
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.newInstance:(Ljava/lang/String;Ljava/lang/Class;)Lorg/xmlpull/v1/wrapper/XmlPullWrapperFactory;]
XmlPullWrapperFactory.newInstance ( XmlPullParserFactory factory ) [static] : XmlPullWrapperFactory
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.newInstance:(Lorg/xmlpull/v1/XmlPullParserFactory;)Lorg/xmlpull/v1/wrapper/XmlPullWrapperFactory;]
XmlPullWrapperFactory.newPullParserWrapper ( ) : XmlPullParserWrapper
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.newPullParserWrapper:()Lorg/xmlpull/v1/wrapper/XmlPullParserWrapper;]
XmlPullWrapperFactory.newPullParserWrapper ( XmlPullParser pp ) : XmlPullParserWrapper
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.newPullParserWrapper:(Lorg/xmlpull/v1/XmlPullParser;)Lorg/xmlpull/v1/wrapper/XmlPullParserWrapper;]
XmlPullWrapperFactory.newSerializerWrapper ( ) : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.newSerializerWrapper:()Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
XmlPullWrapperFactory.newSerializerWrapper ( XmlSerializer xs ) : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.newSerializerWrapper:(Lorg/xmlpull/v1/XmlSerializer;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
XmlPullWrapperFactory.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.setFeature:(Ljava/lang/String;Z)V]
XmlPullWrapperFactory.setNamespaceAware ( boolean awareness ) : void
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.setNamespaceAware:(Z)V]
XmlPullWrapperFactory.setValidating ( boolean validating ) : void
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory.setValidating:(Z)V]
XmlPullWrapperFactory.XmlPullWrapperFactory ( XmlPullParserFactory factory )
[mangled: org/xmlpull/v1/wrapper/XmlPullWrapperFactory."<init>":(Lorg/xmlpull/v1/XmlPullParserFactory;)V]
cdk-1.2.0.jar, XmlSerializable.class
package org.xmlpull.v1.builder
XmlSerializable.serialize ( XmlSerializer p1 ) [abstract] : void
[mangled: org/xmlpull/v1/builder/XmlSerializable.serialize:(Lorg/xmlpull/v1/XmlSerializer;)V]
cdk-1.2.0.jar, XmlSerializer.class
package org.xmlpull.v1
XmlSerializer.attribute ( String p1, String p2, String p3 ) [abstract] : XmlSerializer
[mangled: org/xmlpull/v1/XmlSerializer.attribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializer.cdsect ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.cdsect:(Ljava/lang/String;)V]
XmlSerializer.comment ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.comment:(Ljava/lang/String;)V]
XmlSerializer.docdecl ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.docdecl:(Ljava/lang/String;)V]
XmlSerializer.endDocument ( ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.endDocument:()V]
XmlSerializer.endTag ( String p1, String p2 ) [abstract] : XmlSerializer
[mangled: org/xmlpull/v1/XmlSerializer.endTag:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializer.entityRef ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.entityRef:(Ljava/lang/String;)V]
XmlSerializer.flush ( ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.flush:()V]
XmlSerializer.getDepth ( ) [abstract] : int
[mangled: org/xmlpull/v1/XmlSerializer.getDepth:()I]
XmlSerializer.getFeature ( String p1 ) [abstract] : boolean
[mangled: org/xmlpull/v1/XmlSerializer.getFeature:(Ljava/lang/String;)Z]
XmlSerializer.getName ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlSerializer.getName:()Ljava/lang/String;]
XmlSerializer.getNamespace ( ) [abstract] : String
[mangled: org/xmlpull/v1/XmlSerializer.getNamespace:()Ljava/lang/String;]
XmlSerializer.getPrefix ( String p1, boolean p2 ) [abstract] : String
[mangled: org/xmlpull/v1/XmlSerializer.getPrefix:(Ljava/lang/String;Z)Ljava/lang/String;]
XmlSerializer.getProperty ( String p1 ) [abstract] : Object
[mangled: org/xmlpull/v1/XmlSerializer.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
XmlSerializer.ignorableWhitespace ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.ignorableWhitespace:(Ljava/lang/String;)V]
XmlSerializer.processingInstruction ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.processingInstruction:(Ljava/lang/String;)V]
XmlSerializer.setFeature ( String p1, boolean p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.setFeature:(Ljava/lang/String;Z)V]
XmlSerializer.setOutput ( OutputStream p1, String p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.setOutput:(Ljava/io/OutputStream;Ljava/lang/String;)V]
XmlSerializer.setOutput ( Writer p1 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.setOutput:(Ljava/io/Writer;)V]
XmlSerializer.setPrefix ( String p1, String p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
XmlSerializer.setProperty ( String p1, Object p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XmlSerializer.startDocument ( String p1, Boolean p2 ) [abstract] : void
[mangled: org/xmlpull/v1/XmlSerializer.startDocument:(Ljava/lang/String;Ljava/lang/Boolean;)V]
XmlSerializer.startTag ( String p1, String p2 ) [abstract] : XmlSerializer
[mangled: org/xmlpull/v1/XmlSerializer.startTag:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializer.text ( char[ ] p1, int p2, int p3 ) [abstract] : XmlSerializer
[mangled: org/xmlpull/v1/XmlSerializer.text:([CII)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializer.text ( String p1 ) [abstract] : XmlSerializer
[mangled: org/xmlpull/v1/XmlSerializer.text:(Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
cdk-1.2.0.jar, XmlSerializerDelegate.class
package org.xmlpull.v1.wrapper.classic
XmlSerializerDelegate.attribute ( String namespace, String name, String value ) : XmlSerializer
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.attribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializerDelegate.cdsect ( String text ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.cdsect:(Ljava/lang/String;)V]
XmlSerializerDelegate.comment ( String text ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.comment:(Ljava/lang/String;)V]
XmlSerializerDelegate.docdecl ( String text ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.docdecl:(Ljava/lang/String;)V]
XmlSerializerDelegate.endDocument ( ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.endDocument:()V]
XmlSerializerDelegate.endTag ( String namespace, String name ) : XmlSerializer
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.endTag:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializerDelegate.entityRef ( String text ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.entityRef:(Ljava/lang/String;)V]
XmlSerializerDelegate.flush ( ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.flush:()V]
XmlSerializerDelegate.getDepth ( ) : int
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.getDepth:()I]
XmlSerializerDelegate.getFeature ( String name ) : boolean
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.getFeature:(Ljava/lang/String;)Z]
XmlSerializerDelegate.getName ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.getName:()Ljava/lang/String;]
XmlSerializerDelegate.getNamespace ( ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.getNamespace:()Ljava/lang/String;]
XmlSerializerDelegate.getPrefix ( String namespace, boolean generatePrefix ) : String
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.getPrefix:(Ljava/lang/String;Z)Ljava/lang/String;]
XmlSerializerDelegate.getProperty ( String name ) : Object
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
XmlSerializerDelegate.ignorableWhitespace ( String text ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.ignorableWhitespace:(Ljava/lang/String;)V]
XmlSerializerDelegate.processingInstruction ( String text ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.processingInstruction:(Ljava/lang/String;)V]
XmlSerializerDelegate.setFeature ( String name, boolean state ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.setFeature:(Ljava/lang/String;Z)V]
XmlSerializerDelegate.setOutput ( OutputStream os, String encoding ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.setOutput:(Ljava/io/OutputStream;Ljava/lang/String;)V]
XmlSerializerDelegate.setOutput ( Writer writer ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.setOutput:(Ljava/io/Writer;)V]
XmlSerializerDelegate.setPrefix ( String prefix, String namespace ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
XmlSerializerDelegate.setProperty ( String name, Object value ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XmlSerializerDelegate.startDocument ( String encoding, Boolean standalone ) : void
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.startDocument:(Ljava/lang/String;Ljava/lang/Boolean;)V]
XmlSerializerDelegate.startTag ( String namespace, String name ) : XmlSerializer
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.startTag:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializerDelegate.text ( char[ ] buf, int start, int len ) : XmlSerializer
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.text:([CII)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializerDelegate.text ( String text ) : XmlSerializer
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate.text:(Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer;]
XmlSerializerDelegate.XmlSerializerDelegate ( XmlSerializer serializer )
[mangled: org/xmlpull/v1/wrapper/classic/XmlSerializerDelegate."<init>":(Lorg/xmlpull/v1/XmlSerializer;)V]
cdk-1.2.0.jar, XmlSerializerWrapper.class
package org.xmlpull.v1.wrapper
XmlSerializerWrapper.attribute ( String p1, String p2 ) [abstract] : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.attribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
XmlSerializerWrapper.element ( String p1, String p2 ) [abstract] : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.element:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
XmlSerializerWrapper.element ( String p1, String p2, String p3 ) [abstract] : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.element:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
XmlSerializerWrapper.endTag ( String p1 ) [abstract] : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.endTag:(Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
XmlSerializerWrapper.escapeAttributeValue ( String p1 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.escapeAttributeValue:(Ljava/lang/String;)Ljava/lang/String;]
XmlSerializerWrapper.escapeText ( String p1 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.escapeText:(Ljava/lang/String;)Ljava/lang/String;]
XmlSerializerWrapper.event ( XmlPullParser p1 ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.event:(Lorg/xmlpull/v1/XmlPullParser;)V]
XmlSerializerWrapper.fragment ( String p1 ) [abstract] : void
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.fragment:(Ljava/lang/String;)V]
XmlSerializerWrapper.getCurrentNamespaceForElements ( ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.getCurrentNamespaceForElements:()Ljava/lang/String;]
XmlSerializerWrapper.setCurrentNamespaceForElements ( String p1 ) [abstract] : String
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.setCurrentNamespaceForElements:(Ljava/lang/String;)Ljava/lang/String;]
XmlSerializerWrapper.startTag ( String p1 ) [abstract] : XmlSerializerWrapper
[mangled: org/xmlpull/v1/wrapper/XmlSerializerWrapper.startTag:(Ljava/lang/String;)Lorg/xmlpull/v1/wrapper/XmlSerializerWrapper;]
cdk-1.2.0.jar, XmlUnexpandedEntityReference.class
package org.xmlpull.v1.builder
XmlUnexpandedEntityReference.getDeclarationBaseUri ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnexpandedEntityReference.getDeclarationBaseUri:()Ljava/lang/String;]
XmlUnexpandedEntityReference.getName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnexpandedEntityReference.getName:()Ljava/lang/String;]
XmlUnexpandedEntityReference.getParent ( ) [abstract] : XmlElement
[mangled: org/xmlpull/v1/builder/XmlUnexpandedEntityReference.getParent:()Lorg/xmlpull/v1/builder/XmlElement;]
XmlUnexpandedEntityReference.getPublicIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnexpandedEntityReference.getPublicIdentifier:()Ljava/lang/String;]
XmlUnexpandedEntityReference.getSystemIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnexpandedEntityReference.getSystemIdentifier:()Ljava/lang/String;]
cdk-1.2.0.jar, XmlUnparsedEntity.class
package org.xmlpull.v1.builder
XmlUnparsedEntity.getDeclarationBaseUri ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnparsedEntity.getDeclarationBaseUri:()Ljava/lang/String;]
XmlUnparsedEntity.getName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnparsedEntity.getName:()Ljava/lang/String;]
XmlUnparsedEntity.getNotation ( ) [abstract] : XmlNotation
[mangled: org/xmlpull/v1/builder/XmlUnparsedEntity.getNotation:()Lorg/xmlpull/v1/builder/XmlNotation;]
XmlUnparsedEntity.getNotationName ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnparsedEntity.getNotationName:()Ljava/lang/String;]
XmlUnparsedEntity.getPublicIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnparsedEntity.getPublicIdentifier:()Ljava/lang/String;]
XmlUnparsedEntity.getSystemIdentifier ( ) [abstract] : String
[mangled: org/xmlpull/v1/builder/XmlUnparsedEntity.getSystemIdentifier:()Ljava/lang/String;]
cdk-1.2.0.jar, ZagrebIndexDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ZagrebIndexDescriptor.getDescriptorNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ZagrebIndexDescriptor.getDescriptorNames:()[Ljava/lang/String;]
to the top
Removed Methods (11701)
cdk-1.0.4.jar, _CollectionManagerStub.class
package org.apache.xindice.client.corba.db
_CollectionManagerStub._CollectionManagerStub ( )
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub."<init>":()V]
_CollectionManagerStub._ids ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub._ids:()[Ljava/lang/String;]
_CollectionManagerStub.createCollection ( String path, EncodedBuffer config ) : Collection
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.createCollection:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/apache/xindice/client/corba/db/Collection;]
_CollectionManagerStub.createIndexer ( EncodedBuffer config ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.createIndexer:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
_CollectionManagerStub.createXMLObject ( EncodedBuffer config ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.createXMLObject:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
_CollectionManagerStub.dropCollection ( String path ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.dropCollection:(Ljava/lang/String;)V]
_CollectionManagerStub.dropIndexer ( String nam ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.dropIndexer:(Ljava/lang/String;)V]
_CollectionManagerStub.dropXMLObject ( String nam ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.dropXMLObject:(Ljava/lang/String;)V]
_CollectionManagerStub.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.getCanonicalName:()Ljava/lang/String;]
_CollectionManagerStub.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.getName:()Ljava/lang/String;]
_CollectionManagerStub.listIndexers ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.listIndexers:()[Ljava/lang/String;]
_CollectionManagerStub.listXMLObjects ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.listXMLObjects:()[Ljava/lang/String;]
_CollectionManagerStub.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionManagerStub.remove:()V]
cdk-1.0.4.jar, _CollectionStub.class
package org.apache.xindice.client.corba.db
_CollectionStub._CollectionStub ( )
[mangled: org/apache/xindice/client/corba/db/_CollectionStub."<init>":()V]
_CollectionStub._ids ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_CollectionStub._ids:()[Ljava/lang/String;]
_CollectionStub.createNewOID ( ) : String
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.createNewOID:()Ljava/lang/String;]
_CollectionStub.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getCanonicalName:()Ljava/lang/String;]
_CollectionStub.getCollection ( String path ) : Collection
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
_CollectionStub.getCollectionManager ( ) : CollectionManager
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getCollectionManager:()Lorg/apache/xindice/client/corba/db/CollectionManager;]
_CollectionStub.getDocument ( String id, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getDocument:(Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
_CollectionStub.getDocumentCount ( ) : int
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getDocumentCount:()I]
_CollectionStub.getDocuments ( ) : DocumentSet
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getDocuments:()Lorg/apache/xindice/client/corba/db/DocumentSet;]
_CollectionStub.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getName:()Ljava/lang/String;]
_CollectionStub.getParentCollection ( ) : Collection
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.getParentCollection:()Lorg/apache/xindice/client/corba/db/Collection;]
_CollectionStub.insertDocument ( String nam, EncodedBuffer doc ) : String
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.insertDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Ljava/lang/String;]
_CollectionStub.invokeXMLObject ( String uri ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.invokeXMLObject:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
_CollectionStub.listCollections ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.listCollections:()[Ljava/lang/String;]
_CollectionStub.listDocuments ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.listDocuments:()[Ljava/lang/String;]
_CollectionStub.queryCollection ( String style, String query, NamedVal[ ] namespaces, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.queryCollection:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
_CollectionStub.queryDocument ( String style, String query, NamedVal[ ] namespaces, String id, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.queryDocument:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
_CollectionStub.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.remove:()V]
_CollectionStub.removeDocument ( String id ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.removeDocument:(Ljava/lang/String;)V]
_CollectionStub.setDocument ( String id, EncodedBuffer doc ) : void
[mangled: org/apache/xindice/client/corba/db/_CollectionStub.setDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
cdk-1.0.4.jar, _DatabaseManagerStub.class
package org.apache.xindice.client.corba.db
_DatabaseManagerStub._DatabaseManagerStub ( )
[mangled: org/apache/xindice/client/corba/db/_DatabaseManagerStub."<init>":()V]
_DatabaseManagerStub._ids ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_DatabaseManagerStub._ids:()[Ljava/lang/String;]
_DatabaseManagerStub.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/_DatabaseManagerStub.getName:()Ljava/lang/String;]
_DatabaseManagerStub.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/_DatabaseManagerStub.remove:()V]
_DatabaseManagerStub.shutdown ( ) : void
[mangled: org/apache/xindice/client/corba/db/_DatabaseManagerStub.shutdown:()V]
cdk-1.0.4.jar, _DatabaseStub.class
package org.apache.xindice.client.corba.db
_DatabaseStub._DatabaseStub ( )
[mangled: org/apache/xindice/client/corba/db/_DatabaseStub."<init>":()V]
_DatabaseStub._ids ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_DatabaseStub._ids:()[Ljava/lang/String;]
_DatabaseStub.getCollection ( String path ) : Collection
[mangled: org/apache/xindice/client/corba/db/_DatabaseStub.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
_DatabaseStub.getDatabaseManager ( ) : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/_DatabaseStub.getDatabaseManager:()Lorg/apache/xindice/client/corba/db/DatabaseManager;]
_DatabaseStub.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/_DatabaseStub.getName:()Ljava/lang/String;]
_DatabaseStub.listCollections ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_DatabaseStub.listCollections:()[Ljava/lang/String;]
_DatabaseStub.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/_DatabaseStub.remove:()V]
cdk-1.0.4.jar, _DocumentSetStub.class
package org.apache.xindice.client.corba.db
_DocumentSetStub._DocumentSetStub ( )
[mangled: org/apache/xindice/client/corba/db/_DocumentSetStub."<init>":()V]
_DocumentSetStub._ids ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_DocumentSetStub._ids:()[Ljava/lang/String;]
_DocumentSetStub.getNextDocument ( long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/_DocumentSetStub.getNextDocument:(J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
_DocumentSetStub.hasMoreDocuments ( ) : boolean
[mangled: org/apache/xindice/client/corba/db/_DocumentSetStub.hasMoreDocuments:()Z]
_DocumentSetStub.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/_DocumentSetStub.remove:()V]
cdk-1.0.4.jar, _FaultCodesStub.class
package org.apache.xindice.client.corba.db
_FaultCodesStub._FaultCodesStub ( )
[mangled: org/apache/xindice/client/corba/db/_FaultCodesStub."<init>":()V]
_FaultCodesStub._ids ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_FaultCodesStub._ids:()[Ljava/lang/String;]
cdk-1.0.4.jar, _ServantManagementStub.class
package org.apache.xindice.client.corba.db
_ServantManagementStub._ids ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/_ServantManagementStub._ids:()[Ljava/lang/String;]
_ServantManagementStub._ServantManagementStub ( )
[mangled: org/apache/xindice/client/corba/db/_ServantManagementStub."<init>":()V]
_ServantManagementStub.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/_ServantManagementStub.remove:()V]
cdk-1.0.4.jar, AbstractAlternative.class
package org.xmlcml.cml.element
AbstractAlternative.AbstractAlternative ( )
[mangled: org/xmlcml/cml/element/AbstractAlternative."<init>":()V]
AbstractAlternative.AbstractAlternative ( AbstractAlternative old )
[mangled: org/xmlcml/cml/element/AbstractAlternative."<init>":(Lorg/xmlcml/cml/element/AbstractAlternative;)V]
AbstractAlternative.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractAlternative.addAttribute:(Lnu/xom/Attribute;)V]
AbstractAlternative.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractAlternative.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractAlternative.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractAlternative.getConvention:()Ljava/lang/String;]
AbstractAlternative.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractAlternative.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractAlternative.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractAlternative.getId:()Ljava/lang/String;]
AbstractAlternative.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractAlternative.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractAlternative.getType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractAlternative.getType:()Ljava/lang/String;]
AbstractAlternative.getTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractAlternative.getTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractAlternative.getXMLContent ( ) : String
[mangled: org/xmlcml/cml/element/AbstractAlternative.getXMLContent:()Ljava/lang/String;]
AbstractAlternative.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAlternative.setConvention:(Ljava/lang/String;)V]
AbstractAlternative.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAlternative.setId:(Ljava/lang/String;)V]
AbstractAlternative.setType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAlternative.setType:(Ljava/lang/String;)V]
AbstractAlternative.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAlternative.setXMLContent:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractAnnotation.class
package org.xmlcml.cml.element
AbstractAnnotation.AbstractAnnotation ( )
[mangled: org/xmlcml/cml/element/AbstractAnnotation."<init>":()V]
AbstractAnnotation.AbstractAnnotation ( AbstractAnnotation old )
[mangled: org/xmlcml/cml/element/AbstractAnnotation."<init>":(Lorg/xmlcml/cml/element/AbstractAnnotation;)V]
AbstractAnnotation.addAppinfo ( AbstractAppinfo appinfo ) : void
[mangled: org/xmlcml/cml/element/AbstractAnnotation.addAppinfo:(Lorg/xmlcml/cml/element/AbstractAppinfo;)V]
AbstractAnnotation.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractAnnotation.addAttribute:(Lnu/xom/Attribute;)V]
AbstractAnnotation.addDocumentation ( AbstractDocumentation documentation ) : void
[mangled: org/xmlcml/cml/element/AbstractAnnotation.addDocumentation:(Lorg/xmlcml/cml/element/AbstractDocumentation;)V]
AbstractAnnotation.getAppinfoElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractAnnotation.getAppinfoElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractAnnotation.getDocumentationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractAnnotation.getDocumentationElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractAppinfo.class
package org.xmlcml.cml.element
AbstractAppinfo.AbstractAppinfo ( )
[mangled: org/xmlcml/cml/element/AbstractAppinfo."<init>":()V]
AbstractAppinfo.AbstractAppinfo ( AbstractAppinfo old )
[mangled: org/xmlcml/cml/element/AbstractAppinfo."<init>":(Lorg/xmlcml/cml/element/AbstractAppinfo;)V]
AbstractAppinfo.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractAppinfo.addAttribute:(Lnu/xom/Attribute;)V]
AbstractAppinfo.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractAppinfo.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractAppinfo.getRole ( ) : String
[mangled: org/xmlcml/cml/element/AbstractAppinfo.getRole:()Ljava/lang/String;]
AbstractAppinfo.getRoleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractAppinfo.getRoleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractAppinfo.setRole ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractAppinfo.setRole:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractArray.class
package org.xmlcml.cml.element
AbstractArray.getErrorValueArray ( ) : String[ ]
[mangled: org/xmlcml/cml/element/AbstractArray.getErrorValueArray:()[Ljava/lang/String;]
AbstractArray.setErrorValueArray ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractArray.setErrorValueArray:([Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractAtom.class
package org.xmlcml.cml.element
AbstractAtom.addAtomType ( AbstractAtomType atomType ) : void
[mangled: org/xmlcml/cml/element/AbstractAtom.addAtomType:(Lorg/xmlcml/cml/element/AbstractAtomType;)V]
AbstractAtom.addElectron ( AbstractElectron electron ) : void
[mangled: org/xmlcml/cml/element/AbstractAtom.addElectron:(Lorg/xmlcml/cml/element/AbstractElectron;)V]
AbstractAtom.addMatrix ( AbstractMatrix matrix ) : void
[mangled: org/xmlcml/cml/element/AbstractAtom.addMatrix:(Lorg/xmlcml/cml/element/AbstractMatrix;)V]
AbstractAtom.addParticle ( AbstractParticle particle ) : void
[mangled: org/xmlcml/cml/element/AbstractAtom.addParticle:(Lorg/xmlcml/cml/element/AbstractParticle;)V]
AbstractAtom.addVector3 ( AbstractVector3 vector3 ) : void
[mangled: org/xmlcml/cml/element/AbstractAtom.addVector3:(Lorg/xmlcml/cml/element/AbstractVector3;)V]
AbstractAtom.getAtomTypeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractAtom.getAtomTypeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractAtom.getElectronElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractAtom.getElectronElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractAtom.getMatrixElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractAtom.getMatrixElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractAtom.getParticleElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractAtom.getParticleElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractAtom.getVector3Elements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractAtom.getVector3Elements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractAtomArray.class
package org.xmlcml.cml.element
AbstractAtomArray.getFormalCharge ( ) : String[ ]
[mangled: org/xmlcml/cml/element/AbstractAtomArray.getFormalCharge:()[Ljava/lang/String;]
AbstractAtomArray.getHydrogenCount ( ) : String[ ]
[mangled: org/xmlcml/cml/element/AbstractAtomArray.getHydrogenCount:()[Ljava/lang/String;]
AbstractAtomArray.getOccupancy ( ) : String[ ]
[mangled: org/xmlcml/cml/element/AbstractAtomArray.getOccupancy:()[Ljava/lang/String;]
AbstractAtomArray.setFormalCharge ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setFormalCharge:([Ljava/lang/String;)V]
AbstractAtomArray.setHydrogenCount ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setHydrogenCount:([Ljava/lang/String;)V]
AbstractAtomArray.setOccupancy ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setOccupancy:([Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractAttr.class
package org.apache.batik.dom
AbstractAttr.AbstractAttr ( )
[mangled: org/apache/batik/dom/AbstractAttr."<init>":()V]
AbstractAttr.AbstractAttr ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/AbstractAttr."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
AbstractAttr.checkChildType ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.checkChildType:(Lorg/w3c/dom/Node;Z)V]
AbstractAttr.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractAttr.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractAttr.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractAttr.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractAttr.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractAttr.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractAttr.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractAttr.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractAttr.fireDOMSubtreeModifiedEvent ( ) : void
[mangled: org/apache/batik/dom/AbstractAttr.fireDOMSubtreeModifiedEvent:()V]
AbstractAttr.getName ( ) : String
[mangled: org/apache/batik/dom/AbstractAttr.getName:()Ljava/lang/String;]
AbstractAttr.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractAttr.getNodeName:()Ljava/lang/String;]
AbstractAttr.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractAttr.getNodeType:()S]
AbstractAttr.getNodeValue ( ) : String
[mangled: org/apache/batik/dom/AbstractAttr.getNodeValue:()Ljava/lang/String;]
AbstractAttr.getOwnerElement ( ) : Element
[mangled: org/apache/batik/dom/AbstractAttr.getOwnerElement:()Lorg/w3c/dom/Element;]
AbstractAttr.getSpecified ( ) : boolean
[mangled: org/apache/batik/dom/AbstractAttr.getSpecified:()Z]
AbstractAttr.getValue ( ) : String
[mangled: org/apache/batik/dom/AbstractAttr.getValue:()Ljava/lang/String;]
AbstractAttr.nodeAdded ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.nodeAdded:(Lorg/w3c/dom/Node;)V]
AbstractAttr.nodeToBeRemoved ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.nodeToBeRemoved:(Lorg/w3c/dom/Node;)V]
AbstractAttr.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.setNodeName:(Ljava/lang/String;)V]
AbstractAttr.setNodeValue ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.setNodeValue:(Ljava/lang/String;)V]
AbstractAttr.setOwnerElement ( AbstractElement p1 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.setOwnerElement:(Lorg/apache/batik/dom/AbstractElement;)V]
AbstractAttr.setSpecified ( boolean p1 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.setSpecified:(Z)V]
AbstractAttr.setValue ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractAttr.setValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractAttrNS.class
package org.apache.batik.dom
AbstractAttrNS.AbstractAttrNS ( )
[mangled: org/apache/batik/dom/AbstractAttrNS."<init>":()V]
AbstractAttrNS.AbstractAttrNS ( String p1, String p2, AbstractDocument p3 )
[mangled: org/apache/batik/dom/AbstractAttrNS."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
AbstractAttrNS.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractAttrNS.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractAttrNS.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractAttrNS.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractAttrNS.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractAttrNS.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractAttrNS.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractAttrNS.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractAttrNS.getNamespaceURI ( ) : String
[mangled: org/apache/batik/dom/AbstractAttrNS.getNamespaceURI:()Ljava/lang/String;]
cdk-1.0.4.jar, AbstractBond.class
package org.xmlcml.cml.element
AbstractBond.addBondType ( AbstractBondType bondType ) : void
[mangled: org/xmlcml/cml/element/AbstractBond.addBondType:(Lorg/xmlcml/cml/element/AbstractBondType;)V]
AbstractBond.addElectron ( AbstractElectron electron ) : void
[mangled: org/xmlcml/cml/element/AbstractBond.addElectron:(Lorg/xmlcml/cml/element/AbstractElectron;)V]
AbstractBond.getBondTypeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractBond.getBondTypeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractBond.getElectronElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractBond.getElectronElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractBondDescriptor.class
package org.openscience.cdk.qsar
AbstractBondDescriptor.cacheDescriptorValue ( IBond bond, IAtomContainer container, DescriptorValue value ) : void
[mangled: org/openscience/cdk/qsar/AbstractBondDescriptor.cacheDescriptorValue:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/qsar/DescriptorValue;)V]
AbstractBondDescriptor.getCachedDescriptorValue ( IBond bond ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/AbstractBondDescriptor.getCachedDescriptorValue:(Lorg/openscience/cdk/interfaces/IBond;)Lorg/openscience/cdk/qsar/DescriptorValue;]
cdk-1.0.4.jar, AbstractCharacterData.class
package org.apache.batik.dom
AbstractCharacterData.AbstractCharacterData ( )
[mangled: org/apache/batik/dom/AbstractCharacterData."<init>":()V]
AbstractCharacterData.appendData ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractCharacterData.appendData:(Ljava/lang/String;)V]
AbstractCharacterData.checkOffsetCount ( int p1, int p2 ) : void
[mangled: org/apache/batik/dom/AbstractCharacterData.checkOffsetCount:(II)V]
AbstractCharacterData.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractCharacterData.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractCharacterData.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractCharacterData.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractCharacterData.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractCharacterData.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractCharacterData.deleteData ( int p1, int p2 ) : void
[mangled: org/apache/batik/dom/AbstractCharacterData.deleteData:(II)V]
AbstractCharacterData.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractCharacterData.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractCharacterData.getData ( ) : String
[mangled: org/apache/batik/dom/AbstractCharacterData.getData:()Ljava/lang/String;]
AbstractCharacterData.getLength ( ) : int
[mangled: org/apache/batik/dom/AbstractCharacterData.getLength:()I]
AbstractCharacterData.getNodeValue ( ) : String
[mangled: org/apache/batik/dom/AbstractCharacterData.getNodeValue:()Ljava/lang/String;]
AbstractCharacterData.insertData ( int p1, String p2 ) : void
[mangled: org/apache/batik/dom/AbstractCharacterData.insertData:(ILjava/lang/String;)V]
AbstractCharacterData.replaceData ( int p1, int p2, String p3 ) : void
[mangled: org/apache/batik/dom/AbstractCharacterData.replaceData:(IILjava/lang/String;)V]
AbstractCharacterData.setData ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractCharacterData.setData:(Ljava/lang/String;)V]
AbstractCharacterData.setNodeValue ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractCharacterData.setNodeValue:(Ljava/lang/String;)V]
AbstractCharacterData.substringData ( int p1, int p2 ) : String
[mangled: org/apache/batik/dom/AbstractCharacterData.substringData:(II)Ljava/lang/String;]
cdk-1.0.4.jar, AbstractCharDecoder.class
package org.apache.batik.util.io
AbstractCharDecoder.AbstractCharDecoder ( InputStream p1 )
[mangled: org/apache/batik/util/io/AbstractCharDecoder."<init>":(Ljava/io/InputStream;)V]
AbstractCharDecoder.charError ( String p1 ) : void
[mangled: org/apache/batik/util/io/AbstractCharDecoder.charError:(Ljava/lang/String;)V]
AbstractCharDecoder.dispose ( ) : void
[mangled: org/apache/batik/util/io/AbstractCharDecoder.dispose:()V]
AbstractCharDecoder.endOfStreamError ( String p1 ) : void
[mangled: org/apache/batik/util/io/AbstractCharDecoder.endOfStreamError:(Ljava/lang/String;)V]
AbstractCharDecoder.fillBuffer ( ) : void
[mangled: org/apache/batik/util/io/AbstractCharDecoder.fillBuffer:()V]
AbstractCharDecoder.readChar ( ) [abstract] : int
[mangled: org/apache/batik/util/io/AbstractCharDecoder.readChar:()I]
cdk-1.0.4.jar, AbstractChildNode.class
package org.apache.batik.dom
AbstractChildNode.AbstractChildNode ( )
[mangled: org/apache/batik/dom/AbstractChildNode."<init>":()V]
AbstractChildNode.getNextSibling ( ) : Node
[mangled: org/apache/batik/dom/AbstractChildNode.getNextSibling:()Lorg/w3c/dom/Node;]
AbstractChildNode.getParentNode ( ) : Node
[mangled: org/apache/batik/dom/AbstractChildNode.getParentNode:()Lorg/w3c/dom/Node;]
AbstractChildNode.getPreviousSibling ( ) : Node
[mangled: org/apache/batik/dom/AbstractChildNode.getPreviousSibling:()Lorg/w3c/dom/Node;]
AbstractChildNode.setNextSibling ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractChildNode.setNextSibling:(Lorg/w3c/dom/Node;)V]
AbstractChildNode.setParentNode ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractChildNode.setParentNode:(Lorg/w3c/dom/Node;)V]
AbstractChildNode.setPreviousSibling ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractChildNode.setPreviousSibling:(Lorg/w3c/dom/Node;)V]
cdk-1.0.4.jar, AbstractColorInterpolationRable.class
package org.apache.batik.ext.awt.image.renderable
AbstractColorInterpolationRable.AbstractColorInterpolationRable ( )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable."<init>":()V]
AbstractColorInterpolationRable.AbstractColorInterpolationRable ( Filter p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
AbstractColorInterpolationRable.AbstractColorInterpolationRable ( Filter p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/util/Map;)V]
AbstractColorInterpolationRable.AbstractColorInterpolationRable ( List p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable."<init>":(Ljava/util/List;)V]
AbstractColorInterpolationRable.AbstractColorInterpolationRable ( List p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable."<init>":(Ljava/util/List;Ljava/util/Map;)V]
AbstractColorInterpolationRable.convertSourceCS ( CachableRed p1 ) : CachableRed
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable.convertSourceCS:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
AbstractColorInterpolationRable.convertSourceCS ( RenderedImage p1 ) : CachableRed
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable.convertSourceCS:(Ljava/awt/image/RenderedImage;)Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
AbstractColorInterpolationRable.getOperationColorSpace ( ) : ColorSpace
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable.getOperationColorSpace:()Ljava/awt/color/ColorSpace;]
AbstractColorInterpolationRable.isColorSpaceLinear ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable.isColorSpaceLinear:()Z]
AbstractColorInterpolationRable.setColorSpaceLinear ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractColorInterpolationRable.setColorSpaceLinear:(Z)V]
cdk-1.0.4.jar, AbstractComment.class
package org.apache.batik.dom
AbstractComment.AbstractComment ( )
[mangled: org/apache/batik/dom/AbstractComment."<init>":()V]
AbstractComment.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractComment.getNodeName:()Ljava/lang/String;]
AbstractComment.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractComment.getNodeType:()S]
cdk-1.0.4.jar, AbstractDefinition.class
package org.xmlcml.cml.element
AbstractDefinition.AbstractDefinition ( )
[mangled: org/xmlcml/cml/element/AbstractDefinition."<init>":()V]
AbstractDefinition.AbstractDefinition ( AbstractDefinition old )
[mangled: org/xmlcml/cml/element/AbstractDefinition."<init>":(Lorg/xmlcml/cml/element/AbstractDefinition;)V]
AbstractDefinition.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractDefinition.addAttribute:(Lnu/xom/Attribute;)V]
cdk-1.0.4.jar, AbstractDescription.class
package org.xmlcml.cml.element
AbstractDescription.AbstractDescription ( )
[mangled: org/xmlcml/cml/element/AbstractDescription."<init>":()V]
AbstractDescription.AbstractDescription ( AbstractDescription old )
[mangled: org/xmlcml/cml/element/AbstractDescription."<init>":(Lorg/xmlcml/cml/element/AbstractDescription;)V]
AbstractDescription.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractDescription.addAttribute:(Lnu/xom/Attribute;)V]
AbstractDescription.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractDescription.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractDescription.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDescription.getConvention:()Ljava/lang/String;]
AbstractDescription.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDescription.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDescription.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDescription.getDictRef:()Ljava/lang/String;]
AbstractDescription.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDescription.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDescription.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDescription.getId:()Ljava/lang/String;]
AbstractDescription.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDescription.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDescription.getObjectClass ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDescription.getObjectClass:()Ljava/lang/String;]
AbstractDescription.getObjectClassAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDescription.getObjectClassAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDescription.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDescription.getTitle:()Ljava/lang/String;]
AbstractDescription.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDescription.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDescription.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDescription.setConvention:(Ljava/lang/String;)V]
AbstractDescription.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDescription.setDictRef:(Ljava/lang/String;)V]
AbstractDescription.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDescription.setId:(Ljava/lang/String;)V]
AbstractDescription.setObjectClass ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDescription.setObjectClass:(Ljava/lang/String;)V]
AbstractDescription.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDescription.setTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractDictionary.class
package org.xmlcml.cml.element
AbstractDictionary.addAnnotation ( AbstractAnnotation annotation ) : void
[mangled: org/xmlcml/cml/element/AbstractDictionary.addAnnotation:(Lorg/xmlcml/cml/element/AbstractAnnotation;)V]
AbstractDictionary.addDescription ( AbstractDescription description ) : void
[mangled: org/xmlcml/cml/element/AbstractDictionary.addDescription:(Lorg/xmlcml/cml/element/AbstractDescription;)V]
AbstractDictionary.addUnitList ( AbstractUnitList unitList ) : void
[mangled: org/xmlcml/cml/element/AbstractDictionary.addUnitList:(Lorg/xmlcml/cml/element/AbstractUnitList;)V]
AbstractDictionary.getAnnotationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractDictionary.getAnnotationElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractDictionary.getDescriptionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractDictionary.getDescriptionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractDictionary.getUnitListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractDictionary.getUnitListElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractDimension.class
package org.xmlcml.cml.element
AbstractDimension.AbstractDimension ( )
[mangled: org/xmlcml/cml/element/AbstractDimension."<init>":()V]
AbstractDimension.AbstractDimension ( AbstractDimension old )
[mangled: org/xmlcml/cml/element/AbstractDimension."<init>":(Lorg/xmlcml/cml/element/AbstractDimension;)V]
AbstractDimension.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractDimension.addAttribute:(Lnu/xom/Attribute;)V]
AbstractDimension.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractDimension.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractDimension.getDimensionBasis ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDimension.getDimensionBasis:()Ljava/lang/String;]
AbstractDimension.getDimensionBasisAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDimension.getDimensionBasisAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDimension.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDimension.getId:()Ljava/lang/String;]
AbstractDimension.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDimension.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDimension.getName ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDimension.getName:()Ljava/lang/String;]
AbstractDimension.getNameAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDimension.getNameAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDimension.getPower ( ) : double
[mangled: org/xmlcml/cml/element/AbstractDimension.getPower:()D]
AbstractDimension.getPowerAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDimension.getPowerAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDimension.getPreserve ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDimension.getPreserve:()Ljava/lang/String;]
AbstractDimension.getPreserveAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDimension.getPreserveAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDimension.setDimensionBasis ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDimension.setDimensionBasis:(Ljava/lang/String;)V]
AbstractDimension.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDimension.setId:(Ljava/lang/String;)V]
AbstractDimension.setName ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDimension.setName:(Ljava/lang/String;)V]
AbstractDimension.setPower ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractDimension.setPower:(D)V]
AbstractDimension.setPreserve ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDimension.setPreserve:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractDocument.class
package org.apache.batik.dom
AbstractDocument.AbstractDocument ( )
[mangled: org/apache/batik/dom/AbstractDocument."<init>":()V]
AbstractDocument.AbstractDocument ( DOMImplementation p1 )
[mangled: org/apache/batik/dom/AbstractDocument."<init>":(Lorg/w3c/dom/DOMImplementation;)V]
AbstractDocument.checkChildType ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.checkChildType:(Lorg/w3c/dom/Node;Z)V]
AbstractDocument.cloneNode ( boolean p1 ) : Node
[mangled: org/apache/batik/dom/AbstractDocument.cloneNode:(Z)Lorg/w3c/dom/Node;]
AbstractDocument.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractDocument.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractDocument.createAttribute ( String p1 ) [abstract] : Attr
[mangled: org/apache/batik/dom/AbstractDocument.createAttribute:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
AbstractDocument.createAttributeNS ( String p1, String p2 ) [abstract] : Attr
[mangled: org/apache/batik/dom/AbstractDocument.createAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
AbstractDocument.createCDATASection ( String p1 ) [abstract] : CDATASection
[mangled: org/apache/batik/dom/AbstractDocument.createCDATASection:(Ljava/lang/String;)Lorg/w3c/dom/CDATASection;]
AbstractDocument.createComment ( String p1 ) [abstract] : Comment
[mangled: org/apache/batik/dom/AbstractDocument.createComment:(Ljava/lang/String;)Lorg/w3c/dom/Comment;]
AbstractDocument.createDocumentFragment ( ) [abstract] : DocumentFragment
[mangled: org/apache/batik/dom/AbstractDocument.createDocumentFragment:()Lorg/w3c/dom/DocumentFragment;]
AbstractDocument.createElement ( String p1 ) [abstract] : Element
[mangled: org/apache/batik/dom/AbstractDocument.createElement:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
AbstractDocument.createElementNS ( String p1, String p2 ) [abstract] : Element
[mangled: org/apache/batik/dom/AbstractDocument.createElementNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
AbstractDocument.createEntityReference ( String p1 ) [abstract] : EntityReference
[mangled: org/apache/batik/dom/AbstractDocument.createEntityReference:(Ljava/lang/String;)Lorg/w3c/dom/EntityReference;]
AbstractDocument.createEvent ( String p1 ) : Event
[mangled: org/apache/batik/dom/AbstractDocument.createEvent:(Ljava/lang/String;)Lorg/w3c/dom/events/Event;]
AbstractDocument.createNodeIterator ( Node p1, int p2, NodeFilter p3, boolean p4 ) : NodeIterator
[mangled: org/apache/batik/dom/AbstractDocument.createNodeIterator:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/NodeIterator;]
AbstractDocument.createProcessingInstruction ( String p1, String p2 ) [abstract] : ProcessingInstruction
[mangled: org/apache/batik/dom/AbstractDocument.createProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ProcessingInstruction;]
AbstractDocument.createTextNode ( String p1 ) [abstract] : Text
[mangled: org/apache/batik/dom/AbstractDocument.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;]
AbstractDocument.createTreeWalker ( Node p1, int p2, NodeFilter p3, boolean p4 ) : TreeWalker
[mangled: org/apache/batik/dom/AbstractDocument.createTreeWalker:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/TreeWalker;]
AbstractDocument.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractDocument.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractDocument.deepExport ( Node p1, Document p2 ) : Node
[mangled: org/apache/batik/dom/AbstractDocument.deepExport:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Document;)Lorg/w3c/dom/Node;]
AbstractDocument.detachNodeIterator ( NodeIterator p1 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.detachNodeIterator:(Lorg/w3c/dom/traversal/NodeIterator;)V]
AbstractDocument.export ( Node p1, Document p2 ) : Node
[mangled: org/apache/batik/dom/AbstractDocument.export:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Document;)Lorg/w3c/dom/Node;]
AbstractDocument.formatMessage ( String p1, Object[ ] p2 ) : String
[mangled: org/apache/batik/dom/AbstractDocument.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
AbstractDocument.getCurrentDocument ( ) : AbstractDocument
[mangled: org/apache/batik/dom/AbstractDocument.getCurrentDocument:()Lorg/apache/batik/dom/AbstractDocument;]
AbstractDocument.getDoctype ( ) : DocumentType
[mangled: org/apache/batik/dom/AbstractDocument.getDoctype:()Lorg/w3c/dom/DocumentType;]
AbstractDocument.getDocumentElement ( ) : Element
[mangled: org/apache/batik/dom/AbstractDocument.getDocumentElement:()Lorg/w3c/dom/Element;]
AbstractDocument.getElementById ( String p1 ) [abstract] : Element
[mangled: org/apache/batik/dom/AbstractDocument.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
AbstractDocument.getElementsByTagName ( Node p1, String p2 ) : AbstractParentNode.ElementsByTagName
[mangled: org/apache/batik/dom/AbstractDocument.getElementsByTagName:(Lorg/w3c/dom/Node;Ljava/lang/String;)Lorg/apache/batik/dom/AbstractParentNode$ElementsByTagName;]
AbstractDocument.getElementsByTagNameNS ( Node p1, String p2, String p3 ) : AbstractParentNode.ElementsByTagNameNS
[mangled: org/apache/batik/dom/AbstractDocument.getElementsByTagNameNS:(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/batik/dom/AbstractParentNode$ElementsByTagNameNS;]
AbstractDocument.getEventsEnabled ( ) : boolean
[mangled: org/apache/batik/dom/AbstractDocument.getEventsEnabled:()Z]
AbstractDocument.getImplementation ( ) : DOMImplementation
[mangled: org/apache/batik/dom/AbstractDocument.getImplementation:()Lorg/w3c/dom/DOMImplementation;]
AbstractDocument.getLocale ( ) : Locale
[mangled: org/apache/batik/dom/AbstractDocument.getLocale:()Ljava/util/Locale;]
AbstractDocument.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractDocument.getNodeName:()Ljava/lang/String;]
AbstractDocument.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractDocument.getNodeType:()S]
AbstractDocument.importNode ( Node p1, boolean p2 ) : Node
[mangled: org/apache/batik/dom/AbstractDocument.importNode:(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;]
AbstractDocument.nodeToBeRemoved ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.nodeToBeRemoved:(Lorg/w3c/dom/Node;)V]
AbstractDocument.putElementsByTagName ( Node p1, String p2, AbstractParentNode.ElementsByTagName p3 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.putElementsByTagName:(Lorg/w3c/dom/Node;Ljava/lang/String;Lorg/apache/batik/dom/AbstractParentNode$ElementsByTagName;)V]
AbstractDocument.putElementsByTagNameNS ( Node p1, String p2, String p3, AbstractParentNode.ElementsByTagNameNS p4 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.putElementsByTagNameNS:(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractParentNode$ElementsByTagNameNS;)V]
AbstractDocument.setDoctype ( DocumentType p1 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.setDoctype:(Lorg/w3c/dom/DocumentType;)V]
AbstractDocument.setEventsEnabled ( boolean p1 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.setEventsEnabled:(Z)V]
AbstractDocument.setLocale ( Locale p1 ) : void
[mangled: org/apache/batik/dom/AbstractDocument.setLocale:(Ljava/util/Locale;)V]
cdk-1.0.4.jar, AbstractDocumentation.class
package org.xmlcml.cml.element
AbstractDocumentation.AbstractDocumentation ( )
[mangled: org/xmlcml/cml/element/AbstractDocumentation."<init>":()V]
AbstractDocumentation.AbstractDocumentation ( AbstractDocumentation old )
[mangled: org/xmlcml/cml/element/AbstractDocumentation."<init>":(Lorg/xmlcml/cml/element/AbstractDocumentation;)V]
AbstractDocumentation.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractDocumentation.addAttribute:(Lnu/xom/Attribute;)V]
AbstractDocumentation.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractDocumentation.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractDocumentation.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDocumentation.getId:()Ljava/lang/String;]
AbstractDocumentation.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDocumentation.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDocumentation.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractDocumentation.getTitle:()Ljava/lang/String;]
AbstractDocumentation.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractDocumentation.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractDocumentation.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDocumentation.setId:(Ljava/lang/String;)V]
AbstractDocumentation.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractDocumentation.setTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractDocumentFragment.class
package org.apache.batik.dom
AbstractDocumentFragment.AbstractDocumentFragment ( )
[mangled: org/apache/batik/dom/AbstractDocumentFragment."<init>":()V]
AbstractDocumentFragment.checkChildType ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractDocumentFragment.checkChildType:(Lorg/w3c/dom/Node;Z)V]
AbstractDocumentFragment.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractDocumentFragment.getNodeName:()Ljava/lang/String;]
AbstractDocumentFragment.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractDocumentFragment.getNodeType:()S]
cdk-1.0.4.jar, AbstractDOMImplementation.class
package org.apache.batik.dom
AbstractDOMImplementation.AbstractDOMImplementation ( )
[mangled: org/apache/batik/dom/AbstractDOMImplementation."<init>":()V]
AbstractDOMImplementation.createDocument ( String p1, String p2, DocumentType p3 ) [abstract] : Document
[mangled: org/apache/batik/dom/AbstractDOMImplementation.createDocument:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/DocumentType;)Lorg/w3c/dom/Document;]
AbstractDOMImplementation.createDocumentEventSupport ( ) : DocumentEventSupport
[mangled: org/apache/batik/dom/AbstractDOMImplementation.createDocumentEventSupport:()Lorg/apache/batik/dom/events/DocumentEventSupport;]
AbstractDOMImplementation.createDocumentType ( String p1, String p2, String p3 ) [abstract] : DocumentType
[mangled: org/apache/batik/dom/AbstractDOMImplementation.createDocumentType:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/DocumentType;]
AbstractDOMImplementation.hasFeature ( String p1, String p2 ) : boolean
[mangled: org/apache/batik/dom/AbstractDOMImplementation.hasFeature:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractDOMImplementation.registerFeature ( String p1, Object p2 ) : void
[mangled: org/apache/batik/dom/AbstractDOMImplementation.registerFeature:(Ljava/lang/String;Ljava/lang/Object;)V]
cdk-1.0.4.jar, AbstractElement.class
package org.apache.batik.dom
AbstractElement.AbstractElement ( )
[mangled: org/apache/batik/dom/AbstractElement."<init>":()V]
AbstractElement.AbstractElement ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/AbstractElement."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
AbstractElement.attrAdded ( Attr p1, String p2 ) : void
[mangled: org/apache/batik/dom/AbstractElement.attrAdded:(Lorg/w3c/dom/Attr;Ljava/lang/String;)V]
AbstractElement.attrModified ( Attr p1, String p2, String p3 ) : void
[mangled: org/apache/batik/dom/AbstractElement.attrModified:(Lorg/w3c/dom/Attr;Ljava/lang/String;Ljava/lang/String;)V]
AbstractElement.attrRemoved ( Attr p1, String p2 ) : void
[mangled: org/apache/batik/dom/AbstractElement.attrRemoved:(Lorg/w3c/dom/Attr;Ljava/lang/String;)V]
AbstractElement.checkChildType ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractElement.checkChildType:(Lorg/w3c/dom/Node;Z)V]
AbstractElement.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractElement.createAttributes ( ) : NamedNodeMap
[mangled: org/apache/batik/dom/AbstractElement.createAttributes:()Lorg/w3c/dom/NamedNodeMap;]
AbstractElement.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractElement.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractElement.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractElement.fireDOMAttrModifiedEvent ( String p1, Attr p2, String p3, String p4, short p5 ) : void
[mangled: org/apache/batik/dom/AbstractElement.fireDOMAttrModifiedEvent:(Ljava/lang/String;Lorg/w3c/dom/Attr;Ljava/lang/String;Ljava/lang/String;S)V]
AbstractElement.getAttribute ( String p1 ) : String
[mangled: org/apache/batik/dom/AbstractElement.getAttribute:(Ljava/lang/String;)Ljava/lang/String;]
AbstractElement.getAttributeNode ( String p1 ) : Attr
[mangled: org/apache/batik/dom/AbstractElement.getAttributeNode:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
AbstractElement.getAttributeNodeNS ( String p1, String p2 ) : Attr
[mangled: org/apache/batik/dom/AbstractElement.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
AbstractElement.getAttributeNS ( String p1, String p2 ) : String
[mangled: org/apache/batik/dom/AbstractElement.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AbstractElement.getAttributes ( ) : NamedNodeMap
[mangled: org/apache/batik/dom/AbstractElement.getAttributes:()Lorg/w3c/dom/NamedNodeMap;]
AbstractElement.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractElement.getNodeType:()S]
AbstractElement.getTagName ( ) : String
[mangled: org/apache/batik/dom/AbstractElement.getTagName:()Ljava/lang/String;]
AbstractElement.hasAttribute ( String p1 ) : boolean
[mangled: org/apache/batik/dom/AbstractElement.hasAttribute:(Ljava/lang/String;)Z]
AbstractElement.hasAttributeNS ( String p1, String p2 ) : boolean
[mangled: org/apache/batik/dom/AbstractElement.hasAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractElement.hasAttributes ( ) : boolean
[mangled: org/apache/batik/dom/AbstractElement.hasAttributes:()Z]
AbstractElement.nodeAdded ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractElement.nodeAdded:(Lorg/w3c/dom/Node;)V]
AbstractElement.nodeToBeRemoved ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractElement.nodeToBeRemoved:(Lorg/w3c/dom/Node;)V]
AbstractElement.normalize ( ) : void
[mangled: org/apache/batik/dom/AbstractElement.normalize:()V]
AbstractElement.removeAttribute ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractElement.removeAttribute:(Ljava/lang/String;)V]
AbstractElement.removeAttributeNode ( Attr p1 ) : Attr
[mangled: org/apache/batik/dom/AbstractElement.removeAttributeNode:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
AbstractElement.removeAttributeNS ( String p1, String p2 ) : void
[mangled: org/apache/batik/dom/AbstractElement.removeAttributeNS:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractElement.setAttribute ( String p1, String p2 ) : void
[mangled: org/apache/batik/dom/AbstractElement.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractElement.setAttributeNode ( Attr p1 ) : Attr
[mangled: org/apache/batik/dom/AbstractElement.setAttributeNode:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
AbstractElement.setAttributeNodeNS ( Attr p1 ) : Attr
[mangled: org/apache/batik/dom/AbstractElement.setAttributeNodeNS:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
AbstractElement.setAttributeNS ( String p1, String p2, String p3 ) : void
[mangled: org/apache/batik/dom/AbstractElement.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractElementNS.class
package org.apache.batik.dom
AbstractElementNS.AbstractElementNS ( )
[mangled: org/apache/batik/dom/AbstractElementNS."<init>":()V]
AbstractElementNS.AbstractElementNS ( String p1, String p2, AbstractDocument p3 )
[mangled: org/apache/batik/dom/AbstractElementNS."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
AbstractElementNS.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElementNS.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractElementNS.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElementNS.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractElementNS.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElementNS.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractElementNS.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElementNS.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractElementNS.getNamespaceURI ( ) : String
[mangled: org/apache/batik/dom/AbstractElementNS.getNamespaceURI:()Ljava/lang/String;]
cdk-1.0.4.jar, AbstractEntity.class
package org.apache.batik.dom
AbstractEntity.AbstractEntity ( )
[mangled: org/apache/batik/dom/AbstractEntity."<init>":()V]
AbstractEntity.checkChildType ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractEntity.checkChildType:(Lorg/w3c/dom/Node;Z)V]
AbstractEntity.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractEntity.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractEntity.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractEntity.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractEntity.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractEntity.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractEntity.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractEntity.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractEntity.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractEntity.getNodeName:()Ljava/lang/String;]
AbstractEntity.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractEntity.getNodeType:()S]
AbstractEntity.getNotationName ( ) : String
[mangled: org/apache/batik/dom/AbstractEntity.getNotationName:()Ljava/lang/String;]
AbstractEntity.getPublicId ( ) : String
[mangled: org/apache/batik/dom/AbstractEntity.getPublicId:()Ljava/lang/String;]
AbstractEntity.getSystemId ( ) : String
[mangled: org/apache/batik/dom/AbstractEntity.getSystemId:()Ljava/lang/String;]
AbstractEntity.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractEntity.setNodeName:(Ljava/lang/String;)V]
AbstractEntity.setNotationName ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractEntity.setNotationName:(Ljava/lang/String;)V]
AbstractEntity.setPublicId ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractEntity.setPublicId:(Ljava/lang/String;)V]
AbstractEntity.setSystemId ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractEntity.setSystemId:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractEntityReference.class
package org.apache.batik.dom
AbstractEntityReference.AbstractEntityReference ( )
[mangled: org/apache/batik/dom/AbstractEntityReference."<init>":()V]
AbstractEntityReference.AbstractEntityReference ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/AbstractEntityReference."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
AbstractEntityReference.checkChildType ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractEntityReference.checkChildType:(Lorg/w3c/dom/Node;Z)V]
AbstractEntityReference.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractEntityReference.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractEntityReference.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractEntityReference.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractEntityReference.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractEntityReference.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractEntityReference.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractEntityReference.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractEntityReference.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractEntityReference.getNodeName:()Ljava/lang/String;]
AbstractEntityReference.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractEntityReference.getNodeType:()S]
AbstractEntityReference.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractEntityReference.setNodeName:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractEntry.class
package org.xmlcml.cml.element
AbstractEntry.addAlternative ( AbstractAlternative alternative ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.addAlternative:(Lorg/xmlcml/cml/element/AbstractAlternative;)V]
AbstractEntry.addAnnotation ( AbstractAnnotation annotation ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.addAnnotation:(Lorg/xmlcml/cml/element/AbstractAnnotation;)V]
AbstractEntry.addDefinition ( AbstractDefinition definition ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.addDefinition:(Lorg/xmlcml/cml/element/AbstractDefinition;)V]
AbstractEntry.addDescription ( AbstractDescription description ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.addDescription:(Lorg/xmlcml/cml/element/AbstractDescription;)V]
AbstractEntry.addEnumeration ( AbstractEnumeration enumeration ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.addEnumeration:(Lorg/xmlcml/cml/element/AbstractEnumeration;)V]
AbstractEntry.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractEntry.addRelatedEntry ( AbstractRelatedEntry relatedEntry ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.addRelatedEntry:(Lorg/xmlcml/cml/element/AbstractRelatedEntry;)V]
AbstractEntry.getAlternativeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEntry.getAlternativeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEntry.getAnnotationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEntry.getAnnotationElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEntry.getDefinitionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEntry.getDefinitionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEntry.getDescriptionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEntry.getDescriptionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEntry.getEnumerationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEntry.getEnumerationElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEntry.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEntry.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEntry.getRelatedEntryElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEntry.getRelatedEntryElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEntry.getUnitType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractEntry.getUnitType:()Ljava/lang/String;]
AbstractEntry.getUnitTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractEntry.getUnitTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractEntry.setUnitType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractEntry.setUnitType:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractEnumeration.class
package org.xmlcml.cml.element
AbstractEnumeration.AbstractEnumeration ( )
[mangled: org/xmlcml/cml/element/AbstractEnumeration."<init>":()V]
AbstractEnumeration.AbstractEnumeration ( AbstractEnumeration old )
[mangled: org/xmlcml/cml/element/AbstractEnumeration."<init>":(Lorg/xmlcml/cml/element/AbstractEnumeration;)V]
AbstractEnumeration.addAnnotation ( AbstractAnnotation annotation ) : void
[mangled: org/xmlcml/cml/element/AbstractEnumeration.addAnnotation:(Lorg/xmlcml/cml/element/AbstractAnnotation;)V]
AbstractEnumeration.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractEnumeration.addAttribute:(Lnu/xom/Attribute;)V]
AbstractEnumeration.getAnnotationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getAnnotationElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractEnumeration.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractEnumeration.getCMLValue ( ) : String
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getCMLValue:()Ljava/lang/String;]
AbstractEnumeration.getDefault ( ) : String
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getDefault:()Ljava/lang/String;]
AbstractEnumeration.getDefaultAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getDefaultAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractEnumeration.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getDictRef:()Ljava/lang/String;]
AbstractEnumeration.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractEnumeration.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getId:()Ljava/lang/String;]
AbstractEnumeration.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractEnumeration.getValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractEnumeration.getValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractEnumeration.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractEnumeration.setCMLValue:(Ljava/lang/String;)V]
AbstractEnumeration.setDefault ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractEnumeration.setDefault:(Ljava/lang/String;)V]
AbstractEnumeration.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractEnumeration.setDictRef:(Ljava/lang/String;)V]
AbstractEnumeration.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractEnumeration.setId:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractEvent.class
package org.apache.batik.dom.events
AbstractEvent.AbstractEvent ( )
[mangled: org/apache/batik/dom/events/AbstractEvent."<init>":()V]
AbstractEvent.getBubbles ( ) : boolean
[mangled: org/apache/batik/dom/events/AbstractEvent.getBubbles:()Z]
AbstractEvent.getCancelable ( ) : boolean
[mangled: org/apache/batik/dom/events/AbstractEvent.getCancelable:()Z]
AbstractEvent.getCurrentTarget ( ) : EventTarget
[mangled: org/apache/batik/dom/events/AbstractEvent.getCurrentTarget:()Lorg/w3c/dom/events/EventTarget;]
AbstractEvent.getEventPhase ( ) : short
[mangled: org/apache/batik/dom/events/AbstractEvent.getEventPhase:()S]
AbstractEvent.getEventPreventDefault ( Event p1 ) [static] : boolean
[mangled: org/apache/batik/dom/events/AbstractEvent.getEventPreventDefault:(Lorg/w3c/dom/events/Event;)Z]
AbstractEvent.getTarget ( ) : EventTarget
[mangled: org/apache/batik/dom/events/AbstractEvent.getTarget:()Lorg/w3c/dom/events/EventTarget;]
AbstractEvent.getTimeStamp ( ) : long
[mangled: org/apache/batik/dom/events/AbstractEvent.getTimeStamp:()J]
AbstractEvent.getType ( ) : String
[mangled: org/apache/batik/dom/events/AbstractEvent.getType:()Ljava/lang/String;]
AbstractEvent.initEvent ( String p1, boolean p2, boolean p3 ) : void
[mangled: org/apache/batik/dom/events/AbstractEvent.initEvent:(Ljava/lang/String;ZZ)V]
AbstractEvent.preventDefault ( ) : void
[mangled: org/apache/batik/dom/events/AbstractEvent.preventDefault:()V]
AbstractEvent.stopPropagation ( ) : void
[mangled: org/apache/batik/dom/events/AbstractEvent.stopPropagation:()V]
cdk-1.0.4.jar, AbstractFloat.class
package org.xmlcml.cml.element
AbstractFloat.AbstractFloat ( )
[mangled: org/xmlcml/cml/element/AbstractFloat."<init>":()V]
AbstractFloat.AbstractFloat ( AbstractFloat old )
[mangled: org/xmlcml/cml/element/AbstractFloat."<init>":(Lorg/xmlcml/cml/element/AbstractFloat;)V]
AbstractFloat.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.addAttribute:(Lnu/xom/Attribute;)V]
AbstractFloat.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractFloat.getBuiltin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getBuiltin:()Ljava/lang/String;]
AbstractFloat.getBuiltinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getBuiltinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getConvention:()Ljava/lang/String;]
AbstractFloat.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getDictRef:()Ljava/lang/String;]
AbstractFloat.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getId:()Ljava/lang/String;]
AbstractFloat.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getMax ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getMax:()Ljava/lang/String;]
AbstractFloat.getMaxAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getMaxAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getMin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getMin:()Ljava/lang/String;]
AbstractFloat.getMinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getMinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getTitle:()Ljava/lang/String;]
AbstractFloat.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getUnits:()Ljava/lang/String;]
AbstractFloat.getUnitsAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getUnitsAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getUnitsRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloat.getUnitsRef:()Ljava/lang/String;]
AbstractFloat.getUnitsRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloat.getUnitsRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloat.getXMLContent ( ) : double
[mangled: org/xmlcml/cml/element/AbstractFloat.getXMLContent:()D]
AbstractFloat.setBuiltin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setBuiltin:(Ljava/lang/String;)V]
AbstractFloat.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setConvention:(Ljava/lang/String;)V]
AbstractFloat.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setDictRef:(Ljava/lang/String;)V]
AbstractFloat.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setId:(Ljava/lang/String;)V]
AbstractFloat.setMax ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setMax:(Ljava/lang/String;)V]
AbstractFloat.setMin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setMin:(Ljava/lang/String;)V]
AbstractFloat.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setTitle:(Ljava/lang/String;)V]
AbstractFloat.setUnits ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setUnits:(Ljava/lang/String;)V]
AbstractFloat.setUnitsRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setUnitsRef:(Ljava/lang/String;)V]
AbstractFloat.setXMLContent ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloat.setXMLContent:(D)V]
cdk-1.0.4.jar, AbstractFloatArray.class
package org.xmlcml.cml.element
AbstractFloatArray.AbstractFloatArray ( )
[mangled: org/xmlcml/cml/element/AbstractFloatArray."<init>":()V]
AbstractFloatArray.AbstractFloatArray ( AbstractFloatArray old )
[mangled: org/xmlcml/cml/element/AbstractFloatArray."<init>":(Lorg/xmlcml/cml/element/AbstractFloatArray;)V]
AbstractFloatArray.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.addAttribute:(Lnu/xom/Attribute;)V]
AbstractFloatArray.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractFloatArray.getBuiltin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getBuiltin:()Ljava/lang/String;]
AbstractFloatArray.getBuiltinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getBuiltinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getConvention:()Ljava/lang/String;]
AbstractFloatArray.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getDictRef:()Ljava/lang/String;]
AbstractFloatArray.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getId:()Ljava/lang/String;]
AbstractFloatArray.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getMax ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getMax:()Ljava/lang/String;]
AbstractFloatArray.getMaxAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getMaxAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getMin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getMin:()Ljava/lang/String;]
AbstractFloatArray.getMinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getMinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getSize ( ) : int
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getSize:()I]
AbstractFloatArray.getSizeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getSizeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getTitle:()Ljava/lang/String;]
AbstractFloatArray.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getUnits:()Ljava/lang/String;]
AbstractFloatArray.getUnitsAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getUnitsAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getUnitsRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getUnitsRef:()Ljava/lang/String;]
AbstractFloatArray.getUnitsRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getUnitsRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractFloatArray.getXMLContent ( ) : String
[mangled: org/xmlcml/cml/element/AbstractFloatArray.getXMLContent:()Ljava/lang/String;]
AbstractFloatArray.setBuiltin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setBuiltin:(Ljava/lang/String;)V]
AbstractFloatArray.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setConvention:(Ljava/lang/String;)V]
AbstractFloatArray.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setDictRef:(Ljava/lang/String;)V]
AbstractFloatArray.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setId:(Ljava/lang/String;)V]
AbstractFloatArray.setMax ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setMax:(Ljava/lang/String;)V]
AbstractFloatArray.setMin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setMin:(Ljava/lang/String;)V]
AbstractFloatArray.setSize ( int value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setSize:(I)V]
AbstractFloatArray.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setTitle:(Ljava/lang/String;)V]
AbstractFloatArray.setUnits ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setUnits:(Ljava/lang/String;)V]
AbstractFloatArray.setUnitsRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setUnitsRef:(Ljava/lang/String;)V]
AbstractFloatArray.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractFloatArray.setXMLContent:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractGraphics2D.class
package org.apache.batik.ext.awt.g2d
AbstractGraphics2D.AbstractGraphics2D ( AbstractGraphics2D p1 )
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D."<init>":(Lorg/apache/batik/ext/awt/g2d/AbstractGraphics2D;)V]
AbstractGraphics2D.AbstractGraphics2D ( boolean p1 )
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D."<init>":(Z)V]
AbstractGraphics2D.addRenderingHints ( Map p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.addRenderingHints:(Ljava/util/Map;)V]
AbstractGraphics2D.clearRect ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.clearRect:(IIII)V]
AbstractGraphics2D.clip ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.clip:(Ljava/awt/Shape;)V]
AbstractGraphics2D.clipRect ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.clipRect:(IIII)V]
AbstractGraphics2D.drawArc ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawArc:(IIIIII)V]
AbstractGraphics2D.drawGlyphVector ( GlyphVector p1, float p2, float p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawGlyphVector:(Ljava/awt/font/GlyphVector;FF)V]
AbstractGraphics2D.drawImage ( BufferedImage p1, BufferedImageOp p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawImage:(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImageOp;II)V]
AbstractGraphics2D.drawImage ( Image p1, AffineTransform p2, ImageObserver p3 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawImage:(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z]
AbstractGraphics2D.drawImage ( Image p1, int p2, int p3, Color p4, ImageObserver p5 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawImage:(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z]
AbstractGraphics2D.drawImage ( Image p1, int p2, int p3, int p4, int p5, Color p6, ImageObserver p7 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawImage:(Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z]
AbstractGraphics2D.drawImage ( Image p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Color p10, ImageObserver p11 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z]
AbstractGraphics2D.drawImage ( Image p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, ImageObserver p10 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawImage:(Ljava/awt/Image;IIIIIIIILjava/awt/image/ImageObserver;)Z]
AbstractGraphics2D.drawLine ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawLine:(IIII)V]
AbstractGraphics2D.drawOval ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawOval:(IIII)V]
AbstractGraphics2D.drawPolygon ( int[ ] p1, int[ ] p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawPolygon:([I[II)V]
AbstractGraphics2D.drawPolyline ( int[ ] p1, int[ ] p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawPolyline:([I[II)V]
AbstractGraphics2D.drawRect ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawRect:(IIII)V]
AbstractGraphics2D.drawRoundRect ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawRoundRect:(IIIIII)V]
AbstractGraphics2D.drawString ( AttributedCharacterIterator p1, int p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawString:(Ljava/text/AttributedCharacterIterator;II)V]
AbstractGraphics2D.drawString ( String p1, int p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.drawString:(Ljava/lang/String;II)V]
AbstractGraphics2D.fillArc ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.fillArc:(IIIIII)V]
AbstractGraphics2D.fillOval ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.fillOval:(IIII)V]
AbstractGraphics2D.fillPolygon ( int[ ] p1, int[ ] p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.fillPolygon:([I[II)V]
AbstractGraphics2D.fillRect ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.fillRect:(IIII)V]
AbstractGraphics2D.fillRoundRect ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.fillRoundRect:(IIIIII)V]
AbstractGraphics2D.getBackground ( ) : Color
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getBackground:()Ljava/awt/Color;]
AbstractGraphics2D.getClip ( ) : Shape
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getClip:()Ljava/awt/Shape;]
AbstractGraphics2D.getClipBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getClipBounds:()Ljava/awt/Rectangle;]
AbstractGraphics2D.getColor ( ) : Color
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getColor:()Ljava/awt/Color;]
AbstractGraphics2D.getComposite ( ) : Composite
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getComposite:()Ljava/awt/Composite;]
AbstractGraphics2D.getFont ( ) : Font
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getFont:()Ljava/awt/Font;]
AbstractGraphics2D.getFontRenderContext ( ) : FontRenderContext
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;]
AbstractGraphics2D.getPaint ( ) : Paint
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getPaint:()Ljava/awt/Paint;]
AbstractGraphics2D.getRenderingHint ( RenderingHints.Key p1 ) : Object
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getRenderingHint:(Ljava/awt/RenderingHints$Key;)Ljava/lang/Object;]
AbstractGraphics2D.getRenderingHints ( ) : RenderingHints
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getRenderingHints:()Ljava/awt/RenderingHints;]
AbstractGraphics2D.getStroke ( ) : Stroke
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getStroke:()Ljava/awt/Stroke;]
AbstractGraphics2D.getTransform ( ) : AffineTransform
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.getTransform:()Ljava/awt/geom/AffineTransform;]
AbstractGraphics2D.hit ( Rectangle p1, Shape p2, boolean p3 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.hit:(Ljava/awt/Rectangle;Ljava/awt/Shape;Z)Z]
AbstractGraphics2D.rotate ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.rotate:(D)V]
AbstractGraphics2D.rotate ( double p1, double p2, double p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.rotate:(DDD)V]
AbstractGraphics2D.scale ( double p1, double p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.scale:(DD)V]
AbstractGraphics2D.setBackground ( Color p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setBackground:(Ljava/awt/Color;)V]
AbstractGraphics2D.setClip ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setClip:(IIII)V]
AbstractGraphics2D.setClip ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setClip:(Ljava/awt/Shape;)V]
AbstractGraphics2D.setColor ( Color p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setColor:(Ljava/awt/Color;)V]
AbstractGraphics2D.setComposite ( Composite p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setComposite:(Ljava/awt/Composite;)V]
AbstractGraphics2D.setFont ( Font p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setFont:(Ljava/awt/Font;)V]
AbstractGraphics2D.setPaint ( Paint p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setPaint:(Ljava/awt/Paint;)V]
AbstractGraphics2D.setPaintMode ( ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setPaintMode:()V]
AbstractGraphics2D.setRenderingHint ( RenderingHints.Key p1, Object p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V]
AbstractGraphics2D.setRenderingHints ( Map p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setRenderingHints:(Ljava/util/Map;)V]
AbstractGraphics2D.setStroke ( Stroke p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setStroke:(Ljava/awt/Stroke;)V]
AbstractGraphics2D.setTransform ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.setTransform:(Ljava/awt/geom/AffineTransform;)V]
AbstractGraphics2D.shear ( double p1, double p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.shear:(DD)V]
AbstractGraphics2D.transform ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.transform:(Ljava/awt/geom/AffineTransform;)V]
AbstractGraphics2D.translate ( double p1, double p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.translate:(DD)V]
AbstractGraphics2D.translate ( int p1, int p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/AbstractGraphics2D.translate:(II)V]
cdk-1.0.4.jar, AbstractIdentifier.class
package org.xmlcml.cml.element
AbstractIdentifier.getValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIdentifier.getValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.0.4.jar, AbstractImageHandlerEncoder.class
package org.apache.batik.svggen
AbstractImageHandlerEncoder.AbstractImageHandlerEncoder ( String p1, String p2 )
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractImageHandlerEncoder.buildBufferedImage ( Dimension p1 ) [abstract] : BufferedImage
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder.buildBufferedImage:(Ljava/awt/Dimension;)Ljava/awt/image/BufferedImage;]
AbstractImageHandlerEncoder.encodeImage ( BufferedImage p1, File p2 ) [abstract] : void
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder.encodeImage:(Ljava/awt/image/BufferedImage;Ljava/io/File;)V]
AbstractImageHandlerEncoder.getPrefix ( ) [abstract] : String
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder.getPrefix:()Ljava/lang/String;]
AbstractImageHandlerEncoder.getSuffix ( ) [abstract] : String
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder.getSuffix:()Ljava/lang/String;]
AbstractImageHandlerEncoder.handleHREF ( Image p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder.handleHREF:(Ljava/awt/Image;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
AbstractImageHandlerEncoder.handleHREF ( RenderableImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder.handleHREF:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
AbstractImageHandlerEncoder.handleHREF ( RenderedImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/AbstractImageHandlerEncoder.handleHREF:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
cdk-1.0.4.jar, AbstractInteger.class
package org.xmlcml.cml.element
AbstractInteger.AbstractInteger ( )
[mangled: org/xmlcml/cml/element/AbstractInteger."<init>":()V]
AbstractInteger.AbstractInteger ( AbstractInteger old )
[mangled: org/xmlcml/cml/element/AbstractInteger."<init>":(Lorg/xmlcml/cml/element/AbstractInteger;)V]
AbstractInteger.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.addAttribute:(Lnu/xom/Attribute;)V]
AbstractInteger.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractInteger.getBuiltin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getBuiltin:()Ljava/lang/String;]
AbstractInteger.getBuiltinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getBuiltinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getConvention:()Ljava/lang/String;]
AbstractInteger.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getDictRef:()Ljava/lang/String;]
AbstractInteger.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getId:()Ljava/lang/String;]
AbstractInteger.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getMax ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getMax:()Ljava/lang/String;]
AbstractInteger.getMaxAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getMaxAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getMin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getMin:()Ljava/lang/String;]
AbstractInteger.getMinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getMinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getTitle:()Ljava/lang/String;]
AbstractInteger.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getUnits:()Ljava/lang/String;]
AbstractInteger.getUnitsAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getUnitsAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getUnitsRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractInteger.getUnitsRef:()Ljava/lang/String;]
AbstractInteger.getUnitsRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractInteger.getUnitsRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractInteger.getXMLContent ( ) : int
[mangled: org/xmlcml/cml/element/AbstractInteger.getXMLContent:()I]
AbstractInteger.setBuiltin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setBuiltin:(Ljava/lang/String;)V]
AbstractInteger.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setConvention:(Ljava/lang/String;)V]
AbstractInteger.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setDictRef:(Ljava/lang/String;)V]
AbstractInteger.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setId:(Ljava/lang/String;)V]
AbstractInteger.setMax ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setMax:(Ljava/lang/String;)V]
AbstractInteger.setMin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setMin:(Ljava/lang/String;)V]
AbstractInteger.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setTitle:(Ljava/lang/String;)V]
AbstractInteger.setUnits ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setUnits:(Ljava/lang/String;)V]
AbstractInteger.setUnitsRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setUnitsRef:(Ljava/lang/String;)V]
AbstractInteger.setXMLContent ( int value ) : void
[mangled: org/xmlcml/cml/element/AbstractInteger.setXMLContent:(I)V]
cdk-1.0.4.jar, AbstractIntegerArray.class
package org.xmlcml.cml.element
AbstractIntegerArray.AbstractIntegerArray ( )
[mangled: org/xmlcml/cml/element/AbstractIntegerArray."<init>":()V]
AbstractIntegerArray.AbstractIntegerArray ( AbstractIntegerArray old )
[mangled: org/xmlcml/cml/element/AbstractIntegerArray."<init>":(Lorg/xmlcml/cml/element/AbstractIntegerArray;)V]
AbstractIntegerArray.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.addAttribute:(Lnu/xom/Attribute;)V]
AbstractIntegerArray.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractIntegerArray.getBuiltin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getBuiltin:()Ljava/lang/String;]
AbstractIntegerArray.getBuiltinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getBuiltinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getConvention:()Ljava/lang/String;]
AbstractIntegerArray.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getDictRef:()Ljava/lang/String;]
AbstractIntegerArray.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getId:()Ljava/lang/String;]
AbstractIntegerArray.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getMax ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getMax:()Ljava/lang/String;]
AbstractIntegerArray.getMaxAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getMaxAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getMin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getMin:()Ljava/lang/String;]
AbstractIntegerArray.getMinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getMinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getSize ( ) : int
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getSize:()I]
AbstractIntegerArray.getSizeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getSizeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getTitle:()Ljava/lang/String;]
AbstractIntegerArray.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getUnits:()Ljava/lang/String;]
AbstractIntegerArray.getUnitsAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getUnitsAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getUnitsRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getUnitsRef:()Ljava/lang/String;]
AbstractIntegerArray.getUnitsRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getUnitsRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractIntegerArray.getXMLContent ( ) : String
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.getXMLContent:()Ljava/lang/String;]
AbstractIntegerArray.setBuiltin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setBuiltin:(Ljava/lang/String;)V]
AbstractIntegerArray.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setConvention:(Ljava/lang/String;)V]
AbstractIntegerArray.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setDictRef:(Ljava/lang/String;)V]
AbstractIntegerArray.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setId:(Ljava/lang/String;)V]
AbstractIntegerArray.setMax ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setMax:(Ljava/lang/String;)V]
AbstractIntegerArray.setMin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setMin:(Ljava/lang/String;)V]
AbstractIntegerArray.setSize ( int value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setSize:(I)V]
AbstractIntegerArray.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setTitle:(Ljava/lang/String;)V]
AbstractIntegerArray.setUnits ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setUnits:(Ljava/lang/String;)V]
AbstractIntegerArray.setUnitsRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setUnitsRef:(Ljava/lang/String;)V]
AbstractIntegerArray.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractIntegerArray.setXMLContent:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractLabel.class
package org.xmlcml.cml.element
AbstractLabel.getValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractLabel.getValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.0.4.jar, AbstractLatticeVector.class
package org.xmlcml.cml.element
AbstractLatticeVector.getPeriodic ( ) : String
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.getPeriodic:()Ljava/lang/String;]
cdk-1.0.4.jar, AbstractLight.class
package org.apache.batik.ext.awt.image
AbstractLight.AbstractLight ( Color p1 )
[mangled: org/apache/batik/ext/awt/image/AbstractLight."<init>":(Ljava/awt/Color;)V]
AbstractLight.getColor ( boolean p1 ) : double[ ]
[mangled: org/apache/batik/ext/awt/image/AbstractLight.getColor:(Z)[D]
AbstractLight.getLight ( double p1, double p2, double p3, double[ ] p4 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/AbstractLight.getLight:(DDD[D)V]
AbstractLight.getLightMap ( double p1, double p2, double p3, double p4, int p5, int p6, double[ ][ ][ ] p7 ) : double[ ][ ][ ]
[mangled: org/apache/batik/ext/awt/image/AbstractLight.getLightMap:(DDDDII[[[D)[[[D]
AbstractLight.getLightRow ( double p1, double p2, double p3, int p4, double[ ][ ] p5, double[ ][ ] p6 ) : double[ ][ ]
[mangled: org/apache/batik/ext/awt/image/AbstractLight.getLightRow:(DDDI[[D[[D)[[D]
AbstractLight.isConstant ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/AbstractLight.isConstant:()Z]
AbstractLight.setColor ( Color p1 ) : void
[mangled: org/apache/batik/ext/awt/image/AbstractLight.setColor:(Ljava/awt/Color;)V]
AbstractLight.sRGBToLsRGB ( double p1 ) [static] : double
[mangled: org/apache/batik/ext/awt/image/AbstractLight.sRGBToLsRGB:(D)D]
cdk-1.0.4.jar, AbstractMatrix.class
package org.xmlcml.cml.element
AbstractMatrix.getErrorValueArray ( ) : String[ ]
[mangled: org/xmlcml/cml/element/AbstractMatrix.getErrorValueArray:()[Ljava/lang/String;]
AbstractMatrix.setErrorValueArray ( String[ ] value ) : void
[mangled: org/xmlcml/cml/element/AbstractMatrix.setErrorValueArray:([Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractMechanism.class
package org.xmlcml.cml.element
AbstractMechanism.addDescription ( AbstractDescription description ) : void
[mangled: org/xmlcml/cml/element/AbstractMechanism.addDescription:(Lorg/xmlcml/cml/element/AbstractDescription;)V]
AbstractMechanism.getDescriptionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMechanism.getDescriptionElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractMolecule.class
package org.xmlcml.cml.element
AbstractMolecule.addAngle ( AbstractAngle angle ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addAngle:(Lorg/xmlcml/cml/element/AbstractAngle;)V]
AbstractMolecule.addCrystal ( AbstractCrystal crystal ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addCrystal:(Lorg/xmlcml/cml/element/AbstractCrystal;)V]
AbstractMolecule.addElectron ( AbstractElectron electron ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addElectron:(Lorg/xmlcml/cml/element/AbstractElectron;)V]
AbstractMolecule.addIdentifier ( AbstractIdentifier identifier ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addIdentifier:(Lorg/xmlcml/cml/element/AbstractIdentifier;)V]
AbstractMolecule.addLength ( AbstractLength length ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addLength:(Lorg/xmlcml/cml/element/AbstractLength;)V]
AbstractMolecule.addList ( AbstractList list ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addList:(Lorg/xmlcml/cml/element/AbstractList;)V]
AbstractMolecule.addMatrix ( AbstractMatrix matrix ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addMatrix:(Lorg/xmlcml/cml/element/AbstractMatrix;)V]
AbstractMolecule.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractMolecule.addSymmetry ( AbstractSymmetry symmetry ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addSymmetry:(Lorg/xmlcml/cml/element/AbstractSymmetry;)V]
AbstractMolecule.addTorsion ( AbstractTorsion torsion ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addTorsion:(Lorg/xmlcml/cml/element/AbstractTorsion;)V]
AbstractMolecule.addZMatrix ( AbstractZMatrix zMatrix ) : void
[mangled: org/xmlcml/cml/element/AbstractMolecule.addZMatrix:(Lorg/xmlcml/cml/element/AbstractZMatrix;)V]
AbstractMolecule.getAngleElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getAngleElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getCrystalElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getCrystalElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getElectronElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getElectronElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getIdentifierElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getIdentifierElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getLengthElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getLengthElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getMatrixElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getMatrixElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getSymmetryElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getSymmetryElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getSymmetryOriented ( ) : String
[mangled: org/xmlcml/cml/element/AbstractMolecule.getSymmetryOriented:()Ljava/lang/String;]
AbstractMolecule.getTorsionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getTorsionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractMolecule.getZMatrixElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractMolecule.getZMatrixElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractNode.class
package org.apache.batik.dom
AbstractNode.AbstractNode ( )
[mangled: org/apache/batik/dom/AbstractNode."<init>":()V]
AbstractNode.addEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/batik/dom/AbstractNode.addEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
AbstractNode.appendChild ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNode.checkChildType ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractNode.checkChildType:(Lorg/w3c/dom/Node;Z)V]
AbstractNode.cloneNode ( boolean p1 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.cloneNode:(Z)Lorg/w3c/dom/Node;]
AbstractNode.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNode.createDOMException ( short p1, String p2, Object[ ] p3 ) : DOMException
[mangled: org/apache/batik/dom/AbstractNode.createDOMException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;]
AbstractNode.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNode.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractNode.dispatchEvent ( Event p1 ) : boolean
[mangled: org/apache/batik/dom/AbstractNode.dispatchEvent:(Lorg/w3c/dom/events/Event;)Z]
AbstractNode.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractNode.fireDOMCharacterDataModifiedEvent ( String p1, String p2 ) : void
[mangled: org/apache/batik/dom/AbstractNode.fireDOMCharacterDataModifiedEvent:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractNode.fireDOMNodeInsertedIntoDocumentEvent ( ) : void
[mangled: org/apache/batik/dom/AbstractNode.fireDOMNodeInsertedIntoDocumentEvent:()V]
AbstractNode.fireDOMNodeRemovedFromDocumentEvent ( ) : void
[mangled: org/apache/batik/dom/AbstractNode.fireDOMNodeRemovedFromDocumentEvent:()V]
AbstractNode.getAttributes ( ) : NamedNodeMap
[mangled: org/apache/batik/dom/AbstractNode.getAttributes:()Lorg/w3c/dom/NamedNodeMap;]
AbstractNode.getChildNodes ( ) : NodeList
[mangled: org/apache/batik/dom/AbstractNode.getChildNodes:()Lorg/w3c/dom/NodeList;]
AbstractNode.getCurrentDocument ( ) : AbstractDocument
[mangled: org/apache/batik/dom/AbstractNode.getCurrentDocument:()Lorg/apache/batik/dom/AbstractDocument;]
AbstractNode.getEventSupport ( ) : EventSupport
[mangled: org/apache/batik/dom/AbstractNode.getEventSupport:()Lorg/apache/batik/dom/events/EventSupport;]
AbstractNode.getFirstChild ( ) : Node
[mangled: org/apache/batik/dom/AbstractNode.getFirstChild:()Lorg/w3c/dom/Node;]
AbstractNode.getLastChild ( ) : Node
[mangled: org/apache/batik/dom/AbstractNode.getLastChild:()Lorg/w3c/dom/Node;]
AbstractNode.getLocalName ( ) : String
[mangled: org/apache/batik/dom/AbstractNode.getLocalName:()Ljava/lang/String;]
AbstractNode.getNamespaceURI ( ) : String
[mangled: org/apache/batik/dom/AbstractNode.getNamespaceURI:()Ljava/lang/String;]
AbstractNode.getNextSibling ( ) : Node
[mangled: org/apache/batik/dom/AbstractNode.getNextSibling:()Lorg/w3c/dom/Node;]
AbstractNode.getNodeName ( ) [abstract] : String
[mangled: org/apache/batik/dom/AbstractNode.getNodeName:()Ljava/lang/String;]
AbstractNode.getNodeType ( ) [abstract] : short
[mangled: org/apache/batik/dom/AbstractNode.getNodeType:()S]
AbstractNode.getNodeValue ( ) : String
[mangled: org/apache/batik/dom/AbstractNode.getNodeValue:()Ljava/lang/String;]
AbstractNode.getOwnerDocument ( ) : Document
[mangled: org/apache/batik/dom/AbstractNode.getOwnerDocument:()Lorg/w3c/dom/Document;]
AbstractNode.getParentNode ( ) : Node
[mangled: org/apache/batik/dom/AbstractNode.getParentNode:()Lorg/w3c/dom/Node;]
AbstractNode.getParentNodeEventTarget ( ) : NodeEventTarget
[mangled: org/apache/batik/dom/AbstractNode.getParentNodeEventTarget:()Lorg/apache/batik/dom/events/NodeEventTarget;]
AbstractNode.getPrefix ( ) : String
[mangled: org/apache/batik/dom/AbstractNode.getPrefix:()Ljava/lang/String;]
AbstractNode.getPreviousSibling ( ) : Node
[mangled: org/apache/batik/dom/AbstractNode.getPreviousSibling:()Lorg/w3c/dom/Node;]
AbstractNode.hasAttributes ( ) : boolean
[mangled: org/apache/batik/dom/AbstractNode.hasAttributes:()Z]
AbstractNode.hasChildNodes ( ) : boolean
[mangled: org/apache/batik/dom/AbstractNode.hasChildNodes:()Z]
AbstractNode.insertBefore ( Node p1, Node p2 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.insertBefore:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNode.isReadonly ( ) [abstract] : boolean
[mangled: org/apache/batik/dom/AbstractNode.isReadonly:()Z]
AbstractNode.isSupported ( String p1, String p2 ) : boolean
[mangled: org/apache/batik/dom/AbstractNode.isSupported:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractNode.newNode ( ) [abstract] : Node
[mangled: org/apache/batik/dom/AbstractNode.newNode:()Lorg/w3c/dom/Node;]
AbstractNode.normalize ( ) : void
[mangled: org/apache/batik/dom/AbstractNode.normalize:()V]
AbstractNode.removeChild ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNode.removeEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/batik/dom/AbstractNode.removeEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
AbstractNode.replaceChild ( Node p1, Node p2 ) : Node
[mangled: org/apache/batik/dom/AbstractNode.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNode.setNextSibling ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setNextSibling:(Lorg/w3c/dom/Node;)V]
AbstractNode.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setNodeName:(Ljava/lang/String;)V]
AbstractNode.setNodeValue ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setNodeValue:(Ljava/lang/String;)V]
AbstractNode.setOwnerDocument ( Document p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setOwnerDocument:(Lorg/w3c/dom/Document;)V]
AbstractNode.setParentNode ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setParentNode:(Lorg/w3c/dom/Node;)V]
AbstractNode.setPrefix ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setPrefix:(Ljava/lang/String;)V]
AbstractNode.setPreviousSibling ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setPreviousSibling:(Lorg/w3c/dom/Node;)V]
AbstractNode.setReadonly ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/dom/AbstractNode.setReadonly:(Z)V]
AbstractNode.setSpecified ( boolean p1 ) : void
[mangled: org/apache/batik/dom/AbstractNode.setSpecified:(Z)V]
cdk-1.0.4.jar, AbstractNotation.class
package org.apache.batik.dom
AbstractNotation.AbstractNotation ( )
[mangled: org/apache/batik/dom/AbstractNotation."<init>":()V]
AbstractNotation.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractNotation.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNotation.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractNotation.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractNotation.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractNotation.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractNotation.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractNotation.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractNotation.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractNotation.getNodeName:()Ljava/lang/String;]
AbstractNotation.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractNotation.getNodeType:()S]
AbstractNotation.getPublicId ( ) : String
[mangled: org/apache/batik/dom/AbstractNotation.getPublicId:()Ljava/lang/String;]
AbstractNotation.getSystemId ( ) : String
[mangled: org/apache/batik/dom/AbstractNotation.getSystemId:()Ljava/lang/String;]
AbstractNotation.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractNotation.setNodeName:(Ljava/lang/String;)V]
AbstractNotation.setPublicId ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractNotation.setPublicId:(Ljava/lang/String;)V]
AbstractNotation.setSystemId ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractNotation.setSystemId:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractParameter.class
package org.xmlcml.cml.element
AbstractParameter.getValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractParameter.getValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.0.4.jar, AbstractParentChildNode.class
package org.apache.batik.dom
AbstractParentChildNode.AbstractParentChildNode ( )
[mangled: org/apache/batik/dom/AbstractParentChildNode."<init>":()V]
AbstractParentChildNode.getNextSibling ( ) : Node
[mangled: org/apache/batik/dom/AbstractParentChildNode.getNextSibling:()Lorg/w3c/dom/Node;]
AbstractParentChildNode.getParentNode ( ) : Node
[mangled: org/apache/batik/dom/AbstractParentChildNode.getParentNode:()Lorg/w3c/dom/Node;]
AbstractParentChildNode.getPreviousSibling ( ) : Node
[mangled: org/apache/batik/dom/AbstractParentChildNode.getPreviousSibling:()Lorg/w3c/dom/Node;]
AbstractParentChildNode.setNextSibling ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentChildNode.setNextSibling:(Lorg/w3c/dom/Node;)V]
AbstractParentChildNode.setParentNode ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentChildNode.setParentNode:(Lorg/w3c/dom/Node;)V]
AbstractParentChildNode.setPreviousSibling ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentChildNode.setPreviousSibling:(Lorg/w3c/dom/Node;)V]
cdk-1.0.4.jar, AbstractParentNode.class
package org.apache.batik.dom
AbstractParentNode.AbstractParentNode ( )
[mangled: org/apache/batik/dom/AbstractParentNode."<init>":()V]
AbstractParentNode.appendChild ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractParentNode.checkAndRemove ( Node p1, boolean p2 ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.checkAndRemove:(Lorg/w3c/dom/Node;Z)V]
AbstractParentNode.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractParentNode.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractParentNode.fireDOMNodeInsertedEvent ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.fireDOMNodeInsertedEvent:(Lorg/w3c/dom/Node;)V]
AbstractParentNode.fireDOMNodeInsertedIntoDocumentEvent ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.fireDOMNodeInsertedIntoDocumentEvent:()V]
AbstractParentNode.fireDOMNodeRemovedEvent ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.fireDOMNodeRemovedEvent:(Lorg/w3c/dom/Node;)V]
AbstractParentNode.fireDOMNodeRemovedFromDocumentEvent ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.fireDOMNodeRemovedFromDocumentEvent:()V]
AbstractParentNode.fireDOMSubtreeModifiedEvent ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.fireDOMSubtreeModifiedEvent:()V]
AbstractParentNode.getChildNodes ( ) : NodeList
[mangled: org/apache/batik/dom/AbstractParentNode.getChildNodes:()Lorg/w3c/dom/NodeList;]
AbstractParentNode.getElementsByTagName ( String p1 ) : NodeList
[mangled: org/apache/batik/dom/AbstractParentNode.getElementsByTagName:(Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
AbstractParentNode.getElementsByTagNameNS ( String p1, String p2 ) : NodeList
[mangled: org/apache/batik/dom/AbstractParentNode.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
AbstractParentNode.getFirstChild ( ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.getFirstChild:()Lorg/w3c/dom/Node;]
AbstractParentNode.getLastChild ( ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.getLastChild:()Lorg/w3c/dom/Node;]
AbstractParentNode.hasChildNodes ( ) : boolean
[mangled: org/apache/batik/dom/AbstractParentNode.hasChildNodes:()Z]
AbstractParentNode.insertBefore ( Node p1, Node p2 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.insertBefore:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractParentNode.nodeAdded ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.nodeAdded:(Lorg/w3c/dom/Node;)V]
AbstractParentNode.nodeToBeRemoved ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.nodeToBeRemoved:(Lorg/w3c/dom/Node;)V]
AbstractParentNode.normalize ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.normalize:()V]
AbstractParentNode.removeChild ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractParentNode.replaceChild ( Node p1, Node p2 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
cdk-1.0.4.jar, AbstractParsedURLProtocolHandler.class
package org.apache.batik.util
AbstractParsedURLProtocolHandler.AbstractParsedURLProtocolHandler ( String p1 )
[mangled: org/apache/batik/util/AbstractParsedURLProtocolHandler."<init>":(Ljava/lang/String;)V]
AbstractParsedURLProtocolHandler.getProtocolHandled ( ) : String
[mangled: org/apache/batik/util/AbstractParsedURLProtocolHandler.getProtocolHandled:()Ljava/lang/String;]
AbstractParsedURLProtocolHandler.parseURL ( ParsedURL p1, String p2 ) [abstract] : ParsedURLData
[mangled: org/apache/batik/util/AbstractParsedURLProtocolHandler.parseURL:(Lorg/apache/batik/util/ParsedURL;Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
AbstractParsedURLProtocolHandler.parseURL ( String p1 ) [abstract] : ParsedURLData
[mangled: org/apache/batik/util/AbstractParsedURLProtocolHandler.parseURL:(Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
cdk-1.0.4.jar, AbstractPeak.class
package org.xmlcml.cml.element
AbstractPeak.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractPeak.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractPeak.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractPeak.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractPeakGroup.class
package org.xmlcml.cml.element
AbstractPeakGroup.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractPeakGroup.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractPeakList.class
package org.xmlcml.cml.element
AbstractPeakList.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractPeakList.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractPeakList.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractPeakList.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractPeakStructure.class
package org.xmlcml.cml.element
AbstractPeakStructure.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractPeakStructure.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractPeakStructure.getValueAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.getValueAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.0.4.jar, AbstractProcessingInstruction.class
package org.apache.batik.dom
AbstractProcessingInstruction.AbstractProcessingInstruction ( )
[mangled: org/apache/batik/dom/AbstractProcessingInstruction."<init>":()V]
AbstractProcessingInstruction.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractProcessingInstruction.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractProcessingInstruction.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractProcessingInstruction.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
AbstractProcessingInstruction.getData ( ) : String
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.getData:()Ljava/lang/String;]
AbstractProcessingInstruction.getNodeName ( ) : String
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.getNodeName:()Ljava/lang/String;]
AbstractProcessingInstruction.getNodeType ( ) : short
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.getNodeType:()S]
AbstractProcessingInstruction.getNodeValue ( ) : String
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.getNodeValue:()Ljava/lang/String;]
AbstractProcessingInstruction.getTarget ( ) [abstract] : String
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.getTarget:()Ljava/lang/String;]
AbstractProcessingInstruction.setData ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.setData:(Ljava/lang/String;)V]
AbstractProcessingInstruction.setNodeValue ( String p1 ) : void
[mangled: org/apache/batik/dom/AbstractProcessingInstruction.setNodeValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractProperty.class
package org.xmlcml.cml.element
AbstractProperty.addMatrix ( AbstractMatrix matrix ) : void
[mangled: org/xmlcml/cml/element/AbstractProperty.addMatrix:(Lorg/xmlcml/cml/element/AbstractMatrix;)V]
AbstractProperty.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractProperty.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractProperty.getMatrixElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractProperty.getMatrixElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractProperty.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractProperty.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractPropertyList.class
package org.xmlcml.cml.element
AbstractPropertyList.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractPropertyList.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractPropertyList.addObservation ( AbstractObservation observation ) : void
[mangled: org/xmlcml/cml/element/AbstractPropertyList.addObservation:(Lorg/xmlcml/cml/element/AbstractObservation;)V]
AbstractPropertyList.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractPropertyList.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractPropertyList.getObservationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractPropertyList.getObservationElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractRable.class
package org.apache.batik.ext.awt.image.renderable
AbstractRable.AbstractRable ( )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable."<init>":()V]
AbstractRable.AbstractRable ( Filter p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
AbstractRable.AbstractRable ( Filter p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/util/Map;)V]
AbstractRable.AbstractRable ( List p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable."<init>":(Ljava/util/List;)V]
AbstractRable.AbstractRable ( List p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable."<init>":(Ljava/util/List;Ljava/util/Map;)V]
AbstractRable.createDefaultRendering ( ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.createDefaultRendering:()Ljava/awt/image/RenderedImage;]
AbstractRable.createRendering ( RenderContext p1 ) [abstract] : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
AbstractRable.createScaledRendering ( int p1, int p2, RenderingHints p3 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.createScaledRendering:(IILjava/awt/RenderingHints;)Ljava/awt/image/RenderedImage;]
AbstractRable.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
AbstractRable.getDependencyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
AbstractRable.getDirtyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
AbstractRable.getHeight ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getHeight:()F]
AbstractRable.getMinX ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getMinX:()F]
AbstractRable.getMinY ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getMinY:()F]
AbstractRable.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractRable.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getPropertyNames:()[Ljava/lang/String;]
AbstractRable.getSources ( ) : Vector
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getSources:()Ljava/util/Vector;]
AbstractRable.getTimeStamp ( ) : long
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getTimeStamp:()J]
AbstractRable.getWidth ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.getWidth:()F]
AbstractRable.init ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.init:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
AbstractRable.init ( Filter p1, Map p2 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.init:(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/util/Map;)V]
AbstractRable.init ( List p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.init:(Ljava/util/List;)V]
AbstractRable.init ( List p1, Map p2 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.init:(Ljava/util/List;Ljava/util/Map;)V]
AbstractRable.isDynamic ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.isDynamic:()Z]
AbstractRable.touch ( ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AbstractRable.touch:()V]
cdk-1.0.4.jar, AbstractReactiveCentre.class
package org.xmlcml.cml.element
AbstractReactiveCentre.addDescription ( AbstractDescription description ) : void
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.addDescription:(Lorg/xmlcml/cml/element/AbstractDescription;)V]
AbstractReactiveCentre.getDescriptionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.getDescriptionElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractRed.class
package org.apache.batik.ext.awt.image.rendered
AbstractRed.AbstractRed ( )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":()V]
AbstractRed.AbstractRed ( CachableRed p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/util/Map;)V]
AbstractRed.AbstractRed ( CachableRed p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractRed.AbstractRed ( CachableRed p1, Rectangle p2, ColorModel p3, SampleModel p4, Map p5 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;Ljava/util/Map;)V]
AbstractRed.AbstractRed ( CachableRed p1, Rectangle p2, Map p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/util/Map;)V]
AbstractRed.AbstractRed ( List p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Ljava/util/List;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractRed.AbstractRed ( List p1, Rectangle p2, ColorModel p3, SampleModel p4, Map p5 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Ljava/util/List;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;Ljava/util/Map;)V]
AbstractRed.AbstractRed ( List p1, Rectangle p2, Map p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Ljava/util/List;Ljava/awt/Rectangle;Ljava/util/Map;)V]
AbstractRed.AbstractRed ( Rectangle p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed."<init>":(Ljava/awt/Rectangle;Ljava/util/Map;)V]
AbstractRed.copyBand ( Raster p1, int p2, WritableRaster p3, int p4 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.copyBand:(Ljava/awt/image/Raster;ILjava/awt/image/WritableRaster;I)V]
AbstractRed.copyData ( WritableRaster p1 ) [abstract] : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
AbstractRed.copyToRaster ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.copyToRaster:(Ljava/awt/image/WritableRaster;)V]
AbstractRed.getBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getBounds:()Ljava/awt/Rectangle;]
AbstractRed.getColorModel ( ) : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getColorModel:()Ljava/awt/image/ColorModel;]
AbstractRed.getData ( ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getData:()Ljava/awt/image/Raster;]
AbstractRed.getData ( Rectangle p1 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;]
AbstractRed.getDependencyRegion ( int p1, Rectangle p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getDependencyRegion:(ILjava/awt/Rectangle;)Ljava/awt/Shape;]
AbstractRed.getDirtyRegion ( int p1, Rectangle p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getDirtyRegion:(ILjava/awt/Rectangle;)Ljava/awt/Shape;]
AbstractRed.getHeight ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getHeight:()I]
AbstractRed.getMinTileX ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getMinTileX:()I]
AbstractRed.getMinTileY ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getMinTileY:()I]
AbstractRed.getMinX ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getMinX:()I]
AbstractRed.getMinY ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getMinY:()I]
AbstractRed.getNumXTiles ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getNumXTiles:()I]
AbstractRed.getNumYTiles ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getNumYTiles:()I]
AbstractRed.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractRed.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getPropertyNames:()[Ljava/lang/String;]
AbstractRed.getSampleModel ( ) : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getSampleModel:()Ljava/awt/image/SampleModel;]
AbstractRed.getSources ( ) : Vector
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getSources:()Ljava/util/Vector;]
AbstractRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getTile:(II)Ljava/awt/image/Raster;]
AbstractRed.getTileGridXOffset ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getTileGridXOffset:()I]
AbstractRed.getTileGridYOffset ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getTileGridYOffset:()I]
AbstractRed.getTileHeight ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getTileHeight:()I]
AbstractRed.getTileWidth ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getTileWidth:()I]
AbstractRed.getWidth ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getWidth:()I]
AbstractRed.getXTile ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getXTile:(I)I]
AbstractRed.getYTile ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.getYTile:(I)I]
AbstractRed.init ( CachableRed p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.init:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractRed.init ( List p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.init:(Ljava/util/List;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractRed.makeTile ( int p1, int p2 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.makeTile:(II)Ljava/awt/image/WritableRaster;]
AbstractRed.updateTileGridInfo ( ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractRed.updateTileGridInfo:()V]
cdk-1.0.4.jar, AbstractRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
AbstractRegistryEntry.AbstractRegistryEntry ( String p1, float p2, String p3, String p4 )
[mangled: org/apache/batik/ext/awt/image/spi/AbstractRegistryEntry."<init>":(Ljava/lang/String;FLjava/lang/String;Ljava/lang/String;)V]
AbstractRegistryEntry.AbstractRegistryEntry ( String p1, float p2, String[ ] p3, String[ ] p4 )
[mangled: org/apache/batik/ext/awt/image/spi/AbstractRegistryEntry."<init>":(Ljava/lang/String;F[Ljava/lang/String;[Ljava/lang/String;)V]
AbstractRegistryEntry.getFormatName ( ) : String
[mangled: org/apache/batik/ext/awt/image/spi/AbstractRegistryEntry.getFormatName:()Ljava/lang/String;]
AbstractRegistryEntry.getMimeTypes ( ) : List
[mangled: org/apache/batik/ext/awt/image/spi/AbstractRegistryEntry.getMimeTypes:()Ljava/util/List;]
AbstractRegistryEntry.getPriority ( ) : float
[mangled: org/apache/batik/ext/awt/image/spi/AbstractRegistryEntry.getPriority:()F]
AbstractRegistryEntry.getStandardExtensions ( ) : List
[mangled: org/apache/batik/ext/awt/image/spi/AbstractRegistryEntry.getStandardExtensions:()Ljava/util/List;]
cdk-1.0.4.jar, AbstractScalar.class
package org.xmlcml.cml.element
AbstractScalar.getUnitTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractScalar.getUnitTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.0.4.jar, AbstractStmml.class
package org.xmlcml.cml.element
AbstractStmml.AbstractStmml ( )
[mangled: org/xmlcml/cml/element/AbstractStmml."<init>":()V]
AbstractStmml.AbstractStmml ( AbstractStmml old )
[mangled: org/xmlcml/cml/element/AbstractStmml."<init>":(Lorg/xmlcml/cml/element/AbstractStmml;)V]
AbstractStmml.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractStmml.addAttribute:(Lnu/xom/Attribute;)V]
AbstractStmml.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractStmml.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractStmml.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStmml.getConvention:()Ljava/lang/String;]
AbstractStmml.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStmml.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStmml.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStmml.getDictRef:()Ljava/lang/String;]
AbstractStmml.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStmml.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStmml.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStmml.getId:()Ljava/lang/String;]
AbstractStmml.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStmml.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStmml.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStmml.getTitle:()Ljava/lang/String;]
AbstractStmml.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStmml.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStmml.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStmml.setConvention:(Ljava/lang/String;)V]
AbstractStmml.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStmml.setDictRef:(Ljava/lang/String;)V]
AbstractStmml.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStmml.setId:(Ljava/lang/String;)V]
AbstractStmml.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStmml.setTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractString.class
package org.xmlcml.cml.element
AbstractString.AbstractString ( )
[mangled: org/xmlcml/cml/element/AbstractString."<init>":()V]
AbstractString.AbstractString ( AbstractString old )
[mangled: org/xmlcml/cml/element/AbstractString."<init>":(Lorg/xmlcml/cml/element/AbstractString;)V]
AbstractString.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractString.addAttribute:(Lnu/xom/Attribute;)V]
AbstractString.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractString.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractString.getBuiltin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractString.getBuiltin:()Ljava/lang/String;]
AbstractString.getBuiltinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractString.getBuiltinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractString.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractString.getConvention:()Ljava/lang/String;]
AbstractString.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractString.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractString.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractString.getDictRef:()Ljava/lang/String;]
AbstractString.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractString.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractString.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractString.getId:()Ljava/lang/String;]
AbstractString.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractString.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractString.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractString.getTitle:()Ljava/lang/String;]
AbstractString.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractString.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractString.getXMLContent ( ) : String
[mangled: org/xmlcml/cml/element/AbstractString.getXMLContent:()Ljava/lang/String;]
AbstractString.setBuiltin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractString.setBuiltin:(Ljava/lang/String;)V]
AbstractString.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractString.setConvention:(Ljava/lang/String;)V]
AbstractString.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractString.setDictRef:(Ljava/lang/String;)V]
AbstractString.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractString.setId:(Ljava/lang/String;)V]
AbstractString.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractString.setTitle:(Ljava/lang/String;)V]
AbstractString.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractString.setXMLContent:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractStringArray.class
package org.xmlcml.cml.element
AbstractStringArray.AbstractStringArray ( )
[mangled: org/xmlcml/cml/element/AbstractStringArray."<init>":()V]
AbstractStringArray.AbstractStringArray ( AbstractStringArray old )
[mangled: org/xmlcml/cml/element/AbstractStringArray."<init>":(Lorg/xmlcml/cml/element/AbstractStringArray;)V]
AbstractStringArray.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.addAttribute:(Lnu/xom/Attribute;)V]
AbstractStringArray.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractStringArray.getBuiltin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getBuiltin:()Ljava/lang/String;]
AbstractStringArray.getBuiltinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getBuiltinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getConvention:()Ljava/lang/String;]
AbstractStringArray.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getDelimiter ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getDelimiter:()Ljava/lang/String;]
AbstractStringArray.getDelimiterAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getDelimiterAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getDictRef:()Ljava/lang/String;]
AbstractStringArray.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getId:()Ljava/lang/String;]
AbstractStringArray.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getMax ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getMax:()Ljava/lang/String;]
AbstractStringArray.getMaxAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getMaxAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getMin ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getMin:()Ljava/lang/String;]
AbstractStringArray.getMinAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getMinAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getSize ( ) : int
[mangled: org/xmlcml/cml/element/AbstractStringArray.getSize:()I]
AbstractStringArray.getSizeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getSizeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getTitle:()Ljava/lang/String;]
AbstractStringArray.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractStringArray.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractStringArray.getXMLContent ( ) : String
[mangled: org/xmlcml/cml/element/AbstractStringArray.getXMLContent:()Ljava/lang/String;]
AbstractStringArray.setBuiltin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setBuiltin:(Ljava/lang/String;)V]
AbstractStringArray.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setConvention:(Ljava/lang/String;)V]
AbstractStringArray.setDelimiter ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setDelimiter:(Ljava/lang/String;)V]
AbstractStringArray.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setDictRef:(Ljava/lang/String;)V]
AbstractStringArray.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setId:(Ljava/lang/String;)V]
AbstractStringArray.setMax ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setMax:(Ljava/lang/String;)V]
AbstractStringArray.setMin ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setMin:(Ljava/lang/String;)V]
AbstractStringArray.setSize ( int value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setSize:(I)V]
AbstractStringArray.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setTitle:(Ljava/lang/String;)V]
AbstractStringArray.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractStringArray.setXMLContent:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractSVGConverter.class
package org.apache.batik.svggen
AbstractSVGConverter.AbstractSVGConverter ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/AbstractSVGConverter."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
AbstractSVGConverter.doubleString ( double p1 ) : String
[mangled: org/apache/batik/svggen/AbstractSVGConverter.doubleString:(D)Ljava/lang/String;]
AbstractSVGConverter.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/AbstractSVGConverter.getDefinitionSet:()Ljava/util/List;]
AbstractSVGConverter.toSVG ( GraphicContext p1 ) [abstract] : SVGDescriptor
[mangled: org/apache/batik/svggen/AbstractSVGConverter.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, AbstractSVGFilterConverter.class
package org.apache.batik.svggen
AbstractSVGFilterConverter.AbstractSVGFilterConverter ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/AbstractSVGFilterConverter."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
AbstractSVGFilterConverter.doubleString ( double p1 ) : String
[mangled: org/apache/batik/svggen/AbstractSVGFilterConverter.doubleString:(D)Ljava/lang/String;]
AbstractSVGFilterConverter.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/AbstractSVGFilterConverter.getDefinitionSet:()Ljava/util/List;]
AbstractSVGFilterConverter.toSVG ( BufferedImageOp p1, Rectangle p2 ) [abstract] : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/AbstractSVGFilterConverter.toSVG:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
cdk-1.0.4.jar, AbstractTable.class
package org.xmlcml.cml.element
AbstractTable.addArray ( AbstractArray array ) : void
[mangled: org/xmlcml/cml/element/AbstractTable.addArray:(Lorg/xmlcml/cml/element/AbstractArray;)V]
AbstractTable.addTrow ( AbstractTrow trow ) : void
[mangled: org/xmlcml/cml/element/AbstractTable.addTrow:(Lorg/xmlcml/cml/element/AbstractTrow;)V]
AbstractTable.getArrayElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTable.getArrayElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractTable.getDataType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTable.getDataType:()Ljava/lang/String;]
AbstractTable.getDataTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTable.getDataTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTable.getTrowElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTable.getTrowElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractTable.setDataType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTable.setDataType:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractTableHeader.class
package org.xmlcml.cml.element
AbstractTableHeader.addTrow ( AbstractTrow trow ) : void
[mangled: org/xmlcml/cml/element/AbstractTableHeader.addTrow:(Lorg/xmlcml/cml/element/AbstractTrow;)V]
AbstractTableHeader.getTrowElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTableHeader.getTrowElements:()Lorg/xmlcml/cml/base/CMLElements;]
cdk-1.0.4.jar, AbstractTableRow.class
package org.xmlcml.cml.element
AbstractTableRow.getDelimiter ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableRow.getDelimiter:()Ljava/lang/String;]
AbstractTableRow.getDelimiterAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTableRow.getDelimiterAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTableRow.getXMLContent ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTableRow.getXMLContent:()Ljava/lang/String;]
AbstractTableRow.setDelimiter ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRow.setDelimiter:(Ljava/lang/String;)V]
AbstractTableRow.setXMLContent ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTableRow.setXMLContent:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractTcell.class
package org.xmlcml.cml.element
AbstractTcell.AbstractTcell ( )
[mangled: org/xmlcml/cml/element/AbstractTcell."<init>":()V]
AbstractTcell.AbstractTcell ( AbstractTcell old )
[mangled: org/xmlcml/cml/element/AbstractTcell."<init>":(Lorg/xmlcml/cml/element/AbstractTcell;)V]
AbstractTcell.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractTcell.addAttribute:(Lnu/xom/Attribute;)V]
AbstractTcell.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractTcell.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractTcell.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTcell.getConvention:()Ljava/lang/String;]
AbstractTcell.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTcell.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTcell.getDataType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTcell.getDataType:()Ljava/lang/String;]
AbstractTcell.getDataTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTcell.getDataTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTcell.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTcell.getDictRef:()Ljava/lang/String;]
AbstractTcell.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTcell.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTcell.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTcell.getId:()Ljava/lang/String;]
AbstractTcell.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTcell.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTcell.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTcell.getTitle:()Ljava/lang/String;]
AbstractTcell.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTcell.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTcell.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTcell.getUnits:()Ljava/lang/String;]
AbstractTcell.getUnitsAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTcell.getUnitsAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTcell.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTcell.setConvention:(Ljava/lang/String;)V]
AbstractTcell.setDataType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTcell.setDataType:(Ljava/lang/String;)V]
AbstractTcell.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTcell.setDictRef:(Ljava/lang/String;)V]
AbstractTcell.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTcell.setId:(Ljava/lang/String;)V]
AbstractTcell.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTcell.setTitle:(Ljava/lang/String;)V]
AbstractTcell.setUnits ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTcell.setUnits:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractTest.class
package org.xmlcml.cml.element.test
AbstractTest.AbstractTest ( )
[mangled: org/xmlcml/cml/element/test/AbstractTest."<init>":()V]
AbstractTest.severeError ( String p1 ) [static] : void
[mangled: org/xmlcml/cml/element/test/AbstractTest.severeError:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractText.class
package org.apache.batik.dom
AbstractText.AbstractText ( )
[mangled: org/apache/batik/dom/AbstractText."<init>":()V]
AbstractText.createTextNode ( String p1 ) [abstract] : Text
[mangled: org/apache/batik/dom/AbstractText.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;]
AbstractText.splitText ( int p1 ) : Text
[mangled: org/apache/batik/dom/AbstractText.splitText:(I)Lorg/w3c/dom/Text;]
cdk-1.0.4.jar, AbstractTiledRed.class
package org.apache.batik.ext.awt.image.rendered
AbstractTiledRed.AbstractTiledRed ( )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":()V]
AbstractTiledRed.AbstractTiledRed ( CachableRed p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/util/Map;)V]
AbstractTiledRed.AbstractTiledRed ( CachableRed p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractTiledRed.AbstractTiledRed ( CachableRed p1, Rectangle p2, ColorModel p3, SampleModel p4, Map p5 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;Ljava/util/Map;)V]
AbstractTiledRed.AbstractTiledRed ( CachableRed p1, Rectangle p2, Map p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/util/Map;)V]
AbstractTiledRed.AbstractTiledRed ( List p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Ljava/util/List;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractTiledRed.AbstractTiledRed ( List p1, Rectangle p2, ColorModel p3, SampleModel p4, Map p5 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Ljava/util/List;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;Ljava/util/Map;)V]
AbstractTiledRed.AbstractTiledRed ( List p1, Rectangle p2, Map p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Ljava/util/List;Ljava/awt/Rectangle;Ljava/util/Map;)V]
AbstractTiledRed.AbstractTiledRed ( Rectangle p1, Map p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed."<init>":(Ljava/awt/Rectangle;Ljava/util/Map;)V]
AbstractTiledRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
AbstractTiledRed.copyToRaster ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.copyToRaster:(Ljava/awt/image/WritableRaster;)V]
AbstractTiledRed.copyToRasterByBlocks ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.copyToRasterByBlocks:(Ljava/awt/image/WritableRaster;)V]
AbstractTiledRed.createTileStore ( ) : TileStore
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.createTileStore:()Lorg/apache/batik/ext/awt/image/rendered/TileStore;]
AbstractTiledRed.drawBlock ( TileBlock p1, WritableRaster p2 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.drawBlock:(Lorg/apache/batik/ext/awt/image/rendered/TileBlock;Ljava/awt/image/WritableRaster;)V]
AbstractTiledRed.drawBlockAndCopy ( TileBlock[ ] p1, WritableRaster p2 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.drawBlockAndCopy:([Lorg/apache/batik/ext/awt/image/rendered/TileBlock;Ljava/awt/image/WritableRaster;)V]
AbstractTiledRed.drawBlockInPlace ( TileBlock[ ] p1, WritableRaster p2 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.drawBlockInPlace:([Lorg/apache/batik/ext/awt/image/rendered/TileBlock;Ljava/awt/image/WritableRaster;)V]
AbstractTiledRed.genRect ( WritableRaster p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.genRect:(Ljava/awt/image/WritableRaster;)V]
AbstractTiledRed.genTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.genTile:(II)Ljava/awt/image/Raster;]
AbstractTiledRed.getData ( Rectangle p1 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;]
AbstractTiledRed.getDefaultTileSize ( ) [static] : int
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.getDefaultTileSize:()I]
AbstractTiledRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.getTile:(II)Ljava/awt/image/Raster;]
AbstractTiledRed.getTileStore ( ) : TileStore
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.getTileStore:()Lorg/apache/batik/ext/awt/image/rendered/TileStore;]
AbstractTiledRed.init ( CachableRed p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.init:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractTiledRed.init ( CachableRed p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, TileStore p7, Map p8 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.init:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILorg/apache/batik/ext/awt/image/rendered/TileStore;Ljava/util/Map;)V]
AbstractTiledRed.init ( List p1, Rectangle p2, ColorModel p3, SampleModel p4, int p5, int p6, Map p7 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.init:(Ljava/util/List;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V]
AbstractTiledRed.setTile ( int p1, int p2, Raster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.setTile:(IILjava/awt/image/Raster;)V]
AbstractTiledRed.setTileStore ( TileStore p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AbstractTiledRed.setTileStore:(Lorg/apache/batik/ext/awt/image/rendered/TileStore;)V]
cdk-1.0.4.jar, AbstractTool.class
package org.xmlcml.cml.tools
AbstractTool.AbstractTool ( )
[mangled: org/xmlcml/cml/tools/AbstractTool."<init>":()V]
cdk-1.0.4.jar, AbstractTrow.class
package org.xmlcml.cml.element
AbstractTrow.AbstractTrow ( )
[mangled: org/xmlcml/cml/element/AbstractTrow."<init>":()V]
AbstractTrow.AbstractTrow ( AbstractTrow old )
[mangled: org/xmlcml/cml/element/AbstractTrow."<init>":(Lorg/xmlcml/cml/element/AbstractTrow;)V]
AbstractTrow.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractTrow.addAttribute:(Lnu/xom/Attribute;)V]
AbstractTrow.addTcell ( AbstractTcell tcell ) : void
[mangled: org/xmlcml/cml/element/AbstractTrow.addTcell:(Lorg/xmlcml/cml/element/AbstractTcell;)V]
AbstractTrow.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractTrow.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractTrow.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTrow.getConvention:()Ljava/lang/String;]
AbstractTrow.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTrow.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTrow.getDataType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTrow.getDataType:()Ljava/lang/String;]
AbstractTrow.getDataTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTrow.getDataTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTrow.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTrow.getDictRef:()Ljava/lang/String;]
AbstractTrow.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTrow.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTrow.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTrow.getId:()Ljava/lang/String;]
AbstractTrow.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTrow.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTrow.getTcellElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractTrow.getTcellElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractTrow.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractTrow.getTitle:()Ljava/lang/String;]
AbstractTrow.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractTrow.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractTrow.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTrow.setConvention:(Ljava/lang/String;)V]
AbstractTrow.setDataType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTrow.setDataType:(Ljava/lang/String;)V]
AbstractTrow.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTrow.setDictRef:(Ljava/lang/String;)V]
AbstractTrow.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTrow.setId:(Ljava/lang/String;)V]
AbstractTrow.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractTrow.setTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractUnit.class
package org.xmlcml.cml.element
AbstractUnit.AbstractUnit ( )
[mangled: org/xmlcml/cml/element/AbstractUnit."<init>":()V]
AbstractUnit.AbstractUnit ( AbstractUnit old )
[mangled: org/xmlcml/cml/element/AbstractUnit."<init>":(Lorg/xmlcml/cml/element/AbstractUnit;)V]
AbstractUnit.addAnnotation ( AbstractAnnotation annotation ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addAnnotation:(Lorg/xmlcml/cml/element/AbstractAnnotation;)V]
AbstractUnit.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addAttribute:(Lnu/xom/Attribute;)V]
AbstractUnit.addDefinition ( AbstractDefinition definition ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addDefinition:(Lorg/xmlcml/cml/element/AbstractDefinition;)V]
AbstractUnit.addDescription ( AbstractDescription description ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addDescription:(Lorg/xmlcml/cml/element/AbstractDescription;)V]
AbstractUnit.addMetadata ( AbstractMetadata metadata ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addMetadata:(Lorg/xmlcml/cml/element/AbstractMetadata;)V]
AbstractUnit.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractUnit.addUnit ( AbstractUnit unit ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addUnit:(Lorg/xmlcml/cml/element/AbstractUnit;)V]
AbstractUnit.addUnitType ( AbstractUnitType unitType ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.addUnitType:(Lorg/xmlcml/cml/element/AbstractUnitType;)V]
AbstractUnit.getAbbreviation ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getAbbreviation:()Ljava/lang/String;]
AbstractUnit.getAbbreviationAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getAbbreviationAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getAnnotationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnit.getAnnotationElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnit.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractUnit.getConstantToSI ( ) : double
[mangled: org/xmlcml/cml/element/AbstractUnit.getConstantToSI:()D]
AbstractUnit.getConstantToSIAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getConstantToSIAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getDefinitionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnit.getDefinitionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnit.getDescriptionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnit.getDescriptionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnit.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getId:()Ljava/lang/String;]
AbstractUnit.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getIsSI ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getIsSI:()Ljava/lang/String;]
AbstractUnit.getIsSIAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getIsSIAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getMetadataElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnit.getMetadataElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnit.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnit.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnit.getMultiplierToData ( ) : double
[mangled: org/xmlcml/cml/element/AbstractUnit.getMultiplierToData:()D]
AbstractUnit.getMultiplierToDataAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getMultiplierToDataAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getMultiplierToSI ( ) : double
[mangled: org/xmlcml/cml/element/AbstractUnit.getMultiplierToSI:()D]
AbstractUnit.getMultiplierToSIAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getMultiplierToSIAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getName ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getName:()Ljava/lang/String;]
AbstractUnit.getNameAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getNameAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getParentSI ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getParentSI:()Ljava/lang/String;]
AbstractUnit.getParentSIAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getParentSIAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getPower ( ) : double
[mangled: org/xmlcml/cml/element/AbstractUnit.getPower:()D]
AbstractUnit.getPowerAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getPowerAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getSymbol ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getSymbol:()Ljava/lang/String;]
AbstractUnit.getSymbolAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getSymbolAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getTitle:()Ljava/lang/String;]
AbstractUnit.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getUnitElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnit.getUnitElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnit.getUnits ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getUnits:()Ljava/lang/String;]
AbstractUnit.getUnitsAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getUnitsAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getUnitType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnit.getUnitType:()Ljava/lang/String;]
AbstractUnit.getUnitTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnit.getUnitTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnit.getUnitTypeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnit.getUnitTypeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnit.setAbbreviation ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setAbbreviation:(Ljava/lang/String;)V]
AbstractUnit.setConstantToSI ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setConstantToSI:(D)V]
AbstractUnit.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setId:(Ljava/lang/String;)V]
AbstractUnit.setIsSI ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setIsSI:(Ljava/lang/String;)V]
AbstractUnit.setMultiplierToData ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setMultiplierToData:(D)V]
AbstractUnit.setMultiplierToSI ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setMultiplierToSI:(D)V]
AbstractUnit.setName ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setName:(Ljava/lang/String;)V]
AbstractUnit.setParentSI ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setParentSI:(Ljava/lang/String;)V]
AbstractUnit.setPower ( double value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setPower:(D)V]
AbstractUnit.setSymbol ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setSymbol:(Ljava/lang/String;)V]
AbstractUnit.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setTitle:(Ljava/lang/String;)V]
AbstractUnit.setUnits ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setUnits:(Ljava/lang/String;)V]
AbstractUnit.setUnitType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnit.setUnitType:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractUnitList.class
package org.xmlcml.cml.element
AbstractUnitList.AbstractUnitList ( )
[mangled: org/xmlcml/cml/element/AbstractUnitList."<init>":()V]
AbstractUnitList.AbstractUnitList ( AbstractUnitList old )
[mangled: org/xmlcml/cml/element/AbstractUnitList."<init>":(Lorg/xmlcml/cml/element/AbstractUnitList;)V]
AbstractUnitList.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.addAttribute:(Lnu/xom/Attribute;)V]
AbstractUnitList.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractUnitList.addUnit ( AbstractUnit unit ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.addUnit:(Lorg/xmlcml/cml/element/AbstractUnit;)V]
AbstractUnitList.addUnitType ( AbstractUnitType unitType ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.addUnitType:(Lorg/xmlcml/cml/element/AbstractUnitType;)V]
AbstractUnitList.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractUnitList.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getConvention:()Ljava/lang/String;]
AbstractUnitList.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getDictionaryPrefix ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getDictionaryPrefix:()Ljava/lang/String;]
AbstractUnitList.getDictionaryPrefixAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getDictionaryPrefixAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getDictRef:()Ljava/lang/String;]
AbstractUnitList.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getHref ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getHref:()Ljava/lang/String;]
AbstractUnitList.getHrefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getHrefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getId:()Ljava/lang/String;]
AbstractUnitList.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitList.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitList.getNamespace ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getNamespace:()Ljava/lang/String;]
AbstractUnitList.getNamespaceAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getNamespaceAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getSiNamespace ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getSiNamespace:()Ljava/lang/String;]
AbstractUnitList.getSiNamespaceAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getSiNamespaceAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getTitle:()Ljava/lang/String;]
AbstractUnitList.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getType ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitList.getType:()Ljava/lang/String;]
AbstractUnitList.getTypeAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitList.getTypeAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitList.getUnitElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitList.getUnitElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitList.getUnitTypeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitList.getUnitTypeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitList.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setConvention:(Ljava/lang/String;)V]
AbstractUnitList.setDictionaryPrefix ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setDictionaryPrefix:(Ljava/lang/String;)V]
AbstractUnitList.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setDictRef:(Ljava/lang/String;)V]
AbstractUnitList.setHref ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setHref:(Ljava/lang/String;)V]
AbstractUnitList.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setId:(Ljava/lang/String;)V]
AbstractUnitList.setNamespace ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setNamespace:(Ljava/lang/String;)V]
AbstractUnitList.setSiNamespace ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setSiNamespace:(Ljava/lang/String;)V]
AbstractUnitList.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setTitle:(Ljava/lang/String;)V]
AbstractUnitList.setType ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitList.setType:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractUnitTest.class
package org.xmlcml.cml.element.test
AbstractUnitTest.AbstractUnitTest ( )
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest."<init>":()V]
AbstractUnitTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest.setUp:()V]
AbstractUnitTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest.suite:()Ljunit/framework/Test;]
AbstractUnitTest.testGetParentCMLUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest.testGetParentCMLUnitList:()V]
AbstractUnitTest.testGetParentSIUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest.testGetParentSIUnit:()V]
AbstractUnitTest.testGetReferencedUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest.testGetReferencedUnitType:()V]
AbstractUnitTest.testGetSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest.testGetSIUnitList:()V]
AbstractUnitTest.testIsSIUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/AbstractUnitTest.testIsSIUnit:()V]
cdk-1.0.4.jar, AbstractUnitType.class
package org.xmlcml.cml.element
AbstractUnitType.AbstractUnitType ( )
[mangled: org/xmlcml/cml/element/AbstractUnitType."<init>":()V]
AbstractUnitType.AbstractUnitType ( AbstractUnitType old )
[mangled: org/xmlcml/cml/element/AbstractUnitType."<init>":(Lorg/xmlcml/cml/element/AbstractUnitType;)V]
AbstractUnitType.addAnnotation ( AbstractAnnotation annotation ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.addAnnotation:(Lorg/xmlcml/cml/element/AbstractAnnotation;)V]
AbstractUnitType.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.addAttribute:(Lnu/xom/Attribute;)V]
AbstractUnitType.addDefinition ( AbstractDefinition definition ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.addDefinition:(Lorg/xmlcml/cml/element/AbstractDefinition;)V]
AbstractUnitType.addDescription ( AbstractDescription description ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.addDescription:(Lorg/xmlcml/cml/element/AbstractDescription;)V]
AbstractUnitType.addDimension ( AbstractDimension dimension ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.addDimension:(Lorg/xmlcml/cml/element/AbstractDimension;)V]
AbstractUnitType.getAbbreviation ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getAbbreviation:()Ljava/lang/String;]
AbstractUnitType.getAbbreviationAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitType.getAbbreviationAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitType.getAnnotationElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitType.getAnnotationElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitType.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractUnitType.getDefinitionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitType.getDefinitionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitType.getDescriptionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitType.getDescriptionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitType.getDimensionElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitType.getDimensionElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitType.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getId:()Ljava/lang/String;]
AbstractUnitType.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitType.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitType.getName ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getName:()Ljava/lang/String;]
AbstractUnitType.getNameAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitType.getNameAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitType.getParentSI ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getParentSI:()Ljava/lang/String;]
AbstractUnitType.getParentSIAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitType.getParentSIAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitType.getPreserve ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getPreserve:()Ljava/lang/String;]
AbstractUnitType.getPreserveAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitType.getPreserveAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitType.getSymbol ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getSymbol:()Ljava/lang/String;]
AbstractUnitType.getSymbolAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitType.getSymbolAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitType.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitType.getTitle:()Ljava/lang/String;]
AbstractUnitType.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitType.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitType.setAbbreviation ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.setAbbreviation:(Ljava/lang/String;)V]
AbstractUnitType.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.setId:(Ljava/lang/String;)V]
AbstractUnitType.setName ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.setName:(Ljava/lang/String;)V]
AbstractUnitType.setParentSI ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.setParentSI:(Ljava/lang/String;)V]
AbstractUnitType.setPreserve ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.setPreserve:(Ljava/lang/String;)V]
AbstractUnitType.setSymbol ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.setSymbol:(Ljava/lang/String;)V]
AbstractUnitType.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitType.setTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AbstractUnitTypeList.class
package org.xmlcml.cml.element
AbstractUnitTypeList.AbstractUnitTypeList ( )
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList."<init>":()V]
AbstractUnitTypeList.AbstractUnitTypeList ( AbstractUnitTypeList old )
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList."<init>":(Lorg/xmlcml/cml/element/AbstractUnitTypeList;)V]
AbstractUnitTypeList.addAttribute ( Attribute att ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.addAttribute:(Lnu/xom/Attribute;)V]
AbstractUnitTypeList.addMetadataList ( AbstractMetadataList metadataList ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.addMetadataList:(Lorg/xmlcml/cml/element/AbstractMetadataList;)V]
AbstractUnitTypeList.addUnitType ( AbstractUnitType unitType ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.addUnitType:(Lorg/xmlcml/cml/element/AbstractUnitType;)V]
AbstractUnitTypeList.getAttributeGroupName ( String attributeName ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getAttributeGroupName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractUnitTypeList.getConvention ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getConvention:()Ljava/lang/String;]
AbstractUnitTypeList.getConventionAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getConventionAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getDictionaryPrefix ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getDictionaryPrefix:()Ljava/lang/String;]
AbstractUnitTypeList.getDictionaryPrefixAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getDictionaryPrefixAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getDictRef ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getDictRef:()Ljava/lang/String;]
AbstractUnitTypeList.getDictRefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getDictRefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getHref ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getHref:()Ljava/lang/String;]
AbstractUnitTypeList.getHrefAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getHrefAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getId ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getId:()Ljava/lang/String;]
AbstractUnitTypeList.getIdAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getIdAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getMetadataListElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getMetadataListElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitTypeList.getNamespace ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getNamespace:()Ljava/lang/String;]
AbstractUnitTypeList.getNamespaceAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getNamespaceAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getSiNamespace ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getSiNamespace:()Ljava/lang/String;]
AbstractUnitTypeList.getSiNamespaceAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getSiNamespaceAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getTitle ( ) : String
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getTitle:()Ljava/lang/String;]
AbstractUnitTypeList.getTitleAttribute ( ) : CMLAttribute
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getTitleAttribute:()Lorg/xmlcml/cml/base/CMLAttribute;]
AbstractUnitTypeList.getUnitTypeElements ( ) : CMLElements
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.getUnitTypeElements:()Lorg/xmlcml/cml/base/CMLElements;]
AbstractUnitTypeList.setConvention ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setConvention:(Ljava/lang/String;)V]
AbstractUnitTypeList.setDictionaryPrefix ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setDictionaryPrefix:(Ljava/lang/String;)V]
AbstractUnitTypeList.setDictRef ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setDictRef:(Ljava/lang/String;)V]
AbstractUnitTypeList.setHref ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setHref:(Ljava/lang/String;)V]
AbstractUnitTypeList.setId ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setId:(Ljava/lang/String;)V]
AbstractUnitTypeList.setNamespace ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setNamespace:(Ljava/lang/String;)V]
AbstractUnitTypeList.setSiNamespace ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setSiNamespace:(Ljava/lang/String;)V]
AbstractUnitTypeList.setTitle ( String value ) : void
[mangled: org/xmlcml/cml/element/AbstractUnitTypeList.setTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, AccessDeniedException.class
package org.apache.xindice.core.security
AccessDeniedException.AccessDeniedException ( )
[mangled: org/apache/xindice/core/security/AccessDeniedException."<init>":()V]
AccessDeniedException.AccessDeniedException ( String message )
[mangled: org/apache/xindice/core/security/AccessDeniedException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, AddAtomsAndBondsEdit.class
package org.openscience.cdk.applications.undoredo
AddAtomsAndBondsEdit.AddAtomsAndBondsEdit ( IChemModel chemModel, IAtomContainer undoRedoContainer, String type, Controller2DModel c2dm )
[mangled: org/openscience/cdk/applications/undoredo/AddAtomsAndBondsEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/String;Lorg/openscience/cdk/controller/Controller2DModel;)V]
AddAtomsAndBondsEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AddAtomsAndBondsEdit.canRedo:()Z]
AddAtomsAndBondsEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AddAtomsAndBondsEdit.canUndo:()Z]
AddAtomsAndBondsEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/AddAtomsAndBondsEdit.getPresentationName:()Ljava/lang/String;]
AddAtomsAndBondsEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AddAtomsAndBondsEdit.redo:()V]
AddAtomsAndBondsEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AddAtomsAndBondsEdit.undo:()V]
AddAtomsAndBondsEdit.updateAtom ( IAtomContainer container, IAtom atom ) : void
[mangled: org/openscience/cdk/applications/undoredo/AddAtomsAndBondsEdit.updateAtom:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)V]
cdk-1.0.4.jar, AddCollection.class
package org.apache.xindice.tools.command
AddCollection.AddCollection ( )
[mangled: org/apache/xindice/tools/command/AddCollection."<init>":()V]
AddCollection.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/AddCollection.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, AddCollectionXMLObject.class
package org.apache.xindice.tools.command
AddCollectionXMLObject.AddCollectionXMLObject ( )
[mangled: org/apache/xindice/tools/command/AddCollectionXMLObject."<init>":()V]
AddCollectionXMLObject.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/AddCollectionXMLObject.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, AddDocument.class
package org.apache.xindice.tools.command
AddDocument.AddDocument ( )
[mangled: org/apache/xindice/tools/command/AddDocument."<init>":()V]
AddDocument.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/AddDocument.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, AddFuncGroupEdit.class
package org.openscience.cdk.applications.undoredo
AddFuncGroupEdit.AddFuncGroupEdit ( IChemModel chemModel, IAtomContainer oldatom, IAtomContainer addedGroup, String type )
[mangled: org/openscience/cdk/applications/undoredo/AddFuncGroupEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/String;)V]
AddFuncGroupEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AddFuncGroupEdit.canRedo:()Z]
AddFuncGroupEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AddFuncGroupEdit.canUndo:()Z]
AddFuncGroupEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/AddFuncGroupEdit.getPresentationName:()Ljava/lang/String;]
AddFuncGroupEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AddFuncGroupEdit.redo:()V]
AddFuncGroupEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AddFuncGroupEdit.undo:()V]
cdk-1.0.4.jar, AddHydrogenEdit.class
package org.openscience.cdk.applications.undoredo
AddHydrogenEdit.AddHydrogenEdit ( IChemModel model, IAtomContainer changedAtomsAndBonds )
[mangled: org/openscience/cdk/applications/undoredo/AddHydrogenEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
AddHydrogenEdit.AddHydrogenEdit ( IChemModel model2, HashMap hydrogenAtomMap )
[mangled: org/openscience/cdk/applications/undoredo/AddHydrogenEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Ljava/util/HashMap;)V]
AddHydrogenEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AddHydrogenEdit.canRedo:()Z]
AddHydrogenEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AddHydrogenEdit.canUndo:()Z]
AddHydrogenEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/AddHydrogenEdit.getPresentationName:()Ljava/lang/String;]
AddHydrogenEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AddHydrogenEdit.redo:()V]
AddHydrogenEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AddHydrogenEdit.undo:()V]
cdk-1.0.4.jar, AddIndexer.class
package org.apache.xindice.tools.command
AddIndexer.AddIndexer ( )
[mangled: org/apache/xindice/tools/command/AddIndexer."<init>":()V]
AddIndexer.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/AddIndexer.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, AddMultipleDocuments.class
package org.apache.xindice.tools.command
AddMultipleDocuments.AddMultipleDocuments ( )
[mangled: org/apache/xindice/tools/command/AddMultipleDocuments."<init>":()V]
AddMultipleDocuments.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/AddMultipleDocuments.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, AdjustBondOrdersEdit.class
package org.openscience.cdk.applications.undoredo
AdjustBondOrdersEdit.AdjustBondOrdersEdit ( HashMap changedBonds )
[mangled: org/openscience/cdk/applications/undoredo/AdjustBondOrdersEdit."<init>":(Ljava/util/HashMap;)V]
AdjustBondOrdersEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AdjustBondOrdersEdit.canRedo:()Z]
AdjustBondOrdersEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/AdjustBondOrdersEdit.canUndo:()Z]
AdjustBondOrdersEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/AdjustBondOrdersEdit.getPresentationName:()Ljava/lang/String;]
AdjustBondOrdersEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AdjustBondOrdersEdit.redo:()V]
AdjustBondOrdersEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/AdjustBondOrdersEdit.undo:()V]
cdk-1.0.4.jar, AffineRable.class
package org.apache.batik.ext.awt.image.renderable
AffineRable.getAffine ( ) [abstract] : AffineTransform
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable.getAffine:()Ljava/awt/geom/AffineTransform;]
AffineRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
AffineRable.setAffine ( AffineTransform p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable.setAffine:(Ljava/awt/geom/AffineTransform;)V]
AffineRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, AffineRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
AffineRable8Bit.AffineRable8Bit ( Filter p1, AffineTransform p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/awt/geom/AffineTransform;)V]
AffineRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
AffineRable8Bit.getAffine ( ) : AffineTransform
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.getAffine:()Ljava/awt/geom/AffineTransform;]
AffineRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
AffineRable8Bit.getDependencyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
AffineRable8Bit.getDirtyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
AffineRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
AffineRable8Bit.paintRable ( Graphics2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.paintRable:(Ljava/awt/Graphics2D;)Z]
AffineRable8Bit.setAffine ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.setAffine:(Ljava/awt/geom/AffineTransform;)V]
AffineRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/AffineRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, AffineRed.class
package org.apache.batik.ext.awt.image.rendered
AffineRed.AffineRed ( CachableRed p1, AffineTransform p2, RenderingHints p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)V]
AffineRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
AffineRed.fixColorModel ( CachableRed p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed.fixColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/ColorModel;]
AffineRed.fixSampleModel ( CachableRed p1, ColorModel p2, Rectangle p3 ) : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed.fixSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;)Ljava/awt/image/SampleModel;]
AffineRed.genRect ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed.genRect:(Ljava/awt/image/WritableRaster;)V]
AffineRed.getSource ( ) : CachableRed
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed.getSource:()Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
AffineRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed.getTile:(II)Ljava/awt/image/Raster;]
AffineRed.getTransform ( ) : AffineTransform
[mangled: org/apache/batik/ext/awt/image/rendered/AffineRed.getTransform:()Ljava/awt/geom/AffineTransform;]
cdk-1.0.4.jar, AliphaticAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
AliphaticAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AliphaticAtom.getOperator:()I]
cdk-1.0.4.jar, AlphaPreCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.AlphaPreCompositeContext.compose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext.compose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
SVGComposite.AlphaPreCompositeContext.dispose ( ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext.dispose:()V]
SVGComposite.AlphaPreCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, AlphaPreCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.AlphaPreCompositeContext_INT_PACK.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
SVGComposite.AlphaPreCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, AlphaRenderer2D.class
package org.openscience.cdk.renderer
AlphaRenderer2D.AlphaRenderer2D ( )
[mangled: org/openscience/cdk/renderer/AlphaRenderer2D."<init>":()V]
AlphaRenderer2D.AlphaRenderer2D ( Renderer2DModel r2dm )
[mangled: org/openscience/cdk/renderer/AlphaRenderer2D."<init>":(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
AlphaRenderer2D.getRingSet ( IAtomContainer atomContainer ) : IRingSet
[mangled: org/openscience/cdk/renderer/AlphaRenderer2D.getRingSet:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IRingSet;]
AlphaRenderer2D.paintEmptySpace ( int x, int y, int width, int height, int border, Color backColor, Graphics2D g ) : void
[mangled: org/openscience/cdk/renderer/AlphaRenderer2D.paintEmptySpace:(IIIIILjava/awt/Color;Ljava/awt/Graphics2D;)V]
AlphaRenderer2D.paintMolecule ( IAtomContainer atomContainer, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/AlphaRenderer2D.paintMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Graphics2D;)V]
cdk-1.0.4.jar, AlreadySelectedException.class
package org.apache.commons.cli
AlreadySelectedException.AlreadySelectedException ( String message )
[mangled: org/apache/commons/cli/AlreadySelectedException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, AngleBending.class
package org.openscience.cdk.modeling.forcefield
AngleBending.setMMFF94AngleBendingParameters ( IAtomContainer molecule, Hashtable parameterSet, boolean angleBendingFlag ) : void
[mangled: org/openscience/cdk/modeling/forcefield/AngleBending.setMMFF94AngleBendingParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Hashtable;Z)V]
cdk-1.0.4.jar, AngleTest.class
package org.xmlcml.euclid.test
AngleTest.AngleTest ( )
[mangled: org/xmlcml/euclid/test/AngleTest."<init>":()V]
AngleTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.setUp:()V]
AngleTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/AngleTest.suite:()Ljunit/framework/Test;]
AngleTest.testAngleAngle ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testAngleAngle:()V]
AngleTest.testAngleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testAngleDouble:()V]
AngleTest.testAngleDoubleAngleType ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testAngleDoubleAngleType:()V]
AngleTest.testAngleDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testAngleDoubleDouble:()V]
AngleTest.testAngleDoubleUnits ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testAngleDoubleUnits:()V]
AngleTest.testCos ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testCos:()V]
AngleTest.testGetAngle ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testGetAngle:()V]
AngleTest.testGetDegrees ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testGetDegrees:()V]
AngleTest.testGetRadian ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testGetRadian:()V]
AngleTest.testGreaterThanAngle ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testGreaterThanAngle:()V]
AngleTest.testGreaterThanDouble ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testGreaterThanDouble:()V]
AngleTest.testGreaterThanOrEqualsAngle ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testGreaterThanOrEqualsAngle:()V]
AngleTest.testGreaterThanOrEqualsDouble ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testGreaterThanOrEqualsDouble:()V]
AngleTest.testIsEqualToAngle ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testIsEqualToAngle:()V]
AngleTest.testIsEqualToDouble ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testIsEqualToDouble:()V]
AngleTest.testLessThanAngle ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testLessThanAngle:()V]
AngleTest.testLessThanDouble ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testLessThanDouble:()V]
AngleTest.testLessThanOrEqualsAngle ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testLessThanOrEqualsAngle:()V]
AngleTest.testLessThanOrEqualsDouble ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testLessThanOrEqualsDouble:()V]
AngleTest.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testMultiplyBy:()V]
AngleTest.testNormalise ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testNormalise:()V]
AngleTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testPlus:()V]
AngleTest.testPutDegrees ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testPutDegrees:()V]
AngleTest.testSetRange ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testSetRange:()V]
AngleTest.testSin ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testSin:()V]
AngleTest.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testSubtract:()V]
AngleTest.testTan ( ) : void
[mangled: org/xmlcml/euclid/test/AngleTest.testTan:()V]
cdk-1.0.4.jar, AngularMomentum.class
package org.openscience.cdk.math.qm
AngularMomentum.AngularMomentum ( double J )
[mangled: org/openscience/cdk/math/qm/AngularMomentum."<init>":(D)V]
AngularMomentum.getIminus ( ) : Matrix
[mangled: org/openscience/cdk/math/qm/AngularMomentum.getIminus:()Lorg/openscience/cdk/math/Matrix;]
AngularMomentum.getIplus ( ) : Matrix
[mangled: org/openscience/cdk/math/qm/AngularMomentum.getIplus:()Lorg/openscience/cdk/math/Matrix;]
AngularMomentum.getIx ( ) : IMatrix
[mangled: org/openscience/cdk/math/qm/AngularMomentum.getIx:()Lorg/openscience/cdk/math/IMatrix;]
AngularMomentum.getIy ( ) : IMatrix
[mangled: org/openscience/cdk/math/qm/AngularMomentum.getIy:()Lorg/openscience/cdk/math/IMatrix;]
AngularMomentum.getIz ( ) : IMatrix
[mangled: org/openscience/cdk/math/qm/AngularMomentum.getIz:()Lorg/openscience/cdk/math/IMatrix;]
AngularMomentum.getSpinVector ( double theta, double phi ) : Vector
[mangled: org/openscience/cdk/math/qm/AngularMomentum.getSpinVector:(DD)Lorg/openscience/cdk/math/Vector;]
cdk-1.0.4.jar, Any2LsRGBRed.class
package org.apache.batik.ext.awt.image.rendered
Any2LsRGBRed.Any2LsRGBRed ( CachableRed p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LsRGBRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
Any2LsRGBRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LsRGBRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
Any2LsRGBRed.fixColorModel ( CachableRed p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LsRGBRed.fixColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/ColorModel;]
Any2LsRGBRed.fixSampleModel ( CachableRed p1 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LsRGBRed.fixSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/SampleModel;]
Any2LsRGBRed.sRGBToLsRGB ( double p1 ) [static] : double
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LsRGBRed.sRGBToLsRGB:(D)D]
cdk-1.0.4.jar, Any2LumRed.class
package org.apache.batik.ext.awt.image.rendered
Any2LumRed.Any2LumRed ( CachableRed p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LumRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
Any2LumRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LumRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
Any2LumRed.fixColorModel ( CachableRed p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LumRed.fixColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/ColorModel;]
Any2LumRed.fixSampleModel ( CachableRed p1 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/Any2LumRed.fixSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/SampleModel;]
cdk-1.0.4.jar, Any2sRGBRed.class
package org.apache.batik.ext.awt.image.rendered
Any2sRGBRed.Any2sRGBRed ( CachableRed p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/Any2sRGBRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
Any2sRGBRed.applyLut_INT ( WritableRaster p1, int[ ] p2 ) [static] : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/Any2sRGBRed.applyLut_INT:(Ljava/awt/image/WritableRaster;[I)Ljava/awt/image/WritableRaster;]
Any2sRGBRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/Any2sRGBRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
Any2sRGBRed.fixColorModel ( CachableRed p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/Any2sRGBRed.fixColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/ColorModel;]
Any2sRGBRed.fixSampleModel ( CachableRed p1 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/Any2sRGBRed.fixSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/SampleModel;]
Any2sRGBRed.is_INT_PACK_COMP ( SampleModel p1 ) [static] : boolean
[mangled: org/apache/batik/ext/awt/image/rendered/Any2sRGBRed.is_INT_PACK_COMP:(Ljava/awt/image/SampleModel;)Z]
cdk-1.0.4.jar, AnyAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
AnyAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AnyAtom.getOperator:()I]
cdk-1.0.4.jar, AnyOrderQueryBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
AnyOrderQueryBond.AnyOrderQueryBond ( IQueryAtom atom1, IQueryAtom atom2, double order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AnyOrderQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;D)V]
cdk-1.0.4.jar, APIException.class
package org.apache.xindice.client.corba.db
APIException.APIException ( )
[mangled: org/apache/xindice/client/corba/db/APIException."<init>":()V]
APIException.APIException ( int faultCode, String faultMessage, String exceptionMessage )
[mangled: org/apache/xindice/client/corba/db/APIException."<init>":(ILjava/lang/String;Ljava/lang/String;)V]
APIException.APIException ( String orb_reason, int faultCode, String faultMessage, String exceptionMessage )
[mangled: org/apache/xindice/client/corba/db/APIException."<init>":(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, APIExceptionHelper.class
package org.apache.xindice.client.corba.db
APIExceptionHelper.APIExceptionHelper ( )
[mangled: org/apache/xindice/client/corba/db/APIExceptionHelper."<init>":()V]
APIExceptionHelper.extract ( CORBA.Any a ) [static] : APIException
[mangled: org/apache/xindice/client/corba/db/APIExceptionHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/APIException;]
APIExceptionHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/APIExceptionHelper.id:()Ljava/lang/String;]
APIExceptionHelper.insert ( CORBA.Any a, APIException t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/APIExceptionHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/APIException;)V]
APIExceptionHelper.read ( CORBA.portable.InputStream istream ) [static] : APIException
[mangled: org/apache/xindice/client/corba/db/APIExceptionHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/APIException;]
APIExceptionHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/APIExceptionHelper.type:()Lorg/omg/CORBA/TypeCode;]
APIExceptionHelper.write ( CORBA.portable.OutputStream ostream, APIException value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/APIExceptionHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/APIException;)V]
cdk-1.0.4.jar, APIExceptionHolder.class
package org.apache.xindice.client.corba.db
APIExceptionHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/APIExceptionHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
APIExceptionHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/APIExceptionHolder._type:()Lorg/omg/CORBA/TypeCode;]
APIExceptionHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/APIExceptionHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
APIExceptionHolder.APIExceptionHolder ( )
[mangled: org/apache/xindice/client/corba/db/APIExceptionHolder."<init>":()V]
APIExceptionHolder.APIExceptionHolder ( APIException initial )
[mangled: org/apache/xindice/client/corba/db/APIExceptionHolder."<init>":(Lorg/apache/xindice/client/corba/db/APIException;)V]
cdk-1.0.4.jar, APIService.class
package org.apache.xindice.server.services
APIService.APIService ( )
[mangled: org/apache/xindice/server/services/APIService."<init>":()V]
APIService.getName ( ) : String
[mangled: org/apache/xindice/server/services/APIService.getName:()Ljava/lang/String;]
APIService.initialize ( ) : int
[mangled: org/apache/xindice/server/services/APIService.initialize:()I]
APIService.resume ( ) : int
[mangled: org/apache/xindice/server/services/APIService.resume:()I]
APIService.run ( ) : void
[mangled: org/apache/xindice/server/services/APIService.run:()V]
APIService.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/services/APIService.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
APIService.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/services/APIService.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
APIService.setServiceManager ( ServiceManager serviceManager ) : void
[mangled: org/apache/xindice/server/services/APIService.setServiceManager:(Lorg/apache/xindice/server/ServiceManager;)V]
APIService.start ( ) : int
[mangled: org/apache/xindice/server/services/APIService.start:()I]
APIService.status ( ) : int
[mangled: org/apache/xindice/server/services/APIService.status:()I]
APIService.statusMessage ( ) : String
[mangled: org/apache/xindice/server/services/APIService.statusMessage:()Ljava/lang/String;]
APIService.stop ( ) : int
[mangled: org/apache/xindice/server/services/APIService.stop:()I]
APIService.suspend ( ) : int
[mangled: org/apache/xindice/server/services/APIService.suspend:()I]
APIService.uninitialize ( ) : int
[mangled: org/apache/xindice/server/services/APIService.uninitialize:()I]
cdk-1.0.4.jar, APIVersionTester.class
package org.openscience.cdk.applications
APIVersionTester.APIVersionTester ( )
[mangled: org/openscience/cdk/applications/APIVersionTester."<init>":()V]
APIVersionTester.isBiggerOrEqual ( String one, String two ) [static] : boolean
[mangled: org/openscience/cdk/applications/APIVersionTester.isBiggerOrEqual:(Ljava/lang/String;Ljava/lang/String;)Z]
APIVersionTester.isSmaller ( String one, String two ) [static] : boolean
[mangled: org/openscience/cdk/applications/APIVersionTester.isSmaller:(Ljava/lang/String;Ljava/lang/String;)Z]
cdk-1.0.4.jar, ApplicationSecurityEnforcer.class
package org.apache.batik.util
ApplicationSecurityEnforcer.ApplicationSecurityEnforcer ( Class p1, String p2 )
[mangled: org/apache/batik/util/ApplicationSecurityEnforcer."<init>":(Ljava/lang/Class;Ljava/lang/String;)V]
ApplicationSecurityEnforcer.ApplicationSecurityEnforcer ( Class p1, String p2, String p3 ) *DEPRECATED*
[mangled: org/apache/batik/util/ApplicationSecurityEnforcer."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)V]
ApplicationSecurityEnforcer.enforceSecurity ( boolean p1 ) : void
[mangled: org/apache/batik/util/ApplicationSecurityEnforcer.enforceSecurity:(Z)V]
ApplicationSecurityEnforcer.getPolicyURL ( ) : URL
[mangled: org/apache/batik/util/ApplicationSecurityEnforcer.getPolicyURL:()Ljava/net/URL;]
ApplicationSecurityEnforcer.installSecurityManager ( ) : void
[mangled: org/apache/batik/util/ApplicationSecurityEnforcer.installSecurityManager:()V]
cdk-1.0.4.jar, ARGBChannel.class
package org.apache.batik.ext.awt.image
ARGBChannel.readResolve ( ) : Object
[mangled: org/apache/batik/ext/awt/image/ARGBChannel.readResolve:()Ljava/lang/Object;]
ARGBChannel.toInt ( ) : int
[mangled: org/apache/batik/ext/awt/image/ARGBChannel.toInt:()I]
ARGBChannel.toString ( ) : String
[mangled: org/apache/batik/ext/awt/image/ARGBChannel.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, Args.class
package org.apache.xindice.core.objects
Args.get ( String p1 ) [abstract] : Variant
[mangled: org/apache/xindice/core/objects/Args.get:(Ljava/lang/String;)Lorg/apache/xindice/core/objects/Variant;]
Args.list ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/core/objects/Args.list:()[Ljava/lang/String;]
cdk-1.0.4.jar, ArgTokenizer.class
package org.apache.xindice.tools
ArgTokenizer.ArgTokenizer ( String argString )
[mangled: org/apache/xindice/tools/ArgTokenizer."<init>":(Ljava/lang/String;)V]
ArgTokenizer.ArgTokenizer ( String[ ] args )
[mangled: org/apache/xindice/tools/ArgTokenizer."<init>":([Ljava/lang/String;)V]
ArgTokenizer.hasMoreTokens ( ) : boolean
[mangled: org/apache/xindice/tools/ArgTokenizer.hasMoreTokens:()Z]
ArgTokenizer.nextSwitchToken ( ) : String
[mangled: org/apache/xindice/tools/ArgTokenizer.nextSwitchToken:()Ljava/lang/String;]
ArgTokenizer.nextToken ( ) : String
[mangled: org/apache/xindice/tools/ArgTokenizer.nextToken:()Ljava/lang/String;]
cdk-1.0.4.jar, ArithCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.ArithCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.ArithCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, ArithCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.ArithCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.ArithCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, ArithCompositeContext_INT_PACK_LUT.class
package org.apache.batik.ext.awt.image
SVGComposite.ArithCompositeContext_INT_PACK_LUT.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.ArithCompositeContext_INT_PACK_LUT.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, AromaticAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
AromaticAtom.AromaticAtom ( IAtom m_atom )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticAtom."<init>":(Lorg/openscience/cdk/interfaces/IAtom;)V]
AromaticAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticAtom.getOperator:()I]
cdk-1.0.4.jar, AromaticQueryBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
AromaticQueryBond.AromaticQueryBond ( IQueryAtom m_atom1, IQueryAtom m_atom2, double order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/AromaticQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;D)V]
cdk-1.0.4.jar, Arrow.class
package org.openscience.cdk.renderer
Arrow.Arrow ( IAtom atom1, IAtom atom2 )
[mangled: org/openscience/cdk/renderer/Arrow."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;)V]
Arrow.getEnd ( ) : IAtom
[mangled: org/openscience/cdk/renderer/Arrow.getEnd:()Lorg/openscience/cdk/interfaces/IAtom;]
Arrow.getStart ( ) : IAtom
[mangled: org/openscience/cdk/renderer/Arrow.getStart:()Lorg/openscience/cdk/interfaces/IAtom;]
Arrow.setEnd ( IAtom end ) : void
[mangled: org/openscience/cdk/renderer/Arrow.setEnd:(Lorg/openscience/cdk/interfaces/IAtom;)V]
Arrow.setStart ( IAtom start ) : void
[mangled: org/openscience/cdk/renderer/Arrow.setStart:(Lorg/openscience/cdk/interfaces/IAtom;)V]
cdk-1.0.4.jar, ArrowRenderer2D.class
package org.openscience.cdk.renderer
ArrowRenderer2D.ArrowRenderer2D ( )
[mangled: org/openscience/cdk/renderer/ArrowRenderer2D."<init>":()V]
ArrowRenderer2D.ArrowRenderer2D ( Renderer2DModel r2dm )
[mangled: org/openscience/cdk/renderer/ArrowRenderer2D."<init>":(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
ArrowRenderer2D.contructArc ( Arrow arrow ) : Arc2D.Double
[mangled: org/openscience/cdk/renderer/ArrowRenderer2D.contructArc:(Lorg/openscience/cdk/renderer/Arrow;)Ljava/awt/geom/Arc2D$Double;]
ArrowRenderer2D.contructArrowHead ( Arc2D.Double arc ) : Polygon
[mangled: org/openscience/cdk/renderer/ArrowRenderer2D.contructArrowHead:(Ljava/awt/geom/Arc2D$Double;)Ljava/awt/Polygon;]
ArrowRenderer2D.paintArrows ( Arrow[ ] arrows, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/ArrowRenderer2D.paintArrows:([Lorg/openscience/cdk/renderer/Arrow;Ljava/awt/Graphics2D;)V]
cdk-1.0.4.jar, ASCIIDecoder.class
package org.apache.batik.util.io
ASCIIDecoder.ASCIIDecoder ( InputStream p1 )
[mangled: org/apache/batik/util/io/ASCIIDecoder."<init>":(Ljava/io/InputStream;)V]
ASCIIDecoder.readChar ( ) : int
[mangled: org/apache/batik/util/io/ASCIIDecoder.readChar:()I]
cdk-1.0.4.jar, ASCIIDecoderFactory.class
package org.apache.batik.util.io
StreamNormalizingReader.ASCIIDecoderFactory.createCharDecoder ( InputStream p1 ) : CharDecoder
[mangled: org/apache/batik/util/io/StreamNormalizingReader.ASCIIDecoderFactory.createCharDecoder:(Ljava/io/InputStream;)Lorg/apache/batik/util/io/CharDecoder;]
StreamNormalizingReader.ASCIIDecoderFactory.StreamNormalizingReader.ASCIIDecoderFactory ( )
[mangled: org/apache/batik/util/io/StreamNormalizingReader.ASCIIDecoderFactory."<init>":()V]
cdk-1.0.4.jar, Association.class
package org.openscience.cdk
Association.Association ( Atom atom1, Atom atom2 )
[mangled: org/openscience/cdk/Association."<init>":(Lorg/openscience/cdk/Atom;Lorg/openscience/cdk/Atom;)V]
Association.contains ( Atom atom ) : boolean
[mangled: org/openscience/cdk/Association.contains:(Lorg/openscience/cdk/Atom;)Z]
Association.getAtomAt ( int position ) : Atom
[mangled: org/openscience/cdk/Association.getAtomAt:(I)Lorg/openscience/cdk/Atom;]
Association.getAtoms ( ) : Atom[ ]
[mangled: org/openscience/cdk/Association.getAtoms:()[Lorg/openscience/cdk/Atom;]
Association.setAtomAt ( Atom atom, int position ) : void
[mangled: org/openscience/cdk/Association.setAtomAt:(Lorg/openscience/cdk/Atom;I)V]
Association.setAtoms ( Atom[ ] atoms ) : void
[mangled: org/openscience/cdk/Association.setAtoms:([Lorg/openscience/cdk/Atom;)V]
cdk-1.0.4.jar, Atom.class
package org.openscience.cdk
Atom.getCharge ( ) : double
[mangled: org/openscience/cdk/Atom.getCharge:()D]
Atom.getHydrogenCount ( ) : int
[mangled: org/openscience/cdk/Atom.getHydrogenCount:()I]
Atom.getStereoParity ( ) : int
[mangled: org/openscience/cdk/Atom.getStereoParity:()I]
Atom.setCharge ( double charge ) : void
[mangled: org/openscience/cdk/Atom.setCharge:(D)V]
Atom.setHydrogenCount ( int hydrogenCount ) : void
[mangled: org/openscience/cdk/Atom.setHydrogenCount:(I)V]
Atom.setStereoParity ( int stereoParity ) : void
[mangled: org/openscience/cdk/Atom.setStereoParity:(I)V]
cdk-1.0.4.jar, AtomContainer.class
package org.openscience.cdk
AtomContainer.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/AtomContainer.addBond:(IID)V]
AtomContainer.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/AtomContainer.addBond:(IIDI)V]
AtomContainer.atoms ( ) : Iterator
[mangled: org/openscience/cdk/AtomContainer.atoms:()Ljava/util/Iterator;]
AtomContainer.bonds ( ) : Iterator
[mangled: org/openscience/cdk/AtomContainer.bonds:()Ljava/util/Iterator;]
AtomContainer.electronContainers ( ) : Iterator
[mangled: org/openscience/cdk/AtomContainer.electronContainers:()Ljava/util/Iterator;]
AtomContainer.getMaximumBondOrder ( IAtom atom ) : double
[mangled: org/openscience/cdk/AtomContainer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)D]
AtomContainer.getMinimumBondOrder ( IAtom atom ) : double
[mangled: org/openscience/cdk/AtomContainer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)D]
AtomContainer.lonePairs ( ) : Iterator
[mangled: org/openscience/cdk/AtomContainer.lonePairs:()Ljava/util/Iterator;]
AtomContainer.singleElectrons ( ) : Iterator
[mangled: org/openscience/cdk/AtomContainer.singleElectrons:()Ljava/util/Iterator;]
cdk-1.0.4.jar, AtomContainerEditor.class
package org.openscience.cdk.applications.swing.editor
AtomContainerEditor.applyChanges ( ) : void
[mangled: org/openscience/cdk/applications/swing/editor/AtomContainerEditor.applyChanges:()V]
AtomContainerEditor.AtomContainerEditor ( )
[mangled: org/openscience/cdk/applications/swing/editor/AtomContainerEditor."<init>":()V]
AtomContainerEditor.setChemObject ( IChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/editor/AtomContainerEditor.setChemObject:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, AtomContainerSet.class
package org.openscience.cdk
AtomContainerSet.atomContainers ( ) : Iterator
[mangled: org/openscience/cdk/AtomContainerSet.atomContainers:()Ljava/util/Iterator;]
AtomContainerSet.getMultiplier ( IAtomContainer container ) : double
[mangled: org/openscience/cdk/AtomContainerSet.getMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
AtomContainerSet.getMultiplier ( int number ) : double
[mangled: org/openscience/cdk/AtomContainerSet.getMultiplier:(I)D]
AtomContainerSet.getMultipliers ( ) : double[ ]
[mangled: org/openscience/cdk/AtomContainerSet.getMultipliers:()[D]
AtomContainerSet.setMultiplier ( IAtomContainer container, double multiplier ) : boolean
[mangled: org/openscience/cdk/AtomContainerSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)Z]
AtomContainerSet.setMultiplier ( int position, double multiplier ) : void
[mangled: org/openscience/cdk/AtomContainerSet.setMultiplier:(ID)V]
AtomContainerSet.setMultipliers ( double[ ] newMultipliers ) : boolean
[mangled: org/openscience/cdk/AtomContainerSet.setMultipliers:([D)Z]
cdk-1.0.4.jar, AtomEditor.class
package org.openscience.cdk.applications.swing.editor
AtomEditor.applyChanges ( ) : void
[mangled: org/openscience/cdk/applications/swing/editor/AtomEditor.applyChanges:()V]
AtomEditor.AtomEditor ( IChemModel chemModel, UndoableEditSupport undoSupport )
[mangled: org/openscience/cdk/applications/swing/editor/AtomEditor."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Ljavax/swing/undo/UndoableEditSupport;)V]
AtomEditor.setChemObject ( IChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/editor/AtomEditor.setChemObject:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, AtomicProperties.class
package org.openscience.cdk.tools
AtomicProperties.parseStringIntoList ( String Line, String Delimiter ) [static] : LinkedList
[mangled: org/openscience/cdk/tools/AtomicProperties.parseStringIntoList:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/LinkedList;]
cdk-1.0.4.jar, AtomicTable.class
package org.openscience.cdk.applications.swing
AtomicTable.AtomicTable ( IAtomContainer atomContainer )
[mangled: org/openscience/cdk/applications/swing/AtomicTable."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
AtomicTable.display ( ) : void
[mangled: org/openscience/cdk/applications/swing/AtomicTable.display:()V]
AtomicTable.stateChanged ( EventObject e ) : void
[mangled: org/openscience/cdk/applications/swing/AtomicTable.stateChanged:(Ljava/util/EventObject;)V]
cdk-1.0.4.jar, AtomMatcher.class
package org.xmlcml.cml.tools
AtomMatcher.AtomMatcher ( )
[mangled: org/xmlcml/cml/tools/AtomMatcher."<init>":()V]
AtomMatcher.createMapFrom2DOverlap ( CMLAtomSet atomSet, CMLAtomSet atomSet1 ) : CMLMap
[mangled: org/xmlcml/cml/tools/AtomMatcher.createMapFrom2DOverlap:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLMap;]
AtomMatcher.getAtomMatchStrategy ( ) : AtomMatcher.Strategy
[mangled: org/xmlcml/cml/tools/AtomMatcher.getAtomMatchStrategy:()Lorg/xmlcml/cml/tools/AtomMatcher$Strategy;]
AtomMatcher.getAtomSetExpansionStrategy ( ) : AtomMatcher.Strategy
[mangled: org/xmlcml/cml/tools/AtomMatcher.getAtomSetExpansionStrategy:()Lorg/xmlcml/cml/tools/AtomMatcher$Strategy;]
AtomMatcher.getAtomsWithSameMappedNeighbours ( CMLAtomSet atomSet00, CMLAtomSet atomSet, CMLMap currentMap ) : CMLMap
[mangled: org/xmlcml/cml/tools/AtomMatcher.getAtomsWithSameMappedNeighbours:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLMap;)Lorg/xmlcml/cml/element/CMLMap;]
AtomMatcher.getAtomTreeLevel ( ) : int
[mangled: org/xmlcml/cml/tools/AtomMatcher.getAtomTreeLevel:()I]
AtomMatcher.getExcludeElementTypes ( ) : String[ ]
[mangled: org/xmlcml/cml/tools/AtomMatcher.getExcludeElementTypes:()[Ljava/lang/String;]
AtomMatcher.getExcludeLigandElementTypes ( ) : String[ ]
[mangled: org/xmlcml/cml/tools/AtomMatcher.getExcludeLigandElementTypes:()[Ljava/lang/String;]
AtomMatcher.getIncludeElementTypes ( ) : String[ ]
[mangled: org/xmlcml/cml/tools/AtomMatcher.getIncludeElementTypes:()[Ljava/lang/String;]
AtomMatcher.getIncludeLigandElementTypes ( ) : String[ ]
[mangled: org/xmlcml/cml/tools/AtomMatcher.getIncludeLigandElementTypes:()[Ljava/lang/String;]
AtomMatcher.getMaximumAtomTreeLevel ( ) : int
[mangled: org/xmlcml/cml/tools/AtomMatcher.getMaximumAtomTreeLevel:()I]
AtomMatcher.getMoleculeMatch ( List molecule0, List molecule1 ) : CMLMap[ ][ ]
[mangled: org/xmlcml/cml/tools/AtomMatcher.getMoleculeMatch:(Ljava/util/List;Ljava/util/List;)[[Lorg/xmlcml/cml/element/CMLMap;]
AtomMatcher.isUseCharge ( ) : boolean
[mangled: org/xmlcml/cml/tools/AtomMatcher.isUseCharge:()Z]
AtomMatcher.isUseLabel ( ) : boolean
[mangled: org/xmlcml/cml/tools/AtomMatcher.isUseLabel:()Z]
AtomMatcher.mapAtomSets ( CMLAtomSet atomSet0, CMLAtomSet atomSet1 ) : CMLMap
[mangled: org/xmlcml/cml/tools/AtomMatcher.mapAtomSets:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLMap;]
AtomMatcher.mapGeometricalNeighbours ( CMLAtomSet atomSet, CMLAtomSet atomSet2 ) : CMLMap
[mangled: org/xmlcml/cml/tools/AtomMatcher.mapGeometricalNeighbours:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLMap;]
AtomMatcher.mapMolecules ( CMLMolecule molecule0, CMLMolecule molecule1 ) : CMLMap
[mangled: org/xmlcml/cml/tools/AtomMatcher.mapMolecules:(Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/element/CMLMolecule;)Lorg/xmlcml/cml/element/CMLMap;]
AtomMatcher.matchProductsToNextReactants ( CMLReaction reaction0, CMLReaction reaction1 ) : CMLMap
[mangled: org/xmlcml/cml/tools/AtomMatcher.matchProductsToNextReactants:(Lorg/xmlcml/cml/element/CMLReaction;Lorg/xmlcml/cml/element/CMLReaction;)Lorg/xmlcml/cml/element/CMLMap;]
AtomMatcher.moveReactantProductToSpectator ( CMLReaction reaction ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.moveReactantProductToSpectator:(Lorg/xmlcml/cml/element/CMLReaction;)V]
AtomMatcher.overlap2D ( CMLAtomSet atomSet1, CMLAtomSet atomSet2 ) : List
[mangled: org/xmlcml/cml/tools/AtomMatcher.overlap2D:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtomSet;)Ljava/util/List;]
AtomMatcher.overlap2D ( CMLMolecule mol1, CMLMolecule mol2 ) : List
[mangled: org/xmlcml/cml/tools/AtomMatcher.overlap2D:(Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/element/CMLMolecule;)Ljava/util/List;]
AtomMatcher.setAtomMatchStrategy ( AtomMatcher.Strategy strategy ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setAtomMatchStrategy:(Lorg/xmlcml/cml/tools/AtomMatcher$Strategy;)V]
AtomMatcher.setAtomSetExpansionStrategy ( AtomMatcher.Strategy strategy ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setAtomSetExpansionStrategy:(Lorg/xmlcml/cml/tools/AtomMatcher$Strategy;)V]
AtomMatcher.setAtomTreeLevel ( int atomTreeLevel ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setAtomTreeLevel:(I)V]
AtomMatcher.setExcludeElementTypes ( String[ ] elementTypes ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setExcludeElementTypes:([Ljava/lang/String;)V]
AtomMatcher.setExcludeLigandElementTypes ( String[ ] elementTypes ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setExcludeLigandElementTypes:([Ljava/lang/String;)V]
AtomMatcher.setIncludeElementTypes ( String[ ] elementTypes ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setIncludeElementTypes:([Ljava/lang/String;)V]
AtomMatcher.setIncludeLigandElementTypes ( String[ ] elementTypes ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setIncludeLigandElementTypes:([Ljava/lang/String;)V]
AtomMatcher.setMaximumAtomTreeLevel ( int maximumAtomTreeLevel ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setMaximumAtomTreeLevel:(I)V]
AtomMatcher.setUseCharge ( boolean useCharge ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setUseCharge:(Z)V]
AtomMatcher.setUseLabel ( boolean useLabel ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.setUseLabel:(Z)V]
AtomMatcher.skipAtom ( CMLAtom atom ) : boolean
[mangled: org/xmlcml/cml/tools/AtomMatcher.skipAtom:(Lorg/xmlcml/cml/element/CMLAtom;)Z]
AtomMatcher.skipLigandAtom ( CMLAtom atom ) : boolean
[mangled: org/xmlcml/cml/tools/AtomMatcher.skipLigandAtom:(Lorg/xmlcml/cml/element/CMLAtom;)Z]
AtomMatcher.splitAndProcessAtomSets ( CMLMap map, CMLAtomSet fromAtomSet, CMLAtomSet toAtomSet ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.splitAndProcessAtomSets:(Lorg/xmlcml/cml/element/CMLMap;Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtomSet;)V]
AtomMatcher.splitAndProcessAtomSets ( CMLMap map, CMLMolecule fromMolecule, CMLMolecule toMolecule ) : void
[mangled: org/xmlcml/cml/tools/AtomMatcher.splitAndProcessAtomSets:(Lorg/xmlcml/cml/element/CMLMap;Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/element/CMLMolecule;)V]
AtomMatcher.toString ( ) : String
[mangled: org/xmlcml/cml/tools/AtomMatcher.toString:()Ljava/lang/String;]
AtomMatcher.translateProductsToReactants ( CMLReaction reaction ) : List
[mangled: org/xmlcml/cml/tools/AtomMatcher.translateProductsToReactants:(Lorg/xmlcml/cml/element/CMLReaction;)Ljava/util/List;]
cdk-1.0.4.jar, AtomPair.class
package org.xmlcml.cml.tools
AtomPair.AtomPair ( CMLAtom at1, CMLAtom at2 )
[mangled: org/xmlcml/cml/tools/AtomPair."<init>":(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
AtomPair.getAtom1 ( ) : CMLAtom
[mangled: org/xmlcml/cml/tools/AtomPair.getAtom1:()Lorg/xmlcml/cml/element/CMLAtom;]
AtomPair.getAtom2 ( ) : CMLAtom
[mangled: org/xmlcml/cml/tools/AtomPair.getAtom2:()Lorg/xmlcml/cml/element/CMLAtom;]
AtomPair.getAtoms ( ) : CMLAtom[ ]
[mangled: org/xmlcml/cml/tools/AtomPair.getAtoms:()[Lorg/xmlcml/cml/element/CMLAtom;]
AtomPair.toString ( ) : String
[mangled: org/xmlcml/cml/tools/AtomPair.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, AtomPlacer.class
package org.openscience.cdk.layout
AtomPlacer.distributePartners ( IAtom atom, IAtomContainer placedNeighbours, Point2d sharedAtomsCenter, IAtomContainer unplacedNeighbours, double bondLength, HashMap renderingCoordinates ) : void
[mangled: org/openscience/cdk/layout/AtomPlacer.distributePartners:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;Lorg/openscience/cdk/interfaces/IAtomContainer;DLjava/util/HashMap;)V]
AtomPlacer.populatePolygonCorners ( Vector atomsToDraw, Point2d rotationCenter, double startAngle, double addAngle, double radius ) : void
[mangled: org/openscience/cdk/layout/AtomPlacer.populatePolygonCorners:(Ljava/util/Vector;Ljavax/vecmath/Point2d;DDD)V]
AtomPlacer.populatePolygonCorners ( Vector atomsToDraw, Point2d rotationCenter, double startAngle, double addAngle, double radius, HashMap renderingCoordinates ) : void
[mangled: org/openscience/cdk/layout/AtomPlacer.populatePolygonCorners:(Ljava/util/Vector;Ljavax/vecmath/Point2d;DDDLjava/util/HashMap;)V]
cdk-1.0.4.jar, AtomPlacer3D.class
package org.openscience.cdk.modeling.builder3d
AtomPlacer3D.getPlacedAtom ( IAtomContainer molecule, IAtom atomA, IAtom atomB ) : IAtom
[mangled: org/openscience/cdk/modeling/builder3d/AtomPlacer3D.getPlacedAtom:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtom;]
AtomPlacer3D.getUnplacedAtoms ( IAtomContainer molecule, IAtom atom ) : IAtomContainer
[mangled: org/openscience/cdk/modeling/builder3d/AtomPlacer3D.getUnplacedAtoms:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
AtomPlacer3D.getUnplacedHeavyAtom ( IAtomContainer molecule, IAtom atom ) : IAtom
[mangled: org/openscience/cdk/modeling/builder3d/AtomPlacer3D.getUnplacedHeavyAtom:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtom;]
AtomPlacer3D.initilize ( Hashtable parameterSet ) : void
[mangled: org/openscience/cdk/modeling/builder3d/AtomPlacer3D.initilize:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, AtomSetTool.class
package org.xmlcml.cml.tools
AtomSetTool.areOrderedAtomSetsDifferent ( CMLAtomSet[ ] atomSets ) [static] : boolean
[mangled: org/xmlcml/cml/tools/AtomSetTool.areOrderedAtomSetsDifferent:([Lorg/xmlcml/cml/element/CMLAtomSet;)Z]
AtomSetTool.AtomSetTool ( CMLAtomSet atomSet )
[mangled: org/xmlcml/cml/tools/AtomSetTool."<init>":(Lorg/xmlcml/cml/element/CMLAtomSet;)V]
AtomSetTool.createAtomSet ( List molecules ) [static] : CMLAtomSet
[mangled: org/xmlcml/cml/tools/AtomSetTool.createAtomSet:(Ljava/util/List;)Lorg/xmlcml/cml/element/CMLAtomSet;]
AtomSetTool.createValenceAngles ( CMLAtomSet atomSet, boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/AtomSetTool.createValenceAngles:(Lorg/xmlcml/cml/element/CMLAtomSet;ZZ)Ljava/util/List;]
AtomSetTool.createValenceTorsions ( CMLAtomSet atomSet, boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/AtomSetTool.createValenceTorsions:(Lorg/xmlcml/cml/element/CMLAtomSet;ZZ)Ljava/util/List;]
AtomSetTool.getBondSet ( CMLAtomSet atomSet ) : CMLBondSet
[mangled: org/xmlcml/cml/tools/AtomSetTool.getBondSet:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLBondSet;]
AtomSetTool.getNearestAtom2OfSameElementType ( CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/tools/AtomSetTool.getNearestAtom2OfSameElementType:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
AtomSetTool.getOverlapping3DAtoms ( CMLAtomSet otherSet, CMLElement.CoordinateType type ) : CMLAtomSet
[mangled: org/xmlcml/cml/tools/AtomSetTool.getOverlapping3DAtoms:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)Lorg/xmlcml/cml/element/CMLAtomSet;]
AtomSetTool.getParent ( CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/tools/AtomSetTool.getParent:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
AtomSetTool.removeUnmatchedAtoms ( CMLMap map, CMLAtomSet toAtomSet, String attribute ) : void
[mangled: org/xmlcml/cml/tools/AtomSetTool.removeUnmatchedAtoms:(Lorg/xmlcml/cml/element/CMLMap;Lorg/xmlcml/cml/element/CMLAtomSet;Ljava/lang/String;)V]
AtomSetTool.resetParents ( ) : void
[mangled: org/xmlcml/cml/tools/AtomSetTool.resetParents:()V]
AtomSetTool.setParent ( CMLAtom atom, CMLAtom parentAtom ) : void
[mangled: org/xmlcml/cml/tools/AtomSetTool.setParent:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
AtomSetTool.sprout ( CMLAtomSet atomSet ) : CMLAtomSet
[mangled: org/xmlcml/cml/tools/AtomSetTool.sprout:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
cdk-1.0.4.jar, AtomSetToolTest.class
package org.xmlcml.cml.tools.test
AtomSetToolTest.AtomSetToolTest ( )
[mangled: org/xmlcml/cml/tools/test/AtomSetToolTest."<init>":()V]
AtomSetToolTest.setUp ( ) : void
[mangled: org/xmlcml/cml/tools/test/AtomSetToolTest.setUp:()V]
AtomSetToolTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/tools/test/AtomSetToolTest.suite:()Ljunit/framework/Test;]
AtomSetToolTest.testGetOverlapping3DAtomsCMLAtomSet ( ) : void
[mangled: org/xmlcml/cml/tools/test/AtomSetToolTest.testGetOverlapping3DAtomsCMLAtomSet:()V]
cdk-1.0.4.jar, AtomTetrahedralLigandPlacer3D.class
package org.openscience.cdk.modeling.builder3d
AtomTetrahedralLigandPlacer3D.setParameterSet ( Hashtable moleculeParameter ) : void
[mangled: org/openscience/cdk/modeling/builder3d/AtomTetrahedralLigandPlacer3D.setParameterSet:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, AtomTree.class
package org.xmlcml.cml.tools
AtomTree.AtomTree ( CMLAtom atom )
[mangled: org/xmlcml/cml/tools/AtomTree."<init>":(Lorg/xmlcml/cml/element/CMLAtom;)V]
AtomTree.AtomTree ( CMLAtom parent, CMLAtom atom )
[mangled: org/xmlcml/cml/tools/AtomTree."<init>":(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
AtomTree.compareTo ( Object o ) : int
[mangled: org/xmlcml/cml/tools/AtomTree.compareTo:(Ljava/lang/Object;)I]
AtomTree.expandTo ( int level ) : void
[mangled: org/xmlcml/cml/tools/AtomTree.expandTo:(I)V]
AtomTree.getAtomTreeLabelling ( CMLAtomSet atomSet, AtomMatcher atomMatcher ) [static] : Map
[mangled: org/xmlcml/cml/tools/AtomTree.getAtomTreeLabelling:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/tools/AtomMatcher;)Ljava/util/Map;]
AtomTree.setUseCharge ( boolean ch ) : void
[mangled: org/xmlcml/cml/tools/AtomTree.setUseCharge:(Z)V]
AtomTree.setUseExplicitHydrogens ( boolean hyd ) : void
[mangled: org/xmlcml/cml/tools/AtomTree.setUseExplicitHydrogens:(Z)V]
AtomTree.setUseImplicitHydrogens ( boolean hyd ) : void
[mangled: org/xmlcml/cml/tools/AtomTree.setUseImplicitHydrogens:(Z)V]
AtomTree.setUseLabel ( boolean lab ) : void
[mangled: org/xmlcml/cml/tools/AtomTree.setUseLabel:(Z)V]
AtomTree.toString ( ) : String
[mangled: org/xmlcml/cml/tools/AtomTree.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, AtomType.class
package org.openscience.cdk
AtomType.getBondOrderSum ( ) : double
[mangled: org/openscience/cdk/AtomType.getBondOrderSum:()D]
AtomType.getCovalentRadius ( ) : double
[mangled: org/openscience/cdk/AtomType.getCovalentRadius:()D]
AtomType.getFormalCharge ( ) : int
[mangled: org/openscience/cdk/AtomType.getFormalCharge:()I]
AtomType.getFormalNeighbourCount ( ) : int
[mangled: org/openscience/cdk/AtomType.getFormalNeighbourCount:()I]
AtomType.getHybridization ( ) : int
[mangled: org/openscience/cdk/AtomType.getHybridization:()I]
AtomType.getMaxBondOrder ( ) : double
[mangled: org/openscience/cdk/AtomType.getMaxBondOrder:()D]
AtomType.getValency ( ) : int
[mangled: org/openscience/cdk/AtomType.getValency:()I]
AtomType.getVanderwaalsRadius ( ) : double
[mangled: org/openscience/cdk/AtomType.getVanderwaalsRadius:()D]
AtomType.setBondOrderSum ( double bondOrderSum ) : void
[mangled: org/openscience/cdk/AtomType.setBondOrderSum:(D)V]
AtomType.setCovalentRadius ( double radius ) : void
[mangled: org/openscience/cdk/AtomType.setCovalentRadius:(D)V]
AtomType.setFormalCharge ( int charge ) : void
[mangled: org/openscience/cdk/AtomType.setFormalCharge:(I)V]
AtomType.setFormalNeighbourCount ( int count ) : void
[mangled: org/openscience/cdk/AtomType.setFormalNeighbourCount:(I)V]
AtomType.setHybridization ( int hybridization ) : void
[mangled: org/openscience/cdk/AtomType.setHybridization:(I)V]
AtomType.setMaxBondOrder ( double maxBondOrder ) : void
[mangled: org/openscience/cdk/AtomType.setMaxBondOrder:(D)V]
AtomType.setValency ( int valency ) : void
[mangled: org/openscience/cdk/AtomType.setValency:(I)V]
AtomType.setVanderwaalsRadius ( double radius ) : void
[mangled: org/openscience/cdk/AtomType.setVanderwaalsRadius:(D)V]
cdk-1.0.4.jar, AtopCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.AtopCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.AtopCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, AtopCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.AtopCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.AtopCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, AttributeBaseTest.class
package org.xmlcml.cml.base.test
AttributeBaseTest.AttributeBaseTest ( )
[mangled: org/xmlcml/cml/base/test/AttributeBaseTest."<init>":()V]
cdk-1.0.4.jar, AttributeTest.class
package org.xmlcml.cml.base.test
AttributeTest.AttributeTest ( )
[mangled: org/xmlcml/cml/base/test/AttributeTest."<init>":()V]
AttributeTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.main:([Ljava/lang/String;)V]
AttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.setUp:()V]
AttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/AttributeTest.suite:()Ljunit/framework/Test;]
AttributeTest.testCMLAttributeCMLAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testCMLAttributeCMLAttribute:()V]
AttributeTest.testCMLAttributeString ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testCMLAttributeString:()V]
AttributeTest.testCMLAttributeStringString ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testCMLAttributeStringString:()V]
AttributeTest.testCompareTo ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testCompareTo:()V]
AttributeTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testCopy:()V]
AttributeTest.testCreateSubclassedAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testCreateSubclassedAttribute:()V]
AttributeTest.testGetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testGetCMLValue:()V]
AttributeTest.testGetSetDocumentation ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testGetSetDocumentation:()V]
AttributeTest.testGetSetNamespace ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testGetSetNamespace:()V]
AttributeTest.testGetSetSchemaType ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testGetSetSchemaType:()V]
AttributeTest.testSetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/AttributeTest.testSetCMLValue:()V]
cdk-1.0.4.jar, AttrImpl.class
package org.apache.xindice.xml.dom
AttrImpl.AttrImpl ( )
[mangled: org/apache/xindice/xml/dom/AttrImpl."<init>":()V]
AttrImpl.AttrImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/AttrImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
AttrImpl.AttrImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/AttrImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
AttrImpl.AttrImpl ( NodeImpl parentNode, String nodeName )
[mangled: org/apache/xindice/xml/dom/AttrImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;)V]
AttrImpl.AttrImpl ( NodeImpl parentNode, String nodeName, String nsURI, short symbolID, String nodeValue )
[mangled: org/apache/xindice/xml/dom/AttrImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;Ljava/lang/String;SLjava/lang/String;)V]
AttrImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/AttrImpl.checkLoaded:()V]
AttrImpl.getName ( ) : String
[mangled: org/apache/xindice/xml/dom/AttrImpl.getName:()Ljava/lang/String;]
AttrImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/AttrImpl.getNodeType:()S]
AttrImpl.getNodeValue ( ) : String
[mangled: org/apache/xindice/xml/dom/AttrImpl.getNodeValue:()Ljava/lang/String;]
AttrImpl.getOwnerElement ( ) : Element
[mangled: org/apache/xindice/xml/dom/AttrImpl.getOwnerElement:()Lorg/w3c/dom/Element;]
AttrImpl.getSpecified ( ) : boolean
[mangled: org/apache/xindice/xml/dom/AttrImpl.getSpecified:()Z]
AttrImpl.getSymbolID ( ) : short
[mangled: org/apache/xindice/xml/dom/AttrImpl.getSymbolID:()S]
AttrImpl.getValue ( ) : String
[mangled: org/apache/xindice/xml/dom/AttrImpl.getValue:()Ljava/lang/String;]
AttrImpl.isNodeTypeValid ( short type ) : boolean
[mangled: org/apache/xindice/xml/dom/AttrImpl.isNodeTypeValid:(S)Z]
AttrImpl.setNodeValue ( String nodeValue ) : void
[mangled: org/apache/xindice/xml/dom/AttrImpl.setNodeValue:(Ljava/lang/String;)V]
AttrImpl.setSpecified ( boolean specified ) : void
[mangled: org/apache/xindice/xml/dom/AttrImpl.setSpecified:(Z)V]
AttrImpl.setSymbolID ( short symbolID ) : void
[mangled: org/apache/xindice/xml/dom/AttrImpl.setSymbolID:(S)V]
AttrImpl.setValue ( String value ) : void
[mangled: org/apache/xindice/xml/dom/AttrImpl.setValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, Base64DecodeStream.class
package org.apache.batik.util
Base64DecodeStream.available ( ) : int
[mangled: org/apache/batik/util/Base64DecodeStream.available:()I]
Base64DecodeStream.Base64DecodeStream ( InputStream p1 )
[mangled: org/apache/batik/util/Base64DecodeStream."<init>":(Ljava/io/InputStream;)V]
Base64DecodeStream.close ( ) : void
[mangled: org/apache/batik/util/Base64DecodeStream.close:()V]
Base64DecodeStream.markSupported ( ) : boolean
[mangled: org/apache/batik/util/Base64DecodeStream.markSupported:()Z]
Base64DecodeStream.read ( ) : int
[mangled: org/apache/batik/util/Base64DecodeStream.read:()I]
Base64DecodeStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: org/apache/batik/util/Base64DecodeStream.read:([BII)I]
cdk-1.0.4.jar, Base64EncoderStream.class
package org.apache.batik.util
Base64EncoderStream.Base64EncoderStream ( OutputStream p1 )
[mangled: org/apache/batik/util/Base64EncoderStream."<init>":(Ljava/io/OutputStream;)V]
Base64EncoderStream.Base64EncoderStream ( OutputStream p1, boolean p2 )
[mangled: org/apache/batik/util/Base64EncoderStream."<init>":(Ljava/io/OutputStream;Z)V]
Base64EncoderStream.close ( ) : void
[mangled: org/apache/batik/util/Base64EncoderStream.close:()V]
Base64EncoderStream.flush ( ) : void
[mangled: org/apache/batik/util/Base64EncoderStream.flush:()V]
Base64EncoderStream.write ( byte[ ] p1 ) : void
[mangled: org/apache/batik/util/Base64EncoderStream.write:([B)V]
Base64EncoderStream.write ( byte[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/batik/util/Base64EncoderStream.write:([BII)V]
Base64EncoderStream.write ( int p1 ) : void
[mangled: org/apache/batik/util/Base64EncoderStream.write:(I)V]
cdk-1.0.4.jar, BaseTest.class
package org.xmlcml.cml.base.test
BaseTest.assertEqualsCanonically ( String p1, Node p2, Node p3 ) [static] : void
[mangled: org/xmlcml/cml/base/test/BaseTest.assertEqualsCanonically:(Ljava/lang/String;Lnu/xom/Node;Lnu/xom/Node;)V]
BaseTest.assertNotEqualsCanonically ( String p1, Node p2, Node p3 ) [static] : void
[mangled: org/xmlcml/cml/base/test/BaseTest.assertNotEqualsCanonically:(Ljava/lang/String;Lnu/xom/Node;Lnu/xom/Node;)V]
BaseTest.BaseTest ( )
[mangled: org/xmlcml/cml/base/test/BaseTest."<init>":()V]
BaseTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/BaseTest.setUp:()V]
BaseTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/BaseTest.suite:()Ljunit/framework/Test;]
BaseTest.testAssertEqualsCanonically ( ) : void
[mangled: org/xmlcml/cml/base/test/BaseTest.testAssertEqualsCanonically:()V]
cdk-1.0.4.jar, BasicAuthentication.class
package org.apache.xindice.server.components
BasicAuthentication.BasicAuthentication ( )
[mangled: org/apache/xindice/server/components/BasicAuthentication."<init>":()V]
BasicAuthentication.isPackageFiltered ( String name ) : boolean
[mangled: org/apache/xindice/server/components/BasicAuthentication.isPackageFiltered:(Ljava/lang/String;)Z]
BasicAuthentication.run ( Script script, Gateway gateway ) : boolean
[mangled: org/apache/xindice/server/components/BasicAuthentication.run:(Lorg/apache/xindice/server/Script;Lorg/apache/xindice/server/Gateway;)Z]
BasicAuthentication.sendChallenge ( Gateway gateway, String realm ) : void
[mangled: org/apache/xindice/server/components/BasicAuthentication.sendChallenge:(Lorg/apache/xindice/server/Gateway;Ljava/lang/String;)V]
BasicAuthentication.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/components/BasicAuthentication.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, BasicParser.class
package org.apache.commons.cli
BasicParser.BasicParser ( )
[mangled: org/apache/commons/cli/BasicParser."<init>":()V]
BasicParser.flatten ( Options options, String[ ] arguments, boolean stopAtNonOption ) : String[ ]
[mangled: org/apache/commons/cli/BasicParser.flatten:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;Z)[Ljava/lang/String;]
cdk-1.0.4.jar, BatikSecurityManager.class
package org.apache.batik.util
BatikSecurityManager.BatikSecurityManager ( )
[mangled: org/apache/batik/util/BatikSecurityManager."<init>":()V]
BatikSecurityManager.getClassContext ( ) : Class[ ]
[mangled: org/apache/batik/util/BatikSecurityManager.getClassContext:()[Ljava/lang/Class;]
cdk-1.0.4.jar, Bond.class
package org.openscience.cdk
Bond.atoms ( ) : Iterator
[mangled: org/openscience/cdk/Bond.atoms:()Ljava/util/Iterator;]
Bond.Bond ( IAtom atom1, IAtom atom2, double order )
[mangled: org/openscience/cdk/Bond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;D)V]
Bond.Bond ( IAtom atom1, IAtom atom2, double order, int stereo )
[mangled: org/openscience/cdk/Bond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;DI)V]
Bond.getOrder ( ) : double
[mangled: org/openscience/cdk/Bond.getOrder:()D]
Bond.setOrder ( double order ) : void
[mangled: org/openscience/cdk/Bond.setOrder:(D)V]
cdk-1.0.4.jar, BondChangeEdit.class
package org.openscience.cdk.applications.undoredo
BondChangeEdit.BondChangeEdit ( IChemModel chemModel, IBond formerBond, IBond newBond )
[mangled: org/openscience/cdk/applications/undoredo/BondChangeEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IBond;)V]
BondChangeEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/BondChangeEdit.canRedo:()Z]
BondChangeEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/BondChangeEdit.canUndo:()Z]
BondChangeEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/BondChangeEdit.getPresentationName:()Ljava/lang/String;]
BondChangeEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/BondChangeEdit.redo:()V]
BondChangeEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/BondChangeEdit.undo:()V]
cdk-1.0.4.jar, BondEditor.class
package org.openscience.cdk.applications.swing.editor
BondEditor.applyChanges ( ) : void
[mangled: org/openscience/cdk/applications/swing/editor/BondEditor.applyChanges:()V]
BondEditor.BondEditor ( )
[mangled: org/openscience/cdk/applications/swing/editor/BondEditor."<init>":()V]
BondEditor.setChemObject ( IChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/editor/BondEditor.setChemObject:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, BondStretching.class
package org.openscience.cdk.modeling.forcefield
BondStretching.setMMFF94BondStretchingParameters ( IAtomContainer molecule, Hashtable parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/BondStretching.setMMFF94BondStretchingParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, BooleanArrayAttribute.class
package org.xmlcml.cml.base
BooleanArrayAttribute.BooleanArrayAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute."<init>":(Lnu/xom/Attribute;)V]
BooleanArrayAttribute.BooleanArrayAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
BooleanArrayAttribute.BooleanArrayAttribute ( BooleanArrayAttribute att )
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute."<init>":(Lorg/xmlcml/cml/base/BooleanArrayAttribute;)V]
BooleanArrayAttribute.BooleanArrayAttribute ( String name )
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute."<init>":(Ljava/lang/String;)V]
BooleanArrayAttribute.checkValue ( boolean[ ] bb ) : void
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.checkValue:([Z)V]
BooleanArrayAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.getCMLValue:()Ljava/lang/Object;]
BooleanArrayAttribute.getIntegerArray ( ) : boolean[ ]
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.getIntegerArray:()[Z]
BooleanArrayAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.getJavaGetMethod:()Ljava/lang/String;]
BooleanArrayAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.getJavaShortClassName:()Ljava/lang/String;]
BooleanArrayAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.getJavaType:()Ljava/lang/String;]
BooleanArrayAttribute.setCMLValue ( boolean[ ] bb ) : void
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.setCMLValue:([Z)V]
BooleanArrayAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.setCMLValue:(Ljava/lang/String;)V]
BooleanArrayAttribute.split ( String s, String delim ) [static] : boolean[ ]
[mangled: org/xmlcml/cml/base/BooleanArrayAttribute.split:(Ljava/lang/String;Ljava/lang/String;)[Z]
cdk-1.0.4.jar, BooleanAttribute.class
package org.xmlcml.cml.base
BooleanAttribute.BooleanAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/BooleanAttribute."<init>":(Lnu/xom/Attribute;)V]
BooleanAttribute.BooleanAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/BooleanAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
BooleanAttribute.BooleanAttribute ( BooleanAttribute att )
[mangled: org/xmlcml/cml/base/BooleanAttribute."<init>":(Lorg/xmlcml/cml/base/BooleanAttribute;)V]
BooleanAttribute.BooleanAttribute ( String name )
[mangled: org/xmlcml/cml/base/BooleanAttribute."<init>":(Ljava/lang/String;)V]
BooleanAttribute.checkValue ( boolean b ) : void
[mangled: org/xmlcml/cml/base/BooleanAttribute.checkValue:(Z)V]
BooleanAttribute.getBoolean ( ) : boolean
[mangled: org/xmlcml/cml/base/BooleanAttribute.getBoolean:()Z]
BooleanAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/BooleanAttribute.getCMLValue:()Ljava/lang/Object;]
BooleanAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/BooleanAttribute.getJavaGetMethod:()Ljava/lang/String;]
BooleanAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/BooleanAttribute.getJavaShortClassName:()Ljava/lang/String;]
BooleanAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/BooleanAttribute.getJavaType:()Ljava/lang/String;]
BooleanAttribute.setCMLValue ( boolean i ) : void
[mangled: org/xmlcml/cml/base/BooleanAttribute.setCMLValue:(Z)V]
BooleanAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/BooleanAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, BracketAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
BracketAtom.BracketAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/BracketAtom."<init>":()V]
BracketAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/BracketAtom.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, BreakingBondReaction.class
package org.openscience.cdk.reaction.type
BreakingBondReaction.BreakingBondReaction ( )
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction."<init>":()V]
BreakingBondReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
BreakingBondReaction.cleanFlagReactiveCenter ( IMolecule molecule ) : void
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.cleanFlagReactiveCenter:(Lorg/openscience/cdk/interfaces/IMolecule;)V]
BreakingBondReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.getParameterNames:()[Ljava/lang/String;]
BreakingBondReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.getParameters:()[Ljava/lang/Object;]
BreakingBondReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
BreakingBondReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
BreakingBondReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
BreakingBondReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/BreakingBondReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, BrokenLinkProvider.class
package org.apache.batik.ext.awt.image.spi
BrokenLinkProvider.getBrokenLinkImage ( Object p1, String p2, Object[ ] p3 ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/spi/BrokenLinkProvider.getBrokenLinkImage:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
cdk-1.0.4.jar, BTree.class
package org.apache.xindice.core.filer
BTree.addValue ( BTree.BTreeRootInfo root, Value value, long pointer ) : long
[mangled: org/apache/xindice/core/filer/BTree.addValue:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/data/Value;J)J]
BTree.addValue ( Value value, long pointer ) : long
[mangled: org/apache/xindice/core/filer/BTree.addValue:(Lorg/apache/xindice/core/data/Value;J)J]
BTree.BTree ( )
[mangled: org/apache/xindice/core/filer/BTree."<init>":()V]
BTree.BTree ( File file )
[mangled: org/apache/xindice/core/filer/BTree."<init>":(Ljava/io/File;)V]
BTree.create ( ) : boolean
[mangled: org/apache/xindice/core/filer/BTree.create:()Z]
BTree.createBTreeRoot ( BTree.BTreeRootInfo root, Value v ) : BTree.BTreeRootInfo
[mangled: org/apache/xindice/core/filer/BTree.createBTreeRoot:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/data/Value;)Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;]
BTree.createBTreeRoot ( Value v ) : BTree.BTreeRootInfo
[mangled: org/apache/xindice/core/filer/BTree.createBTreeRoot:(Lorg/apache/xindice/core/data/Value;)Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;]
BTree.createFileHeader ( ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTree.createFileHeader:()Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTree.createFileHeader ( boolean read ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTree.createFileHeader:(Z)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTree.createFileHeader ( long pageCount ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTree.createFileHeader:(J)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTree.createFileHeader ( long pageCount, int pageSize ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTree.createFileHeader:(JI)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTree.createPageHeader ( ) : Paged.PageHeader
[mangled: org/apache/xindice/core/filer/BTree.createPageHeader:()Lorg/apache/xindice/core/filer/Paged$PageHeader;]
BTree.findBTreeRoot ( BTree.BTreeRootInfo root, Value v ) : BTree.BTreeRootInfo
[mangled: org/apache/xindice/core/filer/BTree.findBTreeRoot:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/data/Value;)Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;]
BTree.findBTreeRoot ( Value v ) : BTree.BTreeRootInfo
[mangled: org/apache/xindice/core/filer/BTree.findBTreeRoot:(Lorg/apache/xindice/core/data/Value;)Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;]
BTree.findValue ( BTree.BTreeRootInfo root, Value value ) : long
[mangled: org/apache/xindice/core/filer/BTree.findValue:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/data/Value;)J]
BTree.findValue ( Value value ) : long
[mangled: org/apache/xindice/core/filer/BTree.findValue:(Lorg/apache/xindice/core/data/Value;)J]
BTree.getRootNode ( ) : BTree.BTreeNode
[mangled: org/apache/xindice/core/filer/BTree.getRootNode:()Lorg/apache/xindice/core/filer/BTree$BTreeNode;]
BTree.getRootNode ( BTree.BTreeRootInfo root ) : BTree.BTreeNode
[mangled: org/apache/xindice/core/filer/BTree.getRootNode:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;)Lorg/apache/xindice/core/filer/BTree$BTreeNode;]
BTree.open ( ) : boolean
[mangled: org/apache/xindice/core/filer/BTree.open:()Z]
BTree.query ( BTree.BTreeRootInfo root, IndexQuery query, BTreeCallback callback ) : void
[mangled: org/apache/xindice/core/filer/BTree.query:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/indexer/IndexQuery;Lorg/apache/xindice/core/filer/BTreeCallback;)V]
BTree.query ( IndexQuery query, BTreeCallback callback ) : void
[mangled: org/apache/xindice/core/filer/BTree.query:(Lorg/apache/xindice/core/indexer/IndexQuery;Lorg/apache/xindice/core/filer/BTreeCallback;)V]
BTree.removeValue ( BTree.BTreeRootInfo root, Value value ) : long
[mangled: org/apache/xindice/core/filer/BTree.removeValue:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/data/Value;)J]
BTree.removeValue ( Value value ) : long
[mangled: org/apache/xindice/core/filer/BTree.removeValue:(Lorg/apache/xindice/core/data/Value;)J]
BTree.setRootNode ( BTree.BTreeNode rootNode ) : void
[mangled: org/apache/xindice/core/filer/BTree.setRootNode:(Lorg/apache/xindice/core/filer/BTree$BTreeNode;)V]
BTree.setRootNode ( BTree.BTreeRootInfo root, BTree.BTreeNode newRoot ) : void
[mangled: org/apache/xindice/core/filer/BTree.setRootNode:(Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/filer/BTree$BTreeNode;)V]
cdk-1.0.4.jar, BTreeCallback.class
package org.apache.xindice.core.filer
BTreeCallback.indexInfo ( Value p1, long p2 ) [abstract] : boolean
[mangled: org/apache/xindice/core/filer/BTreeCallback.indexInfo:(Lorg/apache/xindice/core/data/Value;J)Z]
cdk-1.0.4.jar, BTreeCorruptException.class
package org.apache.xindice.core.filer
BTreeCorruptException.BTreeCorruptException ( )
[mangled: org/apache/xindice/core/filer/BTreeCorruptException."<init>":()V]
BTreeCorruptException.BTreeCorruptException ( String message )
[mangled: org/apache/xindice/core/filer/BTreeCorruptException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, BTreeException.class
package org.apache.xindice.core.filer
BTreeException.BTreeException ( int faultCode )
[mangled: org/apache/xindice/core/filer/BTreeException."<init>":(I)V]
BTreeException.BTreeException ( int faultCode, String message )
[mangled: org/apache/xindice/core/filer/BTreeException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, BTreeFileHeader.class
package org.apache.xindice.core.filer
BTree.BTreeFileHeader.BTree.BTreeFileHeader ( BTree p1 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader."<init>":(Lorg/apache/xindice/core/filer/BTree;)V]
BTree.BTreeFileHeader.BTree.BTreeFileHeader ( BTree pageCount, long p2 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader."<init>":(Lorg/apache/xindice/core/filer/BTree;J)V]
BTree.BTreeFileHeader.BTree.BTreeFileHeader ( BTree pageCount, long pageSize, int p3 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader."<init>":(Lorg/apache/xindice/core/filer/BTree;JI)V]
BTree.BTreeFileHeader.BTree.BTreeFileHeader ( BTree read, boolean p2 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader."<init>":(Lorg/apache/xindice/core/filer/BTree;Z)V]
BTree.BTreeFileHeader.getRootPage ( ) : long
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader.getRootPage:()J]
BTree.BTreeFileHeader.read ( RandomAccessFile raf ) : void
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader.read:(Ljava/io/RandomAccessFile;)V]
BTree.BTreeFileHeader.setRootPage ( long rootPage ) : void
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader.setRootPage:(J)V]
BTree.BTreeFileHeader.write ( RandomAccessFile raf ) : void
[mangled: org/apache/xindice/core/filer/BTree.BTreeFileHeader.write:(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, BTreeFiler.class
package org.apache.xindice.core.filer
BTreeFiler.BTreeFiler ( )
[mangled: org/apache/xindice/core/filer/BTreeFiler."<init>":()V]
BTreeFiler.create ( ) : boolean
[mangled: org/apache/xindice/core/filer/BTreeFiler.create:()Z]
BTreeFiler.createFileHeader ( ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTreeFiler.createFileHeader:()Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTreeFiler.createFileHeader ( boolean read ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTreeFiler.createFileHeader:(Z)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTreeFiler.createFileHeader ( long pageCount ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTreeFiler.createFileHeader:(J)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTreeFiler.createFileHeader ( long pageCount, int pageSize ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/BTreeFiler.createFileHeader:(JI)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
BTreeFiler.createPageHeader ( ) : Paged.PageHeader
[mangled: org/apache/xindice/core/filer/BTreeFiler.createPageHeader:()Lorg/apache/xindice/core/filer/Paged$PageHeader;]
BTreeFiler.deleteRecord ( Key key ) : boolean
[mangled: org/apache/xindice/core/filer/BTreeFiler.deleteRecord:(Lorg/apache/xindice/core/data/Key;)Z]
BTreeFiler.flush ( ) : void
[mangled: org/apache/xindice/core/filer/BTreeFiler.flush:()V]
BTreeFiler.getConfig ( ) : Configuration
[mangled: org/apache/xindice/core/filer/BTreeFiler.getConfig:()Lorg/apache/xindice/util/Configuration;]
BTreeFiler.getName ( ) : String
[mangled: org/apache/xindice/core/filer/BTreeFiler.getName:()Ljava/lang/String;]
BTreeFiler.getRecordCount ( ) : long
[mangled: org/apache/xindice/core/filer/BTreeFiler.getRecordCount:()J]
BTreeFiler.getRecordSet ( ) : RecordSet
[mangled: org/apache/xindice/core/filer/BTreeFiler.getRecordSet:()Lorg/apache/xindice/core/data/RecordSet;]
BTreeFiler.open ( ) : boolean
[mangled: org/apache/xindice/core/filer/BTreeFiler.open:()Z]
BTreeFiler.readRecord ( Key key ) : Record
[mangled: org/apache/xindice/core/filer/BTreeFiler.readRecord:(Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/Record;]
BTreeFiler.setCollection ( Collection collection ) : void
[mangled: org/apache/xindice/core/filer/BTreeFiler.setCollection:(Lorg/apache/xindice/core/Collection;)V]
BTreeFiler.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/filer/BTreeFiler.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
BTreeFiler.setLocation ( String location ) : void
[mangled: org/apache/xindice/core/filer/BTreeFiler.setLocation:(Ljava/lang/String;)V]
BTreeFiler.writeRecord ( Key key, Value value ) : boolean
[mangled: org/apache/xindice/core/filer/BTreeFiler.writeRecord:(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, BTreeNotFoundException.class
package org.apache.xindice.core.filer
BTreeNotFoundException.BTreeNotFoundException ( )
[mangled: org/apache/xindice/core/filer/BTreeNotFoundException."<init>":()V]
BTreeNotFoundException.BTreeNotFoundException ( String message )
[mangled: org/apache/xindice/core/filer/BTreeNotFoundException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, BTreePageHeader.class
package org.apache.xindice.core.filer
BTree.BTreePageHeader.BTree.BTreePageHeader ( BTree dis, DataInputStream p2 )
[mangled: org/apache/xindice/core/filer/BTree.BTreePageHeader."<init>":(Lorg/apache/xindice/core/filer/BTree;Ljava/io/DataInputStream;)V]
BTree.BTreePageHeader.BTree.BTreePageHeader ( BTree p1 )
[mangled: org/apache/xindice/core/filer/BTree.BTreePageHeader."<init>":(Lorg/apache/xindice/core/filer/BTree;)V]
BTree.BTreePageHeader.getPointerCount ( ) : short
[mangled: org/apache/xindice/core/filer/BTree.BTreePageHeader.getPointerCount:()S]
BTree.BTreePageHeader.getValueCount ( ) : short
[mangled: org/apache/xindice/core/filer/BTree.BTreePageHeader.getValueCount:()S]
BTree.BTreePageHeader.read ( DataInputStream dis ) : void
[mangled: org/apache/xindice/core/filer/BTree.BTreePageHeader.read:(Ljava/io/DataInputStream;)V]
BTree.BTreePageHeader.setValueCount ( short valueCount ) : void
[mangled: org/apache/xindice/core/filer/BTree.BTreePageHeader.setValueCount:(S)V]
BTree.BTreePageHeader.write ( DataOutputStream dos ) : void
[mangled: org/apache/xindice/core/filer/BTree.BTreePageHeader.write:(Ljava/io/DataOutputStream;)V]
cdk-1.0.4.jar, BTreeRootInfo.class
package org.apache.xindice.core.filer
BTree.BTreeRootInfo.BTree.BTreeRootInfo ( BTree name, String page, long p3 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo."<init>":(Lorg/apache/xindice/core/filer/BTree;Ljava/lang/String;J)V]
BTree.BTreeRootInfo.BTree.BTreeRootInfo ( BTree name, Value page, long p3 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo."<init>":(Lorg/apache/xindice/core/filer/BTree;Lorg/apache/xindice/core/data/Value;J)V]
BTree.BTreeRootInfo.BTree.BTreeRootInfo ( BTree parent, BTree.BTreeRootInfo name, String page, long p4 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo."<init>":(Lorg/apache/xindice/core/filer/BTree;Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Ljava/lang/String;J)V]
BTree.BTreeRootInfo.BTree.BTreeRootInfo ( BTree parent, BTree.BTreeRootInfo name, Value page, long p4 )
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo."<init>":(Lorg/apache/xindice/core/filer/BTree;Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;Lorg/apache/xindice/core/data/Value;J)V]
BTree.BTreeRootInfo.getName ( ) : Value
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo.getName:()Lorg/apache/xindice/core/data/Value;]
BTree.BTreeRootInfo.getPage ( ) : long
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo.getPage:()J]
BTree.BTreeRootInfo.getParent ( ) : BTree.BTreeRootInfo
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo.getParent:()Lorg/apache/xindice/core/filer/BTree$BTreeRootInfo;]
BTree.BTreeRootInfo.setPage ( long page ) : void
[mangled: org/apache/xindice/core/filer/BTree.BTreeRootInfo.setPage:(J)V]
cdk-1.0.4.jar, BufferedImageCachableRed.class
package org.apache.batik.ext.awt.image.rendered
BufferedImageCachableRed.BufferedImageCachableRed ( BufferedImage p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed."<init>":(Ljava/awt/image/BufferedImage;)V]
BufferedImageCachableRed.BufferedImageCachableRed ( BufferedImage p1, int p2, int p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed."<init>":(Ljava/awt/image/BufferedImage;II)V]
BufferedImageCachableRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
BufferedImageCachableRed.getBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.getBounds:()Ljava/awt/Rectangle;]
BufferedImageCachableRed.getBufferedImage ( ) : BufferedImage
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.getBufferedImage:()Ljava/awt/image/BufferedImage;]
BufferedImageCachableRed.getData ( ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.getData:()Ljava/awt/image/Raster;]
BufferedImageCachableRed.getData ( Rectangle p1 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;]
BufferedImageCachableRed.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
BufferedImageCachableRed.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.getPropertyNames:()[Ljava/lang/String;]
BufferedImageCachableRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/BufferedImageCachableRed.getTile:(II)Ljava/awt/image/Raster;]
cdk-1.0.4.jar, BufferHelper.class
package org.apache.xindice.client.corba.db
BufferHelper.BufferHelper ( )
[mangled: org/apache/xindice/client/corba/db/BufferHelper."<init>":()V]
BufferHelper.extract ( CORBA.Any a ) [static] : byte[ ]
[mangled: org/apache/xindice/client/corba/db/BufferHelper.extract:(Lorg/omg/CORBA/Any;)[B]
BufferHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/BufferHelper.id:()Ljava/lang/String;]
BufferHelper.insert ( CORBA.Any a, byte[ ] t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/BufferHelper.insert:(Lorg/omg/CORBA/Any;[B)V]
BufferHelper.read ( CORBA.portable.InputStream istream ) [static] : byte[ ]
[mangled: org/apache/xindice/client/corba/db/BufferHelper.read:(Lorg/omg/CORBA/portable/InputStream;)[B]
BufferHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/BufferHelper.type:()Lorg/omg/CORBA/TypeCode;]
BufferHelper.write ( CORBA.portable.OutputStream ostream, byte[ ] value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/BufferHelper.write:(Lorg/omg/CORBA/portable/OutputStream;[B)V]
cdk-1.0.4.jar, BufferHolder.class
package org.apache.xindice.client.corba.db
BufferHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/BufferHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
BufferHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/BufferHolder._type:()Lorg/omg/CORBA/TypeCode;]
BufferHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/BufferHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
BufferHolder.BufferHolder ( )
[mangled: org/apache/xindice/client/corba/db/BufferHolder."<init>":()V]
BufferHolder.BufferHolder ( byte[ ] initial )
[mangled: org/apache/xindice/client/corba/db/BufferHolder."<init>":([B)V]
cdk-1.0.4.jar, BumpMap.class
package org.apache.batik.ext.awt.image.rendered
BumpMap.BumpMap ( RenderedImage p1, double p2, double p3, double p4 )
[mangled: org/apache/batik/ext/awt/image/rendered/BumpMap."<init>":(Ljava/awt/image/RenderedImage;DDD)V]
BumpMap.getNormalArray ( int p1, int p2, int p3, int p4 ) : double[ ][ ][ ]
[mangled: org/apache/batik/ext/awt/image/rendered/BumpMap.getNormalArray:(IIII)[[[D]
BumpMap.getSurfaceScale ( ) : double
[mangled: org/apache/batik/ext/awt/image/rendered/BumpMap.getSurfaceScale:()D]
cdk-1.0.4.jar, ByteArrayInput.class
package org.apache.xindice.util
ByteArrayInput.ByteArrayInput ( byte[ ] buf )
[mangled: org/apache/xindice/util/ByteArrayInput."<init>":([B)V]
ByteArrayInput.ByteArrayInput ( byte[ ] buf, int pos, int count )
[mangled: org/apache/xindice/util/ByteArrayInput."<init>":([BII)V]
ByteArrayInput.getArray ( ) : byte[ ]
[mangled: org/apache/xindice/util/ByteArrayInput.getArray:()[B]
ByteArrayInput.getInputStream ( ) : InputStream
[mangled: org/apache/xindice/util/ByteArrayInput.getInputStream:()Ljava/io/InputStream;]
ByteArrayInput.getPos ( ) : int
[mangled: org/apache/xindice/util/ByteArrayInput.getPos:()I]
ByteArrayInput.setPos ( int pos ) : void
[mangled: org/apache/xindice/util/ByteArrayInput.setPos:(I)V]
cdk-1.0.4.jar, ByteBuffer.class
package org.apache.xindice.util
ByteBuffer.append ( boolean value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(Z)V]
ByteBuffer.append ( byte value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(B)V]
ByteBuffer.append ( byte[ ] value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:([B)V]
ByteBuffer.append ( ByteBuffer value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(Lorg/apache/xindice/util/ByteBuffer;)V]
ByteBuffer.append ( char value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(C)V]
ByteBuffer.append ( char[ ] value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:([C)V]
ByteBuffer.append ( double value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(D)V]
ByteBuffer.append ( float value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(F)V]
ByteBuffer.append ( int value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(I)V]
ByteBuffer.append ( long value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(J)V]
ByteBuffer.append ( Object value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(Ljava/lang/Object;)V]
ByteBuffer.append ( String value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(Ljava/lang/String;)V]
ByteBuffer.append ( StringBuffer value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.append:(Ljava/lang/StringBuffer;)V]
ByteBuffer.byteAt ( int index ) : byte
[mangled: org/apache/xindice/util/ByteBuffer.byteAt:(I)B]
ByteBuffer.ByteBuffer ( )
[mangled: org/apache/xindice/util/ByteBuffer."<init>":()V]
ByteBuffer.ByteBuffer ( byte[ ] value )
[mangled: org/apache/xindice/util/ByteBuffer."<init>":([B)V]
ByteBuffer.ByteBuffer ( byte[ ] value, boolean copy )
[mangled: org/apache/xindice/util/ByteBuffer."<init>":([BZ)V]
ByteBuffer.ByteBuffer ( int size )
[mangled: org/apache/xindice/util/ByteBuffer."<init>":(I)V]
ByteBuffer.ByteBuffer ( String value )
[mangled: org/apache/xindice/util/ByteBuffer."<init>":(Ljava/lang/String;)V]
ByteBuffer.ByteBuffer ( StringBuffer value )
[mangled: org/apache/xindice/util/ByteBuffer."<init>":(Ljava/lang/StringBuffer;)V]
ByteBuffer.capacity ( ) : int
[mangled: org/apache/xindice/util/ByteBuffer.capacity:()I]
ByteBuffer.chunkTo ( OutputStream out ) : void
[mangled: org/apache/xindice/util/ByteBuffer.chunkTo:(Ljava/io/OutputStream;)V]
ByteBuffer.chunkTo ( OutputStream out, int chunkSize ) : void
[mangled: org/apache/xindice/util/ByteBuffer.chunkTo:(Ljava/io/OutputStream;I)V]
ByteBuffer.delete ( int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.delete:(II)V]
ByteBuffer.ensureCapacity ( int size ) : void
[mangled: org/apache/xindice/util/ByteBuffer.ensureCapacity:(I)V]
ByteBuffer.getInputStream ( ) : InputStream
[mangled: org/apache/xindice/util/ByteBuffer.getInputStream:()Ljava/io/InputStream;]
ByteBuffer.insert ( boolean value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(ZI)V]
ByteBuffer.insert ( byte value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(BI)V]
ByteBuffer.insert ( byte[ ] value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:([BI)V]
ByteBuffer.insert ( ByteBuffer value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(Lorg/apache/xindice/util/ByteBuffer;I)V]
ByteBuffer.insert ( char value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(CI)V]
ByteBuffer.insert ( char[ ] value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:([CI)V]
ByteBuffer.insert ( double value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(DI)V]
ByteBuffer.insert ( float value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(FI)V]
ByteBuffer.insert ( int value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(II)V]
ByteBuffer.insert ( long value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(JI)V]
ByteBuffer.insert ( Object value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(Ljava/lang/Object;I)V]
ByteBuffer.insert ( String value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(Ljava/lang/String;I)V]
ByteBuffer.insert ( StringBuffer value, int pos ) : void
[mangled: org/apache/xindice/util/ByteBuffer.insert:(Ljava/lang/StringBuffer;I)V]
ByteBuffer.isLocked ( ) : boolean
[mangled: org/apache/xindice/util/ByteBuffer.isLocked:()Z]
ByteBuffer.length ( ) : int
[mangled: org/apache/xindice/util/ByteBuffer.length:()I]
ByteBuffer.lock ( ) : void
[mangled: org/apache/xindice/util/ByteBuffer.lock:()V]
ByteBuffer.pack ( ) : void
[mangled: org/apache/xindice/util/ByteBuffer.pack:()V]
ByteBuffer.readFrom ( InputStream in ) : void
[mangled: org/apache/xindice/util/ByteBuffer.readFrom:(Ljava/io/InputStream;)V]
ByteBuffer.replace ( boolean value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(ZII)V]
ByteBuffer.replace ( byte[ ] value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:([BII)V]
ByteBuffer.replace ( ByteBuffer value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(Lorg/apache/xindice/util/ByteBuffer;II)V]
ByteBuffer.replace ( char value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(CII)V]
ByteBuffer.replace ( double value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(DII)V]
ByteBuffer.replace ( float value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(FII)V]
ByteBuffer.replace ( int value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(III)V]
ByteBuffer.replace ( long value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(JII)V]
ByteBuffer.replace ( Object value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(Ljava/lang/Object;II)V]
ByteBuffer.replace ( String value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(Ljava/lang/String;II)V]
ByteBuffer.replace ( StringBuffer value, int pos, int width ) : void
[mangled: org/apache/xindice/util/ByteBuffer.replace:(Ljava/lang/StringBuffer;II)V]
ByteBuffer.reset ( ) : void
[mangled: org/apache/xindice/util/ByteBuffer.reset:()V]
ByteBuffer.reverse ( ) : void
[mangled: org/apache/xindice/util/ByteBuffer.reverse:()V]
ByteBuffer.setByteAt ( int index, byte value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.setByteAt:(IB)V]
ByteBuffer.setLength ( int value ) : void
[mangled: org/apache/xindice/util/ByteBuffer.setLength:(I)V]
ByteBuffer.size ( ) : int
[mangled: org/apache/xindice/util/ByteBuffer.size:()I]
ByteBuffer.toByteArray ( ) : byte[ ]
[mangled: org/apache/xindice/util/ByteBuffer.toByteArray:()[B]
ByteBuffer.toString ( ) : String
[mangled: org/apache/xindice/util/ByteBuffer.toString:()Ljava/lang/String;]
ByteBuffer.write ( byte[ ] b ) : void
[mangled: org/apache/xindice/util/ByteBuffer.write:([B)V]
ByteBuffer.write ( byte[ ] b, int off, int len ) : void
[mangled: org/apache/xindice/util/ByteBuffer.write:([BII)V]
ByteBuffer.write ( int b ) : void
[mangled: org/apache/xindice/util/ByteBuffer.write:(I)V]
ByteBuffer.writeTo ( OutputStream out ) : void
[mangled: org/apache/xindice/util/ByteBuffer.writeTo:(Ljava/io/OutputStream;)V]
cdk-1.0.4.jar, CachableRed.class
package org.apache.batik.ext.awt.image.rendered
CachableRed.getBounds ( ) [abstract] : Rectangle
[mangled: org/apache/batik/ext/awt/image/rendered/CachableRed.getBounds:()Ljava/awt/Rectangle;]
CachableRed.getDependencyRegion ( int p1, Rectangle p2 ) [abstract] : Shape
[mangled: org/apache/batik/ext/awt/image/rendered/CachableRed.getDependencyRegion:(ILjava/awt/Rectangle;)Ljava/awt/Shape;]
CachableRed.getDirtyRegion ( int p1, Rectangle p2 ) [abstract] : Shape
[mangled: org/apache/batik/ext/awt/image/rendered/CachableRed.getDirtyRegion:(ILjava/awt/Rectangle;)Ljava/awt/Shape;]
cdk-1.0.4.jar, CachedImageHandler.class
package org.apache.batik.svggen
CachedImageHandler.getImageCacher ( ) [abstract] : ImageCacher
[mangled: org/apache/batik/svggen/CachedImageHandler.getImageCacher:()Lorg/apache/batik/svggen/ImageCacher;]
cdk-1.0.4.jar, CachedImageHandlerBase64Encoder.class
package org.apache.batik.svggen
CachedImageHandlerBase64Encoder.CachedImageHandlerBase64Encoder ( )
[mangled: org/apache/batik/svggen/CachedImageHandlerBase64Encoder."<init>":()V]
CachedImageHandlerBase64Encoder.createElement ( SVGGeneratorContext p1 ) : Element
[mangled: org/apache/batik/svggen/CachedImageHandlerBase64Encoder.createElement:(Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/w3c/dom/Element;]
CachedImageHandlerBase64Encoder.encodeImage ( BufferedImage p1, OutputStream p2 ) : void
[mangled: org/apache/batik/svggen/CachedImageHandlerBase64Encoder.encodeImage:(Ljava/awt/image/BufferedImage;Ljava/io/OutputStream;)V]
CachedImageHandlerBase64Encoder.getBufferedImageType ( ) : int
[mangled: org/apache/batik/svggen/CachedImageHandlerBase64Encoder.getBufferedImageType:()I]
CachedImageHandlerBase64Encoder.getRefPrefix ( ) : String
[mangled: org/apache/batik/svggen/CachedImageHandlerBase64Encoder.getRefPrefix:()Ljava/lang/String;]
CachedImageHandlerBase64Encoder.handleTransform ( Element p1, double p2, double p3, double p4, double p5, double p6, double p7, SVGGeneratorContext p8 ) : AffineTransform
[mangled: org/apache/batik/svggen/CachedImageHandlerBase64Encoder.handleTransform:(Lorg/w3c/dom/Element;DDDDDDLorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
cdk-1.0.4.jar, CachedImageHandlerJPEGEncoder.class
package org.apache.batik.svggen
CachedImageHandlerJPEGEncoder.CachedImageHandlerJPEGEncoder ( String p1, String p2 )
[mangled: org/apache/batik/svggen/CachedImageHandlerJPEGEncoder."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
CachedImageHandlerJPEGEncoder.encodeImage ( BufferedImage p1, OutputStream p2 ) : void
[mangled: org/apache/batik/svggen/CachedImageHandlerJPEGEncoder.encodeImage:(Ljava/awt/image/BufferedImage;Ljava/io/OutputStream;)V]
CachedImageHandlerJPEGEncoder.getBufferedImageType ( ) : int
[mangled: org/apache/batik/svggen/CachedImageHandlerJPEGEncoder.getBufferedImageType:()I]
CachedImageHandlerJPEGEncoder.getRefPrefix ( ) : String
[mangled: org/apache/batik/svggen/CachedImageHandlerJPEGEncoder.getRefPrefix:()Ljava/lang/String;]
cdk-1.0.4.jar, CachedImageHandlerPNGEncoder.class
package org.apache.batik.svggen
CachedImageHandlerPNGEncoder.CachedImageHandlerPNGEncoder ( String p1, String p2 )
[mangled: org/apache/batik/svggen/CachedImageHandlerPNGEncoder."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
CachedImageHandlerPNGEncoder.encodeImage ( BufferedImage p1, OutputStream p2 ) : void
[mangled: org/apache/batik/svggen/CachedImageHandlerPNGEncoder.encodeImage:(Ljava/awt/image/BufferedImage;Ljava/io/OutputStream;)V]
CachedImageHandlerPNGEncoder.getBufferedImageType ( ) : int
[mangled: org/apache/batik/svggen/CachedImageHandlerPNGEncoder.getBufferedImageType:()I]
CachedImageHandlerPNGEncoder.getRefPrefix ( ) : String
[mangled: org/apache/batik/svggen/CachedImageHandlerPNGEncoder.getRefPrefix:()Ljava/lang/String;]
cdk-1.0.4.jar, CannotCreateException.class
package org.apache.xindice.core.indexer
CannotCreateException.CannotCreateException ( )
[mangled: org/apache/xindice/core/indexer/CannotCreateException."<init>":()V]
CannotCreateException.CannotCreateException ( String message )
[mangled: org/apache/xindice/core/indexer/CannotCreateException."<init>":(Ljava/lang/String;)V]
package org.apache.xindice.core.objects
CannotCreateException.CannotCreateException ( )
[mangled: org/apache/xindice/core/objects/CannotCreateException."<init>":()V]
CannotCreateException.CannotCreateException ( String message )
[mangled: org/apache/xindice/core/objects/CannotCreateException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, CarbonConnectivityOrderOneDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
CarbonConnectivityOrderOneDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
CarbonConnectivityOrderOneDescriptor.CarbonConnectivityOrderOneDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor."<init>":()V]
CarbonConnectivityOrderOneDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
CarbonConnectivityOrderOneDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor.getParameterNames:()[Ljava/lang/String;]
CarbonConnectivityOrderOneDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor.getParameters:()[Ljava/lang/Object;]
CarbonConnectivityOrderOneDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
CarbonConnectivityOrderOneDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
CarbonConnectivityOrderOneDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderOneDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, CarbonConnectivityOrderZeroDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
CarbonConnectivityOrderZeroDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
CarbonConnectivityOrderZeroDescriptor.CarbonConnectivityOrderZeroDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor."<init>":()V]
CarbonConnectivityOrderZeroDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
CarbonConnectivityOrderZeroDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor.getParameterNames:()[Ljava/lang/String;]
CarbonConnectivityOrderZeroDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor.getParameters:()[Ljava/lang/Object;]
CarbonConnectivityOrderZeroDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
CarbonConnectivityOrderZeroDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
CarbonConnectivityOrderZeroDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CarbonConnectivityOrderZeroDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, CarbonylEliminationReaction.class
package org.openscience.cdk.reaction.type
CarbonylEliminationReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/CarbonylEliminationReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
CarbonylEliminationReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/CarbonylEliminationReaction.getParameterNames:()[Ljava/lang/String;]
CarbonylEliminationReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/CarbonylEliminationReaction.getParameters:()[Ljava/lang/Object;]
CarbonylEliminationReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/CarbonylEliminationReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
CarbonylEliminationReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/CarbonylEliminationReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, CDATASectionImpl.class
package org.apache.xindice.xml.dom
CDATASectionImpl.CDATASectionImpl ( )
[mangled: org/apache/xindice/xml/dom/CDATASectionImpl."<init>":()V]
CDATASectionImpl.CDATASectionImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/CDATASectionImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
CDATASectionImpl.CDATASectionImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/CDATASectionImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
CDATASectionImpl.CDATASectionImpl ( NodeImpl parentNode, String nodeValue )
[mangled: org/apache/xindice/xml/dom/CDATASectionImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;)V]
CDATASectionImpl.getNodeName ( ) : String
[mangled: org/apache/xindice/xml/dom/CDATASectionImpl.getNodeName:()Ljava/lang/String;]
CDATASectionImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/CDATASectionImpl.getNodeType:()S]
cdk-1.0.4.jar, CDKPluginManager.class
package org.openscience.cdk.applications.plugin
CDKPluginManager.CDKPluginManager ( String pluginConfigDirName, ICDKEditBus editBus )
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager."<init>":(Ljava/lang/String;Lorg/openscience/cdk/applications/plugin/ICDKEditBus;)V]
CDKPluginManager.CDKPluginManager ( String pluginDirName, String pluginConfigDirName, ICDKEditBus editBus )
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/openscience/cdk/applications/plugin/ICDKEditBus;)V]
CDKPluginManager.closePlugins ( ) : void
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.closePlugins:()V]
CDKPluginManager.getMenu ( ) : JMenu
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.getMenu:()Ljavax/swing/JMenu;]
CDKPluginManager.getPlugins ( ) : Enumeration
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.getPlugins:()Ljava/util/Enumeration;]
CDKPluginManager.loadPlugin ( ClassLoader classLoader, String className ) : void
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.loadPlugin:(Ljava/lang/ClassLoader;Ljava/lang/String;)V]
CDKPluginManager.loadPlugin ( String className ) : void
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.loadPlugin:(Ljava/lang/String;)V]
CDKPluginManager.loadPlugins ( String pluginDirName ) : void
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.loadPlugins:(Ljava/lang/String;)V]
CDKPluginManager.setParentClassLoader ( ClassLoader parentClassLoader ) : void
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.setParentClassLoader:(Ljava/lang/ClassLoader;)V]
CDKPluginManager.stateChanged ( ChemObjectChangeEvent sourceEvent ) : void
[mangled: org/openscience/cdk/applications/plugin/CDKPluginManager.stateChanged:(Lorg/openscience/cdk/event/ChemObjectChangeEvent;)V]
cdk-1.0.4.jar, CDKPopupMenu.class
package org.openscience.cdk.controller
CDKPopupMenu.CDKPopupMenu ( )
[mangled: org/openscience/cdk/controller/CDKPopupMenu."<init>":()V]
CDKPopupMenu.getSource ( ) : IChemObject
[mangled: org/openscience/cdk/controller/CDKPopupMenu.getSource:()Lorg/openscience/cdk/interfaces/IChemObject;]
CDKPopupMenu.setSource ( IChemObject object ) : void
[mangled: org/openscience/cdk/controller/CDKPopupMenu.setSource:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, CDKUtilities.class
package org.openscience.cdk.tools
CDKUtilities.addHydrogens ( IMolecule m ) [static] : void
[mangled: org/openscience/cdk/tools/CDKUtilities.addHydrogens:(Lorg/openscience/cdk/interfaces/IMolecule;)V]
CDKUtilities.makeHydrogensExplicit ( IMolecule molecule ) [static] : void
[mangled: org/openscience/cdk/tools/CDKUtilities.makeHydrogensExplicit:(Lorg/openscience/cdk/interfaces/IMolecule;)V]
cdk-1.0.4.jar, ChangeAtomSymbolEdit.class
package org.openscience.cdk.applications.undoredo
ChangeAtomSymbolEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeAtomSymbolEdit.canRedo:()Z]
ChangeAtomSymbolEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeAtomSymbolEdit.canUndo:()Z]
ChangeAtomSymbolEdit.ChangeAtomSymbolEdit ( IAtom atomInRange, String formerSymbol, String symbol )
[mangled: org/openscience/cdk/applications/undoredo/ChangeAtomSymbolEdit."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Ljava/lang/String;Ljava/lang/String;)V]
ChangeAtomSymbolEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/ChangeAtomSymbolEdit.getPresentationName:()Ljava/lang/String;]
ChangeAtomSymbolEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeAtomSymbolEdit.redo:()V]
ChangeAtomSymbolEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeAtomSymbolEdit.undo:()V]
cdk-1.0.4.jar, ChangeChargeEdit.class
package org.openscience.cdk.applications.undoredo
ChangeChargeEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeChargeEdit.canRedo:()Z]
ChangeChargeEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeChargeEdit.canUndo:()Z]
ChangeChargeEdit.ChangeChargeEdit ( IAtom atomInRange, int formerCharge, int newCharge )
[mangled: org/openscience/cdk/applications/undoredo/ChangeChargeEdit."<init>":(Lorg/openscience/cdk/interfaces/IAtom;II)V]
ChangeChargeEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/ChangeChargeEdit.getPresentationName:()Ljava/lang/String;]
ChangeChargeEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeChargeEdit.redo:()V]
ChangeChargeEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeChargeEdit.undo:()V]
cdk-1.0.4.jar, ChangeCoordsEdit.class
package org.openscience.cdk.applications.undoredo
ChangeCoordsEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeCoordsEdit.canRedo:()Z]
ChangeCoordsEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeCoordsEdit.canUndo:()Z]
ChangeCoordsEdit.ChangeCoordsEdit ( HashMap atomCoordsMap )
[mangled: org/openscience/cdk/applications/undoredo/ChangeCoordsEdit."<init>":(Ljava/util/HashMap;)V]
ChangeCoordsEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/ChangeCoordsEdit.getPresentationName:()Ljava/lang/String;]
ChangeCoordsEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeCoordsEdit.redo:()V]
ChangeCoordsEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeCoordsEdit.undo:()V]
cdk-1.0.4.jar, ChangeIsotopeEdit.class
package org.openscience.cdk.applications.undoredo
ChangeIsotopeEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeIsotopeEdit.canRedo:()Z]
ChangeIsotopeEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ChangeIsotopeEdit.canUndo:()Z]
ChangeIsotopeEdit.ChangeIsotopeEdit ( IAtom atom, int formerIsotopeNumber, int isotopeNumber )
[mangled: org/openscience/cdk/applications/undoredo/ChangeIsotopeEdit."<init>":(Lorg/openscience/cdk/interfaces/IAtom;II)V]
ChangeIsotopeEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/ChangeIsotopeEdit.getPresentationName:()Ljava/lang/String;]
ChangeIsotopeEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeIsotopeEdit.redo:()V]
ChangeIsotopeEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ChangeIsotopeEdit.undo:()V]
cdk-1.0.4.jar, CharacterDataImpl.class
package org.apache.xindice.xml.dom
CharacterDataImpl.appendData ( String arg ) : void
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.appendData:(Ljava/lang/String;)V]
CharacterDataImpl.CharacterDataImpl ( )
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl."<init>":()V]
CharacterDataImpl.CharacterDataImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
CharacterDataImpl.CharacterDataImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
CharacterDataImpl.CharacterDataImpl ( NodeImpl parentNode, String nodeValue )
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;)V]
CharacterDataImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.checkLoaded:()V]
CharacterDataImpl.deleteData ( int offset, int count ) : void
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.deleteData:(II)V]
CharacterDataImpl.getData ( ) : String
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.getData:()Ljava/lang/String;]
CharacterDataImpl.getLength ( ) : int
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.getLength:()I]
CharacterDataImpl.insertData ( int offset, String arg ) : void
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.insertData:(ILjava/lang/String;)V]
CharacterDataImpl.replaceData ( int offset, int count, String arg ) : void
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.replaceData:(IILjava/lang/String;)V]
CharacterDataImpl.setData ( String data ) : void
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.setData:(Ljava/lang/String;)V]
CharacterDataImpl.setNodeValue ( String nodeValue ) : void
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.setNodeValue:(Ljava/lang/String;)V]
CharacterDataImpl.substringData ( int offset, int count ) : String
[mangled: org/apache/xindice/xml/dom/CharacterDataImpl.substringData:(II)Ljava/lang/String;]
cdk-1.0.4.jar, CharDecoder.class
package org.apache.batik.util.io
CharDecoder.dispose ( ) [abstract] : void
[mangled: org/apache/batik/util/io/CharDecoder.dispose:()V]
CharDecoder.readChar ( ) [abstract] : int
[mangled: org/apache/batik/util/io/CharDecoder.readChar:()I]
cdk-1.0.4.jar, CharDecoderFactory.class
package org.apache.batik.util.io
StreamNormalizingReader.CharDecoderFactory.createCharDecoder ( InputStream p1 ) [abstract] : CharDecoder
[mangled: org/apache/batik/util/io/StreamNormalizingReader.CharDecoderFactory.createCharDecoder:(Ljava/io/InputStream;)Lorg/apache/batik/util/io/CharDecoder;]
cdk-1.0.4.jar, ChemFile.class
package org.openscience.cdk
ChemFile.chemSequences ( ) : Iterator
[mangled: org/openscience/cdk/ChemFile.chemSequences:()Ljava/util/Iterator;]
cdk-1.0.4.jar, ChemicalElementTest.class
package org.xmlcml.molutil.test
ChemicalElementTest.ChemicalElementTest ( )
[mangled: org/xmlcml/molutil/test/ChemicalElementTest."<init>":()V]
ChemicalElementTest.setUp ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.setUp:()V]
ChemicalElementTest.suite ( ) [static] : Test
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.suite:()Ljunit/framework/Test;]
ChemicalElementTest.testChemicalElement ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testChemicalElement:()V]
ChemicalElementTest.testGetAtomicNumber ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetAtomicNumber:()V]
ChemicalElementTest.testGetAtomicRadius ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetAtomicRadius:()V]
ChemicalElementTest.testGetAtomicWeight ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetAtomicWeight:()V]
ChemicalElementTest.testGetChemicalElement ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetChemicalElement:()V]
ChemicalElementTest.testGetColor ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetColor:()V]
ChemicalElementTest.testGetColorString ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetColorString:()V]
ChemicalElementTest.testGetCovalentRadius ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetCovalentRadius:()V]
ChemicalElementTest.testGetElectronegativity ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetElectronegativity:()V]
ChemicalElementTest.testGetElectronicGroundState ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetElectronicGroundState:()V]
ChemicalElementTest.testGetElement ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetElement:()V]
ChemicalElementTest.testGetGroup ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetGroup:()V]
ChemicalElementTest.testGetIsotopeAbundances ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetIsotopeAbundances:()V]
ChemicalElementTest.testGetIsotopeMasses ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetIsotopeMasses:()V]
ChemicalElementTest.testGetMainIsotope ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetMainIsotope:()V]
ChemicalElementTest.testGetPeriod ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetPeriod:()V]
ChemicalElementTest.testGetSetBondingRadiusTolerance ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetSetBondingRadiusTolerance:()V]
ChemicalElementTest.testGetSymbol ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetSymbol:()V]
ChemicalElementTest.testGetValenceElectrons ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetValenceElectrons:()V]
ChemicalElementTest.testGetVDWRadius ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testGetVDWRadius:()V]
ChemicalElementTest.testInit ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testInit:()V]
ChemicalElementTest.testSetAtomicRadius ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testSetAtomicRadius:()V]
ChemicalElementTest.testSetColor ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testSetColor:()V]
ChemicalElementTest.testSetCovalentRadius ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testSetCovalentRadius:()V]
ChemicalElementTest.testSetElectronegativity ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testSetElectronegativity:()V]
ChemicalElementTest.testSetIsotopes ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testSetIsotopes:()V]
ChemicalElementTest.testSetVDWRadius ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testSetVDWRadius:()V]
ChemicalElementTest.testToString ( ) : void
[mangled: org/xmlcml/molutil/test/ChemicalElementTest.testToString:()V]
cdk-1.0.4.jar, ChemObject.class
package org.openscience.cdk
ChemObject.getProperties ( ) : Hashtable
[mangled: org/openscience/cdk/ChemObject.getProperties:()Ljava/util/Hashtable;]
ChemObject.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/ChemObject.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, ChemObjectEditor.class
package org.openscience.cdk.applications.swing.editor
ChemObjectEditor.applyChanges ( ) : void
[mangled: org/openscience/cdk/applications/swing/editor/ChemObjectEditor.applyChanges:()V]
ChemObjectEditor.ChemObjectEditor ( )
[mangled: org/openscience/cdk/applications/swing/editor/ChemObjectEditor."<init>":()V]
ChemObjectEditor.getMayclose ( ) : boolean
[mangled: org/openscience/cdk/applications/swing/editor/ChemObjectEditor.getMayclose:()Z]
ChemObjectEditor.setChemObject ( IChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/editor/ChemObjectEditor.setChemObject:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, ChemObjectPropertyEditorTableModel.class
package org.openscience.cdk.applications.swing
ChemObjectPropertyEditorTableModel.ChemObjectPropertyEditorTableModel ( )
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel."<init>":()V]
ChemObjectPropertyEditorTableModel.getColumnClass ( int col ) : Class
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.getColumnClass:(I)Ljava/lang/Class;]
ChemObjectPropertyEditorTableModel.getColumnCount ( ) : int
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.getColumnCount:()I]
ChemObjectPropertyEditorTableModel.getColumnName ( int col ) : String
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.getColumnName:(I)Ljava/lang/String;]
ChemObjectPropertyEditorTableModel.getRowCount ( ) : int
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.getRowCount:()I]
ChemObjectPropertyEditorTableModel.getValueAt ( int row, int col ) : Object
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.getValueAt:(II)Ljava/lang/Object;]
ChemObjectPropertyEditorTableModel.isCellEditable ( int row, int column ) : boolean
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.isCellEditable:(II)Z]
ChemObjectPropertyEditorTableModel.setChemObject ( ChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.setChemObject:(Lorg/openscience/cdk/ChemObject;)V]
ChemObjectPropertyEditorTableModel.setValueAt ( Object value, int row, int column ) : void
[mangled: org/openscience/cdk/applications/swing/ChemObjectPropertyEditorTableModel.setValueAt:(Ljava/lang/Object;II)V]
cdk-1.0.4.jar, ChemObjectTree.class
package org.openscience.cdk.applications.swing
ChemObjectTree.addTreeSelectionListener ( TreeSelectionListener tsl ) : void
[mangled: org/openscience/cdk/applications/swing/ChemObjectTree.addTreeSelectionListener:(Ljavax/swing/event/TreeSelectionListener;)V]
ChemObjectTree.ChemObjectTree ( )
[mangled: org/openscience/cdk/applications/swing/ChemObjectTree."<init>":()V]
ChemObjectTree.paintChemObject ( IChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/ChemObjectTree.paintChemObject:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, ChemObjectTreeNode.class
package org.openscience.cdk.applications.swing
ChemObjectTreeNode.ChemObjectTreeNode ( IChemObject object )
[mangled: org/openscience/cdk/applications/swing/ChemObjectTreeNode."<init>":(Lorg/openscience/cdk/interfaces/IChemObject;)V]
ChemObjectTreeNode.setUserObject ( ) : void
[mangled: org/openscience/cdk/applications/swing/ChemObjectTreeNode.setUserObject:()V]
ChemObjectTreeNode.toString ( ) : String
[mangled: org/openscience/cdk/applications/swing/ChemObjectTreeNode.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, ChemSequence.class
package org.openscience.cdk
ChemSequence.chemModels ( ) : Iterator
[mangled: org/openscience/cdk/ChemSequence.chemModels:()Ljava/util/Iterator;]
cdk-1.0.4.jar, ChildNodes.class
package org.apache.batik.dom
AbstractParentNode.ChildNodes.AbstractParentNode.ChildNodes ( AbstractParentNode p1 )
[mangled: org/apache/batik/dom/AbstractParentNode.ChildNodes."<init>":(Lorg/apache/batik/dom/AbstractParentNode;)V]
AbstractParentNode.ChildNodes.append ( ExtendedNode p1 ) : ExtendedNode
[mangled: org/apache/batik/dom/AbstractParentNode.ChildNodes.append:(Lorg/apache/batik/dom/ExtendedNode;)Lorg/apache/batik/dom/ExtendedNode;]
AbstractParentNode.ChildNodes.getLength ( ) : int
[mangled: org/apache/batik/dom/AbstractParentNode.ChildNodes.getLength:()I]
AbstractParentNode.ChildNodes.insert ( ExtendedNode p1, ExtendedNode p2 ) : ExtendedNode
[mangled: org/apache/batik/dom/AbstractParentNode.ChildNodes.insert:(Lorg/apache/batik/dom/ExtendedNode;Lorg/apache/batik/dom/ExtendedNode;)Lorg/apache/batik/dom/ExtendedNode;]
AbstractParentNode.ChildNodes.item ( int p1 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.ChildNodes.item:(I)Lorg/w3c/dom/Node;]
AbstractParentNode.ChildNodes.remove ( ExtendedNode p1 ) : ExtendedNode
[mangled: org/apache/batik/dom/AbstractParentNode.ChildNodes.remove:(Lorg/apache/batik/dom/ExtendedNode;)Lorg/apache/batik/dom/ExtendedNode;]
AbstractParentNode.ChildNodes.replace ( ExtendedNode p1, ExtendedNode p2 ) : ExtendedNode
[mangled: org/apache/batik/dom/AbstractParentNode.ChildNodes.replace:(Lorg/apache/batik/dom/ExtendedNode;Lorg/apache/batik/dom/ExtendedNode;)Lorg/apache/batik/dom/ExtendedNode;]
cdk-1.0.4.jar, ClassDef.class
package org.apache.batik.svggen.font.table
ClassDef.ClassDef ( )
[mangled: org/apache/batik/svggen/font/table/ClassDef."<init>":()V]
ClassDef.getFormat ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/ClassDef.getFormat:()I]
ClassDef.read ( RandomAccessFile p1 ) [static] : ClassDef
[mangled: org/apache/batik/svggen/font/table/ClassDef.read:(Ljava/io/RandomAccessFile;)Lorg/apache/batik/svggen/font/table/ClassDef;]
cdk-1.0.4.jar, ClassDefFormat1.class
package org.apache.batik.svggen.font.table
ClassDefFormat1.ClassDefFormat1 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/ClassDefFormat1."<init>":(Ljava/io/RandomAccessFile;)V]
ClassDefFormat1.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/ClassDefFormat1.getFormat:()I]
cdk-1.0.4.jar, ClassDefFormat2.class
package org.apache.batik.svggen.font.table
ClassDefFormat2.ClassDefFormat2 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/ClassDefFormat2."<init>":(Ljava/io/RandomAccessFile;)V]
ClassDefFormat2.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/ClassDefFormat2.getFormat:()I]
cdk-1.0.4.jar, ClassFileUtilities.class
package org.apache.batik.util
ClassFileUtilities.ClassFileUtilities ( )
[mangled: org/apache/batik/util/ClassFileUtilities."<init>":()V]
ClassFileUtilities.getClassDependencies ( InputStream p1 ) [static] : Set
[mangled: org/apache/batik/util/ClassFileUtilities.getClassDependencies:(Ljava/io/InputStream;)Ljava/util/Set;]
ClassFileUtilities.getClassDependencies ( String p1, Set p2 ) [static] : Set
[mangled: org/apache/batik/util/ClassFileUtilities.getClassDependencies:(Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;]
ClassFileUtilities.getDescriptorClasses ( String p1 ) [static] : Set
[mangled: org/apache/batik/util/ClassFileUtilities.getDescriptorClasses:(Ljava/lang/String;)Ljava/util/Set;]
cdk-1.0.4.jar, ClassFormatException.class
package org.apache.xindice.core.objects
ClassFormatException.ClassFormatException ( )
[mangled: org/apache/xindice/core/objects/ClassFormatException."<init>":()V]
ClassFormatException.ClassFormatException ( String message )
[mangled: org/apache/xindice/core/objects/ClassFormatException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, CleanerThread.class
package org.apache.batik.util
CleanerThread.CleanerThread ( )
[mangled: org/apache/batik/util/CleanerThread."<init>":()V]
CleanerThread.getReferenceQueue ( ) [static] : ReferenceQueue
[mangled: org/apache/batik/util/CleanerThread.getReferenceQueue:()Ljava/lang/ref/ReferenceQueue;]
CleanerThread.run ( ) : void
[mangled: org/apache/batik/util/CleanerThread.run:()V]
cdk-1.0.4.jar, CleanUpEdit.class
package org.openscience.cdk.applications.undoredo
CleanUpEdit.CleanUpEdit ( HashMap atomCoordsMap )
[mangled: org/openscience/cdk/applications/undoredo/CleanUpEdit."<init>":(Ljava/util/HashMap;)V]
CleanUpEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/CleanUpEdit.getPresentationName:()Ljava/lang/String;]
cdk-1.0.4.jar, ClearAllEdit.class
package org.openscience.cdk.applications.undoredo
ClearAllEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ClearAllEdit.canRedo:()Z]
ClearAllEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ClearAllEdit.canUndo:()Z]
ClearAllEdit.ClearAllEdit ( IChemModel chemModel, IMoleculeSet som, IReactionSet sor )
[mangled: org/openscience/cdk/applications/undoredo/ClearAllEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IReactionSet;)V]
ClearAllEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ClearAllEdit.redo:()V]
ClearAllEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ClearAllEdit.undo:()V]
cdk-1.0.4.jar, CleavageBondMultiReaction.class
package org.openscience.cdk.reaction.type
CleavageBondMultiReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
CleavageBondMultiReaction.CleavageBondMultiReaction ( )
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction."<init>":()V]
CleavageBondMultiReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction.getParameterNames:()[Ljava/lang/String;]
CleavageBondMultiReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction.getParameters:()[Ljava/lang/Object;]
CleavageBondMultiReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
CleavageBondMultiReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
CleavageBondMultiReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
CleavageBondMultiReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/CleavageBondMultiReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, CleavageBondReaction.class
package org.openscience.cdk.reaction.type
CleavageBondReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
CleavageBondReaction.CleavageBondReaction ( )
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction."<init>":()V]
CleavageBondReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction.getParameterNames:()[Ljava/lang/String;]
CleavageBondReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction.getParameters:()[Ljava/lang/Object;]
CleavageBondReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
CleavageBondReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
CleavageBondReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
CleavageBondReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/CleavageBondReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, ClipRable.class
package org.apache.batik.ext.awt.image.renderable
ClipRable.getClipPath ( ) [abstract] : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable.getClipPath:()Ljava/awt/Shape;]
ClipRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ClipRable.setClipPath ( Shape p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable.setClipPath:(Ljava/awt/Shape;)V]
ClipRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, ClipRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
ClipRable8Bit.ClipRable8Bit ( Filter p1, Shape p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/awt/Shape;)V]
ClipRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
ClipRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
ClipRable8Bit.getClipPath ( ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable8Bit.getClipPath:()Ljava/awt/Shape;]
ClipRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ClipRable8Bit.setClipPath ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable8Bit.setClipPath:(Ljava/awt/Shape;)V]
ClipRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ClipRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, ClosedShellJob.class
package org.openscience.cdk.math.qm
ClosedShellJob.calculate ( ) : Orbitals
[mangled: org/openscience/cdk/math/qm/ClosedShellJob.calculate:()Lorg/openscience/cdk/math/qm/Orbitals;]
ClosedShellJob.ClosedShellJob ( Orbitals orbitals )
[mangled: org/openscience/cdk/math/qm/ClosedShellJob."<init>":(Lorg/openscience/cdk/math/qm/Orbitals;)V]
ClosedShellJob.getEnergies ( ) : Vector
[mangled: org/openscience/cdk/math/qm/ClosedShellJob.getEnergies:()Lorg/openscience/cdk/math/Vector;]
cdk-1.0.4.jar, CmapFormat.class
package org.apache.batik.svggen.font.table
CmapFormat.CmapFormat ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CmapFormat."<init>":(Ljava/io/RandomAccessFile;)V]
CmapFormat.create ( int p1, RandomAccessFile p2 ) [static] : CmapFormat
[mangled: org/apache/batik/svggen/font/table/CmapFormat.create:(ILjava/io/RandomAccessFile;)Lorg/apache/batik/svggen/font/table/CmapFormat;]
CmapFormat.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat.getFormat:()I]
CmapFormat.getLength ( ) : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat.getLength:()I]
CmapFormat.getVersion ( ) : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat.getVersion:()I]
CmapFormat.mapCharCode ( int p1 ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat.mapCharCode:(I)I]
CmapFormat.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/CmapFormat.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, CmapFormat0.class
package org.apache.batik.svggen.font.table
CmapFormat0.CmapFormat0 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CmapFormat0."<init>":(Ljava/io/RandomAccessFile;)V]
CmapFormat0.mapCharCode ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat0.mapCharCode:(I)I]
cdk-1.0.4.jar, CmapFormat2.class
package org.apache.batik.svggen.font.table
CmapFormat2.CmapFormat2 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CmapFormat2."<init>":(Ljava/io/RandomAccessFile;)V]
CmapFormat2.mapCharCode ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat2.mapCharCode:(I)I]
cdk-1.0.4.jar, CmapFormat4.class
package org.apache.batik.svggen.font.table
CmapFormat4.CmapFormat4 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CmapFormat4."<init>":(Ljava/io/RandomAccessFile;)V]
CmapFormat4.mapCharCode ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat4.mapCharCode:(I)I]
CmapFormat4.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/CmapFormat4.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, CmapFormat6.class
package org.apache.batik.svggen.font.table
CmapFormat6.CmapFormat6 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CmapFormat6."<init>":(Ljava/io/RandomAccessFile;)V]
CmapFormat6.mapCharCode ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/CmapFormat6.mapCharCode:(I)I]
cdk-1.0.4.jar, CmapIndexEntry.class
package org.apache.batik.svggen.font.table
CmapIndexEntry.CmapIndexEntry ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CmapIndexEntry."<init>":(Ljava/io/RandomAccessFile;)V]
CmapIndexEntry.getEncodingId ( ) : int
[mangled: org/apache/batik/svggen/font/table/CmapIndexEntry.getEncodingId:()I]
CmapIndexEntry.getOffset ( ) : int
[mangled: org/apache/batik/svggen/font/table/CmapIndexEntry.getOffset:()I]
CmapIndexEntry.getPlatformId ( ) : int
[mangled: org/apache/batik/svggen/font/table/CmapIndexEntry.getPlatformId:()I]
CmapIndexEntry.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/CmapIndexEntry.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, CmapTable.class
package org.apache.batik.svggen.font.table
CmapTable.CmapTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/CmapTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
CmapTable.getCmapFormat ( short p1, short p2 ) : CmapFormat
[mangled: org/apache/batik/svggen/font/table/CmapTable.getCmapFormat:(SS)Lorg/apache/batik/svggen/font/table/CmapFormat;]
CmapTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/CmapTable.getType:()I]
CmapTable.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/CmapTable.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, CMLAlternative.class
package org.xmlcml.cml.element
CMLAlternative.CMLAlternative ( )
[mangled: org/xmlcml/cml/element/CMLAlternative."<init>":()V]
CMLAlternative.CMLAlternative ( CMLAlternative old )
[mangled: org/xmlcml/cml/element/CMLAlternative."<init>":(Lorg/xmlcml/cml/element/CMLAlternative;)V]
CMLAlternative.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLAlternative.copy:()Lnu/xom/Node;]
CMLAlternative.makeElementInContext ( Element parent ) [static] : CMLAlternative
[mangled: org/xmlcml/cml/element/CMLAlternative.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLAlternative;]
cdk-1.0.4.jar, CMLAngleTest.class
package org.xmlcml.cml.element.test
CMLAngleTest.CMLAngleTest ( )
[mangled: org/xmlcml/cml/element/test/CMLAngleTest."<init>":()V]
CMLAngleTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.setUp:()V]
CMLAngleTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.suite:()Ljunit/framework/Test;]
CMLAngleTest.testAtomHash ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.testAtomHash:()V]
CMLAngleTest.testCMLAngle ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.testCMLAngle:()V]
CMLAngleTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.testCopy:()V]
CMLAngleTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.testGetAtoms:()V]
CMLAngleTest.testGetCalculatedAngle ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.testGetCalculatedAngle:()V]
CMLAngleTest.testGetIndexedAngles ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAngleTest.testGetIndexedAngles:()V]
cdk-1.0.4.jar, CMLAnnotation.class
package org.xmlcml.cml.element
CMLAnnotation.CMLAnnotation ( )
[mangled: org/xmlcml/cml/element/CMLAnnotation."<init>":()V]
CMLAnnotation.CMLAnnotation ( CMLAnnotation old )
[mangled: org/xmlcml/cml/element/CMLAnnotation."<init>":(Lorg/xmlcml/cml/element/CMLAnnotation;)V]
CMLAnnotation.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLAnnotation.copy:()Lnu/xom/Node;]
CMLAnnotation.makeElementInContext ( Element parent ) [static] : CMLAnnotation
[mangled: org/xmlcml/cml/element/CMLAnnotation.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLAnnotation;]
cdk-1.0.4.jar, CMLAppinfo.class
package org.xmlcml.cml.element
CMLAppinfo.CMLAppinfo ( )
[mangled: org/xmlcml/cml/element/CMLAppinfo."<init>":()V]
CMLAppinfo.CMLAppinfo ( CMLAppinfo old )
[mangled: org/xmlcml/cml/element/CMLAppinfo."<init>":(Lorg/xmlcml/cml/element/CMLAppinfo;)V]
CMLAppinfo.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLAppinfo.copy:()Lnu/xom/Node;]
CMLAppinfo.makeElementInContext ( Element parent ) [static] : CMLAppinfo
[mangled: org/xmlcml/cml/element/CMLAppinfo.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLAppinfo;]
cdk-1.0.4.jar, CMLArray.class
package org.xmlcml.cml.element
CMLArray.convertToSI ( UnitListMap unitListMap ) : void
[mangled: org/xmlcml/cml/element/CMLArray.convertToSI:(Lorg/xmlcml/cml/element/UnitListMap;)V]
CMLArray.getUnit ( UnitListMap unitListMap ) : CMLUnit
[mangled: org/xmlcml/cml/element/CMLArray.getUnit:(Lorg/xmlcml/cml/element/UnitListMap;)Lorg/xmlcml/cml/element/CMLUnit;]
CMLArray.setUnits ( String prefix, String idRef ) : void
[mangled: org/xmlcml/cml/element/CMLArray.setUnits:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, CMLArrayTest.class
package org.xmlcml.cml.element.test
CMLArrayTest.assertEquals ( String p1, CMLArray p2, CMLArray p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLArray;Lorg/xmlcml/cml/element/CMLArray;D)V]
CMLArrayTest.assertEquals ( String p1, double[ ] p2, CMLArray p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/cml/element/CMLArray;D)V]
CMLArrayTest.assertEquals ( String p1, int[ ] p2, CMLArray p3 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.assertEquals:(Ljava/lang/String;[ILorg/xmlcml/cml/element/CMLArray;)V]
CMLArrayTest.assertEquals ( String p1, String[ ] p2, CMLArray p3 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.assertEquals:(Ljava/lang/String;[Ljava/lang/String;Lorg/xmlcml/cml/element/CMLArray;)V]
CMLArrayTest.CMLArrayTest ( )
[mangled: org/xmlcml/cml/element/test/CMLArrayTest."<init>":()V]
CMLArrayTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.setUp:()V]
CMLArrayTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.suite:()Ljunit/framework/Test;]
CMLArrayTest.testAppendDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testAppendDouble:()V]
CMLArrayTest.testAppendInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testAppendInt:()V]
CMLArrayTest.testAppendString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testAppendString:()V]
CMLArrayTest.testCheckNumericConformability ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCheckNumericConformability:()V]
CMLArrayTest.testCMLArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArray:()V]
CMLArrayTest.testCMLArrayCMLArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArrayCMLArray:()V]
CMLArrayTest.testCMLArrayDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArrayDoubleArray:()V]
CMLArrayTest.testCMLArrayDoubleArrayString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArrayDoubleArrayString:()V]
CMLArrayTest.testCMLArrayIntArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArrayIntArray:()V]
CMLArrayTest.testCMLArrayIntArrayString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArrayIntArrayString:()V]
CMLArrayTest.testCMLArrayStringArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArrayStringArray:()V]
CMLArrayTest.testCMLArrayStringArrayString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCMLArrayStringArrayString:()V]
CMLArrayTest.testConvertToSI ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testConvertToSI:()V]
CMLArrayTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testCopy:()V]
CMLArrayTest.testFinishMakingElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testFinishMakingElement:()V]
CMLArrayTest.testGetDataType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetDataType:()V]
CMLArrayTest.testGetDelimiter ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetDelimiter:()V]
CMLArrayTest.testGetDoubles ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetDoubles:()V]
CMLArrayTest.testGetInts ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetInts:()V]
CMLArrayTest.testGetSize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetSize:()V]
CMLArrayTest.testGetStrings ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetStrings:()V]
CMLArrayTest.testGetStringValues ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetStringValues:()V]
CMLArrayTest.testGetUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetUnit:()V]
CMLArrayTest.testGetUnits ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testGetUnits:()V]
CMLArrayTest.testPlus ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testPlus:()V]
CMLArrayTest.testSetArrayDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testSetArrayDoubleArray:()V]
CMLArrayTest.testSetArrayIntArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testSetArrayIntArray:()V]
CMLArrayTest.testSetArrayStringArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testSetArrayStringArray:()V]
CMLArrayTest.testSetDataType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testSetDataType:()V]
CMLArrayTest.testSetDelimiter ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testSetDelimiter:()V]
CMLArrayTest.testSetUnitsStringString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testSetUnitsStringString:()V]
CMLArrayTest.testSubtract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLArrayTest.testSubtract:()V]
cdk-1.0.4.jar, CMLAtom.class
package org.xmlcml.cml.element
CMLAtom.addCalculatedCoordinatesForHydrogens ( CMLMolecule.HydrogenControl control ) : void *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLAtom.addCalculatedCoordinatesForHydrogens:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
CMLAtom.calculateSpaceGroupMultiplicity ( CMLSymmetry symmetry ) : int
[mangled: org/xmlcml/cml/element/CMLAtom.calculateSpaceGroupMultiplicity:(Lorg/xmlcml/cml/element/CMLSymmetry;)I]
CMLAtom.transformFractionalCoordinates ( CMLTransform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.transformFractionalCoordinates:(Lorg/xmlcml/cml/element/CMLTransform3;)V]
CMLAtom.transformFractionalCoordinates ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.transformFractionalCoordinates:(Lorg/xmlcml/euclid/Transform3;)V]
CMLAtom.transformXYZ ( CMLTransform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.transformXYZ:(Lorg/xmlcml/cml/element/CMLTransform3;)V]
CMLAtom.transformXYZ ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtom.transformXYZ:(Lorg/xmlcml/euclid/Transform3;)V]
cdk-1.0.4.jar, CMLAtomicBasisFunctionTest.class
package org.xmlcml.cml.element.test
CMLAtomicBasisFunctionTest.CMLAtomicBasisFunctionTest ( )
[mangled: org/xmlcml/cml/element/test/CMLAtomicBasisFunctionTest."<init>":()V]
CMLAtomicBasisFunctionTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomicBasisFunctionTest.setUp:()V]
CMLAtomicBasisFunctionTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLAtomicBasisFunctionTest.suite:()Ljunit/framework/Test;]
CMLAtomicBasisFunctionTest.testCMLAtomicBasisFunctionIntIntIntStringStringString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomicBasisFunctionTest.testCMLAtomicBasisFunctionIntIntIntStringStringString:()V]
CMLAtomicBasisFunctionTest.testGetABFList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomicBasisFunctionTest.testGetABFList:()V]
cdk-1.0.4.jar, CMLAtomParityTest.class
package org.xmlcml.cml.element.test
CMLAtomParityTest.CMLAtomParityTest ( )
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest."<init>":()V]
CMLAtomParityTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.setUp:()V]
CMLAtomParityTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.suite:()Ljunit/framework/Test;]
CMLAtomParityTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.testCopy:()V]
CMLAtomParityTest.testGetAtomRefs4CMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.testGetAtomRefs4CMLMolecule:()V]
CMLAtomParityTest.testGetIntegerValue ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.testGetIntegerValue:()V]
CMLAtomParityTest.testIsZero ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.testIsZero:()V]
CMLAtomParityTest.testRearrangeAtomRefs4 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.testRearrangeAtomRefs4:()V]
CMLAtomParityTest.testSetAtomRefs4CMLAtomArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomParityTest.testSetAtomRefs4CMLAtomArray:()V]
cdk-1.0.4.jar, CMLAtomSet.class
package org.xmlcml.cml.element
CMLAtomSet.compliment ( CMLAtomSet atomSet2 ) : CMLAtomSet
[mangled: org/xmlcml/cml/element/CMLAtomSet.compliment:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
CMLAtomSet.complimentByAtomId ( CMLAtomSet atomSet2 ) : String[ ]
[mangled: org/xmlcml/cml/element/CMLAtomSet.complimentByAtomId:(Lorg/xmlcml/cml/element/CMLAtomSet;)[Ljava/lang/String;]
CMLAtomSet.transform ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.transform:(Lorg/xmlcml/euclid/Transform3;)V]
CMLAtomSet.transformFractionalCoordinates ( CMLTransform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.transformFractionalCoordinates:(Lorg/xmlcml/cml/element/CMLTransform3;)V]
CMLAtomSet.transformFractionalCoordinates ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.transformFractionalCoordinates:(Lorg/xmlcml/euclid/Transform3;)V]
CMLAtomSet.transformXYZ ( CMLTransform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLAtomSet.transformXYZ:(Lorg/xmlcml/cml/element/CMLTransform3;)V]
cdk-1.0.4.jar, CMLAtomSetTest.class
package org.xmlcml.cml.element.test
CMLAtomSetTest.CMLAtomSetTest ( )
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest."<init>":()V]
CMLAtomSetTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.setUp:()V]
CMLAtomSetTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.suite:()Ljunit/framework/Test;]
CMLAtomSetTest.testAddAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testAddAtom:()V]
CMLAtomSetTest.testAddAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testAddAtoms:()V]
CMLAtomSetTest.testAddAtomsCMLAtomArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testAddAtomsCMLAtomArray:()V]
CMLAtomSetTest.testAddAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testAddAtomSet:()V]
CMLAtomSetTest.testAddAtomsListOfCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testAddAtomsListOfCMLAtom:()V]
CMLAtomSetTest.testCMLAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCMLAtomSet:()V]
CMLAtomSetTest.testCMLAtomSetCMLAtomArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCMLAtomSetCMLAtomArray:()V]
CMLAtomSetTest.testCMLAtomSetCMLAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCMLAtomSetCMLAtomSet:()V]
CMLAtomSetTest.testCMLAtomSetCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCMLAtomSetCMLMolecule:()V]
CMLAtomSetTest.testCMLAtomSetCMLMoleculeStringArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCMLAtomSetCMLMoleculeStringArray:()V]
CMLAtomSetTest.testCMLAtomSetListOfCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCMLAtomSetListOfCMLAtom:()V]
CMLAtomSetTest.testCMLAtomSetSetOfCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCMLAtomSetSetOfCMLAtom:()V]
CMLAtomSetTest.testCompareToCMLAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCompareToCMLAtomSet:()V]
CMLAtomSetTest.testCompliment ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testCompliment:()V]
CMLAtomSetTest.testComplimentByAtomId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testComplimentByAtomId:()V]
CMLAtomSetTest.testContains ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testContains:()V]
CMLAtomSetTest.testExcludeElementTypes ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testExcludeElementTypes:()V]
CMLAtomSetTest.testGetAtomById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetAtomById:()V]
CMLAtomSetTest.testGetAtomIDs ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetAtomIDs:()V]
CMLAtomSetTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetAtoms:()V]
CMLAtomSetTest.testGetAtomSetByElementType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetAtomSetByElementType:()V]
CMLAtomSetTest.testGetAtomSetById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetAtomSetById:()V]
CMLAtomSetTest.testGetCalculatedFormalCharge ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetCalculatedFormalCharge:()V]
CMLAtomSetTest.testGetCalculatedFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetCalculatedFormula:()V]
CMLAtomSetTest.testGetCentroid2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetCentroid2D:()V]
CMLAtomSetTest.testGetCentroid3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetCentroid3:()V]
CMLAtomSetTest.testGetCentroid3D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetCentroid3D:()V]
CMLAtomSetTest.testGetCoordinates3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetCoordinates3:()V]
CMLAtomSetTest.testGetDistanceMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetDistanceMatrix:()V]
CMLAtomSetTest.testGetMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetMap:()V]
CMLAtomSetTest.testGetMappedAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetMappedAtom:()V]
CMLAtomSetTest.testGetMappedAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetMappedAtomSet:()V]
CMLAtomSetTest.testGetMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetMolecule:()V]
CMLAtomSetTest.testGetVector2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetVector2D:()V]
CMLAtomSetTest.testGetVector3D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testGetVector3D:()V]
CMLAtomSetTest.testIncludeElementTypes ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testIncludeElementTypes:()V]
CMLAtomSetTest.testIntersection ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testIntersection:()V]
CMLAtomSetTest.testIntersectionByAtomId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testIntersectionByAtomId:()V]
CMLAtomSetTest.testLabelAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testLabelAtoms:()V]
CMLAtomSetTest.testOverlap2DCentroids ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testOverlap2DCentroids:()V]
CMLAtomSetTest.testRemoveAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testRemoveAtom:()V]
CMLAtomSetTest.testRemoveAtomById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testRemoveAtomById:()V]
CMLAtomSetTest.testRemoveAtomsCMLMapCMLAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testRemoveAtomsCMLMapCMLAtomSet:()V]
CMLAtomSetTest.testRemoveAtomsCMLMapDirection ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testRemoveAtomsCMLMapDirection:()V]
CMLAtomSetTest.testRemoveAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testRemoveAtomSet:()V]
CMLAtomSetTest.testSetChemicalElements ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testSetChemicalElements:()V]
CMLAtomSetTest.testSetVector2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testSetVector2D:()V]
CMLAtomSetTest.testSize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testSize:()V]
CMLAtomSetTest.testSplitByElements ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testSplitByElements:()V]
CMLAtomSetTest.testSymmetricDifference ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testSymmetricDifference:()V]
CMLAtomSetTest.testSymmetricDifferenceByAtomId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testSymmetricDifferenceByAtomId:()V]
CMLAtomSetTest.testTransform ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTransform:()V]
CMLAtomSetTest.testTransformCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTransformCMLTransform3:()V]
CMLAtomSetTest.testTransformFractionalCoordinatesCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTransformFractionalCoordinatesCMLTransform3:()V]
CMLAtomSetTest.testTransformFractionalCoordinatesTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTransformFractionalCoordinatesTransform3:()V]
CMLAtomSetTest.testTransformTransform2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTransformTransform2:()V]
CMLAtomSetTest.testTransformTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTransformTransform3:()V]
CMLAtomSetTest.testTranslate2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTranslate2D:()V]
CMLAtomSetTest.testTranslate3D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testTranslate3D:()V]
CMLAtomSetTest.testUnion ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testUnion:()V]
CMLAtomSetTest.testUnionByAtomId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomSetTest.testUnionByAtomId:()V]
cdk-1.0.4.jar, CMLAtomTest.class
package org.xmlcml.cml.element.test
CMLAtomTest.CMLAtomTest ( )
[mangled: org/xmlcml/cml/element/test/CMLAtomTest."<init>":()V]
CMLAtomTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.setUp:()V]
CMLAtomTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.suite:()Ljunit/framework/Test;]
CMLAtomTest.testAddCalculatedCoordinatesForHydrogens ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testAddCalculatedCoordinatesForHydrogens:()V]
CMLAtomTest.testCalculateSpaceGroupMultiplicity ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testCalculateSpaceGroupMultiplicity:()V]
CMLAtomTest.testCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testCMLAtom:()V]
CMLAtomTest.testCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testCMLAtomCMLAtom:()V]
CMLAtomTest.testCommonElementSerialNumber ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testCommonElementSerialNumber:()V]
CMLAtomTest.testCompareByAtomicNumber ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testCompareByAtomicNumber:()V]
CMLAtomTest.testCompareToCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testCompareToCMLAtom:()V]
CMLAtomTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testCopy:()V]
CMLAtomTest.testGet2DCrossProduct ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGet2DCrossProduct:()V]
CMLAtomTest.testGet2DPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGet2DPoint3:()V]
CMLAtomTest.testGet3DCrossProduct ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGet3DCrossProduct:()V]
CMLAtomTest.testGetAtomicNumber ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetAtomicNumber:()V]
CMLAtomTest.testGetChemicalElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetChemicalElement:()V]
CMLAtomTest.testGetDistanceTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetDistanceTo:()V]
CMLAtomTest.testGetFormalChargeFormalChargeControl ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetFormalChargeFormalChargeControl:()V]
CMLAtomTest.testGetFractCoord ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetFractCoord:()V]
CMLAtomTest.testGetHydrogenCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetHydrogenCount:()V]
CMLAtomTest.testGetMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetMolecule:()V]
CMLAtomTest.testGetMoleculeAncestor ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetMoleculeAncestor:()V]
CMLAtomTest.testGetPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetPoint3:()V]
CMLAtomTest.testGetSetXYZFract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetSetXYZFract:()V]
CMLAtomTest.testGetValenceElectrons ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetValenceElectrons:()V]
CMLAtomTest.testGetVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetVector3:()V]
CMLAtomTest.testGetXY2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetXY2:()V]
CMLAtomTest.testGetXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testGetXYZ3:()V]
CMLAtomTest.testHasCoordinates ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testHasCoordinates:()V]
CMLAtomTest.testIncreaseXY2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testIncreaseXY2:()V]
CMLAtomTest.testIncreaseXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testIncreaseXYZ3:()V]
CMLAtomTest.testIncreaseXYZFract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testIncreaseXYZFract:()V]
CMLAtomTest.testRoundCoords ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testRoundCoords:()V]
CMLAtomTest.testSetAtomId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testSetAtomId:()V]
CMLAtomTest.testSetXY2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testSetXY2:()V]
CMLAtomTest.testSetXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testSetXYZ3:()V]
CMLAtomTest.testTransformCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testTransformCMLTransform3:()V]
CMLAtomTest.testTransformFractionalCoordinatesCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testTransformFractionalCoordinatesCMLTransform3:()V]
CMLAtomTest.testTransformFractionalCoordinatesTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testTransformFractionalCoordinatesTransform3:()V]
CMLAtomTest.testTransformTransform2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testTransformTransform2:()V]
CMLAtomTest.testTransformXYZTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testTransformXYZTransform3:()V]
CMLAtomTest.testUnsetXY2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testUnsetXY2:()V]
CMLAtomTest.testUnsetXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testUnsetXYZ3:()V]
CMLAtomTest.testUnsetXYZFract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLAtomTest.testUnsetXYZFract:()V]
cdk-1.0.4.jar, CMLAttribute.class
package org.xmlcml.cml.base
CMLAttribute.createSubclassedAttribute ( Attribute att ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/CMLAttribute.createSubclassedAttribute:(Lnu/xom/Attribute;)Lorg/xmlcml/cml/base/CMLAttribute;]
CMLAttribute.createSubclassedAttribute ( Attribute att, double value ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/CMLAttribute.createSubclassedAttribute:(Lnu/xom/Attribute;D)Lorg/xmlcml/cml/base/CMLAttribute;]
CMLAttribute.createSubclassedAttribute ( Attribute att, double[ ] value ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/CMLAttribute.createSubclassedAttribute:(Lnu/xom/Attribute;[D)Lorg/xmlcml/cml/base/CMLAttribute;]
CMLAttribute.createSubclassedAttribute ( Attribute att, int value ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/CMLAttribute.createSubclassedAttribute:(Lnu/xom/Attribute;I)Lorg/xmlcml/cml/base/CMLAttribute;]
CMLAttribute.createSubclassedAttribute ( Attribute att, int[ ] value ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/CMLAttribute.createSubclassedAttribute:(Lnu/xom/Attribute;[I)Lorg/xmlcml/cml/base/CMLAttribute;]
CMLAttribute.createSubclassedAttribute ( Attribute att, String value ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/CMLAttribute.createSubclassedAttribute:(Lnu/xom/Attribute;Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
CMLAttribute.createSubclassedAttribute ( Attribute att, String[ ] value ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/base/CMLAttribute.createSubclassedAttribute:(Lnu/xom/Attribute;[Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
cdk-1.0.4.jar, CMLAttributeList.class
package org.xmlcml.cml.element
CMLAttributeList.CMLAttributeList ( )
[mangled: org/xmlcml/cml/element/CMLAttributeList."<init>":()V]
CMLAttributeList.getAttribute ( String name ) [static] : CMLAttribute
[mangled: org/xmlcml/cml/element/CMLAttributeList.getAttribute:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLAttribute;]
CMLAttributeList.getSummary ( ) : String
[mangled: org/xmlcml/cml/element/CMLAttributeList.getSummary:()Ljava/lang/String;]
CMLAttributeList.makeAttributeFromGroupName ( String attributeGroupName, String value, String URI ) [static] : Attribute
[mangled: org/xmlcml/cml/element/CMLAttributeList.makeAttributeFromGroupName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnu/xom/Attribute;]
cdk-1.0.4.jar, CMLBasisSetTest.class
package org.xmlcml.cml.element.test
CMLBasisSetTest.CMLBasisSetTest ( )
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest."<init>":()V]
CMLBasisSetTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.setUp:()V]
CMLBasisSetTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.suite:()Ljunit/framework/Test;]
CMLBasisSetTest.testBasisSetBasisCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testBasisSetBasisCMLMolecule:()V]
CMLBasisSetTest.testCMLBasisSetBasisCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testCMLBasisSetBasisCMLMolecule:()V]
CMLBasisSetTest.testCMLBasisSetCMLBasisSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testCMLBasisSetCMLBasisSet:()V]
CMLBasisSetTest.testFindHOMO ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testFindHOMO:()V]
CMLBasisSetTest.testGetABFsByL ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testGetABFsByL:()V]
CMLBasisSetTest.testGetABFsByLM ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testGetABFsByLM:()V]
CMLBasisSetTest.testGetABFsByM ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testGetABFsByM:()V]
CMLBasisSetTest.testGetABFsByN ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testGetABFsByN:()V]
CMLBasisSetTest.testGetABFsBySymbol ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testGetABFsBySymbol:()V]
CMLBasisSetTest.testGetElectronCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testGetElectronCount:()V]
CMLBasisSetTest.testGetString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testGetString:()V]
CMLBasisSetTest.testSetBasis ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testSetBasis:()V]
CMLBasisSetTest.testSetMolecularOrbitalCoefficients ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBasisSetTest.testSetMolecularOrbitalCoefficients:()V]
cdk-1.0.4.jar, CMLBond.class
package org.xmlcml.cml.element
CMLBond.areWithinBondingDistance ( CMLAtom atom1, CMLAtom atom2, double radius1, double radius2, double tolerance ) [static] : boolean
[mangled: org/xmlcml/cml/element/CMLBond.areWithinBondingDistance:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;DDD)Z]
CMLBond.getAtoms ( CMLMolecule molecule ) : List
[mangled: org/xmlcml/cml/element/CMLBond.getAtoms:(Lorg/xmlcml/cml/element/CMLMolecule;)Ljava/util/List;]
CMLBond.setAtoms2 ( CMLAtom atom1, CMLAtom atom2 ) : void
[mangled: org/xmlcml/cml/element/CMLBond.setAtoms2:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
cdk-1.0.4.jar, CMLBondSetTest.class
package org.xmlcml.cml.element.test
CMLBondSetTest.CMLBondSetTest ( )
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest."<init>":()V]
CMLBondSetTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.setUp:()V]
CMLBondSetTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.suite:()Ljunit/framework/Test;]
CMLBondSetTest.testAddBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testAddBond:()V]
CMLBondSetTest.testAddBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testAddBonds:()V]
CMLBondSetTest.testAddBondsCMLBondArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testAddBondsCMLBondArray:()V]
CMLBondSetTest.testAddBondSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testAddBondSet:()V]
CMLBondSetTest.testAddBondsListOfCMLBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testAddBondsListOfCMLBond:()V]
CMLBondSetTest.testCMLBondSetCMLBondArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testCMLBondSetCMLBondArray:()V]
CMLBondSetTest.testCMLBondSetCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testCMLBondSetCMLMolecule:()V]
CMLBondSetTest.testContains ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testContains:()V]
CMLBondSetTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testCopy:()V]
CMLBondSetTest.testGetBondById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testGetBondById:()V]
CMLBondSetTest.testGetBondIDs ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testGetBondIDs:()V]
CMLBondSetTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testGetBonds:()V]
CMLBondSetTest.testGetBondsById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testGetBondsById:()V]
CMLBondSetTest.testSize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondSetTest.testSize:()V]
cdk-1.0.4.jar, CMLBondStereo.class
package org.xmlcml.cml.element
CMLBondStereo.matchParity ( CMLBondStereo bondStereo, CMLMolecule molecule ) : int
[mangled: org/xmlcml/cml/element/CMLBondStereo.matchParity:(Lorg/xmlcml/cml/element/CMLBondStereo;Lorg/xmlcml/cml/element/CMLMolecule;)I]
cdk-1.0.4.jar, CMLBondStereoTest.class
package org.xmlcml.cml.element.test
CMLBondStereoTest.CMLBondStereoTest ( )
[mangled: org/xmlcml/cml/element/test/CMLBondStereoTest."<init>":()V]
CMLBondStereoTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondStereoTest.setUp:()V]
CMLBondStereoTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLBondStereoTest.suite:()Ljunit/framework/Test;]
CMLBondStereoTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondStereoTest.testCopy:()V]
CMLBondStereoTest.testMatchParity ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondStereoTest.testMatchParity:()V]
cdk-1.0.4.jar, CMLBondTest.class
package org.xmlcml.cml.element.test
CMLBondTest.CMLBondTest ( )
[mangled: org/xmlcml/cml/element/test/CMLBondTest."<init>":()V]
CMLBondTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.setUp:()V]
CMLBondTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLBondTest.suite:()Ljunit/framework/Test;]
CMLBondTest.testAppendToId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAppendToId:()V]
CMLBondTest.testAreWithinBondingDistanceCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAreWithinBondingDistanceCMLAtomCMLAtom:()V]
CMLBondTest.testAreWithinBondingDistanceCMLAtomCMLAtomDoubleDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAreWithinBondingDistanceCMLAtomCMLAtomDoubleDouble:()V]
CMLBondTest.testAtomHash ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAtomHash:()V]
CMLBondTest.testAtomHashCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAtomHashCMLAtomCMLAtom:()V]
CMLBondTest.testAtomHashCMLBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAtomHashCMLBond:()V]
CMLBondTest.testAtomHashStringArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAtomHashStringArray:()V]
CMLBondTest.testAtomHashStringString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testAtomHashStringString:()V]
CMLBondTest.testClearBondStereo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testClearBondStereo:()V]
CMLBondTest.testCMLBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testCMLBond:()V]
CMLBondTest.testCMLBondCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testCMLBondCMLAtomCMLAtom:()V]
CMLBondTest.testCMLBondCMLBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testCMLBondCMLBond:()V]
CMLBondTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testCopy:()V]
CMLBondTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testGetAtoms:()V]
CMLBondTest.testGetMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testGetMolecule:()V]
CMLBondTest.testGetOrder ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testGetOrder:()V]
CMLBondTest.testGetSetBondStereo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testGetSetBondStereo:()V]
CMLBondTest.testIncrementOrder ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testIncrementOrder:()V]
CMLBondTest.testSetAtoms2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLBondTest.testSetAtoms2:()V]
cdk-1.0.4.jar, CMLBuilder.class
package org.xmlcml.cml.element
CMLBuilder.build ( File file ) : Document
[mangled: org/xmlcml/cml/element/CMLBuilder.build:(Ljava/io/File;)Lnu/xom/Document;]
CMLBuilder.CMLBuilder ( )
[mangled: org/xmlcml/cml/element/CMLBuilder."<init>":()V]
CMLBuilder.CMLBuilder ( boolean validate )
[mangled: org/xmlcml/cml/element/CMLBuilder."<init>":(Z)V]
CMLBuilder.CMLBuilder ( boolean validate, NodeFactory nodeFactory )
[mangled: org/xmlcml/cml/element/CMLBuilder."<init>":(ZLnu/xom/NodeFactory;)V]
CMLBuilder.CMLBuilder ( NodeFactory nodeFactory )
[mangled: org/xmlcml/cml/element/CMLBuilder."<init>":(Lnu/xom/NodeFactory;)V]
CMLBuilder.parseString ( String xmlString ) : Element
[mangled: org/xmlcml/cml/element/CMLBuilder.parseString:(Ljava/lang/String;)Lnu/xom/Element;]
cdk-1.0.4.jar, CMLCellParameterTest.class
package org.xmlcml.cml.element.test
CMLCellParameterTest.assertEquals ( String p1, CMLCellParameter p2, CMLCellParameter p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLCellParameter;Lorg/xmlcml/cml/element/CMLCellParameter;D)V]
CMLCellParameterTest.assertEquals ( String p1, String p2, double[ ] p3, CMLCellParameter p4, double p5 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.assertEquals:(Ljava/lang/String;Ljava/lang/String;[DLorg/xmlcml/cml/element/CMLCellParameter;D)V]
CMLCellParameterTest.CMLCellParameterTest ( )
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest."<init>":()V]
CMLCellParameterTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.setUp:()V]
CMLCellParameterTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.suite:()Ljunit/framework/Test;]
CMLCellParameterTest.testCMLCellParameterCMLScalarArrayType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.testCMLCellParameterCMLScalarArrayType:()V]
CMLCellParameterTest.testCMLCellParameterListOfCMLScalarType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.testCMLCellParameterListOfCMLScalarType:()V]
CMLCellParameterTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.testCopy:()V]
CMLCellParameterTest.testCreateCMLScalarsCMLElementsOfCMLCellParameter ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.testCreateCMLScalarsCMLElementsOfCMLCellParameter:()V]
CMLCellParameterTest.testCreateCMLScalarsListOfCMLCellParameter ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.testCreateCMLScalarsListOfCMLCellParameter:()V]
CMLCellParameterTest.testGetCellParameterCMLElementsOfCMLCellParameterType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.testGetCellParameterCMLElementsOfCMLCellParameterType:()V]
CMLCellParameterTest.testGetCellParameterListOfCMLCellParameterType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCellParameterTest.testGetCellParameterListOfCMLCellParameterType:()V]
cdk-1.0.4.jar, CMLCrystalTest.class
package org.xmlcml.cml.element.test
CMLCrystalTest.CMLCrystalTest ( )
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest."<init>":()V]
CMLCrystalTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.setUp:()V]
CMLCrystalTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.suite:()Ljunit/framework/Test;]
CMLCrystalTest.testCMLCrystal ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testCMLCrystal:()V]
CMLCrystalTest.testCMLCrystalCMLCrystal ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testCMLCrystalCMLCrystal:()V]
CMLCrystalTest.testCMLCrystalCMLLattice ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testCMLCrystalCMLLattice:()V]
CMLCrystalTest.testCMLCrystalCMLScalarArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testCMLCrystalCMLScalarArray:()V]
CMLCrystalTest.testCMLCrystalDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testCMLCrystalDoubleArray:()V]
CMLCrystalTest.testGetCellParameterValues ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetCellParameterValues:()V]
CMLCrystalTest.testGetCellScalars ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetCellScalars:()V]
CMLCrystalTest.testGetCellVolume ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetCellVolume:()V]
CMLCrystalTest.testGetCellVolume1 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetCellVolume1:()V]
CMLCrystalTest.testGetCellVolume2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetCellVolume2:()V]
CMLCrystalTest.testGetLattice ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetLattice:()V]
CMLCrystalTest.testGetOrthogonalizationMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetOrthogonalizationMatrix:()V]
CMLCrystalTest.testGetPrimitiveLattice ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetPrimitiveLattice:()V]
CMLCrystalTest.testGetPrimitiveLatticeCentering ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetPrimitiveLatticeCentering:()V]
CMLCrystalTest.testGetReciprocalCell ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetReciprocalCell:()V]
CMLCrystalTest.testGetReciprocalCellVolume ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetReciprocalCellVolume:()V]
CMLCrystalTest.testGetReciprocalLattice ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testGetReciprocalLattice:()V]
CMLCrystalTest.testSetCellParametersDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testSetCellParametersDoubleArray:()V]
CMLCrystalTest.testSetCellParametersDoubleDoubleDoubleDoubleDoubleDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLCrystalTest.testSetCellParametersDoubleDoubleDoubleDoubleDoubleDouble:()V]
cdk-1.0.4.jar, CMLDefinition.class
package org.xmlcml.cml.element
CMLDefinition.CMLDefinition ( )
[mangled: org/xmlcml/cml/element/CMLDefinition."<init>":()V]
CMLDefinition.CMLDefinition ( CMLDefinition old )
[mangled: org/xmlcml/cml/element/CMLDefinition."<init>":(Lorg/xmlcml/cml/element/CMLDefinition;)V]
CMLDefinition.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLDefinition.copy:()Lnu/xom/Node;]
CMLDefinition.makeElementInContext ( Element parent ) [static] : CMLDefinition
[mangled: org/xmlcml/cml/element/CMLDefinition.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLDefinition;]
cdk-1.0.4.jar, CMLDescription.class
package org.xmlcml.cml.element
CMLDescription.CMLDescription ( )
[mangled: org/xmlcml/cml/element/CMLDescription."<init>":()V]
CMLDescription.CMLDescription ( CMLDescription old )
[mangled: org/xmlcml/cml/element/CMLDescription."<init>":(Lorg/xmlcml/cml/element/CMLDescription;)V]
CMLDescription.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLDescription.copy:()Lnu/xom/Node;]
CMLDescription.makeElementInContext ( Element parent ) [static] : CMLDescription
[mangled: org/xmlcml/cml/element/CMLDescription.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLDescription;]
cdk-1.0.4.jar, CMLDictionary.class
package org.xmlcml.cml.element
CMLDictionary.createDictionary ( File p1 ) : GenericDictionary
[mangled: org/xmlcml/cml/element/CMLDictionary.createDictionary:(Ljava/io/File;)Lorg/xmlcml/cml/element/GenericDictionary;]
CMLDictionary.createDictionaryMap ( File file, boolean useSubdirectories ) : GenericDictionaryMap
[mangled: org/xmlcml/cml/element/CMLDictionary.createDictionaryMap:(Ljava/io/File;Z)Lorg/xmlcml/cml/element/GenericDictionaryMap;]
CMLDictionary.getGenericEntry ( String p1 ) : GenericEntry
[mangled: org/xmlcml/cml/element/CMLDictionary.getGenericEntry:(Ljava/lang/String;)Lorg/xmlcml/cml/element/GenericEntry;]
cdk-1.0.4.jar, CMLDictionaryTest.class
package org.xmlcml.cml.element.test
CMLDictionaryTest.CMLDictionaryTest ( )
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest."<init>":()V]
CMLDictionaryTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.setUp:()V]
CMLDictionaryTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.suite:()Ljunit/framework/Test;]
CMLDictionaryTest.testAddEntryCMLEntry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testAddEntryCMLEntry:()V]
CMLDictionaryTest.testCMLDictionary ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testCMLDictionary:()V]
CMLDictionaryTest.testCMLDictionaryCMLDictionary ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testCMLDictionaryCMLDictionary:()V]
CMLDictionaryTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testCopy:()V]
CMLDictionaryTest.testCreateDictionary ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testCreateDictionary:()V]
CMLDictionaryTest.testCreateDictionaryMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testCreateDictionaryMap:()V]
CMLDictionaryTest.testDictionaryExample ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testDictionaryExample:()V]
CMLDictionaryTest.testGetCMLEntry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testGetCMLEntry:()V]
CMLDictionaryTest.testGetDictionariesString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testGetDictionariesString:()V]
CMLDictionaryTest.testGetDictionaryMapListCMLDictionary ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testGetDictionaryMapListCMLDictionary:()V]
CMLDictionaryTest.testGetEntry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testGetEntry:()V]
CMLDictionaryTest.testIndexEntries ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testIndexEntries:()V]
CMLDictionaryTest.testRemoveEntry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testRemoveEntry:()V]
CMLDictionaryTest.testRemoveEntryById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDictionaryTest.testRemoveEntryById:()V]
cdk-1.0.4.jar, CMLDimension.class
package org.xmlcml.cml.element
CMLDimension.CMLDimension ( )
[mangled: org/xmlcml/cml/element/CMLDimension."<init>":()V]
CMLDimension.CMLDimension ( CMLDimension old )
[mangled: org/xmlcml/cml/element/CMLDimension."<init>":(Lorg/xmlcml/cml/element/CMLDimension;)V]
CMLDimension.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLDimension.copy:()Lnu/xom/Node;]
CMLDimension.getPower ( ) : double
[mangled: org/xmlcml/cml/element/CMLDimension.getPower:()D]
CMLDimension.makeElementInContext ( Element parent ) [static] : CMLDimension
[mangled: org/xmlcml/cml/element/CMLDimension.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLDimension;]
cdk-1.0.4.jar, CMLDimensionTest.class
package org.xmlcml.cml.element.test
CMLDimensionTest.CMLDimensionTest ( )
[mangled: org/xmlcml/cml/element/test/CMLDimensionTest."<init>":()V]
CMLDimensionTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDimensionTest.setUp:()V]
CMLDimensionTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLDimensionTest.suite:()Ljunit/framework/Test;]
CMLDimensionTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDimensionTest.testCopy:()V]
CMLDimensionTest.testGetPower ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLDimensionTest.testGetPower:()V]
cdk-1.0.4.jar, CMLDocumentation.class
package org.xmlcml.cml.element
CMLDocumentation.CMLDocumentation ( )
[mangled: org/xmlcml/cml/element/CMLDocumentation."<init>":()V]
CMLDocumentation.CMLDocumentation ( CMLDocumentation old )
[mangled: org/xmlcml/cml/element/CMLDocumentation."<init>":(Lorg/xmlcml/cml/element/CMLDocumentation;)V]
CMLDocumentation.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLDocumentation.copy:()Lnu/xom/Node;]
CMLDocumentation.makeElementInContext ( Element parent ) [static] : CMLDocumentation
[mangled: org/xmlcml/cml/element/CMLDocumentation.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLDocumentation;]
cdk-1.0.4.jar, CMLEigenTest.class
package org.xmlcml.cml.element.test
CMLEigenTest.CMLEigenTest ( )
[mangled: org/xmlcml/cml/element/test/CMLEigenTest."<init>":()V]
CMLEigenTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.setUp:()V]
CMLEigenTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.suite:()Ljunit/framework/Test;]
CMLEigenTest.testCMLEigenCMLMatrixCMLArrayOrientation ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.testCMLEigenCMLMatrixCMLArrayOrientation:()V]
CMLEigenTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.testCopy:()V]
CMLEigenTest.testGetEigenvalues ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.testGetEigenvalues:()V]
CMLEigenTest.testGetEigenvector ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.testGetEigenvector:()V]
CMLEigenTest.testGetEigenvectors ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.testGetEigenvectors:()V]
CMLEigenTest.testGetSize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLEigenTest.testGetSize:()V]
cdk-1.0.4.jar, CMLElement.class
package org.xmlcml.cml.base
CMLElement.copyAttributes ( CMLElement element ) : void
[mangled: org/xmlcml/cml/base/CMLElement.copyAttributes:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLElement.copyChildren ( CMLElement element ) : void
[mangled: org/xmlcml/cml/base/CMLElement.copyChildren:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLElement.debug ( OutputStream os ) : void
[mangled: org/xmlcml/cml/base/CMLElement.debug:(Ljava/io/OutputStream;)V]
CMLElement.getCanonicalString ( Node node ) [static] : String
[mangled: org/xmlcml/cml/base/CMLElement.getCanonicalString:(Lnu/xom/Node;)Ljava/lang/String;]
CMLElement.getNamespaceForPrefix ( String prefix ) : String
[mangled: org/xmlcml/cml/base/CMLElement.getNamespaceForPrefix:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.0.4.jar, CMLElementTest.class
package org.xmlcml.cml.element.test
CMLElementTest.CMLElementTest ( )
[mangled: org/xmlcml/cml/element/test/CMLElementTest."<init>":()V]
CMLElementTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.main:([Ljava/lang/String;)V]
CMLElementTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.setUp:()V]
CMLElementTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLElementTest.suite:()Ljunit/framework/Test;]
CMLElementTest.testAddNamespaceDeclaration ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testAddNamespaceDeclaration:()V]
CMLElementTest.testAppendChildString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testAppendChildString:()V]
CMLElementTest.testAssertEqualsCanonicallyStringElementElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testAssertEqualsCanonicallyStringElementElement:()V]
CMLElementTest.testCMLElementCMLElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testCMLElementCMLElement:()V]
CMLElementTest.testCMLElementString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testCMLElementString:()V]
CMLElementTest.testCompareTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testCompareTo:()V]
CMLElementTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testCopy:()V]
CMLElementTest.testElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testElement:()V]
CMLElementTest.testGetChildCMLElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetChildCMLElement:()V]
CMLElementTest.testGetChildCMLElements ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetChildCMLElements:()V]
CMLElementTest.testGetChildCMLElementsString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetChildCMLElementsString:()V]
CMLElementTest.testGetCMLChildCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetCMLChildCount:()V]
CMLElementTest.testGetFirstCMLChild ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetFirstCMLChild:()V]
CMLElementTest.testGetNamespaceDeclarationCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetNamespaceDeclarationCount:()V]
CMLElementTest.testGetNamespacePrefixInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetNamespacePrefixInt:()V]
CMLElementTest.testGetSetProperty ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetSetProperty:()V]
CMLElementTest.testGetXOMStuff ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testGetXOMStuff:()V]
CMLElementTest.testInsertChildStringInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testInsertChildStringInt:()V]
CMLElementTest.testRemoveAttributeString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testRemoveAttributeString:()V]
CMLElementTest.testRemoveChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testRemoveChildren:()V]
CMLElementTest.testRemoveNamespaceDeclaration ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLElementTest.testRemoveNamespaceDeclaration:()V]
cdk-1.0.4.jar, CMLEnumeration.class
package org.xmlcml.cml.element
CMLEnumeration.CMLEnumeration ( )
[mangled: org/xmlcml/cml/element/CMLEnumeration."<init>":()V]
CMLEnumeration.CMLEnumeration ( CMLEnumeration old )
[mangled: org/xmlcml/cml/element/CMLEnumeration."<init>":(Lorg/xmlcml/cml/element/CMLEnumeration;)V]
CMLEnumeration.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLEnumeration.copy:()Lnu/xom/Node;]
CMLEnumeration.makeElementInContext ( Element parent ) [static] : CMLEnumeration
[mangled: org/xmlcml/cml/element/CMLEnumeration.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLEnumeration;]
cdk-1.0.4.jar, CMLException.class
package org.xmlcml.cml.base
CMLException.CMLException ( )
[mangled: org/xmlcml/cml/base/CMLException."<init>":()V]
CMLException.CMLException ( ParsingException e, String msg )
[mangled: org/xmlcml/cml/base/CMLException."<init>":(Lnu/xom/ParsingException;Ljava/lang/String;)V]
CMLException.CMLException ( String msg )
[mangled: org/xmlcml/cml/base/CMLException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, CMLFloat.class
package org.xmlcml.cml.element
CMLFloat.CMLFloat ( )
[mangled: org/xmlcml/cml/element/CMLFloat."<init>":()V]
CMLFloat.CMLFloat ( CMLFloat old )
[mangled: org/xmlcml/cml/element/CMLFloat."<init>":(Lorg/xmlcml/cml/element/CMLFloat;)V]
CMLFloat.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLFloat.copy:()Lnu/xom/Node;]
CMLFloat.makeElementInContext ( Element parent ) [static] : CMLFloat
[mangled: org/xmlcml/cml/element/CMLFloat.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLFloat;]
cdk-1.0.4.jar, CMLFloatArray.class
package org.xmlcml.cml.element
CMLFloatArray.CMLFloatArray ( )
[mangled: org/xmlcml/cml/element/CMLFloatArray."<init>":()V]
CMLFloatArray.CMLFloatArray ( CMLFloatArray old )
[mangled: org/xmlcml/cml/element/CMLFloatArray."<init>":(Lorg/xmlcml/cml/element/CMLFloatArray;)V]
CMLFloatArray.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLFloatArray.copy:()Lnu/xom/Node;]
CMLFloatArray.makeElementInContext ( Element parent ) [static] : CMLFloatArray
[mangled: org/xmlcml/cml/element/CMLFloatArray.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLFloatArray;]
cdk-1.0.4.jar, CMLFormula.class
package org.xmlcml.cml.element
CMLFormula.equalsConcise ( CMLFormula f, double eps ) : boolean
[mangled: org/xmlcml/cml/element/CMLFormula.equalsConcise:(Lorg/xmlcml/cml/element/CMLFormula;D)Z]
CMLFormula.generateConcise ( CMLAtomArray atomArray, int formalCharge ) : String
[mangled: org/xmlcml/cml/element/CMLFormula.generateConcise:(Lorg/xmlcml/cml/element/CMLAtomArray;I)Ljava/lang/String;]
CMLFormula.getDifference ( CMLFormula form ) : String
[mangled: org/xmlcml/cml/element/CMLFormula.getDifference:(Lorg/xmlcml/cml/element/CMLFormula;)Ljava/lang/String;]
cdk-1.0.4.jar, CMLFormulaTest.class
package org.xmlcml.cml.element.test
CMLFormulaTest.assertEqualsConcise ( String p1, CMLFormula p2, CMLFormula p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.assertEqualsConcise:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLFormula;Lorg/xmlcml/cml/element/CMLFormula;D)V]
CMLFormulaTest.CMLFormulaTest ( )
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest."<init>":()V]
CMLFormulaTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.setUp:()V]
CMLFormulaTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.suite:()Ljunit/framework/Test;]
CMLFormulaTest.testAdd ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testAdd:()V]
CMLFormulaTest.testAddFormulaCMLFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testAddFormulaCMLFormula:()V]
CMLFormulaTest.testAggregateFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testAggregateFormula:()V]
CMLFormulaTest.testAppendChildElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testAppendChildElement:()V]
CMLFormulaTest.testCheckAtomArrayFormat ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCheckAtomArrayFormat:()V]
CMLFormulaTest.testCMLFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCMLFormula:()V]
CMLFormulaTest.testCMLFormulaCMLFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCMLFormulaCMLFormula:()V]
CMLFormulaTest.testCMLFormulaCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCMLFormulaCMLMolecule:()V]
CMLFormulaTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCopy:()V]
CMLFormulaTest.testCreateAggregatedFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCreateAggregatedFormula:()V]
CMLFormulaTest.testCreateFormulaString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCreateFormulaString:()V]
CMLFormulaTest.testCreateFormulaStringConvention ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCreateFormulaStringConvention:()V]
CMLFormulaTest.testCreateFormulaStringType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCreateFormulaStringType:()V]
CMLFormulaTest.testCreateFromString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testCreateFromString:()V]
CMLFormulaTest.testDebugWriter ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testDebugWriter:()V]
CMLFormulaTest.testDivideBy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testDivideBy:()V]
CMLFormulaTest.testEqualsAggregate ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testEqualsAggregate:()V]
CMLFormulaTest.testEqualsCMLFormulaDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testEqualsCMLFormulaDouble:()V]
CMLFormulaTest.testEqualsConcise ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testEqualsConcise:()V]
CMLFormulaTest.testEqualsFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testEqualsFormula:()V]
CMLFormulaTest.testGenerateConcise ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGenerateConcise:()V]
CMLFormulaTest.testGetAggregateFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetAggregateFormula:()V]
CMLFormulaTest.testGetCalculatedMass ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetCalculatedMass:()V]
CMLFormulaTest.testGetCalculatedMolecularMass ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetCalculatedMolecularMass:()V]
CMLFormulaTest.testGetConciseNoCharge ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetConciseNoCharge:()V]
CMLFormulaTest.testGetCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetCount:()V]
CMLFormulaTest.testGetCounts ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetCounts:()V]
CMLFormulaTest.testGetDifference ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetDifference:()V]
CMLFormulaTest.testGetElementCounts ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetElementCounts:()V]
CMLFormulaTest.testGetElementTypes ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetElementTypes:()V]
CMLFormulaTest.testGetFormalCharge ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetFormalCharge:()V]
CMLFormulaTest.testGetFormalChargeString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetFormalChargeString:()V]
CMLFormulaTest.testGetFormattedString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetFormattedString:()V]
CMLFormulaTest.testGetFormattedStringStringStringBoolean ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetFormattedStringStringStringBoolean:()V]
CMLFormulaTest.testGetFormattedStringTypeSortBoolean ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testGetFormattedStringTypeSortBoolean:()V]
CMLFormulaTest.testMultiplyBy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testMultiplyBy:()V]
CMLFormulaTest.testNoAtomArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testNoAtomArray:()V]
CMLFormulaTest.testNormalize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testNormalize:()V]
CMLFormulaTest.testRemoveChargeFromConcise ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testRemoveChargeFromConcise:()V]
CMLFormulaTest.testSetConcise ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testSetConcise:()V]
CMLFormulaTest.testSetCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testSetCount:()V]
CMLFormulaTest.testSetFormalCharge ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testSetFormalCharge:()V]
CMLFormulaTest.testToFormulaString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testToFormulaString:()V]
CMLFormulaTest.testWriteHTML ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLFormulaTest.testWriteHTML:()V]
cdk-1.0.4.jar, CMLIdentifier.class
package org.xmlcml.cml.element
CMLIdentifier.CMLIdentifier ( CMLIdentifier old )
[mangled: org/xmlcml/cml/element/CMLIdentifier."<init>":(Lorg/xmlcml/cml/element/CMLIdentifier;)V]
cdk-1.0.4.jar, CMLInteger.class
package org.xmlcml.cml.element
CMLInteger.CMLInteger ( )
[mangled: org/xmlcml/cml/element/CMLInteger."<init>":()V]
CMLInteger.CMLInteger ( CMLInteger old )
[mangled: org/xmlcml/cml/element/CMLInteger."<init>":(Lorg/xmlcml/cml/element/CMLInteger;)V]
CMLInteger.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLInteger.copy:()Lnu/xom/Node;]
CMLInteger.makeElementInContext ( Element parent ) [static] : CMLInteger
[mangled: org/xmlcml/cml/element/CMLInteger.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLInteger;]
cdk-1.0.4.jar, CMLIntegerArray.class
package org.xmlcml.cml.element
CMLIntegerArray.CMLIntegerArray ( )
[mangled: org/xmlcml/cml/element/CMLIntegerArray."<init>":()V]
CMLIntegerArray.CMLIntegerArray ( CMLIntegerArray old )
[mangled: org/xmlcml/cml/element/CMLIntegerArray."<init>":(Lorg/xmlcml/cml/element/CMLIntegerArray;)V]
CMLIntegerArray.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLIntegerArray.copy:()Lnu/xom/Node;]
CMLIntegerArray.makeElementInContext ( Element parent ) [static] : CMLIntegerArray
[mangled: org/xmlcml/cml/element/CMLIntegerArray.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLIntegerArray;]
cdk-1.0.4.jar, CMLLatticeTest.class
package org.xmlcml.cml.element.test
CMLLatticeTest.CMLLatticeTest ( )
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest."<init>":()V]
CMLLatticeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.setUp:()V]
CMLLatticeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.suite:()Ljunit/framework/Test;]
CMLLatticeTest.testCMLLatticeCMLLatticeVectorArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testCMLLatticeCMLLatticeVectorArray:()V]
CMLLatticeTest.testCMLLatticeCMLLatticeVectorCMLLatticeVectorCMLLatticeVector ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testCMLLatticeCMLLatticeVectorCMLLatticeVectorCMLLatticeVector:()V]
CMLLatticeTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testCopy:()V]
CMLLatticeTest.testGetCellParameters ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testGetCellParameters:()V]
CMLLatticeTest.testGetCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testGetCMLVector3:()V]
CMLLatticeTest.testGetReducedCell ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testGetReducedCell:()V]
CMLLatticeTest.testGetString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testGetString:()V]
CMLLatticeTest.testGetVolume ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeTest.testGetVolume:()V]
cdk-1.0.4.jar, CMLLatticeVectorTest.class
package org.xmlcml.cml.element.test
CMLLatticeVectorTest.assertEquals ( String p1, CMLLatticeVector p2, CMLLatticeVector p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLLatticeVector;Lorg/xmlcml/cml/element/CMLLatticeVector;D)V]
CMLLatticeVectorTest.assertEquals ( String p1, double[ ] p2, CMLLatticeVector p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/cml/element/CMLLatticeVector;D)V]
CMLLatticeVectorTest.CMLLatticeVectorTest ( )
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest."<init>":()V]
CMLLatticeVectorTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.setUp:()V]
CMLLatticeVectorTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.suite:()Ljunit/framework/Test;]
CMLLatticeVectorTest.testCMLLatticeVectorCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.testCMLLatticeVectorCMLVector3:()V]
CMLLatticeVectorTest.testCMLLatticeVectorDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.testCMLLatticeVectorDoubleArray:()V]
CMLLatticeVectorTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.testCopy:()V]
CMLLatticeVectorTest.testGetCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLatticeVectorTest.testGetCMLVector3:()V]
cdk-1.0.4.jar, CMLLength.class
package org.xmlcml.cml.element
CMLLength.getAtoms2 ( ) : CMLAtom[ ]
[mangled: org/xmlcml/cml/element/CMLLength.getAtoms2:()[Lorg/xmlcml/cml/element/CMLAtom;]
CMLLength.getIndexedLengths ( CMLLength[ ] length ) [static] : Map
[mangled: org/xmlcml/cml/element/CMLLength.getIndexedLengths:([Lorg/xmlcml/cml/element/CMLLength;)Ljava/util/Map;]
CMLLength.getMolecule ( ) : CMLMolecule
[mangled: org/xmlcml/cml/element/CMLLength.getMolecule:()Lorg/xmlcml/cml/element/CMLMolecule;]
CMLLength.setMolecule ( CMLMolecule molecule ) : void
[mangled: org/xmlcml/cml/element/CMLLength.setMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
cdk-1.0.4.jar, CMLLine3Test.class
package org.xmlcml.cml.element.test
CMLLine3Test.assertEquals ( String p1, CMLLine3 p2, CMLLine3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLLine3;Lorg/xmlcml/cml/element/CMLLine3;D)V]
CMLLine3Test.assertEquals ( String p1, CMLPoint3 p2, CMLVector3 p3, CMLLine3 p4, double p5 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLPoint3;Lorg/xmlcml/cml/element/CMLVector3;Lorg/xmlcml/cml/element/CMLLine3;D)V]
CMLLine3Test.CMLLine3Test ( )
[mangled: org/xmlcml/cml/element/test/CMLLine3Test."<init>":()V]
CMLLine3Test.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.setUp:()V]
CMLLine3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.suite:()Ljunit/framework/Test;]
CMLLine3Test.testCMLLine3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testCMLLine3:()V]
CMLLine3Test.testCMLLine3CMLLine3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testCMLLine3CMLLine3:()V]
CMLLine3Test.testCMLLine3CMLPoint3CMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testCMLLine3CMLPoint3CMLPoint3:()V]
CMLLine3Test.testCMLLine3CMLPoint3CMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testCMLLine3CMLPoint3CMLVector3:()V]
CMLLine3Test.testCMLLine3Line3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testCMLLine3Line3:()V]
CMLLine3Test.testContainsPoint ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testContainsPoint:()V]
CMLLine3Test.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testCopy:()V]
CMLLine3Test.testEqualsCMLLine3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testEqualsCMLLine3:()V]
CMLLine3Test.testGetClosestPointTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testGetClosestPointTo:()V]
CMLLine3Test.testGetDistanceFromPoint ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testGetDistanceFromPoint:()V]
CMLLine3Test.testGetEuclidLine3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testGetEuclidLine3:()V]
CMLLine3Test.testGetIntersectionWith ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testGetIntersectionWith:()V]
CMLLine3Test.testGetString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testGetString:()V]
CMLLine3Test.testIsAntiparallelTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testIsAntiparallelTo:()V]
CMLLine3Test.testIsEqualTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testIsEqualTo:()V]
CMLLine3Test.testIsParallelTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testIsParallelTo:()V]
CMLLine3Test.testParse ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testParse:()V]
CMLLine3Test.testSetVector3CMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testSetVector3CMLVector3:()V]
CMLLine3Test.testSubtract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testSubtract:()V]
CMLLine3Test.testTransform ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLLine3Test.testTransform:()V]
cdk-1.0.4.jar, CMLMapTest.class
package org.xmlcml.cml.element.test
CMLMapTest.CMLMapTest ( )
[mangled: org/xmlcml/cml/element/test/CMLMapTest."<init>":()V]
CMLMapTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.setUp:()V]
CMLMapTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLMapTest.suite:()Ljunit/framework/Test;]
CMLMapTest.testAddLinkCMLLink ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testAddLinkCMLLink:()V]
CMLMapTest.testAddMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testAddMap:()V]
CMLMapTest.testAddUniqueLink ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testAddUniqueLink:()V]
CMLMapTest.testAnnotateLinks ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testAnnotateLinks:()V]
CMLMapTest.testCMLMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testCMLMap:()V]
CMLMapTest.testCMLMapCMLMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testCMLMapCMLMap:()V]
CMLMapTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testCopy:()V]
CMLMapTest.testGetElementLinks ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetElementLinks:()V]
CMLMapTest.testGetFromRef ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetFromRef:()V]
CMLMapTest.testGetFromRefs ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetFromRefs:()V]
CMLMapTest.testGetFromRefsListOfString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetFromRefsListOfString:()V]
CMLMapTest.testGetFromToLink ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetFromToLink:()V]
CMLMapTest.testGetLink ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetLink:()V]
CMLMapTest.testGetRef ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetRef:()V]
CMLMapTest.testGetRefsDirection ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetRefsDirection:()V]
CMLMapTest.testGetRefsListOfStringDirection ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetRefsListOfStringDirection:()V]
CMLMapTest.testGetRefsString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetRefsString:()V]
CMLMapTest.testGetRefsStringArrayString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetRefsStringArrayString:()V]
CMLMapTest.testGetReverseToFrom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetReverseToFrom:()V]
CMLMapTest.testGetToFromRef ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetToFromRef:()V]
CMLMapTest.testGetToFromRefs ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetToFromRefs:()V]
CMLMapTest.testGetToFromRefsStringList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetToFromRefsStringList:()V]
CMLMapTest.testGetToRef ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetToRef:()V]
CMLMapTest.testGetToRefs ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetToRefs:()V]
CMLMapTest.testGetToRefsListOfString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetToRefsListOfString:()V]
CMLMapTest.testGetType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testGetType:()V]
CMLMapTest.testMakeElementInContext ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testMakeElementInContext:()V]
CMLMapTest.testMergeMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testMergeMap:()V]
CMLMapTest.testRemoveLink ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testRemoveLink:()V]
CMLMapTest.testSetLinkFromContext ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testSetLinkFromContext:()V]
CMLMapTest.testSetLinkFromType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testSetLinkFromType:()V]
CMLMapTest.testSetLinkToContext ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testSetLinkToContext:()V]
CMLMapTest.testSetLinkToFromContext ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testSetLinkToFromContext:()V]
CMLMapTest.testSetLinkToFromType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testSetLinkToFromType:()V]
CMLMapTest.testSetLinkToType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMapTest.testSetLinkToType:()V]
cdk-1.0.4.jar, CMLMatrix.class
package org.xmlcml.cml.element
CMLMatrix.convertToSI ( UnitListMap unitListMap ) : void
[mangled: org/xmlcml/cml/element/CMLMatrix.convertToSI:(Lorg/xmlcml/cml/element/UnitListMap;)V]
CMLMatrix.getUnit ( UnitListMap unitListMap ) : CMLUnit
[mangled: org/xmlcml/cml/element/CMLMatrix.getUnit:(Lorg/xmlcml/cml/element/UnitListMap;)Lorg/xmlcml/cml/element/CMLUnit;]
CMLMatrix.setUnits ( String prefix, String idRef ) : void
[mangled: org/xmlcml/cml/element/CMLMatrix.setUnits:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, CMLMatrixTest.class
package org.xmlcml.cml.element.test
CMLMatrixTest.assertEquals ( String p1, CMLMatrix p2, CMLMatrix p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLMatrix;Lorg/xmlcml/cml/element/CMLMatrix;D)V]
CMLMatrixTest.assertEquals ( String p1, int p2, int p3, double[ ] p4, CMLMatrix p5, double p6 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.assertEquals:(Ljava/lang/String;II[DLorg/xmlcml/cml/element/CMLMatrix;D)V]
CMLMatrixTest.assertEquals ( String p1, int p2, int p3, int[ ] p4, CMLMatrix p5 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.assertEquals:(Ljava/lang/String;II[ILorg/xmlcml/cml/element/CMLMatrix;)V]
CMLMatrixTest.CMLMatrixTest ( )
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest."<init>":()V]
CMLMatrixTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.setUp:()V]
CMLMatrixTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.suite:()Ljunit/framework/Test;]
CMLMatrixTest.testCMLMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testCMLMatrix:()V]
CMLMatrixTest.testCMLMatrixCMLMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testCMLMatrixCMLMatrix:()V]
CMLMatrixTest.testCMLMatrixDoubleArrayArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testCMLMatrixDoubleArrayArray:()V]
CMLMatrixTest.testCMLMatrixIntArrayArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testCMLMatrixIntArrayArray:()V]
CMLMatrixTest.testCMLMatrixIntIntDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testCMLMatrixIntIntDoubleArray:()V]
CMLMatrixTest.testCMLMatrixIntIntIntArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testCMLMatrixIntIntIntArray:()V]
CMLMatrixTest.testConvertToSI ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testConvertToSI:()V]
CMLMatrixTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testCopy:()V]
CMLMatrixTest.testGetColumns ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetColumns:()V]
CMLMatrixTest.testGetDataType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetDataType:()V]
CMLMatrixTest.testGetDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetDoubleArray:()V]
CMLMatrixTest.testGetDoubleMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetDoubleMatrix:()V]
CMLMatrixTest.testGetEuclidIntMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetEuclidIntMatrix:()V]
CMLMatrixTest.testGetEuclidRealMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetEuclidRealMatrix:()V]
CMLMatrixTest.testGetIntegerArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetIntegerArray:()V]
CMLMatrixTest.testGetIntegerMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetIntegerMatrix:()V]
CMLMatrixTest.testGetRows ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetRows:()V]
CMLMatrixTest.testGetUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetUnit:()V]
CMLMatrixTest.testGetUnits ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testGetUnits:()V]
CMLMatrixTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testIsEqualTo:()V]
CMLMatrixTest.testIsSquare ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testIsSquare:()V]
CMLMatrixTest.testMultiply ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testMultiply:()V]
CMLMatrixTest.testSetArrayIntIntDoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testSetArrayIntIntDoubleArray:()V]
CMLMatrixTest.testSetArrayIntIntIntArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testSetArrayIntIntIntArray:()V]
CMLMatrixTest.testSetMatrixDoubleArrayArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testSetMatrixDoubleArrayArray:()V]
CMLMatrixTest.testSetMatrixIntArrayArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testSetMatrixIntArrayArray:()V]
CMLMatrixTest.testSetUnitsStringString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMatrixTest.testSetUnitsStringString:()V]
cdk-1.0.4.jar, CMLMetadataList.class
package org.xmlcml.cml.element
CMLMetadataList.checkMetadataNames ( File file, DictionaryMap dictionaryMap ) [static] : List
[mangled: org/xmlcml/cml/element/CMLMetadataList.checkMetadataNames:(Ljava/io/File;Lorg/xmlcml/cml/element/DictionaryMap;)Ljava/util/List;]
cdk-1.0.4.jar, CMLMetadataListTest.class
package org.xmlcml.cml.element.test
CMLMetadataListTest.CMLMetadataListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest."<init>":()V]
CMLMetadataListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.setUp:()V]
CMLMetadataListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.suite:()Ljunit/framework/Test;]
CMLMetadataListTest.testCheckMetadataNames ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testCheckMetadataNames:()V]
CMLMetadataListTest.testCMLMetadataList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testCMLMetadataList:()V]
CMLMetadataListTest.testCMLMetadataListCMLMetadataList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testCMLMetadataListCMLMetadataList:()V]
CMLMetadataListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testCopy:()V]
CMLMetadataListTest.testGetMetadataDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testGetMetadataDescendants:()V]
CMLMetadataListTest.testGetMetadataDescendantsByNameListOfCMLMetadataString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testGetMetadataDescendantsByNameListOfCMLMetadataString:()V]
CMLMetadataListTest.testGetMetadataDescendantsByNameListString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testGetMetadataDescendantsByNameListString:()V]
CMLMetadataListTest.testGetMetadataDescendantsByNameString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testGetMetadataDescendantsByNameString:()V]
CMLMetadataListTest.testGetMetadataDescendantsCMLElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataListTest.testGetMetadataDescendantsCMLElement:()V]
cdk-1.0.4.jar, CMLMetadataTest.class
package org.xmlcml.cml.element.test
CMLMetadataTest.CMLMetadataTest ( )
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest."<init>":()V]
CMLMetadataTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest.setUp:()V]
CMLMetadataTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest.suite:()Ljunit/framework/Test;]
CMLMetadataTest.testAddAttributeAttribute ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest.testAddAttributeAttribute:()V]
CMLMetadataTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest.testCopy:()V]
CMLMetadataTest.testGetMetadataType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest.testGetMetadataType:()V]
CMLMetadataTest.testGetMetadataTypeAttribute ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest.testGetMetadataTypeAttribute:()V]
CMLMetadataTest.testSetMetadataType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMetadataTest.testSetMetadataType:()V]
cdk-1.0.4.jar, CMLMolecule.class
package org.xmlcml.cml.element
CMLMolecule.calculateAndAddFormula ( CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.calculateAndAddFormula:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
CMLMolecule.calculateAndAddSpaceGroupMultiplicity ( CMLSymmetry symmetry ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.calculateAndAddSpaceGroupMultiplicity:(Lorg/xmlcml/cml/element/CMLSymmetry;)V]
CMLMolecule.calculateCentroid3 ( CMLElement.CoordinateType type ) : Point3
[mangled: org/xmlcml/cml/element/CMLMolecule.calculateCentroid3:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)Lorg/xmlcml/euclid/Point3;]
CMLMolecule.calculateFormula ( CMLMolecule.HydrogenControl control ) : CMLFormula
[mangled: org/xmlcml/cml/element/CMLMolecule.calculateFormula:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)Lorg/xmlcml/cml/element/CMLFormula;]
CMLMolecule.clearWedgeHatchBonds ( ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.clearWedgeHatchBonds:()V]
CMLMolecule.createCartesiansFromFractionals ( CMLCrystal crystal ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.createCartesiansFromFractionals:(Lorg/xmlcml/cml/element/CMLCrystal;)V]
CMLMolecule.createCartesiansFromFractionals ( RealSquareMatrix orthogonalMatrix ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.createCartesiansFromFractionals:(Lorg/xmlcml/euclid/RealSquareMatrix;)V]
CMLMolecule.createCMLMolecule ( Element nonCMLMolecule ) [static] : CMLMolecule
[mangled: org/xmlcml/cml/element/CMLMolecule.createCMLMolecule:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLMolecule;]
CMLMolecule.fragileAddAtom ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.fragileAddAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLMolecule.fragileAddBond ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.fragileAddBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
CMLMolecule.fragileCreateAndAddAtom ( String id ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLMolecule.fragileCreateAndAddAtom:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLMolecule.fragileCreateAndAddBond ( CMLAtom atom1, CMLAtom atom2 ) : CMLBond
[mangled: org/xmlcml/cml/element/CMLMolecule.fragileCreateAndAddBond:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLBond;]
CMLMolecule.fragileDeleteAtom ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.fragileDeleteAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
CMLMolecule.fragileDeleteBond ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.fragileDeleteBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
CMLMolecule.getAngle ( CMLAtom at0, CMLAtom at1, CMLAtom at2 ) : CMLAngle
[mangled: org/xmlcml/cml/element/CMLMolecule.getAngle:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAngle;]
CMLMolecule.getAtomsByIds ( String[ ] ids ) : List
[mangled: org/xmlcml/cml/element/CMLMolecule.getAtomsByIds:([Ljava/lang/String;)Ljava/util/List;]
CMLMolecule.getAtomSet ( ) : CMLAtomSet
[mangled: org/xmlcml/cml/element/CMLMolecule.getAtomSet:()Lorg/xmlcml/cml/element/CMLAtomSet;]
CMLMolecule.getConnectionTable ( ) : ConnectionTable
[mangled: org/xmlcml/cml/element/CMLMolecule.getConnectionTable:()Lorg/xmlcml/cml/element/ConnectionTable;]
CMLMolecule.getCoordinates3 ( CMLElement.CoordinateType type ) : Point3Vector
[mangled: org/xmlcml/cml/element/CMLMolecule.getCoordinates3:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)Lorg/xmlcml/euclid/Point3Vector;]
CMLMolecule.getMap ( CMLMolecule mol2 ) : CMLMap
[mangled: org/xmlcml/cml/element/CMLMolecule.getMap:(Lorg/xmlcml/cml/element/CMLMolecule;)Lorg/xmlcml/cml/element/CMLMap;]
CMLMolecule.getMappedAtom ( CMLMap map, CMLAtom atom0, CMLMap.Direction toFrom ) : CMLAtom
[mangled: org/xmlcml/cml/element/CMLMolecule.getMappedAtom:(Lorg/xmlcml/cml/element/CMLMap;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLMap$Direction;)Lorg/xmlcml/cml/element/CMLAtom;]
CMLMolecule.getMolecule ( CMLElement element ) [static] : CMLMolecule
[mangled: org/xmlcml/cml/element/CMLMolecule.getMolecule:(Lorg/xmlcml/cml/base/CMLElement;)Lorg/xmlcml/cml/element/CMLMolecule;]
CMLMolecule.mustEqual ( CMLElement other ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.mustEqual:(Lorg/xmlcml/cml/base/CMLElement;)V]
CMLMolecule.overlapBonds ( CMLAtom atomTool1A, CMLAtom atomTool1B, CMLAtom atomTool2A, CMLAtom atomTool2B ) [static] : Transform3
[mangled: org/xmlcml/cml/element/CMLMolecule.overlapBonds:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/euclid/Transform3;]
CMLMolecule.setConnectionTable ( ConnectionTable connectionTable ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.setConnectionTable:(Lorg/xmlcml/cml/element/ConnectionTable;)V]
CMLMolecule.setPreferredBondOrders ( ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.setPreferredBondOrders:()V]
CMLMolecule.transform ( CMLSymmetry sym ) : List
[mangled: org/xmlcml/cml/element/CMLMolecule.transform:(Lorg/xmlcml/cml/element/CMLSymmetry;)Ljava/util/List;]
CMLMolecule.transform ( CMLTransform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.transform:(Lorg/xmlcml/cml/element/CMLTransform3;)V]
CMLMolecule.transform ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.transform:(Lorg/xmlcml/euclid/Transform3;)V]
CMLMolecule.transformFractionalCoordinates ( CMLSymmetry sym ) : List
[mangled: org/xmlcml/cml/element/CMLMolecule.transformFractionalCoordinates:(Lorg/xmlcml/cml/element/CMLSymmetry;)Ljava/util/List;]
CMLMolecule.transformFractionalCoordinates ( CMLTransform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.transformFractionalCoordinates:(Lorg/xmlcml/cml/element/CMLTransform3;)V]
CMLMolecule.transformFractionalCoordinates ( Transform3 transform ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.transformFractionalCoordinates:(Lorg/xmlcml/euclid/Transform3;)V]
CMLMolecule.translate3D ( Vector3 delta3 ) : void
[mangled: org/xmlcml/cml/element/CMLMolecule.translate3D:(Lorg/xmlcml/euclid/Vector3;)V]
cdk-1.0.4.jar, CMLMoleculeTest.class
package org.xmlcml.cml.element.test
CMLMoleculeTest.CMLMoleculeTest ( )
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest."<init>":()V]
CMLMoleculeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.setUp:()V]
CMLMoleculeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.suite:()Ljunit/framework/Test;]
CMLMoleculeTest.testAddAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testAddAtom:()V]
CMLMoleculeTest.testAddBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testAddBond:()V]
CMLMoleculeTest.testAppendMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testAppendMolecule:()V]
CMLMoleculeTest.testAppendToIds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testAppendToIds:()V]
CMLMoleculeTest.testCalculateAndAddFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCalculateAndAddFormula:()V]
CMLMoleculeTest.testCalculateAndAddSpaceGroupMultiplicity ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCalculateAndAddSpaceGroupMultiplicity:()V]
CMLMoleculeTest.testCalculateCentroid2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCalculateCentroid2D:()V]
CMLMoleculeTest.testCalculateCentroid3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCalculateCentroid3:()V]
CMLMoleculeTest.testCalculateFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCalculateFormula:()V]
CMLMoleculeTest.testClearWedgeHatchBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testClearWedgeHatchBonds:()V]
CMLMoleculeTest.testCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCMLMolecule:()V]
CMLMoleculeTest.testCMLMoleculeCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCMLMoleculeCMLMolecule:()V]
CMLMoleculeTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCopy:()V]
CMLMoleculeTest.testCreateAndAddAtomString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCreateAndAddAtomString:()V]
CMLMoleculeTest.testCreateCartesiansFromFractionals ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCreateCartesiansFromFractionals:()V]
CMLMoleculeTest.testCreateCartesiansFromFractionalsCMLCrystal ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCreateCartesiansFromFractionalsCMLCrystal:()V]
CMLMoleculeTest.testCreateCartesiansFromFractionalsRealSquareMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCreateCartesiansFromFractionalsRealSquareMatrix:()V]
CMLMoleculeTest.testCreateCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testCreateCMLMolecule:()V]
CMLMoleculeTest.testFragileAddAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testFragileAddAtom:()V]
CMLMoleculeTest.testFragileAddBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testFragileAddBond:()V]
CMLMoleculeTest.testFragileCreateAndAddAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testFragileCreateAndAddAtom:()V]
CMLMoleculeTest.testFragileCreateAndAddBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testFragileCreateAndAddBond:()V]
CMLMoleculeTest.testFragileDeleteAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testFragileDeleteAtom:()V]
CMLMoleculeTest.testFragileDeleteBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testFragileDeleteBond:()V]
CMLMoleculeTest.testGetAngle ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAngle:()V]
CMLMoleculeTest.testGetAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAtom:()V]
CMLMoleculeTest.testGetAtomById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAtomById:()V]
CMLMoleculeTest.testGetAtomByLabel ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAtomByLabel:()V]
CMLMoleculeTest.testGetAtomCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAtomCount:()V]
CMLMoleculeTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAtoms:()V]
CMLMoleculeTest.testGetAtomsByIds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAtomsByIds:()V]
CMLMoleculeTest.testGetAtomSet ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetAtomSet:()V]
CMLMoleculeTest.testGetBond ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetBond:()V]
CMLMoleculeTest.testGetBondById ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetBondById:()V]
CMLMoleculeTest.testGetBondCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetBondCMLAtomCMLAtom:()V]
CMLMoleculeTest.testGetBondCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetBondCount:()V]
CMLMoleculeTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetBonds:()V]
CMLMoleculeTest.testGetCalculatedFormalCharge ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetCalculatedFormalCharge:()V]
CMLMoleculeTest.testGetCentroid2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetCentroid2D:()V]
CMLMoleculeTest.testGetCentroid3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetCentroid3:()V]
CMLMoleculeTest.testGetConnectionTable ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetConnectionTable:()V]
CMLMoleculeTest.testGetCoordinates2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetCoordinates2D:()V]
CMLMoleculeTest.testGetCoordinates3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetCoordinates3:()V]
CMLMoleculeTest.testGetDescendantsOrMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetDescendantsOrMolecule:()V]
CMLMoleculeTest.testGetDoubleBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetDoubleBonds:()V]
CMLMoleculeTest.testGetMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetMap:()V]
CMLMoleculeTest.testGetMappedAtom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetMappedAtom:()V]
CMLMoleculeTest.testGetMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetMolecule:()V]
CMLMoleculeTest.testGetMoleculeAncestor ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetMoleculeAncestor:()V]
CMLMoleculeTest.testGetMoleculeCount ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetMoleculeCount:()V]
CMLMoleculeTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetMolecules:()V]
CMLMoleculeTest.testGetVector2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetVector2D:()V]
CMLMoleculeTest.testGetVector3D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testGetVector3D:()V]
CMLMoleculeTest.testHasCoordinates ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testHasCoordinates:()V]
CMLMoleculeTest.testHasCoords ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testHasCoords:()V]
CMLMoleculeTest.testIsMoleculeContainer ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testIsMoleculeContainer:()V]
CMLMoleculeTest.testMakeElementInContext ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testMakeElementInContext:()V]
CMLMoleculeTest.testMultiply2DCoordsBy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testMultiply2DCoordsBy:()V]
CMLMoleculeTest.testMustEqual ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testMustEqual:()V]
CMLMoleculeTest.testOverlapBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testOverlapBonds:()V]
CMLMoleculeTest.testRenameAtomIDs ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testRenameAtomIDs:()V]
CMLMoleculeTest.testRoundCoords ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testRoundCoords:()V]
CMLMoleculeTest.testSetBondOrders ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testSetBondOrders:()V]
CMLMoleculeTest.testSetConnectionTable ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testSetConnectionTable:()V]
CMLMoleculeTest.testSetPreferredBondOrders ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testSetPreferredBondOrders:()V]
CMLMoleculeTest.testTransformCMLSymmetry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTransformCMLSymmetry:()V]
CMLMoleculeTest.testTransformCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTransformCMLTransform3:()V]
CMLMoleculeTest.testTransformFractionalCoordinatesCMLSymmetry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTransformFractionalCoordinatesCMLSymmetry:()V]
CMLMoleculeTest.testTransformFractionalCoordinatesCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTransformFractionalCoordinatesCMLTransform3:()V]
CMLMoleculeTest.testTransformFractionalCoordinatesTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTransformFractionalCoordinatesTransform3:()V]
CMLMoleculeTest.testTransformTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTransformTransform3:()V]
CMLMoleculeTest.testTranslate2D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTranslate2D:()V]
CMLMoleculeTest.testTranslate3D ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testTranslate3D:()V]
CMLMoleculeTest.testUnlabelAllAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLMoleculeTest.testUnlabelAllAtoms:()V]
cdk-1.0.4.jar, CMLNamespace.class
package org.xmlcml.cml.base
CMLNamespace.CMLNamespace ( )
[mangled: org/xmlcml/cml/base/CMLNamespace."<init>":()V]
CMLNamespace.getCurrentNamespaceURI ( ) [static] : String
[mangled: org/xmlcml/cml/base/CMLNamespace.getCurrentNamespaceURI:()Ljava/lang/String;]
CMLNamespace.isCMLNamespace ( String URI ) [static] : boolean
[mangled: org/xmlcml/cml/base/CMLNamespace.isCMLNamespace:(Ljava/lang/String;)Z]
CMLNamespace.setCurrentNamespaceURI ( String n ) [static] : void
[mangled: org/xmlcml/cml/base/CMLNamespace.setCurrentNamespaceURI:(Ljava/lang/String;)V]
cdk-1.0.4.jar, CMLNodeFactory.class
package org.xmlcml.cml.element
CMLNodeFactory.CMLNodeFactory ( )
[mangled: org/xmlcml/cml/element/CMLNodeFactory."<init>":()V]
CMLNodeFactory.finishMakingElement ( Element element ) : Nodes
[mangled: org/xmlcml/cml/element/CMLNodeFactory.finishMakingElement:(Lnu/xom/Element;)Lnu/xom/Nodes;]
CMLNodeFactory.main ( String text ) [static] : void
[mangled: org/xmlcml/cml/element/CMLNodeFactory.main:(Ljava/lang/String;)V]
CMLNodeFactory.makeAttribute ( String name, String URI, String value, Attribute.Type type ) : Nodes
[mangled: org/xmlcml/cml/element/CMLNodeFactory.makeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnu/xom/Attribute$Type;)Lnu/xom/Nodes;]
CMLNodeFactory.makeText ( String text ) : Nodes
[mangled: org/xmlcml/cml/element/CMLNodeFactory.makeText:(Ljava/lang/String;)Lnu/xom/Nodes;]
CMLNodeFactory.startMakingElement ( String name, String namespace ) : Element
[mangled: org/xmlcml/cml/element/CMLNodeFactory.startMakingElement:(Ljava/lang/String;Ljava/lang/String;)Lnu/xom/Element;]
cdk-1.0.4.jar, CMLNodeFactoryTest.class
package org.xmlcml.cml.element.test
CMLNodeFactoryTest.CMLNodeFactoryTest ( )
[mangled: org/xmlcml/cml/element/test/CMLNodeFactoryTest."<init>":()V]
CMLNodeFactoryTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLNodeFactoryTest.setUp:()V]
CMLNodeFactoryTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLNodeFactoryTest.suite:()Ljunit/framework/Test;]
CMLNodeFactoryTest.testFinishMakingElementElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLNodeFactoryTest.testFinishMakingElementElement:()V]
CMLNodeFactoryTest.testMakeAttributeStringStringStringType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLNodeFactoryTest.testMakeAttributeStringStringStringType:()V]
CMLNodeFactoryTest.testMakeTextString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLNodeFactoryTest.testMakeTextString:()V]
CMLNodeFactoryTest.testStartMakingElementStringString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLNodeFactoryTest.testStartMakingElementStringString:()V]
cdk-1.0.4.jar, CMLParameterList.class
package org.xmlcml.cml.element
CMLParameterList.checkParameterNames ( File file, DictionaryMap dictionaryMap ) [static] : List
[mangled: org/xmlcml/cml/element/CMLParameterList.checkParameterNames:(Ljava/io/File;Lorg/xmlcml/cml/element/DictionaryMap;)Ljava/util/List;]
cdk-1.0.4.jar, CMLParameterListTest.class
package org.xmlcml.cml.element.test
CMLParameterListTest.CMLParameterListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest."<init>":()V]
CMLParameterListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.setUp:()V]
CMLParameterListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.suite:()Ljunit/framework/Test;]
CMLParameterListTest.testCheckParameterNames ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.testCheckParameterNames:()V]
CMLParameterListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.testCopy:()V]
CMLParameterListTest.testGetParameterDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.testGetParameterDescendants:()V]
CMLParameterListTest.testGetParameterDescendantsByDictRef ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.testGetParameterDescendantsByDictRef:()V]
CMLParameterListTest.testGetParameterDescendantsByName ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.testGetParameterDescendantsByName:()V]
CMLParameterListTest.testGetParameterDescendantsCMLElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParameterListTest.testGetParameterDescendantsCMLElement:()V]
cdk-1.0.4.jar, CMLParseTest.class
package org.xmlcml.cml.element.test
CMLParseTest.CMLParseTest ( )
[mangled: org/xmlcml/cml/element/test/CMLParseTest."<init>":()V]
CMLParseTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParseTest.setUp:()V]
CMLParseTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLParseTest.suite:()Ljunit/framework/Test;]
CMLParseTest.testBasicParse ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLParseTest.testBasicParse:()V]
cdk-1.0.4.jar, CMLPeak.class
package org.xmlcml.cml.element
CMLPeak.getCouplingsFrom ( ) : List
[mangled: org/xmlcml/cml/element/CMLPeak.getCouplingsFrom:()Ljava/util/List;]
CMLPeak.getCouplingsFrom ( CMLMolecule molecule ) : List
[mangled: org/xmlcml/cml/element/CMLPeak.getCouplingsFrom:(Lorg/xmlcml/cml/element/CMLMolecule;)Ljava/util/List;]
CMLPeak.getDerefencedAtoms ( ) : List
[mangled: org/xmlcml/cml/element/CMLPeak.getDerefencedAtoms:()Ljava/util/List;]
cdk-1.0.4.jar, CMLPeakStructure.class
package org.xmlcml.cml.element
CMLPeakStructure.getCouplingsFrom ( ) : List
[mangled: org/xmlcml/cml/element/CMLPeakStructure.getCouplingsFrom:()Ljava/util/List;]
cdk-1.0.4.jar, CMLPeakStructureTest.class
package org.xmlcml.cml.element.test
CMLPeakStructureTest.CMLPeakStructureTest ( )
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest."<init>":()V]
CMLPeakStructureTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.setUp:()V]
CMLPeakStructureTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.suite:()Ljunit/framework/Test;]
CMLPeakStructureTest.testAtomRefs ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.testAtomRefs:()V]
CMLPeakStructureTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.testCopy:()V]
CMLPeakStructureTest.testGetCouplingsFrom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.testGetCouplingsFrom:()V]
CMLPeakStructureTest.testGetCouplingsFromCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.testGetCouplingsFromCMLMolecule:()V]
CMLPeakStructureTest.testGetPeaks1 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.testGetPeaks1:()V]
CMLPeakStructureTest.testGetPeaks2 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.testGetPeaks2:()V]
CMLPeakStructureTest.testHasValidNestedPeakStructure ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakStructureTest.testHasValidNestedPeakStructure:()V]
cdk-1.0.4.jar, CMLPeakTest.class
package org.xmlcml.cml.element.test
CMLPeakTest.CMLPeakTest ( )
[mangled: org/xmlcml/cml/element/test/CMLPeakTest."<init>":()V]
CMLPeakTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.setUp:()V]
CMLPeakTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.suite:()Ljunit/framework/Test;]
CMLPeakTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.testCopy:()V]
CMLPeakTest.testGetCouplingsFrom ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.testGetCouplingsFrom:()V]
CMLPeakTest.testGetCouplingsFromCMLMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.testGetCouplingsFromCMLMolecule:()V]
CMLPeakTest.testGetDerefencedAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.testGetDerefencedAtoms:()V]
CMLPeakTest.testGetDescendantPeaks ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.testGetDescendantPeaks:()V]
CMLPeakTest.testGetPeaks ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPeakTest.testGetPeaks:()V]
cdk-1.0.4.jar, CMLPlane3Test.class
package org.xmlcml.cml.element.test
CMLPlane3Test.assertEquals ( String p1, CMLPlane3 p2, CMLPlane3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLPlane3;Lorg/xmlcml/cml/element/CMLPlane3;D)V]
CMLPlane3Test.assertEquals ( String p1, double[ ] p2, CMLPlane3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/cml/element/CMLPlane3;D)V]
CMLPlane3Test.CMLPlane3Test ( )
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test."<init>":()V]
CMLPlane3Test.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.setUp:()V]
CMLPlane3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.suite:()Ljunit/framework/Test;]
CMLPlane3Test.testCMLPlane3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3:()V]
CMLPlane3Test.testCMLPlane3CMLLine3CMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3CMLLine3CMLPoint3:()V]
CMLPlane3Test.testCMLPlane3CMLPlane3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3CMLPlane3:()V]
CMLPlane3Test.testCMLPlane3CMLPoint3CMLPoint3CMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3CMLPoint3CMLPoint3CMLPoint3:()V]
CMLPlane3Test.testCMLPlane3CMLVector3Double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3CMLVector3Double:()V]
CMLPlane3Test.testCMLPlane3DoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3DoubleArray:()V]
CMLPlane3Test.testCMLPlane3DoubleArrayDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3DoubleArrayDouble:()V]
CMLPlane3Test.testCMLPlane3Plane3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCMLPlane3Plane3:()V]
CMLPlane3Test.testContainsPoint ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testContainsPoint:()V]
CMLPlane3Test.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testCopy:()V]
CMLPlane3Test.testEqualsCMLPlane3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testEqualsCMLPlane3:()V]
CMLPlane3Test.testGetAngleMadeWith ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetAngleMadeWith:()V]
CMLPlane3Test.testGetArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetArray:()V]
CMLPlane3Test.testGetClosestPointTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetClosestPointTo:()V]
CMLPlane3Test.testGetDistance ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetDistance:()V]
CMLPlane3Test.testGetDistanceFromPoint ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetDistanceFromPoint:()V]
CMLPlane3Test.testGetEuclidPlane3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetEuclidPlane3:()V]
CMLPlane3Test.testGetIntersectionWithCMLLine3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetIntersectionWithCMLLine3:()V]
CMLPlane3Test.testGetIntersectionWithCMLPlane3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetIntersectionWithCMLPlane3:()V]
CMLPlane3Test.testGetIntersectionWithCMLPlane3CMLPlane3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetIntersectionWithCMLPlane3CMLPlane3:()V]
CMLPlane3Test.testGetVector ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testGetVector:()V]
CMLPlane3Test.testIsAntiparallelTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testIsAntiparallelTo:()V]
CMLPlane3Test.testIsEqualTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testIsEqualTo:()V]
CMLPlane3Test.testIsParallelTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testIsParallelTo:()V]
CMLPlane3Test.testNegative ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testNegative:()V]
CMLPlane3Test.testSetArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testSetArray:()V]
CMLPlane3Test.testSubtract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPlane3Test.testSubtract:()V]
cdk-1.0.4.jar, CMLPoint3.class
package org.xmlcml.cml.element
CMLPoint3.normaliseCrystallographically ( ) : CMLPoint3
[mangled: org/xmlcml/cml/element/CMLPoint3.normaliseCrystallographically:()Lorg/xmlcml/cml/element/CMLPoint3;]
cdk-1.0.4.jar, CMLPoint3Test.class
package org.xmlcml.cml.element.test
CMLPoint3Test.assertEquals ( String p1, CMLPoint3 p2, CMLPoint3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLPoint3;Lorg/xmlcml/cml/element/CMLPoint3;D)V]
CMLPoint3Test.assertEquals ( String p1, double[ ] p2, CMLPoint3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/cml/element/CMLPoint3;D)V]
CMLPoint3Test.CMLPoint3Test ( )
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test."<init>":()V]
CMLPoint3Test.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.setUp:()V]
CMLPoint3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.suite:()Ljunit/framework/Test;]
CMLPoint3Test.testCalculateFromInternalCoordinates ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testCalculateFromInternalCoordinates:()V]
CMLPoint3Test.testCMLPoint3CMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testCMLPoint3CMLPoint3:()V]
CMLPoint3Test.testCMLPoint3DoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testCMLPoint3DoubleArray:()V]
CMLPoint3Test.testCMLPoint3DoubleDoubleDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testCMLPoint3DoubleDoubleDouble:()V]
CMLPoint3Test.testCMLPoint3Point3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testCMLPoint3Point3:()V]
CMLPoint3Test.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testCopy:()V]
CMLPoint3Test.testDistanceFromLine ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testDistanceFromLine:()V]
CMLPoint3Test.testDistanceFromPlane ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testDistanceFromPlane:()V]
CMLPoint3Test.testDivideBy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testDivideBy:()V]
CMLPoint3Test.testElementAt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testElementAt:()V]
CMLPoint3Test.testEqualsCMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testEqualsCMLPoint3:()V]
CMLPoint3Test.testEqualsCrystallographically ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testEqualsCrystallographically:()V]
CMLPoint3Test.testGetAngle ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetAngle:()V]
CMLPoint3Test.testGetClosestPointOnLine ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetClosestPointOnLine:()V]
CMLPoint3Test.testGetDistanceFromOrigin ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetDistanceFromOrigin:()V]
CMLPoint3Test.testGetDistanceFromPoint ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetDistanceFromPoint:()V]
CMLPoint3Test.testGetEuclidPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetEuclidPoint3:()V]
CMLPoint3Test.testGetMidPoint ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetMidPoint:()V]
CMLPoint3Test.testGetSquaredDistanceFromPoint ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetSquaredDistanceFromPoint:()V]
CMLPoint3Test.testGetString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetString:()V]
CMLPoint3Test.testGetTorsion ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetTorsion:()V]
CMLPoint3Test.testGetXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testGetXYZ3:()V]
CMLPoint3Test.testIsEqualToCMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testIsEqualToCMLPoint3:()V]
CMLPoint3Test.testIsEqualToCMLPoint3Double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testIsEqualToCMLPoint3Double:()V]
CMLPoint3Test.testIsInvariant ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testIsInvariant:()V]
CMLPoint3Test.testIsOnLine ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testIsOnLine:()V]
CMLPoint3Test.testIsOnPlane ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testIsOnPlane:()V]
CMLPoint3Test.testIsOrigin ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testIsOrigin:()V]
CMLPoint3Test.testMultiplyBy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testMultiplyBy:()V]
CMLPoint3Test.testMultiplyEquals ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testMultiplyEquals:()V]
CMLPoint3Test.testNormaliseCrystallographically ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testNormaliseCrystallographically:()V]
CMLPoint3Test.testParse ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testParse:()V]
CMLPoint3Test.testPlusCMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testPlusCMLPoint3:()V]
CMLPoint3Test.testPlusCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testPlusCMLVector3:()V]
CMLPoint3Test.testPlusEqualsCMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testPlusEqualsCMLPoint3:()V]
CMLPoint3Test.testPlusEqualsCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testPlusEqualsCMLVector3:()V]
CMLPoint3Test.testSetElementAt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testSetElementAt:()V]
CMLPoint3Test.testSetXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testSetXYZ3:()V]
CMLPoint3Test.testSubtractCMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testSubtractCMLPoint3:()V]
CMLPoint3Test.testSubtractCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testSubtractCMLVector3:()V]
CMLPoint3Test.testSubtractEqualsCMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testSubtractEqualsCMLPoint3:()V]
CMLPoint3Test.testSubtractEqualsCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testSubtractEqualsCMLVector3:()V]
CMLPoint3Test.testTransform ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPoint3Test.testTransform:()V]
cdk-1.0.4.jar, CMLProductListTest.class
package org.xmlcml.cml.element.test
CMLProductListTest.CMLProductListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLProductListTest."<init>":()V]
CMLProductListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.setUp:()V]
CMLProductListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.suite:()Ljunit/framework/Test;]
CMLProductListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.testCopy:()V]
CMLProductListTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.testGetAtoms:()V]
CMLProductListTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.testGetBonds:()V]
CMLProductListTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.testGetFormulas:()V]
CMLProductListTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.testGetMolecules:()V]
CMLProductListTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.testGetReactionComponentChildren:()V]
CMLProductListTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductListTest.testGetReactionComponentDescendants:()V]
cdk-1.0.4.jar, CMLProductTest.class
package org.xmlcml.cml.element.test
CMLProductTest.CMLProductTest ( )
[mangled: org/xmlcml/cml/element/test/CMLProductTest."<init>":()V]
CMLProductTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.setUp:()V]
CMLProductTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLProductTest.suite:()Ljunit/framework/Test;]
CMLProductTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testCopy:()V]
CMLProductTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetAtoms:()V]
CMLProductTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetBonds:()V]
CMLProductTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetFormulas:()V]
CMLProductTest.testGetMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetMolecule:()V]
CMLProductTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetMolecules:()V]
CMLProductTest.testGetOrCreateFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetOrCreateFormula:()V]
CMLProductTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetReactionComponentChildren:()V]
CMLProductTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLProductTest.testGetReactionComponentDescendants:()V]
cdk-1.0.4.jar, CMLPropertyList.class
package org.xmlcml.cml.element
CMLPropertyList.checkPropertyNames ( File file, DictionaryMap dictionaryMap ) [static] : List
[mangled: org/xmlcml/cml/element/CMLPropertyList.checkPropertyNames:(Ljava/io/File;Lorg/xmlcml/cml/element/DictionaryMap;)Ljava/util/List;]
cdk-1.0.4.jar, CMLPropertyListTest.class
package org.xmlcml.cml.element.test
CMLPropertyListTest.CMLPropertyListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest."<init>":()V]
CMLPropertyListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.setUp:()V]
CMLPropertyListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.suite:()Ljunit/framework/Test;]
CMLPropertyListTest.testCheckPropertyNames ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.testCheckPropertyNames:()V]
CMLPropertyListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.testCopy:()V]
CMLPropertyListTest.testGetPropertyDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.testGetPropertyDescendants:()V]
CMLPropertyListTest.testGetPropertyDescendantsByDictRef ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.testGetPropertyDescendantsByDictRef:()V]
CMLPropertyListTest.testGetPropertyDescendantsByName ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.testGetPropertyDescendantsByName:()V]
CMLPropertyListTest.testGetPropertyDescendantsCMLElement ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLPropertyListTest.testGetPropertyDescendantsCMLElement:()V]
cdk-1.0.4.jar, CMLReactantListTest.class
package org.xmlcml.cml.element.test
CMLReactantListTest.CMLReactantListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest."<init>":()V]
CMLReactantListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.setUp:()V]
CMLReactantListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.suite:()Ljunit/framework/Test;]
CMLReactantListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.testCopy:()V]
CMLReactantListTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.testGetAtoms:()V]
CMLReactantListTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.testGetBonds:()V]
CMLReactantListTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.testGetFormulas:()V]
CMLReactantListTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.testGetMolecules:()V]
CMLReactantListTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.testGetReactionComponentChildren:()V]
CMLReactantListTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantListTest.testGetReactionComponentDescendants:()V]
cdk-1.0.4.jar, CMLReactantTest.class
package org.xmlcml.cml.element.test
CMLReactantTest.CMLReactantTest ( )
[mangled: org/xmlcml/cml/element/test/CMLReactantTest."<init>":()V]
CMLReactantTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.setUp:()V]
CMLReactantTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.suite:()Ljunit/framework/Test;]
CMLReactantTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testCopy:()V]
CMLReactantTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetAtoms:()V]
CMLReactantTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetBonds:()V]
CMLReactantTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetFormulas:()V]
CMLReactantTest.testGetMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetMolecule:()V]
CMLReactantTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetMolecules:()V]
CMLReactantTest.testGetOrCreateFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetOrCreateFormula:()V]
CMLReactantTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetReactionComponentChildren:()V]
CMLReactantTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactantTest.testGetReactionComponentDescendants:()V]
cdk-1.0.4.jar, CMLReaction.class
package org.xmlcml.cml.element
CMLReaction.concat ( Elements moleculeNodes1, List m2 ) : List
[mangled: org/xmlcml/cml/element/CMLReaction.concat:(Lnu/xom/Elements;Ljava/util/List;)Ljava/util/List;]
CMLReaction.getReactionComponentChildren ( ) : List
[mangled: org/xmlcml/cml/element/CMLReaction.getReactionComponentChildren:()Ljava/util/List;]
CMLReaction.getReactionComponentDescendants ( ) : List
[mangled: org/xmlcml/cml/element/CMLReaction.getReactionComponentDescendants:()Ljava/util/List;]
CMLReaction.moveSubstancesToReactants ( ) : void
[mangled: org/xmlcml/cml/element/CMLReaction.moveSubstancesToReactants:()V]
cdk-1.0.4.jar, CMLReactionComponentTest.class
package org.xmlcml.cml.element.test
CMLReactionComponentTest.CMLReactionComponentTest ( )
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest."<init>":()V]
CMLReactionComponentTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.setUp:()V]
CMLReactionComponentTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.suite:()Ljunit/framework/Test;]
CMLReactionComponentTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.testGetAtoms:()V]
CMLReactionComponentTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.testGetBonds:()V]
CMLReactionComponentTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.testGetFormulas:()V]
CMLReactionComponentTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.testGetMolecules:()V]
CMLReactionComponentTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.testGetReactionComponentChildren:()V]
CMLReactionComponentTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionComponentTest.testGetReactionComponentDescendants:()V]
cdk-1.0.4.jar, CMLReactionTest.class
package org.xmlcml.cml.element.test
CMLReactionTest.CMLReactionTest ( )
[mangled: org/xmlcml/cml/element/test/CMLReactionTest."<init>":()V]
CMLReactionTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.setUp:()V]
CMLReactionTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.suite:()Ljunit/framework/Test;]
CMLReactionTest.testCMLReactionCMLReaction ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testCMLReactionCMLReaction:()V]
CMLReactionTest.testConcat ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testConcat:()V]
CMLReactionTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testCopy:()V]
CMLReactionTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetAtoms:()V]
CMLReactionTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetBonds:()V]
CMLReactionTest.testGetDescendantProducts ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetDescendantProducts:()V]
CMLReactionTest.testGetDescendantReactants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetDescendantReactants:()V]
CMLReactionTest.testGetDescendantSpectators ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetDescendantSpectators:()V]
CMLReactionTest.testGetFilename ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetFilename:()V]
CMLReactionTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetFormulas:()V]
CMLReactionTest.testGetIdString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetIdString:()V]
CMLReactionTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetMolecules:()V]
CMLReactionTest.testGetProductList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetProductList:()V]
CMLReactionTest.testGetReactantList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetReactantList:()V]
CMLReactionTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetReactionComponentChildren:()V]
CMLReactionTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetReactionComponentDescendants:()V]
CMLReactionTest.testGetSpectatorMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testGetSpectatorMolecules:()V]
CMLReactionTest.testMergeProductLists ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testMergeProductLists:()V]
CMLReactionTest.testMergeReactantLists ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testMergeReactantLists:()V]
CMLReactionTest.testMoveSubstancesToReactants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testMoveSubstancesToReactants:()V]
CMLReactionTest.testRemoveOrphanSubstances ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLReactionTest.testRemoveOrphanSubstances:()V]
cdk-1.0.4.jar, CMLReader.class
package org.openscience.cdk.io
CMLReader.CMLReader ( Reader input ) *DEPRECATED*
[mangled: org/openscience/cdk/io/CMLReader."<init>":(Ljava/io/Reader;)V]
cdk-1.0.4.jar, CMLRuntime.class
package org.xmlcml.cml.base
CMLRuntime.CMLRuntime ( )
[mangled: org/xmlcml/cml/base/CMLRuntime."<init>":()V]
CMLRuntime.CMLRuntime ( CMLException exception )
[mangled: org/xmlcml/cml/base/CMLRuntime."<init>":(Lorg/xmlcml/cml/base/CMLException;)V]
CMLRuntime.CMLRuntime ( ParsingException e, String msg )
[mangled: org/xmlcml/cml/base/CMLRuntime."<init>":(Lnu/xom/ParsingException;Ljava/lang/String;)V]
CMLRuntime.CMLRuntime ( String msg )
[mangled: org/xmlcml/cml/base/CMLRuntime."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, CMLScalar.class
package org.xmlcml.cml.element
CMLScalar.convertToSI ( UnitListMap unitListMap ) : void
[mangled: org/xmlcml/cml/element/CMLScalar.convertToSI:(Lorg/xmlcml/cml/element/UnitListMap;)V]
CMLScalar.getDictRefFromElementOrParent ( ) : DictRefAttribute
[mangled: org/xmlcml/cml/element/CMLScalar.getDictRefFromElementOrParent:()Lorg/xmlcml/cml/element/DictRefAttribute;]
CMLScalar.getUnit ( UnitListMap unitListMap ) : CMLUnit
[mangled: org/xmlcml/cml/element/CMLScalar.getUnit:(Lorg/xmlcml/cml/element/UnitListMap;)Lorg/xmlcml/cml/element/CMLUnit;]
CMLScalar.setUnits ( String prefix, String idRef ) : void
[mangled: org/xmlcml/cml/element/CMLScalar.setUnits:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, CMLScalarTest.class
package org.xmlcml.cml.element.test
CMLScalarTest.CMLScalarTest ( )
[mangled: org/xmlcml/cml/element/test/CMLScalarTest."<init>":()V]
CMLScalarTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.setUp:()V]
CMLScalarTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.suite:()Ljunit/framework/Test;]
CMLScalarTest.testCMLScalar ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testCMLScalar:()V]
CMLScalarTest.testCMLScalarCMLScalar ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testCMLScalarCMLScalar:()V]
CMLScalarTest.testCMLScalarDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testCMLScalarDouble:()V]
CMLScalarTest.testCMLScalarInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testCMLScalarInt:()V]
CMLScalarTest.testCMLScalarString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testCMLScalarString:()V]
CMLScalarTest.testConvertToSI ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testConvertToSI:()V]
CMLScalarTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testCopy:()V]
CMLScalarTest.testGetDataType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testGetDataType:()V]
CMLScalarTest.testGetDictRefFromElementOrParent ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testGetDictRefFromElementOrParent:()V]
CMLScalarTest.testGetDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testGetDouble:()V]
CMLScalarTest.testGetInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testGetInt:()V]
CMLScalarTest.testGetString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testGetString:()V]
CMLScalarTest.testGetUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testGetUnit:()V]
CMLScalarTest.testGetUnits ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testGetUnits:()V]
CMLScalarTest.testParse ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testParse:()V]
CMLScalarTest.testPlus ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testPlus:()V]
CMLScalarTest.testPlusEquals ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testPlusEquals:()V]
CMLScalarTest.testSetDataType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testSetDataType:()V]
CMLScalarTest.testSetUnitsStringString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testSetUnitsStringString:()V]
CMLScalarTest.testSetValueDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testSetValueDouble:()V]
CMLScalarTest.testSetValueInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testSetValueInt:()V]
CMLScalarTest.testSetValueString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testSetValueString:()V]
CMLScalarTest.testSubtract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testSubtract:()V]
CMLScalarTest.testSubtractEquals ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLScalarTest.testSubtractEquals:()V]
cdk-1.0.4.jar, CMLSpectator.class
package org.xmlcml.cml.element
CMLSpectator.getFormula ( ) : CMLFormula
[mangled: org/xmlcml/cml/element/CMLSpectator.getFormula:()Lorg/xmlcml/cml/element/CMLFormula;]
cdk-1.0.4.jar, CMLSpectatorListTest.class
package org.xmlcml.cml.element.test
CMLSpectatorListTest.CMLSpectatorListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest."<init>":()V]
CMLSpectatorListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.setUp:()V]
CMLSpectatorListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.suite:()Ljunit/framework/Test;]
CMLSpectatorListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testCopy:()V]
CMLSpectatorListTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testGetAtoms:()V]
CMLSpectatorListTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testGetBonds:()V]
CMLSpectatorListTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testGetFormulas:()V]
CMLSpectatorListTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testGetMolecules:()V]
CMLSpectatorListTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testGetReactionComponentChildren:()V]
CMLSpectatorListTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testGetReactionComponentDescendants:()V]
CMLSpectatorListTest.testGetSpectatorMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorListTest.testGetSpectatorMolecules:()V]
cdk-1.0.4.jar, CMLSpectatorTest.class
package org.xmlcml.cml.element.test
CMLSpectatorTest.CMLSpectatorTest ( )
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest."<init>":()V]
CMLSpectatorTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.setUp:()V]
CMLSpectatorTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.suite:()Ljunit/framework/Test;]
CMLSpectatorTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testCopy:()V]
CMLSpectatorTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testGetAtoms:()V]
CMLSpectatorTest.testGetBonds ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testGetBonds:()V]
CMLSpectatorTest.testGetFormula ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testGetFormula:()V]
CMLSpectatorTest.testGetFormulas ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testGetFormulas:()V]
CMLSpectatorTest.testGetMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testGetMolecules:()V]
CMLSpectatorTest.testGetReactionComponentChildren ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testGetReactionComponentChildren:()V]
CMLSpectatorTest.testGetReactionComponentDescendants ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testGetReactionComponentDescendants:()V]
CMLSpectatorTest.testMergeChildMolecules ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testMergeChildMolecules:()V]
CMLSpectatorTest.testMoveLabelledReactantsProducts ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectatorTest.testMoveLabelledReactantsProducts:()V]
cdk-1.0.4.jar, CMLSpectrumTest.class
package org.xmlcml.cml.element.test
CMLSpectrumTest.CMLSpectrumTest ( )
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest."<init>":()V]
CMLSpectrumTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.setUp:()V]
CMLSpectrumTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.suite:()Ljunit/framework/Test;]
CMLSpectrumTest.testCMLSpectrum ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testCMLSpectrum:()V]
CMLSpectrumTest.testCMLSpectrumCMLSpectrum ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testCMLSpectrumCMLSpectrum:()V]
CMLSpectrumTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testCopy:()V]
CMLSpectrumTest.testGetAuntMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testGetAuntMolecule:()V]
CMLSpectrumTest.testGetCouplingsTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testGetCouplingsTo:()V]
CMLSpectrumTest.testGetDescendantPeaks ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testGetDescendantPeaks:()V]
CMLSpectrumTest.testGetSiblingMolecule ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testGetSiblingMolecule:()V]
CMLSpectrumTest.testGetSpectrum ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testGetSpectrum:()V]
CMLSpectrumTest.testReadCMLSpectrum1 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testReadCMLSpectrum1:()V]
CMLSpectrumTest.testReadCMLSpectrum3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testReadCMLSpectrum3:()V]
CMLSpectrumTest.testReadCMLSpectrum5 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSpectrumTest.testReadCMLSpectrum5:()V]
cdk-1.0.4.jar, CMLStmml.class
package org.xmlcml.cml.element
CMLStmml.CMLStmml ( )
[mangled: org/xmlcml/cml/element/CMLStmml."<init>":()V]
CMLStmml.CMLStmml ( CMLStmml old )
[mangled: org/xmlcml/cml/element/CMLStmml."<init>":(Lorg/xmlcml/cml/element/CMLStmml;)V]
CMLStmml.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLStmml.copy:()Lnu/xom/Node;]
CMLStmml.makeElementInContext ( Element parent ) [static] : CMLStmml
[mangled: org/xmlcml/cml/element/CMLStmml.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLStmml;]
cdk-1.0.4.jar, CMLString.class
package org.xmlcml.cml.element
CMLString.CMLString ( )
[mangled: org/xmlcml/cml/element/CMLString."<init>":()V]
CMLString.CMLString ( CMLString old )
[mangled: org/xmlcml/cml/element/CMLString."<init>":(Lorg/xmlcml/cml/element/CMLString;)V]
CMLString.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLString.copy:()Lnu/xom/Node;]
CMLString.makeElementInContext ( Element parent ) [static] : CMLString
[mangled: org/xmlcml/cml/element/CMLString.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLString;]
cdk-1.0.4.jar, CMLStringArray.class
package org.xmlcml.cml.element
CMLStringArray.CMLStringArray ( )
[mangled: org/xmlcml/cml/element/CMLStringArray."<init>":()V]
CMLStringArray.CMLStringArray ( CMLStringArray old )
[mangled: org/xmlcml/cml/element/CMLStringArray."<init>":(Lorg/xmlcml/cml/element/CMLStringArray;)V]
CMLStringArray.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLStringArray.copy:()Lnu/xom/Node;]
CMLStringArray.makeElementInContext ( Element parent ) [static] : CMLStringArray
[mangled: org/xmlcml/cml/element/CMLStringArray.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLStringArray;]
cdk-1.0.4.jar, CMLSymmetryTest.class
package org.xmlcml.cml.element.test
CMLSymmetryTest.CMLSymmetryTest ( )
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest."<init>":()V]
CMLSymmetryTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.setUp:()V]
CMLSymmetryTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.suite:()Ljunit/framework/Test;]
CMLSymmetryTest.testCMLSymmetryListOfCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testCMLSymmetryListOfCMLTransform3:()V]
CMLSymmetryTest.testCMLSymmetrymultiplyCMLSymmetry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testCMLSymmetrymultiplyCMLSymmetry:()V]
CMLSymmetryTest.testCMLSymmetryStringArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testCMLSymmetryStringArray:()V]
CMLSymmetryTest.testConvolute ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testConvolute:()V]
CMLSymmetryTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testCopy:()V]
CMLSymmetryTest.testCreateFromXYZStrings ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testCreateFromXYZStrings:()V]
CMLSymmetryTest.testGetCentering ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testGetCentering:()V]
CMLSymmetryTest.testGetNonTranslations ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testGetNonTranslations:()V]
CMLSymmetryTest.testGetPointGroupMultiplicity ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testGetPointGroupMultiplicity:()V]
CMLSymmetryTest.testGetPureTranslations ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testGetPureTranslations:()V]
CMLSymmetryTest.testGetSpaceGroupMultiplicity ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testGetSpaceGroupMultiplicity:()V]
CMLSymmetryTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testIsEqualTo:()V]
CMLSymmetryTest.testIsGroup ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testIsGroup:()V]
CMLSymmetryTest.testIsSpaceGroup ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testIsSpaceGroup:()V]
CMLSymmetryTest.testNormalizeCrystallographically ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLSymmetryTest.testNormalizeCrystallographically:()V]
cdk-1.0.4.jar, CMLTableHeader.class
package org.xmlcml.cml.element
CMLTableHeader.getTitles ( ) : List
[mangled: org/xmlcml/cml/element/CMLTableHeader.getTitles:()Ljava/util/List;]
cdk-1.0.4.jar, CMLTableTest.class
package org.xmlcml.cml.element.test
CMLTableTest.CMLTableTest ( )
[mangled: org/xmlcml/cml/element/test/CMLTableTest."<init>":()V]
CMLTableTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTableTest.setUp:()V]
CMLTableTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLTableTest.suite:()Ljunit/framework/Test;]
CMLTableTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTableTest.testCopy:()V]
CMLTableTest.testGetColumns ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTableTest.testGetColumns:()V]
CMLTableTest.testGetColumnValuesList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTableTest.testGetColumnValuesList:()V]
CMLTableTest.testGetRows ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTableTest.testGetRows:()V]
CMLTableTest.testWriteHTML ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTableTest.testWriteHTML:()V]
cdk-1.0.4.jar, CMLTcell.class
package org.xmlcml.cml.element
CMLTcell.CMLTcell ( )
[mangled: org/xmlcml/cml/element/CMLTcell."<init>":()V]
CMLTcell.CMLTcell ( CMLTcell old )
[mangled: org/xmlcml/cml/element/CMLTcell."<init>":(Lorg/xmlcml/cml/element/CMLTcell;)V]
CMLTcell.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLTcell.copy:()Lnu/xom/Node;]
CMLTcell.makeElementInContext ( Element parent ) [static] : CMLTcell
[mangled: org/xmlcml/cml/element/CMLTcell.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLTcell;]
CMLTcell.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLTcell.writeHTML:(Ljava/io/Writer;)V]
cdk-1.0.4.jar, CMLTorsion.class
package org.xmlcml.cml.element
CMLTorsion.getIndexedTorsions ( CMLTorsion[ ] torsion ) [static] : Map
[mangled: org/xmlcml/cml/element/CMLTorsion.getIndexedTorsions:([Lorg/xmlcml/cml/element/CMLTorsion;)Ljava/util/Map;]
cdk-1.0.4.jar, CMLTorsionTest.class
package org.xmlcml.cml.element.test
CMLTorsionTest.CMLTorsionTest ( )
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest."<init>":()V]
CMLTorsionTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest.setUp:()V]
CMLTorsionTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest.suite:()Ljunit/framework/Test;]
CMLTorsionTest.testAtomHash ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest.testAtomHash:()V]
CMLTorsionTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest.testCopy:()V]
CMLTorsionTest.testGetAtoms ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest.testGetAtoms:()V]
CMLTorsionTest.testGetCalculatedTorsion ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest.testGetCalculatedTorsion:()V]
CMLTorsionTest.testGetIndexedTorsions ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTorsionTest.testGetIndexedTorsions:()V]
cdk-1.0.4.jar, CMLTransform3Test.class
package org.xmlcml.cml.element.test
CMLTransform3Test.assertEquals ( String p1, CMLTransform3 p2, CMLTransform3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLTransform3;Lorg/xmlcml/cml/element/CMLTransform3;D)V]
CMLTransform3Test.assertEquals ( String p1, double[ ] p2, CMLTransform3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/cml/element/CMLTransform3;D)V]
CMLTransform3Test.CMLTransform3Test ( )
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test."<init>":()V]
CMLTransform3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.suite:()Ljunit/framework/Test;]
CMLTransform3Test.testCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3:()V]
CMLTransform3Test.testCMLTransform3CMLLine3Double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3CMLLine3Double:()V]
CMLTransform3Test.testCMLTransform3CMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3CMLTransform3:()V]
CMLTransform3Test.testCMLTransform3CMLTransform3CMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3CMLTransform3CMLPoint3:()V]
CMLTransform3Test.testCMLTransform3CMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3CMLVector3:()V]
CMLTransform3Test.testCMLTransform3CMLVector3CMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3CMLVector3CMLVector3:()V]
CMLTransform3Test.testCMLTransform3CMLVector3CMLVector3CMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3CMLVector3CMLVector3CMLVector3:()V]
CMLTransform3Test.testCMLTransform3CMLVector3Double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3CMLVector3Double:()V]
CMLTransform3Test.testCMLTransform3DoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3DoubleArray:()V]
CMLTransform3Test.testCMLTransform3DoubleDoubleDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3DoubleDoubleDouble:()V]
CMLTransform3Test.testCMLTransform3Int ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3Int:()V]
CMLTransform3Test.testCMLTransform3IntDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3IntDouble:()V]
CMLTransform3Test.testCMLTransform3String ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3String:()V]
CMLTransform3Test.testCMLTransform3Type ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCMLTransform3Type:()V]
CMLTransform3Test.testConcatenate ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testConcatenate:()V]
CMLTransform3Test.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testCopy:()V]
CMLTransform3Test.testEqualsCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testEqualsCMLTransform3:()V]
CMLTransform3Test.testGetAxisAndAngle ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetAxisAndAngle:()V]
CMLTransform3Test.testGetCentreOfRotation ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetCentreOfRotation:()V]
CMLTransform3Test.testGetEuclidTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetEuclidTransform3:()V]
CMLTransform3Test.testGetMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetMatrix:()V]
CMLTransform3Test.testGetMatrixAsArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetMatrixAsArray:()V]
CMLTransform3Test.testGetRow ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetRow:()V]
CMLTransform3Test.testGetScales ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetScales:()V]
CMLTransform3Test.testGetString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetString:()V]
CMLTransform3Test.testGetTransformationType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetTransformationType:()V]
CMLTransform3Test.testGetTranslation ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testGetTranslation:()V]
CMLTransform3Test.testHasNonZeroTranslationComponent ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testHasNonZeroTranslationComponent:()V]
CMLTransform3Test.testIndexOfListCMLTransform3CMLTransform3double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testIndexOfListCMLTransform3CMLTransform3double:()V]
CMLTransform3Test.testIndexOfListOfCMLTransform3CMLTransform3Double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testIndexOfListOfCMLTransform3CMLTransform3Double:()V]
CMLTransform3Test.testIsEqualToCMLTransform3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testIsEqualToCMLTransform3:()V]
CMLTransform3Test.testIsEqualToCMLTransform3Double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testIsEqualToCMLTransform3Double:()V]
CMLTransform3Test.testIsPureTranslation ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testIsPureTranslation:()V]
CMLTransform3Test.testIsUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testIsUnit:()V]
CMLTransform3Test.testNormalizeCrystallographically ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testNormalizeCrystallographically:()V]
CMLTransform3Test.testParse ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testParse:()V]
CMLTransform3Test.testSetMatrix ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testSetMatrix:()V]
CMLTransform3Test.testSetTransformationType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testSetTransformationType:()V]
CMLTransform3Test.testTransform ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLTransform3Test.testTransform:()V]
cdk-1.0.4.jar, CMLTrow.class
package org.xmlcml.cml.element
CMLTrow.CMLTrow ( )
[mangled: org/xmlcml/cml/element/CMLTrow."<init>":()V]
CMLTrow.CMLTrow ( CMLTrow old )
[mangled: org/xmlcml/cml/element/CMLTrow."<init>":(Lorg/xmlcml/cml/element/CMLTrow;)V]
CMLTrow.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLTrow.copy:()Lnu/xom/Node;]
CMLTrow.makeElementInContext ( Element parent ) [static] : CMLTrow
[mangled: org/xmlcml/cml/element/CMLTrow.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLTrow;]
CMLTrow.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLTrow.writeHTML:(Ljava/io/Writer;)V]
cdk-1.0.4.jar, CMLTypeList.class
package org.xmlcml.cml.element
CMLTypeList.CMLTypeList ( )
[mangled: org/xmlcml/cml/element/CMLTypeList."<init>":()V]
CMLTypeList.getType ( String name ) [static] : CMLType
[mangled: org/xmlcml/cml/element/CMLTypeList.getType:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLType;]
cdk-1.0.4.jar, CMLUnit.class
package org.xmlcml.cml.element
CMLUnit.CMLUnit ( )
[mangled: org/xmlcml/cml/element/CMLUnit."<init>":()V]
CMLUnit.CMLUnit ( CMLUnit old )
[mangled: org/xmlcml/cml/element/CMLUnit."<init>":(Lorg/xmlcml/cml/element/CMLUnit;)V]
CMLUnit.computeUnit ( UnitListMap unitListMap, boolean addUnitType ) : void
[mangled: org/xmlcml/cml/element/CMLUnit.computeUnit:(Lorg/xmlcml/cml/element/UnitListMap;Z)V]
CMLUnit.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLUnit.copy:()Lnu/xom/Node;]
CMLUnit.getCMLUnitType ( ) : CMLUnitType
[mangled: org/xmlcml/cml/element/CMLUnit.getCMLUnitType:()Lorg/xmlcml/cml/element/CMLUnitType;]
CMLUnit.getId ( ) : String
[mangled: org/xmlcml/cml/element/CMLUnit.getId:()Ljava/lang/String;]
CMLUnit.getNamespace ( ) : String
[mangled: org/xmlcml/cml/element/CMLUnit.getNamespace:()Ljava/lang/String;]
CMLUnit.getParentCMLUnitList ( ) : CMLUnitList
[mangled: org/xmlcml/cml/element/CMLUnit.getParentCMLUnitList:()Lorg/xmlcml/cml/element/CMLUnitList;]
CMLUnit.getParentSIUnit ( ) : CMLUnit
[mangled: org/xmlcml/cml/element/CMLUnit.getParentSIUnit:()Lorg/xmlcml/cml/element/CMLUnit;]
CMLUnit.getPower ( ) : double
[mangled: org/xmlcml/cml/element/CMLUnit.getPower:()D]
CMLUnit.getSIUnit ( ) : CMLUnit
[mangled: org/xmlcml/cml/element/CMLUnit.getSIUnit:()Lorg/xmlcml/cml/element/CMLUnit;]
CMLUnit.getUnitListMap ( ) : UnitListMap
[mangled: org/xmlcml/cml/element/CMLUnit.getUnitListMap:()Lorg/xmlcml/cml/element/UnitListMap;]
CMLUnit.isSIUnit ( ) : boolean
[mangled: org/xmlcml/cml/element/CMLUnit.isSIUnit:()Z]
CMLUnit.makeElementInContext ( Element parent ) [static] : CMLUnit
[mangled: org/xmlcml/cml/element/CMLUnit.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLUnit;]
CMLUnit.setUnitListMap ( UnitListMap unitListMap ) : void
[mangled: org/xmlcml/cml/element/CMLUnit.setUnitListMap:(Lorg/xmlcml/cml/element/UnitListMap;)V]
CMLUnit.setUnitsOn ( HasUnits element ) : void
[mangled: org/xmlcml/cml/element/CMLUnit.setUnitsOn:(Lorg/xmlcml/cml/element/HasUnits;)V]
CMLUnit.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLUnit.writeHTML:(Ljava/io/Writer;)V]
cdk-1.0.4.jar, CMLUnitList.class
package org.xmlcml.cml.element
CMLUnitList.addUnit ( CMLUnit unit ) : void
[mangled: org/xmlcml/cml/element/CMLUnitList.addUnit:(Lorg/xmlcml/cml/element/CMLUnit;)V]
CMLUnitList.CMLUnitList ( )
[mangled: org/xmlcml/cml/element/CMLUnitList."<init>":()V]
CMLUnitList.CMLUnitList ( CMLUnitList old )
[mangled: org/xmlcml/cml/element/CMLUnitList."<init>":(Lorg/xmlcml/cml/element/CMLUnitList;)V]
CMLUnitList.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLUnitList.copy:()Lnu/xom/Node;]
CMLUnitList.createDictionary ( File file ) : GenericDictionary
[mangled: org/xmlcml/cml/element/CMLUnitList.createDictionary:(Ljava/io/File;)Lorg/xmlcml/cml/element/GenericDictionary;]
CMLUnitList.createDictionaryMap ( File file, boolean useSubdirectories ) : GenericDictionaryMap
[mangled: org/xmlcml/cml/element/CMLUnitList.createDictionaryMap:(Ljava/io/File;Z)Lorg/xmlcml/cml/element/GenericDictionaryMap;]
CMLUnitList.createUnitList ( File file ) [static] : CMLUnitList
[mangled: org/xmlcml/cml/element/CMLUnitList.createUnitList:(Ljava/io/File;)Lorg/xmlcml/cml/element/CMLUnitList;]
CMLUnitList.getGenericEntry ( String id ) : GenericEntry *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLUnitList.getGenericEntry:(Ljava/lang/String;)Lorg/xmlcml/cml/element/GenericEntry;]
CMLUnitList.getSIUnitList ( ) : CMLUnitList
[mangled: org/xmlcml/cml/element/CMLUnitList.getSIUnitList:()Lorg/xmlcml/cml/element/CMLUnitList;]
CMLUnitList.getSIUnitList ( UnitListMap unitListMap ) : CMLUnitList
[mangled: org/xmlcml/cml/element/CMLUnitList.getSIUnitList:(Lorg/xmlcml/cml/element/UnitListMap;)Lorg/xmlcml/cml/element/CMLUnitList;]
CMLUnitList.getUnit ( String id ) : CMLUnit
[mangled: org/xmlcml/cml/element/CMLUnitList.getUnit:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLUnit;]
CMLUnitList.getUnitListMap ( ) : UnitListMap
[mangled: org/xmlcml/cml/element/CMLUnitList.getUnitListMap:()Lorg/xmlcml/cml/element/UnitListMap;]
CMLUnitList.indexEntries ( ) : void
[mangled: org/xmlcml/cml/element/CMLUnitList.indexEntries:()V]
CMLUnitList.isSIUnitList ( ) : boolean
[mangled: org/xmlcml/cml/element/CMLUnitList.isSIUnitList:()Z]
CMLUnitList.makeElementInContext ( Element parent ) [static] : CMLUnitList
[mangled: org/xmlcml/cml/element/CMLUnitList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLUnitList;]
CMLUnitList.removeUnit ( CMLUnit unit ) : void
[mangled: org/xmlcml/cml/element/CMLUnitList.removeUnit:(Lorg/xmlcml/cml/element/CMLUnit;)V]
CMLUnitList.setSIUnitList ( CMLUnitList siUnitList ) : void
[mangled: org/xmlcml/cml/element/CMLUnitList.setSIUnitList:(Lorg/xmlcml/cml/element/CMLUnitList;)V]
CMLUnitList.setUnitListMap ( UnitListMap unitListMap ) : void
[mangled: org/xmlcml/cml/element/CMLUnitList.setUnitListMap:(Lorg/xmlcml/cml/element/UnitListMap;)V]
CMLUnitList.size ( ) : int
[mangled: org/xmlcml/cml/element/CMLUnitList.size:()I]
CMLUnitList.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLUnitList.writeHTML:(Ljava/io/Writer;)V]
cdk-1.0.4.jar, CMLUnitListTest.class
package org.xmlcml.cml.element.test
CMLUnitListTest.CMLUnitListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest."<init>":()V]
CMLUnitListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.setUp:()V]
CMLUnitListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.suite:()Ljunit/framework/Test;]
CMLUnitListTest.testAddUnitCMLUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testAddUnitCMLUnit:()V]
CMLUnitListTest.testAddUnitTypeCMLUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testAddUnitTypeCMLUnitType:()V]
CMLUnitListTest.testCheckSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testCheckSIUnitList:()V]
CMLUnitListTest.testCMLUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testCMLUnitList:()V]
CMLUnitListTest.testCMLUnitListCMLUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testCMLUnitListCMLUnitList:()V]
CMLUnitListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testCopy:()V]
CMLUnitListTest.testCreateDictionary ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testCreateDictionary:()V]
CMLUnitListTest.testCreateDictionaryMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testCreateDictionaryMap:()V]
CMLUnitListTest.testCreateUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testCreateUnitList:()V]
CMLUnitListTest.testGetGenericEntry ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testGetGenericEntry:()V]
CMLUnitListTest.testGetSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testGetSIUnitList:()V]
CMLUnitListTest.testGetSIUnitListUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testGetSIUnitListUnitListMap:()V]
CMLUnitListTest.testGetUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testGetUnit:()V]
CMLUnitListTest.testGetUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testGetUnitListMap:()V]
CMLUnitListTest.testGetUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testGetUnitType:()V]
CMLUnitListTest.testIndexEntries ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testIndexEntries:()V]
CMLUnitListTest.testIsSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testIsSIUnitList:()V]
CMLUnitListTest.testRemoveUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testRemoveUnit:()V]
CMLUnitListTest.testRemoveUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testRemoveUnitType:()V]
CMLUnitListTest.testSetSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testSetSIUnitList:()V]
CMLUnitListTest.testSetUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testSetUnitListMap:()V]
CMLUnitListTest.testSize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testSize:()V]
CMLUnitListTest.testWriteHTML ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitListTest.testWriteHTML:()V]
cdk-1.0.4.jar, CMLUnitTest.class
package org.xmlcml.cml.element.test
CMLUnitTest.CMLUnitTest ( )
[mangled: org/xmlcml/cml/element/test/CMLUnitTest."<init>":()V]
CMLUnitTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.setUp:()V]
CMLUnitTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.suite:()Ljunit/framework/Test;]
CMLUnitTest.testComputeUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testComputeUnit:()V]
CMLUnitTest.testComputeUnitUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testComputeUnitUnitListMap:()V]
CMLUnitTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testCopy:()V]
CMLUnitTest.testGetCMLUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetCMLUnitType:()V]
CMLUnitTest.testGetId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetId:()V]
CMLUnitTest.testGetNamespace ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetNamespace:()V]
CMLUnitTest.testGetParentCMLUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetParentCMLUnitList:()V]
CMLUnitTest.testGetParentSIUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetParentSIUnit:()V]
CMLUnitTest.testGetPower ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetPower:()V]
CMLUnitTest.testGetReferencedUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetReferencedUnitType:()V]
CMLUnitTest.testGetSIUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetSIUnit:()V]
CMLUnitTest.testGetSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetSIUnitList:()V]
CMLUnitTest.testGetUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testGetUnitListMap:()V]
CMLUnitTest.testIsSIUnit ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testIsSIUnit:()V]
CMLUnitTest.testSetUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testSetUnitListMap:()V]
CMLUnitTest.testSetUnitsOn ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testSetUnitsOn:()V]
CMLUnitTest.testWriteHTML ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTest.testWriteHTML:()V]
cdk-1.0.4.jar, CMLUnitType.class
package org.xmlcml.cml.element
CMLUnitType.CMLUnitType ( )
[mangled: org/xmlcml/cml/element/CMLUnitType."<init>":()V]
CMLUnitType.CMLUnitType ( CMLUnitType old )
[mangled: org/xmlcml/cml/element/CMLUnitType."<init>":(Lorg/xmlcml/cml/element/CMLUnitType;)V]
CMLUnitType.composeDimensionsFrom ( CMLDimension dimension, int power ) : void
[mangled: org/xmlcml/cml/element/CMLUnitType.composeDimensionsFrom:(Lorg/xmlcml/cml/element/CMLDimension;I)V]
CMLUnitType.composeDimensionsFrom ( CMLUnitType unitType, int power ) : void
[mangled: org/xmlcml/cml/element/CMLUnitType.composeDimensionsFrom:(Lorg/xmlcml/cml/element/CMLUnitType;I)V]
CMLUnitType.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLUnitType.copy:()Lnu/xom/Node;]
CMLUnitType.getId ( ) : String
[mangled: org/xmlcml/cml/element/CMLUnitType.getId:()Ljava/lang/String;]
CMLUnitType.getParentCMLUnitList ( ) : CMLUnitList
[mangled: org/xmlcml/cml/element/CMLUnitType.getParentCMLUnitList:()Lorg/xmlcml/cml/element/CMLUnitList;]
CMLUnitType.makeElementInContext ( Element parent ) [static] : CMLUnitType
[mangled: org/xmlcml/cml/element/CMLUnitType.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLUnitType;]
CMLUnitType.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLUnitType.writeHTML:(Ljava/io/Writer;)V]
cdk-1.0.4.jar, CMLUnitTypeList.class
package org.xmlcml.cml.element
CMLUnitTypeList.addUnitType ( CMLUnitType unitType ) : void
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.addUnitType:(Lorg/xmlcml/cml/element/CMLUnitType;)V]
CMLUnitTypeList.CMLUnitTypeList ( )
[mangled: org/xmlcml/cml/element/CMLUnitTypeList."<init>":()V]
CMLUnitTypeList.CMLUnitTypeList ( CMLUnitTypeList old )
[mangled: org/xmlcml/cml/element/CMLUnitTypeList."<init>":(Lorg/xmlcml/cml/element/CMLUnitTypeList;)V]
CMLUnitTypeList.copy ( ) : Node
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.copy:()Lnu/xom/Node;]
CMLUnitTypeList.createDictionary ( File file ) : GenericDictionary
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.createDictionary:(Ljava/io/File;)Lorg/xmlcml/cml/element/GenericDictionary;]
CMLUnitTypeList.createDictionaryMap ( File file, boolean useSubdirectories ) : GenericDictionaryMap
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.createDictionaryMap:(Ljava/io/File;Z)Lorg/xmlcml/cml/element/GenericDictionaryMap;]
CMLUnitTypeList.createUnitTypeList ( File file ) [static] : CMLUnitTypeList
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.createUnitTypeList:(Ljava/io/File;)Lorg/xmlcml/cml/element/CMLUnitTypeList;]
CMLUnitTypeList.getGenericEntry ( String id ) : GenericEntry *DEPRECATED*
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.getGenericEntry:(Ljava/lang/String;)Lorg/xmlcml/cml/element/GenericEntry;]
CMLUnitTypeList.getSIUnitList ( ) : CMLUnitList
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.getSIUnitList:()Lorg/xmlcml/cml/element/CMLUnitList;]
CMLUnitTypeList.getUnitListMap ( ) : UnitListMap
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.getUnitListMap:()Lorg/xmlcml/cml/element/UnitListMap;]
CMLUnitTypeList.getUnitType ( String id ) : CMLUnitType
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.getUnitType:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLUnitType;]
CMLUnitTypeList.indexEntries ( ) : void
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.indexEntries:()V]
CMLUnitTypeList.makeElementInContext ( Element parent ) [static] : CMLUnitTypeList
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLUnitTypeList;]
CMLUnitTypeList.removeUnitType ( CMLUnitType unitType ) : void
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.removeUnitType:(Lorg/xmlcml/cml/element/CMLUnitType;)V]
CMLUnitTypeList.setSIUnitList ( CMLUnitList siUnitList ) : void
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.setSIUnitList:(Lorg/xmlcml/cml/element/CMLUnitList;)V]
CMLUnitTypeList.setUnitListMap ( UnitListMap unitListMap ) : void
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.setUnitListMap:(Lorg/xmlcml/cml/element/UnitListMap;)V]
CMLUnitTypeList.size ( ) : int
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.size:()I]
CMLUnitTypeList.writeHTML ( Writer w ) : void
[mangled: org/xmlcml/cml/element/CMLUnitTypeList.writeHTML:(Ljava/io/Writer;)V]
cdk-1.0.4.jar, CMLUnitTypeListTest.class
package org.xmlcml.cml.element.test
CMLUnitTypeListTest.CMLUnitTypeListTest ( )
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest."<init>":()V]
CMLUnitTypeListTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.setUp:()V]
CMLUnitTypeListTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.suite:()Ljunit/framework/Test;]
CMLUnitTypeListTest.testAddUnitTypeCMLUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testAddUnitTypeCMLUnitType:()V]
CMLUnitTypeListTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testCopy:()V]
CMLUnitTypeListTest.testCreateDictionary ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testCreateDictionary:()V]
CMLUnitTypeListTest.testCreateDictionaryMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testCreateDictionaryMap:()V]
CMLUnitTypeListTest.testCreateUnitTypeList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testCreateUnitTypeList:()V]
CMLUnitTypeListTest.testGetSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testGetSIUnitList:()V]
CMLUnitTypeListTest.testGetUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testGetUnitListMap:()V]
CMLUnitTypeListTest.testGetUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testGetUnitType:()V]
CMLUnitTypeListTest.testIndexEntries ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testIndexEntries:()V]
CMLUnitTypeListTest.testRemoveUnitType ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testRemoveUnitType:()V]
CMLUnitTypeListTest.testSetSIUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testSetSIUnitList:()V]
CMLUnitTypeListTest.testSetUnitListMap ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testSetUnitListMap:()V]
CMLUnitTypeListTest.testSize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testSize:()V]
CMLUnitTypeListTest.testWriteHTML ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeListTest.testWriteHTML:()V]
cdk-1.0.4.jar, CMLUnitTypeTest.class
package org.xmlcml.cml.element.test
CMLUnitTypeTest.CMLUnitTypeTest ( )
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest."<init>":()V]
CMLUnitTypeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.setUp:()V]
CMLUnitTypeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.suite:()Ljunit/framework/Test;]
CMLUnitTypeTest.testComposeDimensionsFromCMLDimensionInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.testComposeDimensionsFromCMLDimensionInt:()V]
CMLUnitTypeTest.testComposeDimensionsFromCMLUnitTypeInt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.testComposeDimensionsFromCMLUnitTypeInt:()V]
CMLUnitTypeTest.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.testCopy:()V]
CMLUnitTypeTest.testGetId ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.testGetId:()V]
CMLUnitTypeTest.testGetParentCMLUnitList ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.testGetParentCMLUnitList:()V]
CMLUnitTypeTest.testWriteHTML ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLUnitTypeTest.testWriteHTML:()V]
cdk-1.0.4.jar, CMLUtil.class
package org.xmlcml.cml.base
CMLUtil.addElement ( String[ ] array, String s ) [static] : String[ ]
[mangled: org/xmlcml/cml/base/CMLUtil.addElement:([Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
CMLUtil.debug ( Element el, OutputStream os ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.debug:(Lnu/xom/Element;Ljava/io/OutputStream;)V]
CMLUtil.nullAttributeName ( ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.nullAttributeName:()V]
CMLUtil.nullAttributeValue ( String name ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.nullAttributeValue:(Ljava/lang/String;)V]
CMLUtil.nullValue ( ) [static] : void
[mangled: org/xmlcml/cml/base/CMLUtil.nullValue:()V]
CMLUtil.removeElement ( String[ ] array, String s ) [static] : String[ ]
[mangled: org/xmlcml/cml/base/CMLUtil.removeElement:([Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
CMLUtil.toDouble ( String s ) [static] : double
[mangled: org/xmlcml/cml/base/CMLUtil.toDouble:(Ljava/lang/String;)D]
CMLUtil.toInt ( String s ) [static] : int
[mangled: org/xmlcml/cml/base/CMLUtil.toInt:(Ljava/lang/String;)I]
cdk-1.0.4.jar, CMLVector3Test.class
package org.xmlcml.cml.element.test
CMLVector3Test.assertEquals ( String p1, CMLVector3 p2, CMLVector3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLVector3;Lorg/xmlcml/cml/element/CMLVector3;D)V]
CMLVector3Test.assertEquals ( String p1, double[ ] p2, CMLVector3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/cml/element/CMLVector3;D)V]
CMLVector3Test.CMLVector3Test ( )
[mangled: org/xmlcml/cml/element/test/CMLVector3Test."<init>":()V]
CMLVector3Test.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.setUp:()V]
CMLVector3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.suite:()Ljunit/framework/Test;]
CMLVector3Test.testCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testCMLVector3:()V]
CMLVector3Test.testCMLVector3CMLPoint3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testCMLVector3CMLPoint3:()V]
CMLVector3Test.testCMLVector3CMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testCMLVector3CMLVector3:()V]
CMLVector3Test.testCMLVector3DoubleArray ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testCMLVector3DoubleArray:()V]
CMLVector3Test.testCMLVector3DoubleDoubleDouble ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testCMLVector3DoubleDoubleDouble:()V]
CMLVector3Test.testCMLVector3Vector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testCMLVector3Vector3:()V]
CMLVector3Test.testCopy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testCopy:()V]
CMLVector3Test.testDot ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testDot:()V]
CMLVector3Test.testElementAt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testElementAt:()V]
CMLVector3Test.testEqualsCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testEqualsCMLVector3:()V]
CMLVector3Test.testGetAngleMadeWith ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetAngleMadeWith:()V]
CMLVector3Test.testGetCrossProduct ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetCrossProduct:()V]
CMLVector3Test.testGetEuclidVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetEuclidVector3:()V]
CMLVector3Test.testGetLength ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetLength:()V]
CMLVector3Test.testGetNonColinearVector ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetNonColinearVector:()V]
CMLVector3Test.testGetPerpendicularVector ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetPerpendicularVector:()V]
CMLVector3Test.testGetScalarTripleProduct ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetScalarTripleProduct:()V]
CMLVector3Test.testGetString ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetString:()V]
CMLVector3Test.testGetXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testGetXYZ3:()V]
CMLVector3Test.testIsColinearVector ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testIsColinearVector:()V]
CMLVector3Test.testIsEqualToCMLVector3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testIsEqualToCMLVector3:()V]
CMLVector3Test.testIsEqualToCMLVector3Double ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testIsEqualToCMLVector3Double:()V]
CMLVector3Test.testIsZero ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testIsZero:()V]
CMLVector3Test.testLongerThan ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testLongerThan:()V]
CMLVector3Test.testMultiplyBy ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testMultiplyBy:()V]
CMLVector3Test.testNormalize ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testNormalize:()V]
CMLVector3Test.testPlus ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testPlus:()V]
CMLVector3Test.testProjectOnto ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testProjectOnto:()V]
CMLVector3Test.testSetElementAt ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testSetElementAt:()V]
CMLVector3Test.testSetXYZ3 ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testSetXYZ3:()V]
CMLVector3Test.testSubtract ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testSubtract:()V]
CMLVector3Test.testTransform ( ) : void
[mangled: org/xmlcml/cml/element/test/CMLVector3Test.testTransform:()V]
cdk-1.0.4.jar, Collection.class
package org.apache.xindice.core
Collection.close ( ) : boolean
[mangled: org/apache/xindice/core/Collection.close:()Z]
Collection.Collection ( )
[mangled: org/apache/xindice/core/Collection."<init>":()V]
Collection.Collection ( Collection collection )
[mangled: org/apache/xindice/core/Collection."<init>":(Lorg/apache/xindice/core/Collection;)V]
Collection.create ( ) : boolean
[mangled: org/apache/xindice/core/Collection.create:()Z]
Collection.createCollection ( String path, Configuration config ) : Collection
[mangled: org/apache/xindice/core/Collection.createCollection:(Ljava/lang/String;Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/Collection;]
Collection.createIndexer ( Configuration config ) : Indexer
[mangled: org/apache/xindice/core/Collection.createIndexer:(Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/indexer/Indexer;]
Collection.createNewKey ( Object key ) : Key
[mangled: org/apache/xindice/core/Collection.createNewKey:(Ljava/lang/Object;)Lorg/apache/xindice/core/data/Key;]
Collection.createNewOID ( ) : Key
[mangled: org/apache/xindice/core/Collection.createNewOID:()Lorg/apache/xindice/core/data/Key;]
Collection.createXMLObject ( Configuration config ) : XMLObject
[mangled: org/apache/xindice/core/Collection.createXMLObject:(Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/objects/XMLObject;]
Collection.dispose ( ) : void
[mangled: org/apache/xindice/core/Collection.dispose:()V]
Collection.drop ( ) : boolean
[mangled: org/apache/xindice/core/Collection.drop:()Z]
Collection.dropCollection ( Collection collection ) : boolean
[mangled: org/apache/xindice/core/Collection.dropCollection:(Lorg/apache/xindice/core/Collection;)Z]
Collection.dropIndexer ( Indexer index ) : boolean
[mangled: org/apache/xindice/core/Collection.dropIndexer:(Lorg/apache/xindice/core/indexer/Indexer;)Z]
Collection.dropXMLObject ( XMLObject xmlObject ) : boolean
[mangled: org/apache/xindice/core/Collection.dropXMLObject:(Lorg/apache/xindice/core/objects/XMLObject;)Z]
Collection.exists ( ) : boolean
[mangled: org/apache/xindice/core/Collection.exists:()Z]
Collection.flushSymbolTable ( ) : void
[mangled: org/apache/xindice/core/Collection.flushSymbolTable:()V]
Collection.getCanonicalDocumentName ( Key key ) : String
[mangled: org/apache/xindice/core/Collection.getCanonicalDocumentName:(Lorg/apache/xindice/core/data/Key;)Ljava/lang/String;]
Collection.getCanonicalName ( ) : String
[mangled: org/apache/xindice/core/Collection.getCanonicalName:()Ljava/lang/String;]
Collection.getCollectionRoot ( ) : File
[mangled: org/apache/xindice/core/Collection.getCollectionRoot:()Ljava/io/File;]
Collection.getContainer ( Object docKey ) : Container
[mangled: org/apache/xindice/core/Collection.getContainer:(Ljava/lang/Object;)Lorg/apache/xindice/core/Container;]
Collection.getDatabase ( ) : Database
[mangled: org/apache/xindice/core/Collection.getDatabase:()Lorg/apache/xindice/core/Database;]
Collection.getDocument ( Object docKey ) : Document
[mangled: org/apache/xindice/core/Collection.getDocument:(Ljava/lang/Object;)Lorg/w3c/dom/Document;]
Collection.getDocumentCount ( ) : long
[mangled: org/apache/xindice/core/Collection.getDocumentCount:()J]
Collection.getDocumentSet ( ) : DocumentSet
[mangled: org/apache/xindice/core/Collection.getDocumentSet:()Lorg/apache/xindice/core/data/DocumentSet;]
Collection.getFiler ( ) : Filer
[mangled: org/apache/xindice/core/Collection.getFiler:()Lorg/apache/xindice/core/filer/Filer;]
Collection.getIndexer ( String name ) : Indexer
[mangled: org/apache/xindice/core/Collection.getIndexer:(Ljava/lang/String;)Lorg/apache/xindice/core/indexer/Indexer;]
Collection.getIndexManager ( ) : IndexManager
[mangled: org/apache/xindice/core/Collection.getIndexManager:()Lorg/apache/xindice/core/indexer/IndexManager;]
Collection.getName ( ) : String
[mangled: org/apache/xindice/core/Collection.getName:()Ljava/lang/String;]
Collection.getObject ( Object key ) : XMLSerializable
[mangled: org/apache/xindice/core/Collection.getObject:(Ljava/lang/Object;)Lorg/apache/xindice/xml/XMLSerializable;]
Collection.getParentCollection ( ) : Collection
[mangled: org/apache/xindice/core/Collection.getParentCollection:()Lorg/apache/xindice/core/Collection;]
Collection.getQueryEngine ( ) : QueryEngine
[mangled: org/apache/xindice/core/Collection.getQueryEngine:()Lorg/apache/xindice/core/query/QueryEngine;]
Collection.getSymbols ( ) : SymbolTable
[mangled: org/apache/xindice/core/Collection.getSymbols:()Lorg/apache/xindice/xml/SymbolTable;]
Collection.getSystemCollection ( ) : SystemCollection
[mangled: org/apache/xindice/core/Collection.getSystemCollection:()Lorg/apache/xindice/core/SystemCollection;]
Collection.getXMLObject ( String name ) : XMLObject
[mangled: org/apache/xindice/core/Collection.getXMLObject:(Ljava/lang/String;)Lorg/apache/xindice/core/objects/XMLObject;]
Collection.getXMLObjectManager ( ) : XMLObjectManager
[mangled: org/apache/xindice/core/Collection.getXMLObjectManager:()Lorg/apache/xindice/core/objects/XMLObjectManager;]
Collection.insertDocument ( Document document ) : Key
[mangled: org/apache/xindice/core/Collection.insertDocument:(Lorg/w3c/dom/Document;)Lorg/apache/xindice/core/data/Key;]
Collection.insertDocument ( Object docKey, Document document ) : void
[mangled: org/apache/xindice/core/Collection.insertDocument:(Ljava/lang/Object;Lorg/w3c/dom/Document;)V]
Collection.insertObject ( String key, XMLSerializable obj ) : void
[mangled: org/apache/xindice/core/Collection.insertObject:(Ljava/lang/String;Lorg/apache/xindice/xml/XMLSerializable;)V]
Collection.insertObject ( XMLSerializable obj ) : Key
[mangled: org/apache/xindice/core/Collection.insertObject:(Lorg/apache/xindice/xml/XMLSerializable;)Lorg/apache/xindice/core/data/Key;]
Collection.isOpened ( ) : boolean
[mangled: org/apache/xindice/core/Collection.isOpened:()Z]
Collection.listDocuments ( ) : String[ ]
[mangled: org/apache/xindice/core/Collection.listDocuments:()[Ljava/lang/String;]
Collection.listIndexers ( ) : String[ ]
[mangled: org/apache/xindice/core/Collection.listIndexers:()[Ljava/lang/String;]
Collection.listXMLObjects ( ) : String[ ]
[mangled: org/apache/xindice/core/Collection.listXMLObjects:()[Ljava/lang/String;]
Collection.open ( ) : boolean
[mangled: org/apache/xindice/core/Collection.open:()Z]
Collection.queryCollection ( String style, String query, NamespaceMap nsMap ) : NodeSet
[mangled: org/apache/xindice/core/Collection.queryCollection:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;)Lorg/apache/xindice/core/data/NodeSet;]
Collection.queryDocument ( String style, String query, NamespaceMap nsMap, Object key ) : NodeSet
[mangled: org/apache/xindice/core/Collection.queryDocument:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;Ljava/lang/Object;)Lorg/apache/xindice/core/data/NodeSet;]
Collection.remove ( Object key ) : void
[mangled: org/apache/xindice/core/Collection.remove:(Ljava/lang/Object;)V]
Collection.setCanonicalName ( String canonicalName ) : void
[mangled: org/apache/xindice/core/Collection.setCanonicalName:(Ljava/lang/String;)V]
Collection.setCollectionRoot ( File collectionRoot ) : void
[mangled: org/apache/xindice/core/Collection.setCollectionRoot:(Ljava/io/File;)V]
Collection.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/Collection.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
Collection.setDocument ( Object docKey, Document document ) : void
[mangled: org/apache/xindice/core/Collection.setDocument:(Ljava/lang/Object;Lorg/w3c/dom/Document;)V]
Collection.setObject ( Object key, XMLSerializable obj ) : void
[mangled: org/apache/xindice/core/Collection.setObject:(Ljava/lang/Object;Lorg/apache/xindice/xml/XMLSerializable;)V]
package org.xmldb.api.base
Collection.close ( ) [abstract] : void
[mangled: org/xmldb/api/base/Collection.close:()V]
Collection.createId ( ) [abstract] : String
[mangled: org/xmldb/api/base/Collection.createId:()Ljava/lang/String;]
Collection.createResource ( String p1, String p2 ) [abstract] : Resource
[mangled: org/xmldb/api/base/Collection.createResource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/Resource;]
Collection.getChildCollection ( String p1 ) [abstract] : Collection
[mangled: org/xmldb/api/base/Collection.getChildCollection:(Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
Collection.getChildCollectionCount ( ) [abstract] : int
[mangled: org/xmldb/api/base/Collection.getChildCollectionCount:()I]
Collection.getName ( ) [abstract] : String
[mangled: org/xmldb/api/base/Collection.getName:()Ljava/lang/String;]
Collection.getParentCollection ( ) [abstract] : Collection
[mangled: org/xmldb/api/base/Collection.getParentCollection:()Lorg/xmldb/api/base/Collection;]
Collection.getResource ( String p1 ) [abstract] : Resource
[mangled: org/xmldb/api/base/Collection.getResource:(Ljava/lang/String;)Lorg/xmldb/api/base/Resource;]
Collection.getResourceCount ( ) [abstract] : int
[mangled: org/xmldb/api/base/Collection.getResourceCount:()I]
Collection.getService ( String p1, String p2 ) [abstract] : Service
[mangled: org/xmldb/api/base/Collection.getService:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/Service;]
Collection.getServices ( ) [abstract] : Service[ ]
[mangled: org/xmldb/api/base/Collection.getServices:()[Lorg/xmldb/api/base/Service;]
Collection.isOpen ( ) [abstract] : boolean
[mangled: org/xmldb/api/base/Collection.isOpen:()Z]
Collection.listChildCollections ( ) [abstract] : String[ ]
[mangled: org/xmldb/api/base/Collection.listChildCollections:()[Ljava/lang/String;]
Collection.listResources ( ) [abstract] : String[ ]
[mangled: org/xmldb/api/base/Collection.listResources:()[Ljava/lang/String;]
Collection.removeResource ( Resource p1 ) [abstract] : void
[mangled: org/xmldb/api/base/Collection.removeResource:(Lorg/xmldb/api/base/Resource;)V]
Collection.storeResource ( Resource p1 ) [abstract] : void
[mangled: org/xmldb/api/base/Collection.storeResource:(Lorg/xmldb/api/base/Resource;)V]
cdk-1.0.4.jar, CollectionHelper.class
package org.apache.xindice.client.corba.db
CollectionHelper.CollectionHelper ( )
[mangled: org/apache/xindice/client/corba/db/CollectionHelper."<init>":()V]
CollectionHelper.extract ( CORBA.Any a ) [static] : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.id:()Ljava/lang/String;]
CollectionHelper.insert ( CORBA.Any a, Collection t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/Collection;)V]
CollectionHelper.narrow ( CORBA.Object obj ) [static] : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionHelper.read ( CORBA.portable.InputStream istream ) [static] : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.type:()Lorg/omg/CORBA/TypeCode;]
CollectionHelper.unchecked_narrow ( CORBA.Object obj ) [static] : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.unchecked_narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionHelper.write ( CORBA.portable.OutputStream ostream, Collection value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/CollectionHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/Collection;)V]
cdk-1.0.4.jar, CollectionHolder.class
package org.apache.xindice.client.corba.db
CollectionHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
CollectionHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/CollectionHolder._type:()Lorg/omg/CORBA/TypeCode;]
CollectionHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
CollectionHolder.CollectionHolder ( )
[mangled: org/apache/xindice/client/corba/db/CollectionHolder."<init>":()V]
CollectionHolder.CollectionHolder ( Collection initial )
[mangled: org/apache/xindice/client/corba/db/CollectionHolder."<init>":(Lorg/apache/xindice/client/corba/db/Collection;)V]
cdk-1.0.4.jar, CollectionImpl.class
package org.apache.xindice.client.xmldb
CollectionImpl.checkOpen ( ) : void
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.checkOpen:()V]
CollectionImpl.close ( ) : void
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.close:()V]
CollectionImpl.CollectionImpl ( Collection collection, Database db, DatabaseImpl database )
[mangled: org/apache/xindice/client/xmldb/CollectionImpl."<init>":(Lorg/apache/xindice/client/corba/db/Collection;Lorg/apache/xindice/client/corba/db/Database;Lorg/apache/xindice/client/xmldb/DatabaseImpl;)V]
CollectionImpl.createId ( ) : String
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.createId:()Ljava/lang/String;]
CollectionImpl.createResource ( String id, String type ) : Resource
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.createResource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/Resource;]
CollectionImpl.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getCanonicalName:()Ljava/lang/String;]
CollectionImpl.getChildCollection ( String name ) : Collection
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getChildCollection:(Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
CollectionImpl.getChildCollectionCount ( ) : int
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getChildCollectionCount:()I]
CollectionImpl.getName ( ) : String
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getName:()Ljava/lang/String;]
CollectionImpl.getParentCollection ( ) : Collection
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getParentCollection:()Lorg/xmldb/api/base/Collection;]
CollectionImpl.getResource ( String id ) : Resource
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getResource:(Ljava/lang/String;)Lorg/xmldb/api/base/Resource;]
CollectionImpl.getResourceCount ( ) : int
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getResourceCount:()I]
CollectionImpl.getServerObject ( ) : Collection
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getServerObject:()Lorg/apache/xindice/client/corba/db/Collection;]
CollectionImpl.getService ( String name, String version ) : Service
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getService:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/Service;]
CollectionImpl.getServices ( ) : Service[ ]
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.getServices:()[Lorg/xmldb/api/base/Service;]
CollectionImpl.isOpen ( ) : boolean
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.isOpen:()Z]
CollectionImpl.listChildCollections ( ) : String[ ]
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.listChildCollections:()[Ljava/lang/String;]
CollectionImpl.listResources ( ) : String[ ]
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.listResources:()[Ljava/lang/String;]
CollectionImpl.registerService ( Service service ) : void
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.registerService:(Lorg/xmldb/api/base/Service;)V]
CollectionImpl.remove ( ) : void
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.remove:()V]
CollectionImpl.removeResource ( Resource resource ) : void
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.removeResource:(Lorg/xmldb/api/base/Resource;)V]
CollectionImpl.storeResource ( Resource resource ) : void
[mangled: org/apache/xindice/client/xmldb/CollectionImpl.storeResource:(Lorg/xmldb/api/base/Resource;)V]
cdk-1.0.4.jar, CollectionManagementService.class
package org.xmldb.api.modules
CollectionManagementService.createCollection ( String p1 ) [abstract] : Collection
[mangled: org/xmldb/api/modules/CollectionManagementService.createCollection:(Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
CollectionManagementService.removeCollection ( String p1 ) [abstract] : void
[mangled: org/xmldb/api/modules/CollectionManagementService.removeCollection:(Ljava/lang/String;)V]
cdk-1.0.4.jar, CollectionManager.class
package org.apache.xindice.client.xmldb.services
CollectionManager.CollectionManager ( CollectionManager manager, Database db, DatabaseImpl database )
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager."<init>":(Lorg/apache/xindice/client/corba/db/CollectionManager;Lorg/apache/xindice/client/corba/db/Database;Lorg/apache/xindice/client/xmldb/DatabaseImpl;)V]
CollectionManager.createCollection ( String name ) : Collection
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.createCollection:(Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
CollectionManager.createCollection ( String path, Document configuration ) : Collection
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.createCollection:(Ljava/lang/String;Lorg/w3c/dom/Document;)Lorg/xmldb/api/base/Collection;]
CollectionManager.createIndexer ( Document configuration ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.createIndexer:(Lorg/w3c/dom/Document;)V]
CollectionManager.createXMLObject ( Document configuration ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.createXMLObject:(Lorg/w3c/dom/Document;)V]
CollectionManager.dropCollection ( String name ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.dropCollection:(Ljava/lang/String;)V]
CollectionManager.dropIndexer ( String name ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.dropIndexer:(Ljava/lang/String;)V]
CollectionManager.dropXMLObject ( String name ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.dropXMLObject:(Ljava/lang/String;)V]
CollectionManager.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.getCanonicalName:()Ljava/lang/String;]
CollectionManager.getCollectionName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.getCollectionName:()Ljava/lang/String;]
CollectionManager.getName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.getName:()Ljava/lang/String;]
CollectionManager.getServerObject ( ) : CollectionManager
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.getServerObject:()Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionManager.getVersion ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.getVersion:()Ljava/lang/String;]
CollectionManager.listIndexers ( ) : String[ ]
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.listIndexers:()[Ljava/lang/String;]
CollectionManager.listXMLObjects ( ) : String[ ]
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.listXMLObjects:()[Ljava/lang/String;]
CollectionManager.remove ( ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.remove:()V]
CollectionManager.removeCollection ( String name ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.removeCollection:(Ljava/lang/String;)V]
CollectionManager.setCollection ( Collection col ) : void
[mangled: org/apache/xindice/client/xmldb/services/CollectionManager.setCollection:(Lorg/xmldb/api/base/Collection;)V]
package org.apache.xindice.core
CollectionManager.CollectionManager ( )
[mangled: org/apache/xindice/core/CollectionManager."<init>":()V]
CollectionManager.createCollection ( String path, Configuration cfg ) : Collection
[mangled: org/apache/xindice/core/CollectionManager.createCollection:(Ljava/lang/String;Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/Collection;]
CollectionManager.dispose ( ) : void
[mangled: org/apache/xindice/core/CollectionManager.dispose:()V]
CollectionManager.dropCollection ( Collection collection ) : boolean
[mangled: org/apache/xindice/core/CollectionManager.dropCollection:(Lorg/apache/xindice/core/Collection;)Z]
CollectionManager.getCollection ( String path ) : Collection
[mangled: org/apache/xindice/core/CollectionManager.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/core/Collection;]
CollectionManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/core/CollectionManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
CollectionManager.listCollections ( ) : String[ ]
[mangled: org/apache/xindice/core/CollectionManager.listCollections:()[Ljava/lang/String;]
CollectionManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/CollectionManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, CollectionManagerHelper.class
package org.apache.xindice.client.corba.db
CollectionManagerHelper.CollectionManagerHelper ( )
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper."<init>":()V]
CollectionManagerHelper.extract ( CORBA.Any a ) [static] : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionManagerHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.id:()Ljava/lang/String;]
CollectionManagerHelper.insert ( CORBA.Any a, CollectionManager t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/CollectionManager;)V]
CollectionManagerHelper.narrow ( CORBA.Object obj ) [static] : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionManagerHelper.read ( CORBA.portable.InputStream istream ) [static] : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionManagerHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.type:()Lorg/omg/CORBA/TypeCode;]
CollectionManagerHelper.unchecked_narrow ( CORBA.Object obj ) [static] : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.unchecked_narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionManagerHelper.write ( CORBA.portable.OutputStream ostream, CollectionManager value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/CollectionManager;)V]
cdk-1.0.4.jar, CollectionManagerHolder.class
package org.apache.xindice.client.corba.db
CollectionManagerHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
CollectionManagerHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHolder._type:()Lorg/omg/CORBA/TypeCode;]
CollectionManagerHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
CollectionManagerHolder.CollectionManagerHolder ( )
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHolder."<init>":()V]
CollectionManagerHolder.CollectionManagerHolder ( CollectionManager initial )
[mangled: org/apache/xindice/client/corba/db/CollectionManagerHolder."<init>":(Lorg/apache/xindice/client/corba/db/CollectionManager;)V]
cdk-1.0.4.jar, CollectionManagerOperations.class
package org.apache.xindice.client.corba.db
CollectionManagerOperations.createCollection ( String p1, EncodedBuffer p2 ) [abstract] : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.createCollection:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionManagerOperations.createIndexer ( EncodedBuffer p1 ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.createIndexer:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
CollectionManagerOperations.createXMLObject ( EncodedBuffer p1 ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.createXMLObject:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
CollectionManagerOperations.dropCollection ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.dropCollection:(Ljava/lang/String;)V]
CollectionManagerOperations.dropIndexer ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.dropIndexer:(Ljava/lang/String;)V]
CollectionManagerOperations.dropXMLObject ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.dropXMLObject:(Ljava/lang/String;)V]
CollectionManagerOperations.getCanonicalName ( ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.getCanonicalName:()Ljava/lang/String;]
CollectionManagerOperations.getName ( ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.getName:()Ljava/lang/String;]
CollectionManagerOperations.listIndexers ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.listIndexers:()[Ljava/lang/String;]
CollectionManagerOperations.listXMLObjects ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionManagerOperations.listXMLObjects:()[Ljava/lang/String;]
cdk-1.0.4.jar, CollectionManagerPOA.class
package org.apache.xindice.client.corba.db
CollectionManagerPOA._all_interfaces ( PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOA._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
CollectionManagerPOA._invoke ( String opName, CORBA.portable.InputStream _is, CORBA.portable.ResponseHandler handler ) : CORBA.portable.OutputStream
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOA._invoke:(Ljava/lang/String;Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/portable/ResponseHandler;)Lorg/omg/CORBA/portable/OutputStream;]
CollectionManagerPOA._this ( ) : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOA._this:()Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionManagerPOA._this ( CORBA.ORB orb ) : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOA._this:(Lorg/omg/CORBA/ORB;)Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionManagerPOA.CollectionManagerPOA ( )
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOA."<init>":()V]
cdk-1.0.4.jar, CollectionManagerPOATie.class
package org.apache.xindice.client.corba.db
CollectionManagerPOATie._default_POA ( ) : PortableServer.POA
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie._default_POA:()Lorg/omg/PortableServer/POA;]
CollectionManagerPOATie._delegate ( ) : CollectionManagerOperations
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie._delegate:()Lorg/apache/xindice/client/corba/db/CollectionManagerOperations;]
CollectionManagerPOATie._delegate ( CollectionManagerOperations delegate_ ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie._delegate:(Lorg/apache/xindice/client/corba/db/CollectionManagerOperations;)V]
CollectionManagerPOATie.CollectionManagerPOATie ( CollectionManagerOperations tieObject )
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie."<init>":(Lorg/apache/xindice/client/corba/db/CollectionManagerOperations;)V]
CollectionManagerPOATie.CollectionManagerPOATie ( CollectionManagerOperations tieObject, PortableServer.POA poa )
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie."<init>":(Lorg/apache/xindice/client/corba/db/CollectionManagerOperations;Lorg/omg/PortableServer/POA;)V]
CollectionManagerPOATie.createCollection ( String path, EncodedBuffer config ) : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.createCollection:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionManagerPOATie.createIndexer ( EncodedBuffer config ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.createIndexer:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
CollectionManagerPOATie.createXMLObject ( EncodedBuffer config ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.createXMLObject:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
CollectionManagerPOATie.dropCollection ( String path ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.dropCollection:(Ljava/lang/String;)V]
CollectionManagerPOATie.dropIndexer ( String nam ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.dropIndexer:(Ljava/lang/String;)V]
CollectionManagerPOATie.dropXMLObject ( String nam ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.dropXMLObject:(Ljava/lang/String;)V]
CollectionManagerPOATie.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.getCanonicalName:()Ljava/lang/String;]
CollectionManagerPOATie.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.getName:()Ljava/lang/String;]
CollectionManagerPOATie.listIndexers ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.listIndexers:()[Ljava/lang/String;]
CollectionManagerPOATie.listXMLObjects ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.listXMLObjects:()[Ljava/lang/String;]
CollectionManagerPOATie.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionManagerPOATie.remove:()V]
cdk-1.0.4.jar, CollectionManagerServant.class
package org.apache.xindice.client.corba
CollectionManagerServant.CollectionManagerServant ( Collection collection )
[mangled: org/apache/xindice/client/corba/CollectionManagerServant."<init>":(Lorg/apache/xindice/core/Collection;)V]
CollectionManagerServant.createCollection ( String path, EncodedBuffer config ) : Collection
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.createCollection:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionManagerServant.createIndexer ( EncodedBuffer config ) : void
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.createIndexer:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
CollectionManagerServant.createXMLObject ( EncodedBuffer config ) : void
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.createXMLObject:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
CollectionManagerServant.dropCollection ( String nam ) : void
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.dropCollection:(Ljava/lang/String;)V]
CollectionManagerServant.dropIndexer ( String nam ) : void
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.dropIndexer:(Ljava/lang/String;)V]
CollectionManagerServant.dropXMLObject ( String nam ) : void
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.dropXMLObject:(Ljava/lang/String;)V]
CollectionManagerServant.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.getCanonicalName:()Ljava/lang/String;]
CollectionManagerServant.getName ( ) : String
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.getName:()Ljava/lang/String;]
CollectionManagerServant.listIndexers ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.listIndexers:()[Ljava/lang/String;]
CollectionManagerServant.listXMLObjects ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.listXMLObjects:()[Ljava/lang/String;]
CollectionManagerServant.remove ( ) : void
[mangled: org/apache/xindice/client/corba/CollectionManagerServant.remove:()V]
cdk-1.0.4.jar, CollectionOperations.class
package org.apache.xindice.client.corba.db
CollectionOperations.createNewOID ( ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.createNewOID:()Ljava/lang/String;]
CollectionOperations.getCanonicalName ( ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getCanonicalName:()Ljava/lang/String;]
CollectionOperations.getCollection ( String p1 ) [abstract] : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionOperations.getCollectionManager ( ) [abstract] : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getCollectionManager:()Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionOperations.getDocument ( String p1, long p2 ) [abstract] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getDocument:(Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionOperations.getDocumentCount ( ) [abstract] : int
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getDocumentCount:()I]
CollectionOperations.getDocuments ( ) [abstract] : DocumentSet
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getDocuments:()Lorg/apache/xindice/client/corba/db/DocumentSet;]
CollectionOperations.getName ( ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getName:()Ljava/lang/String;]
CollectionOperations.getParentCollection ( ) [abstract] : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.getParentCollection:()Lorg/apache/xindice/client/corba/db/Collection;]
CollectionOperations.insertDocument ( String p1, EncodedBuffer p2 ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.insertDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Ljava/lang/String;]
CollectionOperations.invokeXMLObject ( String p1 ) [abstract] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.invokeXMLObject:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionOperations.listCollections ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.listCollections:()[Ljava/lang/String;]
CollectionOperations.listDocuments ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.listDocuments:()[Ljava/lang/String;]
CollectionOperations.queryCollection ( String p1, String p2, NamedVal[ ] p3, long p4 ) [abstract] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.queryCollection:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionOperations.queryDocument ( String p1, String p2, NamedVal[ ] p3, String p4, long p5 ) [abstract] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.queryDocument:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionOperations.removeDocument ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.removeDocument:(Ljava/lang/String;)V]
CollectionOperations.setDocument ( String p1, EncodedBuffer p2 ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/CollectionOperations.setDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
cdk-1.0.4.jar, CollectionPOA.class
package org.apache.xindice.client.corba.db
CollectionPOA._all_interfaces ( PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionPOA._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
CollectionPOA._invoke ( String opName, CORBA.portable.InputStream _is, CORBA.portable.ResponseHandler handler ) : CORBA.portable.OutputStream
[mangled: org/apache/xindice/client/corba/db/CollectionPOA._invoke:(Ljava/lang/String;Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/portable/ResponseHandler;)Lorg/omg/CORBA/portable/OutputStream;]
CollectionPOA._this ( ) : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionPOA._this:()Lorg/apache/xindice/client/corba/db/Collection;]
CollectionPOA._this ( CORBA.ORB orb ) : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionPOA._this:(Lorg/omg/CORBA/ORB;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionPOA.CollectionPOA ( )
[mangled: org/apache/xindice/client/corba/db/CollectionPOA."<init>":()V]
cdk-1.0.4.jar, CollectionPOATie.class
package org.apache.xindice.client.corba.db
CollectionPOATie._default_POA ( ) : PortableServer.POA
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie._default_POA:()Lorg/omg/PortableServer/POA;]
CollectionPOATie._delegate ( ) : CollectionOperations
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie._delegate:()Lorg/apache/xindice/client/corba/db/CollectionOperations;]
CollectionPOATie._delegate ( CollectionOperations delegate_ ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie._delegate:(Lorg/apache/xindice/client/corba/db/CollectionOperations;)V]
CollectionPOATie.CollectionPOATie ( CollectionOperations tieObject )
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie."<init>":(Lorg/apache/xindice/client/corba/db/CollectionOperations;)V]
CollectionPOATie.CollectionPOATie ( CollectionOperations tieObject, PortableServer.POA poa )
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie."<init>":(Lorg/apache/xindice/client/corba/db/CollectionOperations;Lorg/omg/PortableServer/POA;)V]
CollectionPOATie.createNewOID ( ) : String
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.createNewOID:()Ljava/lang/String;]
CollectionPOATie.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getCanonicalName:()Ljava/lang/String;]
CollectionPOATie.getCollection ( String path ) : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionPOATie.getCollectionManager ( ) : CollectionManager
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getCollectionManager:()Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionPOATie.getDocument ( String id, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getDocument:(Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionPOATie.getDocumentCount ( ) : int
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getDocumentCount:()I]
CollectionPOATie.getDocuments ( ) : DocumentSet
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getDocuments:()Lorg/apache/xindice/client/corba/db/DocumentSet;]
CollectionPOATie.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getName:()Ljava/lang/String;]
CollectionPOATie.getParentCollection ( ) : Collection
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.getParentCollection:()Lorg/apache/xindice/client/corba/db/Collection;]
CollectionPOATie.insertDocument ( String nam, EncodedBuffer doc ) : String
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.insertDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Ljava/lang/String;]
CollectionPOATie.invokeXMLObject ( String uri ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.invokeXMLObject:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionPOATie.listCollections ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.listCollections:()[Ljava/lang/String;]
CollectionPOATie.listDocuments ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.listDocuments:()[Ljava/lang/String;]
CollectionPOATie.queryCollection ( String style, String query, NamedVal[ ] namespaces, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.queryCollection:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionPOATie.queryDocument ( String style, String query, NamedVal[ ] namespaces, String id, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.queryDocument:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionPOATie.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.remove:()V]
CollectionPOATie.removeDocument ( String id ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.removeDocument:(Ljava/lang/String;)V]
CollectionPOATie.setDocument ( String id, EncodedBuffer doc ) : void
[mangled: org/apache/xindice/client/corba/db/CollectionPOATie.setDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
cdk-1.0.4.jar, CollectionServant.class
package org.apache.xindice.client.corba
CollectionServant.CollectionServant ( Collection collection )
[mangled: org/apache/xindice/client/corba/CollectionServant."<init>":(Lorg/apache/xindice/core/Collection;)V]
CollectionServant.createNewOID ( ) : String
[mangled: org/apache/xindice/client/corba/CollectionServant.createNewOID:()Ljava/lang/String;]
CollectionServant.getCanonicalName ( ) : String
[mangled: org/apache/xindice/client/corba/CollectionServant.getCanonicalName:()Ljava/lang/String;]
CollectionServant.getCollection ( String path ) : Collection
[mangled: org/apache/xindice/client/corba/CollectionServant.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
CollectionServant.getCollectionManager ( ) : CollectionManager
[mangled: org/apache/xindice/client/corba/CollectionServant.getCollectionManager:()Lorg/apache/xindice/client/corba/db/CollectionManager;]
CollectionServant.getDocument ( String id, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/CollectionServant.getDocument:(Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionServant.getDocumentCount ( ) : int
[mangled: org/apache/xindice/client/corba/CollectionServant.getDocumentCount:()I]
CollectionServant.getDocuments ( ) : DocumentSet
[mangled: org/apache/xindice/client/corba/CollectionServant.getDocuments:()Lorg/apache/xindice/client/corba/db/DocumentSet;]
CollectionServant.getName ( ) : String
[mangled: org/apache/xindice/client/corba/CollectionServant.getName:()Ljava/lang/String;]
CollectionServant.getParentCollection ( ) : Collection
[mangled: org/apache/xindice/client/corba/CollectionServant.getParentCollection:()Lorg/apache/xindice/client/corba/db/Collection;]
CollectionServant.insertDocument ( String nam, EncodedBuffer doc ) : String
[mangled: org/apache/xindice/client/corba/CollectionServant.insertDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Ljava/lang/String;]
CollectionServant.invokeXMLObject ( String uri ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/CollectionServant.invokeXMLObject:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionServant.listCollections ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/CollectionServant.listCollections:()[Ljava/lang/String;]
CollectionServant.listDocuments ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/CollectionServant.listDocuments:()[Ljava/lang/String;]
CollectionServant.queryCollection ( String style, String query, NamedVal[ ] namespaces, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/CollectionServant.queryCollection:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionServant.queryDocument ( String style, String query, NamedVal[ ] namespaces, String id, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/CollectionServant.queryDocument:(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/xindice/client/corba/db/NamedVal;Ljava/lang/String;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
CollectionServant.remove ( ) : void
[mangled: org/apache/xindice/client/corba/CollectionServant.remove:()V]
CollectionServant.removeDocument ( String id ) : void
[mangled: org/apache/xindice/client/corba/CollectionServant.removeDocument:(Ljava/lang/String;)V]
CollectionServant.setDocument ( String id, EncodedBuffer doc ) : void
[mangled: org/apache/xindice/client/corba/CollectionServant.setDocument:(Ljava/lang/String;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
cdk-1.0.4.jar, ColorMatrixRable.class
package org.apache.batik.ext.awt.image.renderable
ColorMatrixRable.getMatrix ( ) [abstract] : float[ ][ ]
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable.getMatrix:()[[F]
ColorMatrixRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ColorMatrixRable.getType ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable.getType:()I]
ColorMatrixRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, ColorMatrixRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
ColorMatrixRable8Bit.buildHueRotate ( float p1 ) [static] : ColorMatrixRable
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.buildHueRotate:(F)Lorg/apache/batik/ext/awt/image/renderable/ColorMatrixRable;]
ColorMatrixRable8Bit.buildLuminanceToAlpha ( ) [static] : ColorMatrixRable
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.buildLuminanceToAlpha:()Lorg/apache/batik/ext/awt/image/renderable/ColorMatrixRable;]
ColorMatrixRable8Bit.buildMatrix ( float[ ][ ] p1 ) [static] : ColorMatrixRable
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.buildMatrix:([[F)Lorg/apache/batik/ext/awt/image/renderable/ColorMatrixRable;]
ColorMatrixRable8Bit.buildSaturate ( float p1 ) [static] : ColorMatrixRable
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.buildSaturate:(F)Lorg/apache/batik/ext/awt/image/renderable/ColorMatrixRable;]
ColorMatrixRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
ColorMatrixRable8Bit.getMatrix ( ) : float[ ][ ]
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.getMatrix:()[[F]
ColorMatrixRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ColorMatrixRable8Bit.getType ( ) : int
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.getType:()I]
ColorMatrixRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ColorMatrixRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, ColorMatrixRed.class
package org.apache.batik.ext.awt.image.rendered
ColorMatrixRed.ColorMatrixRed ( CachableRed p1, float[ ][ ] p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/ColorMatrixRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;[[F)V]
ColorMatrixRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/ColorMatrixRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
ColorMatrixRed.getMatrix ( ) : float[ ][ ]
[mangled: org/apache/batik/ext/awt/image/rendered/ColorMatrixRed.getMatrix:()[[F]
ColorMatrixRed.setMatrix ( float[ ][ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/ColorMatrixRed.setMatrix:([[F)V]
cdk-1.0.4.jar, ColorSpaceEnum.class
package org.apache.batik.ext.awt
MultipleGradientPaint.ColorSpaceEnum.MultipleGradientPaint.ColorSpaceEnum ( )
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.ColorSpaceEnum."<init>":()V]
cdk-1.0.4.jar, ColorSpaceHintKey.class
package org.apache.batik.ext.awt
ColorSpaceHintKey.isCompatibleValue ( Object p1 ) : boolean
[mangled: org/apache/batik/ext/awt/ColorSpaceHintKey.isCompatibleValue:(Ljava/lang/Object;)Z]
cdk-1.0.4.jar, ColumnAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
ColumnAtom.ColumnAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ColumnAtom."<init>":()V]
ColumnAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ColumnAtom.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, Command.class
package org.apache.xindice.tools.command
Command.Command ( )
[mangled: org/apache/xindice/tools/command/Command."<init>":()V]
Command.execute ( Hashtable p1 ) [abstract] : boolean
[mangled: org/apache/xindice/tools/command/Command.execute:(Ljava/util/Hashtable;)Z]
Command.normalizeCollectionURI ( String uri ) : String
[mangled: org/apache/xindice/tools/command/Command.normalizeCollectionURI:(Ljava/lang/String;)Ljava/lang/String;]
Command.normalizeXindiceURI ( String uri ) : String
[mangled: org/apache/xindice/tools/command/Command.normalizeXindiceURI:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.0.4.jar, CommandLine.class
package org.apache.commons.cli
CommandLine.getArgList ( ) : List
[mangled: org/apache/commons/cli/CommandLine.getArgList:()Ljava/util/List;]
CommandLine.getArgs ( ) : String[ ]
[mangled: org/apache/commons/cli/CommandLine.getArgs:()[Ljava/lang/String;]
CommandLine.getOptionObject ( char opt ) : Object
[mangled: org/apache/commons/cli/CommandLine.getOptionObject:(C)Ljava/lang/Object;]
CommandLine.getOptionObject ( String opt ) : Object
[mangled: org/apache/commons/cli/CommandLine.getOptionObject:(Ljava/lang/String;)Ljava/lang/Object;]
CommandLine.getOptions ( ) : Option[ ]
[mangled: org/apache/commons/cli/CommandLine.getOptions:()[Lorg/apache/commons/cli/Option;]
CommandLine.getOptionValue ( char opt ) : String
[mangled: org/apache/commons/cli/CommandLine.getOptionValue:(C)Ljava/lang/String;]
CommandLine.getOptionValue ( char opt, String defaultValue ) : String
[mangled: org/apache/commons/cli/CommandLine.getOptionValue:(CLjava/lang/String;)Ljava/lang/String;]
CommandLine.getOptionValue ( String opt ) : String
[mangled: org/apache/commons/cli/CommandLine.getOptionValue:(Ljava/lang/String;)Ljava/lang/String;]
CommandLine.getOptionValue ( String opt, String defaultValue ) : String
[mangled: org/apache/commons/cli/CommandLine.getOptionValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
CommandLine.getOptionValues ( char opt ) : String[ ]
[mangled: org/apache/commons/cli/CommandLine.getOptionValues:(C)[Ljava/lang/String;]
CommandLine.getOptionValues ( String opt ) : String[ ]
[mangled: org/apache/commons/cli/CommandLine.getOptionValues:(Ljava/lang/String;)[Ljava/lang/String;]
CommandLine.hasOption ( char opt ) : boolean
[mangled: org/apache/commons/cli/CommandLine.hasOption:(C)Z]
CommandLine.hasOption ( String opt ) : boolean
[mangled: org/apache/commons/cli/CommandLine.hasOption:(Ljava/lang/String;)Z]
CommandLine.iterator ( ) : Iterator
[mangled: org/apache/commons/cli/CommandLine.iterator:()Ljava/util/Iterator;]
cdk-1.0.4.jar, CommandLineParser.class
package org.apache.commons.cli
CommandLineParser.parse ( Options p1, String[ ] p2 ) [abstract] : CommandLine
[mangled: org/apache/commons/cli/CommandLineParser.parse:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;)Lorg/apache/commons/cli/CommandLine;]
CommandLineParser.parse ( Options p1, String[ ] p2, boolean p3 ) [abstract] : CommandLine
[mangled: org/apache/commons/cli/CommandLineParser.parse:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;Z)Lorg/apache/commons/cli/CommandLine;]
cdk-1.0.4.jar, CommentImpl.class
package org.apache.xindice.xml.dom
CommentImpl.CommentImpl ( )
[mangled: org/apache/xindice/xml/dom/CommentImpl."<init>":()V]
CommentImpl.CommentImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/CommentImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
CommentImpl.CommentImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/CommentImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
CommentImpl.CommentImpl ( NodeImpl parentNode, String nodeValue )
[mangled: org/apache/xindice/xml/dom/CommentImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;)V]
CommentImpl.getNodeName ( ) : String
[mangled: org/apache/xindice/xml/dom/CommentImpl.getNodeName:()Ljava/lang/String;]
CommentImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/CommentImpl.getNodeType:()S]
cdk-1.0.4.jar, CommonConfigurable.class
package org.apache.xindice.client.xmldb
CommonConfigurable.CommonConfigurable ( )
[mangled: org/apache/xindice/client/xmldb/CommonConfigurable."<init>":()V]
CommonConfigurable.getProperty ( String name ) : String
[mangled: org/apache/xindice/client/xmldb/CommonConfigurable.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
CommonConfigurable.setProperty ( String name, String value ) : void
[mangled: org/apache/xindice/client/xmldb/CommonConfigurable.setProperty:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, CompilationException.class
package org.apache.xindice.core.query
CompilationException.CompilationException ( )
[mangled: org/apache/xindice/core/query/CompilationException."<init>":()V]
CompilationException.CompilationException ( String message )
[mangled: org/apache/xindice/core/query/CompilationException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, CompleteCMLTest.class
package org.xmlcml.cml.element.test
CompleteCMLTest.CompleteCMLTest ( )
[mangled: org/xmlcml/cml/element/test/CompleteCMLTest."<init>":()V]
CompleteCMLTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/cml/element/test/CompleteCMLTest.main:([Ljava/lang/String;)V]
CompleteCMLTest.runAll ( ) [static] : void
[mangled: org/xmlcml/cml/element/test/CompleteCMLTest.runAll:()V]
CompleteCMLTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/CompleteCMLTest.suite:()Ljunit/framework/Test;]
cdk-1.0.4.jar, Complex.class
package org.openscience.cdk.math
Complex.add ( Complex c ) : void
[mangled: org/openscience/cdk/math/Complex.add:(Lorg/openscience/cdk/math/Complex;)V]
Complex.Complex ( Complex c )
[mangled: org/openscience/cdk/math/Complex."<init>":(Lorg/openscience/cdk/math/Complex;)V]
Complex.Complex ( double real, double imag )
[mangled: org/openscience/cdk/math/Complex."<init>":(DD)V]
Complex.div ( Complex c ) : void
[mangled: org/openscience/cdk/math/Complex.div:(Lorg/openscience/cdk/math/Complex;)V]
Complex.getImaginaryPart ( ) : double
[mangled: org/openscience/cdk/math/Complex.getImaginaryPart:()D]
Complex.getRealPart ( ) : double
[mangled: org/openscience/cdk/math/Complex.getRealPart:()D]
Complex.mul ( Complex c ) : void
[mangled: org/openscience/cdk/math/Complex.mul:(Lorg/openscience/cdk/math/Complex;)V]
Complex.setImaginaryPart ( double imag ) : void
[mangled: org/openscience/cdk/math/Complex.setImaginaryPart:(D)V]
Complex.setRealPart ( double real ) : void
[mangled: org/openscience/cdk/math/Complex.setRealPart:(D)V]
Complex.sub ( Complex c ) : void
[mangled: org/openscience/cdk/math/Complex.sub:(Lorg/openscience/cdk/math/Complex;)V]
Complex.toString ( ) : String
[mangled: org/openscience/cdk/math/Complex.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, ComplexTest.class
package org.xmlcml.euclid.test
ComplexTest.ComplexTest ( )
[mangled: org/xmlcml/euclid/test/ComplexTest."<init>":()V]
ComplexTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.setUp:()V]
ComplexTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/ComplexTest.suite:()Ljunit/framework/Test;]
ComplexTest.testComplex ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testComplex:()V]
ComplexTest.testComplexComplex ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testComplexComplex:()V]
ComplexTest.testComplexDouble ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testComplexDouble:()V]
ComplexTest.testComplexDoubleAngle ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testComplexDoubleAngle:()V]
ComplexTest.testComplexDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testComplexDoubleDouble:()V]
ComplexTest.testComplexPolar ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testComplexPolar:()V]
ComplexTest.testComplexReal2 ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testComplexReal2:()V]
ComplexTest.testDivideBy ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testDivideBy:()V]
ComplexTest.testGetImaginary ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testGetImaginary:()V]
ComplexTest.testGetPolar ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testGetPolar:()V]
ComplexTest.testGetR ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testGetR:()V]
ComplexTest.testGetReal ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testGetReal:()V]
ComplexTest.testGetTheta ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testGetTheta:()V]
ComplexTest.testMultiply ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testMultiply:()V]
ComplexTest.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testNegative:()V]
ComplexTest.testSqrt ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testSqrt:()V]
ComplexTest.testToString ( ) : void
[mangled: org/xmlcml/euclid/test/ComplexTest.testToString:()V]
cdk-1.0.4.jar, ComponentManager.class
package org.apache.xindice.server
ComponentManager.addComponent ( ScriptComponent p1 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ComponentManager.addComponent:(Lorg/apache/xindice/server/ScriptComponent;)Z]
ComponentManager.addComponent ( ScriptComponent p1, String p2 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ComponentManager.addComponent:(Lorg/apache/xindice/server/ScriptComponent;Ljava/lang/String;)Z]
ComponentManager.getComponent ( String p1 ) [abstract] : ScriptComponent
[mangled: org/apache/xindice/server/ComponentManager.getComponent:(Ljava/lang/String;)Lorg/apache/xindice/server/ScriptComponent;]
ComponentManager.getFilters ( Versioning p1 ) [abstract] : ScriptFilter[ ]
[mangled: org/apache/xindice/server/ComponentManager.getFilters:(Lorg/apache/xindice/server/Versioning;)[Lorg/apache/xindice/server/ScriptFilter;]
ComponentManager.removeComponent ( String p1 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ComponentManager.removeComponent:(Ljava/lang/String;)Z]
cdk-1.0.4.jar, ComponentTransferFunction.class
package org.apache.batik.ext.awt.image
ComponentTransferFunction.getAmplitude ( ) [abstract] : float
[mangled: org/apache/batik/ext/awt/image/ComponentTransferFunction.getAmplitude:()F]
ComponentTransferFunction.getExponent ( ) [abstract] : float
[mangled: org/apache/batik/ext/awt/image/ComponentTransferFunction.getExponent:()F]
ComponentTransferFunction.getIntercept ( ) [abstract] : float
[mangled: org/apache/batik/ext/awt/image/ComponentTransferFunction.getIntercept:()F]
ComponentTransferFunction.getOffset ( ) [abstract] : float
[mangled: org/apache/batik/ext/awt/image/ComponentTransferFunction.getOffset:()F]
ComponentTransferFunction.getSlope ( ) [abstract] : float
[mangled: org/apache/batik/ext/awt/image/ComponentTransferFunction.getSlope:()F]
ComponentTransferFunction.getTableValues ( ) [abstract] : float[ ]
[mangled: org/apache/batik/ext/awt/image/ComponentTransferFunction.getTableValues:()[F]
ComponentTransferFunction.getType ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/ComponentTransferFunction.getType:()I]
cdk-1.0.4.jar, ComponentTransferRable.class
package org.apache.batik.ext.awt.image.renderable
ComponentTransferRable.getAlphaFunction ( ) [abstract] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.getAlphaFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable.getBlueFunction ( ) [abstract] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.getBlueFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable.getGreenFunction ( ) [abstract] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.getGreenFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable.getRedFunction ( ) [abstract] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.getRedFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ComponentTransferRable.setAlphaFunction ( ComponentTransferFunction p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.setAlphaFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable.setBlueFunction ( ComponentTransferFunction p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.setBlueFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable.setGreenFunction ( ComponentTransferFunction p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.setGreenFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable.setRedFunction ( ComponentTransferFunction p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.setRedFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, ComponentTransferRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
ComponentTransferRable8Bit.ComponentTransferRable8Bit ( Filter p1, ComponentTransferFunction p2, ComponentTransferFunction p3, ComponentTransferFunction p4, ComponentTransferFunction p5 )
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
ComponentTransferRable8Bit.getAlphaFunction ( ) : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.getAlphaFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable8Bit.getBlueFunction ( ) : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.getBlueFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable8Bit.getGreenFunction ( ) : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.getGreenFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable8Bit.getRedFunction ( ) : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.getRedFunction:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ComponentTransferRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ComponentTransferRable8Bit.setAlphaFunction ( ComponentTransferFunction p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.setAlphaFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable8Bit.setBlueFunction ( ComponentTransferFunction p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.setBlueFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable8Bit.setGreenFunction ( ComponentTransferFunction p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.setGreenFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable8Bit.setRedFunction ( ComponentTransferFunction p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.setRedFunction:(Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;)V]
ComponentTransferRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ComponentTransferRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, ComponentTransferRed.class
package org.apache.batik.ext.awt.image.rendered
ComponentTransferRed.ComponentTransferRed ( CachableRed p1, TransferFunction[ ] p2, RenderingHints p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/ComponentTransferRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;[Lorg/apache/batik/ext/awt/image/TransferFunction;Ljava/awt/RenderingHints;)V]
ComponentTransferRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/ComponentTransferRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
cdk-1.0.4.jar, CompositeRable.class
package org.apache.batik.ext.awt.image.renderable
CompositeRable.getCompositeRule ( ) [abstract] : CompositeRule
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable.getCompositeRule:()Lorg/apache/batik/ext/awt/image/CompositeRule;]
CompositeRable.setCompositeRule ( CompositeRule p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable.setCompositeRule:(Lorg/apache/batik/ext/awt/image/CompositeRule;)V]
CompositeRable.setSources ( List p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable.setSources:(Ljava/util/List;)V]
cdk-1.0.4.jar, CompositeRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
CompositeRable8Bit.CompositeRable8Bit ( List p1, CompositeRule p2, boolean p3 )
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable8Bit."<init>":(Ljava/util/List;Lorg/apache/batik/ext/awt/image/CompositeRule;Z)V]
CompositeRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
CompositeRable8Bit.getCompositeRule ( ) : CompositeRule
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable8Bit.getCompositeRule:()Lorg/apache/batik/ext/awt/image/CompositeRule;]
CompositeRable8Bit.paintRable ( Graphics2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable8Bit.paintRable:(Ljava/awt/Graphics2D;)Z]
CompositeRable8Bit.setCompositeRule ( CompositeRule p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable8Bit.setCompositeRule:(Lorg/apache/batik/ext/awt/image/CompositeRule;)V]
CompositeRable8Bit.setSources ( List p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/CompositeRable8Bit.setSources:(Ljava/util/List;)V]
cdk-1.0.4.jar, CompositeRed.class
package org.apache.batik.ext.awt.image.rendered
CompositeRed.CompositeRed ( List p1, CompositeRule p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed."<init>":(Ljava/util/List;Lorg/apache/batik/ext/awt/image/CompositeRule;)V]
CompositeRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
CompositeRed.emptyRect ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed.emptyRect:(Ljava/awt/image/WritableRaster;)V]
CompositeRed.fixColorModel ( CachableRed p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed.fixColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/ColorModel;]
CompositeRed.fixSampleModel ( CachableRed p1, ColorModel p2, Rectangle p3 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed.fixSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;)Ljava/awt/image/SampleModel;]
CompositeRed.genRect ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed.genRect:(Ljava/awt/image/WritableRaster;)V]
CompositeRed.genRect_OVER ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed.genRect_OVER:(Ljava/awt/image/WritableRaster;)V]
CompositeRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/CompositeRed.getTile:(II)Ljava/awt/image/Raster;]
cdk-1.0.4.jar, CompositeRule.class
package org.apache.batik.ext.awt.image
CompositeRule.ARITHMETIC ( float p1, float p2, float p3, float p4 ) [static] : CompositeRule
[mangled: org/apache/batik/ext/awt/image/CompositeRule.ARITHMETIC:(FFFF)Lorg/apache/batik/ext/awt/image/CompositeRule;]
CompositeRule.getCoefficients ( ) : float[ ]
[mangled: org/apache/batik/ext/awt/image/CompositeRule.getCoefficients:()[F]
CompositeRule.getRule ( ) : int
[mangled: org/apache/batik/ext/awt/image/CompositeRule.getRule:()I]
CompositeRule.toString ( ) : String
[mangled: org/apache/batik/ext/awt/image/CompositeRule.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, CompressedDocument.class
package org.apache.xindice.xml.dom
CompressedDocument.getNodeAtPos ( int p1 ) [abstract] : Node
[mangled: org/apache/xindice/xml/dom/CompressedDocument.getNodeAtPos:(I)Lorg/w3c/dom/Node;]
CompressedDocument.getSymbols ( ) [abstract] : SymbolTable
[mangled: org/apache/xindice/xml/dom/CompressedDocument.getSymbols:()Lorg/apache/xindice/xml/SymbolTable;]
CompressedDocument.setSymbols ( SymbolTable p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/CompressedDocument.setSymbols:(Lorg/apache/xindice/xml/SymbolTable;)V]
cdk-1.0.4.jar, CompressedNode.class
package org.apache.xindice.xml.dom
CompressedNode.getDataBytes ( ) [abstract] : byte[ ]
[mangled: org/apache/xindice/xml/dom/CompressedNode.getDataBytes:()[B]
CompressedNode.getDataLen ( ) [abstract] : int
[mangled: org/apache/xindice/xml/dom/CompressedNode.getDataLen:()I]
CompressedNode.getDataPos ( ) [abstract] : int
[mangled: org/apache/xindice/xml/dom/CompressedNode.getDataPos:()I]
CompressedNode.getSymbolID ( ) [abstract] : short
[mangled: org/apache/xindice/xml/dom/CompressedNode.getSymbolID:()S]
CompressedNode.isDirty ( ) [abstract] : boolean
[mangled: org/apache/xindice/xml/dom/CompressedNode.isDirty:()Z]
CompressedNode.isLoaded ( ) [abstract] : boolean
[mangled: org/apache/xindice/xml/dom/CompressedNode.isLoaded:()Z]
CompressedNode.load ( ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/CompressedNode.load:()V]
CompressedNode.setDataBytes ( byte[ ] p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/CompressedNode.setDataBytes:([B)V]
CompressedNode.setDataBytes ( byte[ ] p1, int p2, int p3 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/CompressedNode.setDataBytes:([BII)V]
CompressedNode.setDataLen ( int p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/CompressedNode.setDataLen:(I)V]
CompressedNode.setDataPos ( int p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/CompressedNode.setDataPos:(I)V]
CompressedNode.unload ( ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/CompressedNode.unload:()V]
cdk-1.0.4.jar, CompressionHandler.class
package org.apache.xindice.xml.sax
CompressionHandler.dataBytes ( byte[ ] p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/sax/CompressionHandler.dataBytes:([B)V]
CompressionHandler.dataLocation ( int p1, int p2 ) [abstract] : void
[mangled: org/apache/xindice/xml/sax/CompressionHandler.dataLocation:(II)V]
CompressionHandler.symbolID ( short p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/sax/CompressionHandler.symbolID:(S)V]
CompressionHandler.symbols ( SymbolTable p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/sax/CompressionHandler.symbols:(Lorg/apache/xindice/xml/SymbolTable;)V]
cdk-1.0.4.jar, ConcreteComponentTransferFunction.class
package org.apache.batik.ext.awt.image
ConcreteComponentTransferFunction.getAmplitude ( ) : float
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getAmplitude:()F]
ConcreteComponentTransferFunction.getDiscreteTransfer ( float[ ] p1 ) [static] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getDiscreteTransfer:([F)Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ConcreteComponentTransferFunction.getExponent ( ) : float
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getExponent:()F]
ConcreteComponentTransferFunction.getGammaTransfer ( float p1, float p2, float p3 ) [static] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getGammaTransfer:(FFF)Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ConcreteComponentTransferFunction.getIdentityTransfer ( ) [static] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getIdentityTransfer:()Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ConcreteComponentTransferFunction.getIntercept ( ) : float
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getIntercept:()F]
ConcreteComponentTransferFunction.getLinearTransfer ( float p1, float p2 ) [static] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getLinearTransfer:(FF)Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ConcreteComponentTransferFunction.getOffset ( ) : float
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getOffset:()F]
ConcreteComponentTransferFunction.getSlope ( ) : float
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getSlope:()F]
ConcreteComponentTransferFunction.getTableTransfer ( float[ ] p1 ) [static] : ComponentTransferFunction
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getTableTransfer:([F)Lorg/apache/batik/ext/awt/image/ComponentTransferFunction;]
ConcreteComponentTransferFunction.getTableValues ( ) : float[ ]
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getTableValues:()[F]
ConcreteComponentTransferFunction.getType ( ) : int
[mangled: org/apache/batik/ext/awt/image/ConcreteComponentTransferFunction.getType:()I]
cdk-1.0.4.jar, Configurable.class
package org.apache.xindice.util
Configurable.getConfig ( ) [abstract] : Configuration
[mangled: org/apache/xindice/util/Configurable.getConfig:()Lorg/apache/xindice/util/Configuration;]
Configurable.setConfig ( Configuration p1 ) [abstract] : void
[mangled: org/apache/xindice/util/Configurable.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
package org.xmldb.api.base
Configurable.getProperty ( String p1 ) [abstract] : String
[mangled: org/xmldb/api/base/Configurable.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
Configurable.setProperty ( String p1, String p2 ) [abstract] : void
[mangled: org/xmldb/api/base/Configurable.setProperty:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, Configuration.class
package org.apache.xindice.util
Configuration.add ( Configuration newConfig ) : void
[mangled: org/apache/xindice/util/Configuration.add:(Lorg/apache/xindice/util/Configuration;)V]
Configuration.add ( String name ) : Configuration
[mangled: org/apache/xindice/util/Configuration.add:(Ljava/lang/String;)Lorg/apache/xindice/util/Configuration;]
Configuration.Configuration ( Document config )
[mangled: org/apache/xindice/util/Configuration."<init>":(Lorg/w3c/dom/Document;)V]
Configuration.Configuration ( Document config, boolean readOnly )
[mangled: org/apache/xindice/util/Configuration."<init>":(Lorg/w3c/dom/Document;Z)V]
Configuration.Configuration ( Element config )
[mangled: org/apache/xindice/util/Configuration."<init>":(Lorg/w3c/dom/Element;)V]
Configuration.Configuration ( Element config, boolean readOnly )
[mangled: org/apache/xindice/util/Configuration."<init>":(Lorg/w3c/dom/Element;Z)V]
Configuration.delete ( ) : void
[mangled: org/apache/xindice/util/Configuration.delete:()V]
Configuration.getAttribute ( String name ) : String
[mangled: org/apache/xindice/util/Configuration.getAttribute:(Ljava/lang/String;)Ljava/lang/String;]
Configuration.getAttribute ( String name, String defValue ) : String
[mangled: org/apache/xindice/util/Configuration.getAttribute:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Configuration.getBooleanAttribute ( String name ) : boolean
[mangled: org/apache/xindice/util/Configuration.getBooleanAttribute:(Ljava/lang/String;)Z]
Configuration.getBooleanAttribute ( String name, boolean defValue ) : boolean
[mangled: org/apache/xindice/util/Configuration.getBooleanAttribute:(Ljava/lang/String;Z)Z]
Configuration.getBooleanValue ( String name ) : boolean
[mangled: org/apache/xindice/util/Configuration.getBooleanValue:(Ljava/lang/String;)Z]
Configuration.getBooleanValue ( String name, boolean defValue ) : boolean
[mangled: org/apache/xindice/util/Configuration.getBooleanValue:(Ljava/lang/String;Z)Z]
Configuration.getByteAttribute ( String name ) : byte
[mangled: org/apache/xindice/util/Configuration.getByteAttribute:(Ljava/lang/String;)B]
Configuration.getByteAttribute ( String name, byte defValue ) : byte
[mangled: org/apache/xindice/util/Configuration.getByteAttribute:(Ljava/lang/String;B)B]
Configuration.getByteValue ( String name ) : byte
[mangled: org/apache/xindice/util/Configuration.getByteValue:(Ljava/lang/String;)B]
Configuration.getByteValue ( String name, byte defValue ) : byte
[mangled: org/apache/xindice/util/Configuration.getByteValue:(Ljava/lang/String;B)B]
Configuration.getCharAttribute ( String name ) : char
[mangled: org/apache/xindice/util/Configuration.getCharAttribute:(Ljava/lang/String;)C]
Configuration.getCharAttribute ( String name, char defValue ) : char
[mangled: org/apache/xindice/util/Configuration.getCharAttribute:(Ljava/lang/String;C)C]
Configuration.getCharValue ( String name ) : char
[mangled: org/apache/xindice/util/Configuration.getCharValue:(Ljava/lang/String;)C]
Configuration.getCharValue ( String name, char defValue ) : char
[mangled: org/apache/xindice/util/Configuration.getCharValue:(Ljava/lang/String;C)C]
Configuration.getChild ( String name ) : Configuration
[mangled: org/apache/xindice/util/Configuration.getChild:(Ljava/lang/String;)Lorg/apache/xindice/util/Configuration;]
Configuration.getChild ( String name, boolean create ) : Configuration
[mangled: org/apache/xindice/util/Configuration.getChild:(Ljava/lang/String;Z)Lorg/apache/xindice/util/Configuration;]
Configuration.getChildren ( ) : Configuration[ ]
[mangled: org/apache/xindice/util/Configuration.getChildren:()[Lorg/apache/xindice/util/Configuration;]
Configuration.getDoubleAttribute ( String name ) : double
[mangled: org/apache/xindice/util/Configuration.getDoubleAttribute:(Ljava/lang/String;)D]
Configuration.getDoubleAttribute ( String name, double defValue ) : double
[mangled: org/apache/xindice/util/Configuration.getDoubleAttribute:(Ljava/lang/String;D)D]
Configuration.getDoubleValue ( String name ) : double
[mangled: org/apache/xindice/util/Configuration.getDoubleValue:(Ljava/lang/String;)D]
Configuration.getDoubleValue ( String name, double defValue ) : double
[mangled: org/apache/xindice/util/Configuration.getDoubleValue:(Ljava/lang/String;D)D]
Configuration.getElement ( ) : Element
[mangled: org/apache/xindice/util/Configuration.getElement:()Lorg/w3c/dom/Element;]
Configuration.getFloatAttribute ( String name ) : float
[mangled: org/apache/xindice/util/Configuration.getFloatAttribute:(Ljava/lang/String;)F]
Configuration.getFloatAttribute ( String name, float defValue ) : float
[mangled: org/apache/xindice/util/Configuration.getFloatAttribute:(Ljava/lang/String;F)F]
Configuration.getFloatValue ( String name ) : float
[mangled: org/apache/xindice/util/Configuration.getFloatValue:(Ljava/lang/String;)F]
Configuration.getFloatValue ( String name, float defValue ) : float
[mangled: org/apache/xindice/util/Configuration.getFloatValue:(Ljava/lang/String;F)F]
Configuration.getIntAttribute ( String name ) : int
[mangled: org/apache/xindice/util/Configuration.getIntAttribute:(Ljava/lang/String;)I]
Configuration.getIntAttribute ( String name, int defValue ) : int
[mangled: org/apache/xindice/util/Configuration.getIntAttribute:(Ljava/lang/String;I)I]
Configuration.getIntValue ( String name ) : int
[mangled: org/apache/xindice/util/Configuration.getIntValue:(Ljava/lang/String;)I]
Configuration.getIntValue ( String name, int defValue ) : int
[mangled: org/apache/xindice/util/Configuration.getIntValue:(Ljava/lang/String;I)I]
Configuration.getLongAttribute ( String name ) : long
[mangled: org/apache/xindice/util/Configuration.getLongAttribute:(Ljava/lang/String;)J]
Configuration.getLongAttribute ( String name, long defValue ) : long
[mangled: org/apache/xindice/util/Configuration.getLongAttribute:(Ljava/lang/String;J)J]
Configuration.getLongValue ( String name ) : long
[mangled: org/apache/xindice/util/Configuration.getLongValue:(Ljava/lang/String;)J]
Configuration.getLongValue ( String name, long defValue ) : long
[mangled: org/apache/xindice/util/Configuration.getLongValue:(Ljava/lang/String;J)J]
Configuration.getName ( ) : String
[mangled: org/apache/xindice/util/Configuration.getName:()Ljava/lang/String;]
Configuration.getShortAttribute ( String name ) : short
[mangled: org/apache/xindice/util/Configuration.getShortAttribute:(Ljava/lang/String;)S]
Configuration.getShortAttribute ( String name, short defValue ) : short
[mangled: org/apache/xindice/util/Configuration.getShortAttribute:(Ljava/lang/String;S)S]
Configuration.getShortValue ( String name ) : short
[mangled: org/apache/xindice/util/Configuration.getShortValue:(Ljava/lang/String;)S]
Configuration.getShortValue ( String name, short defValue ) : short
[mangled: org/apache/xindice/util/Configuration.getShortValue:(Ljava/lang/String;S)S]
Configuration.getValue ( ) : String
[mangled: org/apache/xindice/util/Configuration.getValue:()Ljava/lang/String;]
Configuration.getValue ( String defValue ) : String
[mangled: org/apache/xindice/util/Configuration.getValue:(Ljava/lang/String;)Ljava/lang/String;]
Configuration.hasAttributes ( ) : boolean
[mangled: org/apache/xindice/util/Configuration.hasAttributes:()Z]
Configuration.hasChildren ( ) : boolean
[mangled: org/apache/xindice/util/Configuration.hasChildren:()Z]
Configuration.hasValue ( ) : boolean
[mangled: org/apache/xindice/util/Configuration.hasValue:()Z]
Configuration.isReadOnly ( ) : boolean
[mangled: org/apache/xindice/util/Configuration.isReadOnly:()Z]
Configuration.listAttributes ( ) : String[ ]
[mangled: org/apache/xindice/util/Configuration.listAttributes:()[Ljava/lang/String;]
Configuration.processChildren ( ConfigurationCallback callback ) : void
[mangled: org/apache/xindice/util/Configuration.processChildren:(Lorg/apache/xindice/util/ConfigurationCallback;)V]
Configuration.processChildren ( String name, ConfigurationCallback callback ) : void
[mangled: org/apache/xindice/util/Configuration.processChildren:(Ljava/lang/String;Lorg/apache/xindice/util/ConfigurationCallback;)V]
Configuration.removeAttribute ( String name ) : void
[mangled: org/apache/xindice/util/Configuration.removeAttribute:(Ljava/lang/String;)V]
Configuration.setAttribute ( String name, boolean value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;Z)V]
Configuration.setAttribute ( String name, byte value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;B)V]
Configuration.setAttribute ( String name, char value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;C)V]
Configuration.setAttribute ( String name, double value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;D)V]
Configuration.setAttribute ( String name, float value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;F)V]
Configuration.setAttribute ( String name, int value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;I)V]
Configuration.setAttribute ( String name, long value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;J)V]
Configuration.setAttribute ( String name, short value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;S)V]
Configuration.setAttribute ( String name, String value ) : void
[mangled: org/apache/xindice/util/Configuration.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
Configuration.setDirty ( ) : void
[mangled: org/apache/xindice/util/Configuration.setDirty:()V]
Configuration.setValue ( boolean value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(Z)V]
Configuration.setValue ( byte value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(B)V]
Configuration.setValue ( char value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(C)V]
Configuration.setValue ( double value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(D)V]
Configuration.setValue ( float value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(F)V]
Configuration.setValue ( int value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(I)V]
Configuration.setValue ( long value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(J)V]
Configuration.setValue ( short value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(S)V]
Configuration.setValue ( String value ) : void
[mangled: org/apache/xindice/util/Configuration.setValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, ConfigurationCallback.class
package org.apache.xindice.util
ConfigurationCallback.process ( Configuration p1 ) [abstract] : void
[mangled: org/apache/xindice/util/ConfigurationCallback.process:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, ConjugatedPiSystemsDetector.class
package org.openscience.cdk.graph.invariant
ConjugatedPiSystemsDetector.detect ( IAtomContainer ac ) [static] : AtomContainerSet
[mangled: org/openscience/cdk/graph/invariant/ConjugatedPiSystemsDetector.detect:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/AtomContainerSet;]
cdk-1.0.4.jar, ConnectionCountAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
ConnectionCountAtom.ConnectionCountAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ConnectionCountAtom."<init>":()V]
ConnectionCountAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ConnectionCountAtom.getOperator:()I]
cdk-1.0.4.jar, ConnectionTable.class
package org.xmlcml.cml.element
ConnectionTable.addAtom ( CMLAtom p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.addAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
ConnectionTable.addBond ( CMLBond p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.addBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
ConnectionTable.addSuffixToAtomIDs ( String p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.addSuffixToAtomIDs:(Ljava/lang/String;)V]
ConnectionTable.areBonded ( CMLAtom p1, CMLAtom p2 ) [abstract] : boolean
[mangled: org/xmlcml/cml/element/ConnectionTable.areBonded:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Z]
ConnectionTable.checkHasAncestorMolecule ( CMLAtom p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.checkHasAncestorMolecule:(Lorg/xmlcml/cml/element/CMLAtom;)V]
ConnectionTable.checkHasAncestorMolecule ( CMLBond p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.checkHasAncestorMolecule:(Lorg/xmlcml/cml/element/CMLBond;)V]
ConnectionTable.contains ( CMLBond p1, CMLAtom p2 ) [abstract] : boolean
[mangled: org/xmlcml/cml/element/ConnectionTable.contains:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;)Z]
ConnectionTable.createAndAddAtom ( ) [abstract] : CMLAtom
[mangled: org/xmlcml/cml/element/ConnectionTable.createAndAddAtom:()Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTable.createAndAddAtom ( String p1 ) [abstract] : CMLAtom
[mangled: org/xmlcml/cml/element/ConnectionTable.createAndAddAtom:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTable.createAndAddBond ( CMLAtom p1, CMLAtom p2 ) [abstract] : CMLBond
[mangled: org/xmlcml/cml/element/ConnectionTable.createAndAddBond:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLBond;]
ConnectionTable.createAndAddBond ( String p1, String p2 ) [abstract] : CMLBond
[mangled: org/xmlcml/cml/element/ConnectionTable.createAndAddBond:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBond;]
ConnectionTable.createSubMolecule ( CMLMolecule p1, String[ ] p2 ) [abstract] : CMLMolecule
[mangled: org/xmlcml/cml/element/ConnectionTable.createSubMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;[Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLMolecule;]
ConnectionTable.createUniqueAtomId ( ) [abstract] : String
[mangled: org/xmlcml/cml/element/ConnectionTable.createUniqueAtomId:()Ljava/lang/String;]
ConnectionTable.deleteAllAtoms ( ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.deleteAllAtoms:()V]
ConnectionTable.deleteAllBonds ( ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.deleteAllBonds:()V]
ConnectionTable.deleteAtom ( CMLAtom p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.deleteAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
ConnectionTable.deleteBond ( CMLBond p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.deleteBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
ConnectionTable.flattenMolecules ( ) [abstract] : CMLMolecule
[mangled: org/xmlcml/cml/element/ConnectionTable.flattenMolecules:()Lorg/xmlcml/cml/element/CMLMolecule;]
ConnectionTable.generateAndSetId ( CMLBond p1 ) [abstract] : String
[mangled: org/xmlcml/cml/element/ConnectionTable.generateAndSetId:(Lorg/xmlcml/cml/element/CMLBond;)Ljava/lang/String;]
ConnectionTable.generateBondIds ( ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.generateBondIds:()V]
ConnectionTable.getAtom ( CMLBond p1, int p2 ) [abstract] : CMLAtom
[mangled: org/xmlcml/cml/element/ConnectionTable.getAtom:(Lorg/xmlcml/cml/element/CMLBond;I)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTable.getAtomById ( String p1 ) [abstract] : CMLAtom
[mangled: org/xmlcml/cml/element/ConnectionTable.getAtomById:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTable.getAtomId ( CMLBond p1, int p2 ) [abstract] : String
[mangled: org/xmlcml/cml/element/ConnectionTable.getAtomId:(Lorg/xmlcml/cml/element/CMLBond;I)Ljava/lang/String;]
ConnectionTable.getAtomMap ( ) [abstract] : Map
[mangled: org/xmlcml/cml/element/ConnectionTable.getAtomMap:()Ljava/util/Map;]
ConnectionTable.getAtoms ( CMLBond p1 ) [abstract] : List
[mangled: org/xmlcml/cml/element/ConnectionTable.getAtoms:(Lorg/xmlcml/cml/element/CMLBond;)Ljava/util/List;]
ConnectionTable.getBond ( CMLAtom p1, CMLAtom p2 ) [abstract] : CMLBond
[mangled: org/xmlcml/cml/element/ConnectionTable.getBond:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLBond;]
ConnectionTable.getBondMap ( ) [abstract] : Map
[mangled: org/xmlcml/cml/element/ConnectionTable.getBondMap:()Ljava/util/Map;]
ConnectionTable.getLigandBondList ( CMLAtom p1 ) [abstract] : List
[mangled: org/xmlcml/cml/element/ConnectionTable.getLigandBondList:(Lorg/xmlcml/cml/element/CMLAtom;)Ljava/util/List;]
ConnectionTable.getLigandBondMap ( ) [abstract] : Map
[mangled: org/xmlcml/cml/element/ConnectionTable.getLigandBondMap:()Ljava/util/Map;]
ConnectionTable.getLigandCount ( CMLAtom p1 ) [abstract] : int
[mangled: org/xmlcml/cml/element/ConnectionTable.getLigandCount:(Lorg/xmlcml/cml/element/CMLAtom;)I]
ConnectionTable.getLigandList ( CMLAtom p1 ) [abstract] : List
[mangled: org/xmlcml/cml/element/ConnectionTable.getLigandList:(Lorg/xmlcml/cml/element/CMLAtom;)Ljava/util/List;]
ConnectionTable.getLigandList ( CMLAtom p1, ChemicalElement p2 ) [abstract] : List
[mangled: org/xmlcml/cml/element/ConnectionTable.getLigandList:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/molutil/ChemicalElement;)Ljava/util/List;]
ConnectionTable.getLigandList ( CMLAtom p1, String p2 ) [abstract] : List
[mangled: org/xmlcml/cml/element/ConnectionTable.getLigandList:(Lorg/xmlcml/cml/element/CMLAtom;Ljava/lang/String;)Ljava/util/List;]
ConnectionTable.getLigandListMap ( ) [abstract] : Map
[mangled: org/xmlcml/cml/element/ConnectionTable.getLigandListMap:()Ljava/util/Map;]
ConnectionTable.getOtherAtom ( CMLBond p1, CMLAtom p2 ) [abstract] : CMLAtom
[mangled: org/xmlcml/cml/element/ConnectionTable.getOtherAtom:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTable.getUniqueId ( CMLAtom p1 ) [abstract] : String
[mangled: org/xmlcml/cml/element/ConnectionTable.getUniqueId:(Lorg/xmlcml/cml/element/CMLAtom;)Ljava/lang/String;]
ConnectionTable.isBondedTo ( CMLAtom p1, CMLAtom p2 ) [abstract] : boolean
[mangled: org/xmlcml/cml/element/ConnectionTable.isBondedTo:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Z]
ConnectionTable.mergeMolecule ( CMLMolecule p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.mergeMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
ConnectionTable.partitionIntoMolecules ( ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.partitionIntoMolecules:()V]
ConnectionTable.renameId ( CMLAtom p1, String p2 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.renameId:(Lorg/xmlcml/cml/element/CMLAtom;Ljava/lang/String;)V]
ConnectionTable.transferToMolecule ( CMLAtom p1, CMLMolecule p2 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.transferToMolecule:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLMolecule;)V]
ConnectionTable.transferToMolecule ( CMLBond p1, CMLMolecule p2 ) [abstract] : void
[mangled: org/xmlcml/cml/element/ConnectionTable.transferToMolecule:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLMolecule;)V]
cdk-1.0.4.jar, ConnectionTableImpl.class
package org.xmlcml.cml.tools
ConnectionTableImpl.addAtom ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.addAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
ConnectionTableImpl.addBond ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.addBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
ConnectionTableImpl.addSuffixToAtomIDs ( String suffix ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.addSuffixToAtomIDs:(Ljava/lang/String;)V]
ConnectionTableImpl.areBonded ( CMLAtom atom1, CMLAtom atom2 ) : boolean
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.areBonded:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Z]
ConnectionTableImpl.checkHasAncestorMolecule ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.checkHasAncestorMolecule:(Lorg/xmlcml/cml/element/CMLAtom;)V]
ConnectionTableImpl.checkHasAncestorMolecule ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.checkHasAncestorMolecule:(Lorg/xmlcml/cml/element/CMLBond;)V]
ConnectionTableImpl.ConnectionTableImpl ( CMLMolecule molecule )
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;)V]
ConnectionTableImpl.contains ( CMLBond bond, CMLAtom atom ) : boolean
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.contains:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;)Z]
ConnectionTableImpl.createAndAddAtom ( ) : CMLAtom
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.createAndAddAtom:()Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTableImpl.createAndAddAtom ( String id ) : CMLAtom
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.createAndAddAtom:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTableImpl.createAndAddBond ( CMLAtom atom1, CMLAtom atom2 ) : CMLBond
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.createAndAddBond:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLBond;]
ConnectionTableImpl.createAndAddBond ( String atomRef1, String atomRef2 ) : CMLBond
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.createAndAddBond:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBond;]
ConnectionTableImpl.createMolecule ( CMLMolecule molecule, String[ ] atomIds ) [static] : CMLMolecule
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.createMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;[Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLMolecule;]
ConnectionTableImpl.createSubMolecule ( CMLMolecule molecule, String[ ] atomIds ) : CMLMolecule
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.createSubMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;[Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLMolecule;]
ConnectionTableImpl.createUniqueAtomId ( ) : String
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.createUniqueAtomId:()Ljava/lang/String;]
ConnectionTableImpl.deleteAllAtoms ( ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.deleteAllAtoms:()V]
ConnectionTableImpl.deleteAllBonds ( ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.deleteAllBonds:()V]
ConnectionTableImpl.deleteAtom ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.deleteAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
ConnectionTableImpl.deleteBond ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.deleteBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
ConnectionTableImpl.flattenMolecules ( ) : CMLMolecule
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.flattenMolecules:()Lorg/xmlcml/cml/element/CMLMolecule;]
ConnectionTableImpl.generateAndSetId ( CMLBond bond ) : String
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.generateAndSetId:(Lorg/xmlcml/cml/element/CMLBond;)Ljava/lang/String;]
ConnectionTableImpl.generateBondIds ( ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.generateBondIds:()V]
ConnectionTableImpl.getAtom ( CMLBond bond, int i ) : CMLAtom
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getAtom:(Lorg/xmlcml/cml/element/CMLBond;I)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTableImpl.getAtomById ( String id ) : CMLAtom
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getAtomById:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTableImpl.getAtomId ( CMLBond bond, int i ) : String
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getAtomId:(Lorg/xmlcml/cml/element/CMLBond;I)Ljava/lang/String;]
ConnectionTableImpl.getAtomMap ( ) : Map
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getAtomMap:()Ljava/util/Map;]
ConnectionTableImpl.getAtoms ( CMLBond bond ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getAtoms:(Lorg/xmlcml/cml/element/CMLBond;)Ljava/util/List;]
ConnectionTableImpl.getBond ( CMLAtom atom0, CMLAtom atom1 ) : CMLBond
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getBond:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLBond;]
ConnectionTableImpl.getBondMap ( ) : Map
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getBondMap:()Ljava/util/Map;]
ConnectionTableImpl.getLigandBondList ( CMLAtom atom ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getLigandBondList:(Lorg/xmlcml/cml/element/CMLAtom;)Ljava/util/List;]
ConnectionTableImpl.getLigandBondMap ( ) : Map
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getLigandBondMap:()Ljava/util/Map;]
ConnectionTableImpl.getLigandCount ( CMLAtom atom ) : int
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getLigandCount:(Lorg/xmlcml/cml/element/CMLAtom;)I]
ConnectionTableImpl.getLigandList ( CMLAtom atom ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getLigandList:(Lorg/xmlcml/cml/element/CMLAtom;)Ljava/util/List;]
ConnectionTableImpl.getLigandList ( CMLAtom atom, ChemicalElement elem ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getLigandList:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/molutil/ChemicalElement;)Ljava/util/List;]
ConnectionTableImpl.getLigandList ( CMLAtom atom, String elementType ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getLigandList:(Lorg/xmlcml/cml/element/CMLAtom;Ljava/lang/String;)Ljava/util/List;]
ConnectionTableImpl.getLigandListMap ( ) : Map
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getLigandListMap:()Ljava/util/Map;]
ConnectionTableImpl.getMolecule ( ) : CMLMolecule
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getMolecule:()Lorg/xmlcml/cml/element/CMLMolecule;]
ConnectionTableImpl.getOtherAtom ( CMLBond bond, CMLAtom atom ) : CMLAtom
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getOtherAtom:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtom;]
ConnectionTableImpl.getUniqueId ( CMLAtom atom ) : String
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.getUniqueId:(Lorg/xmlcml/cml/element/CMLAtom;)Ljava/lang/String;]
ConnectionTableImpl.isBondedTo ( CMLAtom atom, CMLAtom atom2 ) : boolean
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.isBondedTo:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Z]
ConnectionTableImpl.mergeMolecule ( CMLMolecule fromMolecule ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.mergeMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
ConnectionTableImpl.partitionIntoMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.partitionIntoMolecules:()V]
ConnectionTableImpl.renameId ( CMLAtom atom, String newId ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.renameId:(Lorg/xmlcml/cml/element/CMLAtom;Ljava/lang/String;)V]
ConnectionTableImpl.transferToMolecule ( CMLAtom atom, CMLMolecule mol ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.transferToMolecule:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLMolecule;)V]
ConnectionTableImpl.transferToMolecule ( CMLBond bond, CMLMolecule mol ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableImpl.transferToMolecule:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLMolecule;)V]
cdk-1.0.4.jar, ConnectionTableTest.class
package org.xmlcml.cml.tools.test
ConnectionTableTest.ConnectionTableTest ( )
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest."<init>":()V]
ConnectionTableTest.makeConnectionTable1 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable1:()V]
ConnectionTableTest.makeConnectionTable2 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable2:()V]
ConnectionTableTest.makeConnectionTable3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable3:()V]
ConnectionTableTest.makeConnectionTable4 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable4:()V]
ConnectionTableTest.makeConnectionTable5 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable5:()V]
ConnectionTableTest.makeConnectionTable5a ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable5a:()V]
ConnectionTableTest.makeConnectionTable6 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable6:()V]
ConnectionTableTest.makeConnectionTable7 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable7:()V]
ConnectionTableTest.makeConnectionTable8 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable8:()V]
ConnectionTableTest.makeConnectionTable9 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTable9:()V]
ConnectionTableTest.makeConnectionTableBond0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTableBond0:()V]
ConnectionTableTest.makeConnectionTableXmlAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTableXmlAtom0:()V]
ConnectionTableTest.makeConnectionTableXmlBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTableXmlBonds:()V]
ConnectionTableTest.makeConnectionTableXomAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.makeConnectionTableXomAtom0:()V]
ConnectionTableTest.setUp ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.setUp:()V]
ConnectionTableTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.suite:()Ljunit/framework/Test;]
ConnectionTableTest.testAddBondCMLBond ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testAddBondCMLBond:()V]
ConnectionTableTest.testAddSuffixToAtomIDs ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testAddSuffixToAtomIDs:()V]
ConnectionTableTest.testAppendToIdsMT ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testAppendToIdsMT:()V]
ConnectionTableTest.testBondContains ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testBondContains:()V]
ConnectionTableTest.testBondGetAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testBondGetAtom:()V]
ConnectionTableTest.testBondGetAtomId ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testBondGetAtomId:()V]
ConnectionTableTest.testCMLConnectionTableCMLMoleculeStringArray ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testCMLConnectionTableCMLMoleculeStringArray:()V]
ConnectionTableTest.testCreateAndAddBondCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testCreateAndAddBondCMLAtomCMLAtom:()V]
ConnectionTableTest.testCreateAndAddBondStringString ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testCreateAndAddBondStringString:()V]
ConnectionTableTest.testCreateUniqueAtomId ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testCreateUniqueAtomId:()V]
ConnectionTableTest.testDeleteAllAtoms ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testDeleteAllAtoms:()V]
ConnectionTableTest.testDeleteAllBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testDeleteAllBonds:()V]
ConnectionTableTest.testDeleteAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testDeleteAtom:()V]
ConnectionTableTest.testDeleteBondCMLBond ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testDeleteBondCMLBond:()V]
ConnectionTableTest.testDeleteLigand ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testDeleteLigand:()V]
ConnectionTableTest.testFlattenMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testFlattenMolecules:()V]
ConnectionTableTest.testGenerateBondIds ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGenerateBondIds:()V]
ConnectionTableTest.testGenerateId ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGenerateId:()V]
ConnectionTableTest.testGetAtomById ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetAtomById:()V]
ConnectionTableTest.testGetAtomByLabel ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetAtomByLabel:()V]
ConnectionTableTest.testGetBondList ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetBondList:()V]
ConnectionTableTest.testGetLigand ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetLigand:()V]
ConnectionTableTest.testGetLigandBondList ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetLigandBondList:()V]
ConnectionTableTest.testGetLigandCount ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetLigandCount:()V]
ConnectionTableTest.testGetLigandList ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetLigandList:()V]
ConnectionTableTest.testGetLigandVectorString ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetLigandVectorString:()V]
ConnectionTableTest.testGetOtherAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testGetOtherAtom:()V]
ConnectionTableTest.testIsBondedTo ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testIsBondedTo:()V]
ConnectionTableTest.testMergeMolecule ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testMergeMolecule:()V]
ConnectionTableTest.testPartitionIntoMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/test/ConnectionTableTest.testPartitionIntoMolecules:()V]
cdk-1.0.4.jar, ConnectionTableTool.class
package org.xmlcml.cml.tools
ConnectionTableTool.clearCyclicBonds ( ) : void
[mangled: org/xmlcml/cml/tools/ConnectionTableTool.clearCyclicBonds:()V]
ConnectionTableTool.ConnectionTableTool ( CMLMolecule molecule )
[mangled: org/xmlcml/cml/tools/ConnectionTableTool."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;)V]
ConnectionTableTool.getAcyclicDoubleBonds ( ) : CMLBond[ ]
[mangled: org/xmlcml/cml/tools/ConnectionTableTool.getAcyclicDoubleBonds:()[Lorg/xmlcml/cml/element/CMLBond;]
ConnectionTableTool.getAncestors ( CMLMolecule molecule, CMLAtom atom, CMLAtomSet atomSet ) : CMLBondSet
[mangled: org/xmlcml/cml/tools/ConnectionTableTool.getAncestors:(Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLBondSet;]
ConnectionTableTool.getCyclicBonds ( ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableTool.getCyclicBonds:()Ljava/util/List;]
ConnectionTableTool.getRingNucleiAtomSets ( ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableTool.getRingNucleiAtomSets:()Ljava/util/List;]
ConnectionTableTool.getRingNucleiBondSets ( ) : List
[mangled: org/xmlcml/cml/tools/ConnectionTableTool.getRingNucleiBondSets:()Ljava/util/List;]
cdk-1.0.4.jar, Container.class
package org.apache.xindice.core
Container.commit ( ) [abstract] : void
[mangled: org/apache/xindice/core/Container.commit:()V]
Container.commit ( Document p1 ) [abstract] : void
[mangled: org/apache/xindice/core/Container.commit:(Lorg/w3c/dom/Document;)V]
Container.getCanonicalName ( ) [abstract] : String
[mangled: org/apache/xindice/core/Container.getCanonicalName:()Ljava/lang/String;]
Container.getCollection ( ) [abstract] : Collection
[mangled: org/apache/xindice/core/Container.getCollection:()Lorg/apache/xindice/core/Collection;]
Container.getDocument ( ) [abstract] : Document
[mangled: org/apache/xindice/core/Container.getDocument:()Lorg/w3c/dom/Document;]
Container.getKey ( ) [abstract] : Key
[mangled: org/apache/xindice/core/Container.getKey:()Lorg/apache/xindice/core/data/Key;]
Container.remove ( ) [abstract] : void
[mangled: org/apache/xindice/core/Container.remove:()V]
Container.rollback ( ) [abstract] : Document
[mangled: org/apache/xindice/core/Container.rollback:()Lorg/w3c/dom/Document;]
cdk-1.0.4.jar, ContainerNodeImpl.class
package org.apache.xindice.xml.dom
ContainerNodeImpl.appendChild ( Node newChild ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
ContainerNodeImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.checkLoaded:()V]
ContainerNodeImpl.ContainerNodeImpl ( )
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl."<init>":()V]
ContainerNodeImpl.ContainerNodeImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
ContainerNodeImpl.ContainerNodeImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
ContainerNodeImpl.getChildNodes ( ) : NodeList
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getChildNodes:()Lorg/w3c/dom/NodeList;]
ContainerNodeImpl.getElementById ( String elementId ) : Element
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
ContainerNodeImpl.getElementsByTagName ( String name ) : NodeList
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getElementsByTagName:(Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
ContainerNodeImpl.getElementsByTagNameNS ( String namespaceURI, String localName ) : NodeList
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
ContainerNodeImpl.getFirstChild ( ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getFirstChild:()Lorg/w3c/dom/Node;]
ContainerNodeImpl.getLastChild ( ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getLastChild:()Lorg/w3c/dom/Node;]
ContainerNodeImpl.getNextSibling ( Node node ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
ContainerNodeImpl.getPreviousSibling ( Node node ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.getPreviousSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
ContainerNodeImpl.hasChildNodes ( ) : boolean
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.hasChildNodes:()Z]
ContainerNodeImpl.insertBefore ( Node newChild, Node refChild ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.insertBefore:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
ContainerNodeImpl.isNodeTypeValid ( short type ) : boolean
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.isNodeTypeValid:(S)Z]
ContainerNodeImpl.loadChildren ( SymbolTable st ) : void
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.loadChildren:(Lorg/apache/xindice/xml/SymbolTable;)V]
ContainerNodeImpl.normalize ( ) : void
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.normalize:()V]
ContainerNodeImpl.removeChild ( Node oldChild ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
ContainerNodeImpl.replaceChild ( Node newChild, Node oldChild ) : Node
[mangled: org/apache/xindice/xml/dom/ContainerNodeImpl.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
cdk-1.0.4.jar, Controller2D.class
package org.openscience.cdk.controller
Controller2D.Controller2D ( IChemModel chemModel, Renderer2DModel r2dm )
[mangled: org/openscience/cdk/controller/Controller2D."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
Controller2D.Controller2D ( IChemModel chemModel, Renderer2DModel r2dm, Controller2DModel c2dm )
[mangled: org/openscience/cdk/controller/Controller2D."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/renderer/Renderer2DModel;Lorg/openscience/cdk/controller/Controller2DModel;)V]
Controller2D.setChemModel ( IChemModel chemModel ) : void
[mangled: org/openscience/cdk/controller/Controller2D.setChemModel:(Lorg/openscience/cdk/interfaces/IChemModel;)V]
cdk-1.0.4.jar, Controller2DModel.class
package org.openscience.cdk.controller
Controller2DModel.getDrawMode ( ) : int
[mangled: org/openscience/cdk/controller/Controller2DModel.getDrawMode:()I]
Controller2DModel.setDrawMode ( int drawMode ) : void
[mangled: org/openscience/cdk/controller/Controller2DModel.setDrawMode:(I)V]
cdk-1.0.4.jar, Controller2DModelEditor.class
package org.openscience.cdk.applications.swing.editor
Controller2DModelEditor.applyChanges ( ) : void
[mangled: org/openscience/cdk/applications/swing/editor/Controller2DModelEditor.applyChanges:()V]
Controller2DModelEditor.Controller2DModelEditor ( )
[mangled: org/openscience/cdk/applications/swing/editor/Controller2DModelEditor."<init>":()V]
Controller2DModelEditor.getModel ( ) : Controller2DModel
[mangled: org/openscience/cdk/applications/swing/editor/Controller2DModelEditor.getModel:()Lorg/openscience/cdk/controller/Controller2DModel;]
Controller2DModelEditor.setModel ( Controller2DModel model ) : void
[mangled: org/openscience/cdk/applications/swing/editor/Controller2DModelEditor.setModel:(Lorg/openscience/cdk/controller/Controller2DModel;)V]
cdk-1.0.4.jar, Convertor.class
package org.openscience.cdk.libio.cml
Convertor.cdkMoleculeSetToCMLList ( IMoleculeSet moleculeSet ) : CMLList
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkMoleculeSetToCMLList:(Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/xmlcml/cml/element/CMLList;]
Convertor.cdkMonomerToCMLMolecule ( Monomer monomer ) : CMLMolecule
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkMonomerToCMLMolecule:(Lorg/openscience/cdk/Monomer;)Lorg/xmlcml/cml/element/CMLMolecule;]
Convertor.cdkPDBPolymerToCMLMolecule ( PDBPolymer pdbPolymer ) : CMLMolecule
[mangled: org/openscience/cdk/libio/cml/Convertor.cdkPDBPolymerToCMLMolecule:(Lorg/openscience/cdk/protein/data/PDBPolymer;)Lorg/xmlcml/cml/element/CMLMolecule;]
cdk-1.0.4.jar, ConvertToAtomEdit.class
package org.openscience.cdk.applications.undoredo
ConvertToAtomEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ConvertToAtomEdit.canRedo:()Z]
ConvertToAtomEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ConvertToAtomEdit.canUndo:()Z]
ConvertToAtomEdit.ConvertToAtomEdit ( IAtomContainer relevantContainer, IPseudoAtom pseudo, IAtom atom )
[mangled: org/openscience/cdk/applications/undoredo/ConvertToAtomEdit."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IPseudoAtom;Lorg/openscience/cdk/interfaces/IAtom;)V]
ConvertToAtomEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/ConvertToAtomEdit.getPresentationName:()Ljava/lang/String;]
ConvertToAtomEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ConvertToAtomEdit.redo:()V]
ConvertToAtomEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ConvertToAtomEdit.undo:()V]
cdk-1.0.4.jar, ConvertToPseudoAtomEdit.class
package org.openscience.cdk.applications.undoredo
ConvertToPseudoAtomEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ConvertToPseudoAtomEdit.canRedo:()Z]
ConvertToPseudoAtomEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ConvertToPseudoAtomEdit.canUndo:()Z]
ConvertToPseudoAtomEdit.ConvertToPseudoAtomEdit ( IAtomContainer relevantContainer, IAtom atom, IPseudoAtom pseudo )
[mangled: org/openscience/cdk/applications/undoredo/ConvertToPseudoAtomEdit."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IPseudoAtom;)V]
ConvertToPseudoAtomEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/ConvertToPseudoAtomEdit.getPresentationName:()Ljava/lang/String;]
ConvertToPseudoAtomEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ConvertToPseudoAtomEdit.redo:()V]
ConvertToPseudoAtomEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ConvertToPseudoAtomEdit.undo:()V]
cdk-1.0.4.jar, ConvertToRadicalEdit.class
package org.openscience.cdk.applications.undoredo
ConvertToRadicalEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ConvertToRadicalEdit.canRedo:()Z]
ConvertToRadicalEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/ConvertToRadicalEdit.canUndo:()Z]
ConvertToRadicalEdit.ConvertToRadicalEdit ( IAtomContainer relevantContainer, IElectronContainer electronContainer )
[mangled: org/openscience/cdk/applications/undoredo/ConvertToRadicalEdit."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IElectronContainer;)V]
ConvertToRadicalEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/ConvertToRadicalEdit.getPresentationName:()Ljava/lang/String;]
ConvertToRadicalEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ConvertToRadicalEdit.redo:()V]
ConvertToRadicalEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/ConvertToRadicalEdit.undo:()V]
cdk-1.0.4.jar, ConvolveMatrixRable.class
package org.apache.batik.ext.awt.image.renderable
ConvolveMatrixRable.getBias ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.getBias:()D]
ConvolveMatrixRable.getEdgeMode ( ) [abstract] : PadMode
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.getEdgeMode:()Lorg/apache/batik/ext/awt/image/PadMode;]
ConvolveMatrixRable.getKernel ( ) [abstract] : Kernel
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.getKernel:()Ljava/awt/image/Kernel;]
ConvolveMatrixRable.getKernelUnitLength ( ) [abstract] : double[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.getKernelUnitLength:()[D]
ConvolveMatrixRable.getPreserveAlpha ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.getPreserveAlpha:()Z]
ConvolveMatrixRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ConvolveMatrixRable.getTarget ( ) [abstract] : Point
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.getTarget:()Ljava/awt/Point;]
ConvolveMatrixRable.setBias ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.setBias:(D)V]
ConvolveMatrixRable.setEdgeMode ( PadMode p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.setEdgeMode:(Lorg/apache/batik/ext/awt/image/PadMode;)V]
ConvolveMatrixRable.setKernel ( Kernel p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.setKernel:(Ljava/awt/image/Kernel;)V]
ConvolveMatrixRable.setKernelUnitLength ( double[ ] p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.setKernelUnitLength:([D)V]
ConvolveMatrixRable.setPreserveAlpha ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.setPreserveAlpha:(Z)V]
ConvolveMatrixRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
ConvolveMatrixRable.setTarget ( Point p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable.setTarget:(Ljava/awt/Point;)V]
cdk-1.0.4.jar, ConvolveMatrixRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
ConvolveMatrixRable8Bit.ConvolveMatrixRable8Bit ( Filter p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
ConvolveMatrixRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
ConvolveMatrixRable8Bit.fixAlpha ( BufferedImage p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.fixAlpha:(Ljava/awt/image/BufferedImage;)V]
ConvolveMatrixRable8Bit.fixAlpha_FALLBACK ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.fixAlpha_FALLBACK:(Ljava/awt/image/WritableRaster;)V]
ConvolveMatrixRable8Bit.fixAlpha_INT_PACK ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.fixAlpha_INT_PACK:(Ljava/awt/image/WritableRaster;)V]
ConvolveMatrixRable8Bit.getBias ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.getBias:()D]
ConvolveMatrixRable8Bit.getEdgeMode ( ) : PadMode
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.getEdgeMode:()Lorg/apache/batik/ext/awt/image/PadMode;]
ConvolveMatrixRable8Bit.getKernel ( ) : Kernel
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.getKernel:()Ljava/awt/image/Kernel;]
ConvolveMatrixRable8Bit.getKernelUnitLength ( ) : double[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.getKernelUnitLength:()[D]
ConvolveMatrixRable8Bit.getPreserveAlpha ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.getPreserveAlpha:()Z]
ConvolveMatrixRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ConvolveMatrixRable8Bit.getTarget ( ) : Point
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.getTarget:()Ljava/awt/Point;]
ConvolveMatrixRable8Bit.setBias ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.setBias:(D)V]
ConvolveMatrixRable8Bit.setEdgeMode ( PadMode p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.setEdgeMode:(Lorg/apache/batik/ext/awt/image/PadMode;)V]
ConvolveMatrixRable8Bit.setKernel ( Kernel p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.setKernel:(Ljava/awt/image/Kernel;)V]
ConvolveMatrixRable8Bit.setKernelUnitLength ( double[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.setKernelUnitLength:([D)V]
ConvolveMatrixRable8Bit.setPreserveAlpha ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.setPreserveAlpha:(Z)V]
ConvolveMatrixRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
ConvolveMatrixRable8Bit.setTarget ( Point p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ConvolveMatrixRable8Bit.setTarget:(Ljava/awt/Point;)V]
cdk-1.0.4.jar, Coverage.class
package org.apache.batik.svggen.font.table
Coverage.Coverage ( )
[mangled: org/apache/batik/svggen/font/table/Coverage."<init>":()V]
Coverage.findGlyph ( int p1 ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/Coverage.findGlyph:(I)I]
Coverage.getFormat ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/Coverage.getFormat:()I]
Coverage.read ( RandomAccessFile p1 ) [static] : Coverage
[mangled: org/apache/batik/svggen/font/table/Coverage.read:(Ljava/io/RandomAccessFile;)Lorg/apache/batik/svggen/font/table/Coverage;]
cdk-1.0.4.jar, CoverageFormat1.class
package org.apache.batik.svggen.font.table
CoverageFormat1.CoverageFormat1 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CoverageFormat1."<init>":(Ljava/io/RandomAccessFile;)V]
CoverageFormat1.findGlyph ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/CoverageFormat1.findGlyph:(I)I]
CoverageFormat1.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/CoverageFormat1.getFormat:()I]
cdk-1.0.4.jar, CoverageFormat2.class
package org.apache.batik.svggen.font.table
CoverageFormat2.CoverageFormat2 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/CoverageFormat2."<init>":(Ljava/io/RandomAccessFile;)V]
CoverageFormat2.findGlyph ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/CoverageFormat2.findGlyph:(I)I]
CoverageFormat2.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/CoverageFormat2.getFormat:()I]
cdk-1.0.4.jar, Credentials.class
package org.apache.xindice.core.security
Credentials.checkGroup ( String p1 ) [abstract] : boolean
[mangled: org/apache/xindice/core/security/Credentials.checkGroup:(Ljava/lang/String;)Z]
Credentials.getGroups ( ) [abstract] : ArrayList
[mangled: org/apache/xindice/core/security/Credentials.getGroups:()Ljava/util/ArrayList;]
Credentials.verify ( ) [abstract] : void
[mangled: org/apache/xindice/core/security/Credentials.verify:()V]
cdk-1.0.4.jar, Crystal.class
package org.openscience.cdk
Crystal.getZ ( ) : int
[mangled: org/openscience/cdk/Crystal.getZ:()I]
Crystal.setZ ( int value ) : void
[mangled: org/openscience/cdk/Crystal.setZ:(I)V]
cdk-1.0.4.jar, CrystalGeometryTools.class
package org.openscience.cdk.geometry
CrystalGeometryTools.fractionalToCartesian ( double[ ] aAxis, double[ ] bAxis, double[ ] cAxis, double[ ] frac ) [static] : double[ ] *DEPRECATED*
[mangled: org/openscience/cdk/geometry/CrystalGeometryTools.fractionalToCartesian:([D[D[D[D)[D]
CrystalGeometryTools.fractionalToCartesian ( double[ ] aAxis, double[ ] bAxis, double[ ] cAxis, Point3d fracPoint ) [static] : Point3d *DEPRECATED*
[mangled: org/openscience/cdk/geometry/CrystalGeometryTools.fractionalToCartesian:([D[D[DLjavax/vecmath/Point3d;)Ljavax/vecmath/Point3d;]
cdk-1.0.4.jar, CrystalTool.class
package org.xmlcml.cml.tools
CrystalTool.applySymmetry ( ) : void
[mangled: org/xmlcml/cml/tools/CrystalTool.applySymmetry:()V]
CrystalTool.calculateCartesiansAndBonds ( ) : void
[mangled: org/xmlcml/cml/tools/CrystalTool.calculateCartesiansAndBonds:()V]
CrystalTool.CrystalTool ( CMLMolecule molecule, CMLCrystal crystal )
[mangled: org/xmlcml/cml/tools/CrystalTool."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/element/CMLCrystal;)V]
CrystalTool.CrystalTool ( CMLMolecule molecule, CMLSymmetry symmetry )
[mangled: org/xmlcml/cml/tools/CrystalTool."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/element/CMLSymmetry;)V]
CrystalTool.getCrystal ( ) : CMLCrystal
[mangled: org/xmlcml/cml/tools/CrystalTool.getCrystal:()Lorg/xmlcml/cml/element/CMLCrystal;]
cdk-1.0.4.jar, CrystalToolTest.class
package org.xmlcml.cml.tools.test
CrystalToolTest.CrystalToolTest ( )
[mangled: org/xmlcml/cml/tools/test/CrystalToolTest."<init>":()V]
CrystalToolTest.setUp ( ) : void
[mangled: org/xmlcml/cml/tools/test/CrystalToolTest.setUp:()V]
CrystalToolTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/tools/test/CrystalToolTest.suite:()Ljunit/framework/Test;]
CrystalToolTest.testApplySymmetry ( ) : void
[mangled: org/xmlcml/cml/tools/test/CrystalToolTest.testApplySymmetry:()V]
CrystalToolTest.testCalculateCartesiansAndBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/CrystalToolTest.testCalculateCartesiansAndBonds:()V]
cdk-1.0.4.jar, CSSStyleDeclarationFactory.class
package org.apache.batik.dom.util
CSSStyleDeclarationFactory.createCSSStyleDeclaration ( ) [abstract] : CSSStyleDeclaration
[mangled: org/apache/batik/dom/util/CSSStyleDeclarationFactory.createCSSStyleDeclaration:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
cdk-1.0.4.jar, CvtTable.class
package org.apache.batik.svggen.font.table
CvtTable.CvtTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/CvtTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
CvtTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/CvtTable.getType:()I]
CvtTable.getValues ( ) : short[ ]
[mangled: org/apache/batik/svggen/font/table/CvtTable.getValues:()[S]
cdk-1.0.4.jar, CycleMethodEnum.class
package org.apache.batik.ext.awt
MultipleGradientPaint.CycleMethodEnum.MultipleGradientPaint.CycleMethodEnum ( )
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.CycleMethodEnum."<init>":()V]
cdk-1.0.4.jar, DADMLReader.class
package org.openscience.cdk.internet
DADMLReader.close ( ) : void
[mangled: org/openscience/cdk/internet/DADMLReader.close:()V]
DADMLReader.DADMLReader ( String superdb )
[mangled: org/openscience/cdk/internet/DADMLReader."<init>":(Ljava/lang/String;)V]
DADMLReader.getFormat ( ) : IChemFormat
[mangled: org/openscience/cdk/internet/DADMLReader.getFormat:()Lorg/openscience/cdk/io/formats/IChemFormat;]
DADMLReader.read ( ChemObject object ) : ChemObject
[mangled: org/openscience/cdk/internet/DADMLReader.read:(Lorg/openscience/cdk/ChemObject;)Lorg/openscience/cdk/ChemObject;]
DADMLReader.resolveLink ( URI dadmlRI ) : URL
[mangled: org/openscience/cdk/internet/DADMLReader.resolveLink:(Ljava/net/URI;)Ljava/net/URL;]
DADMLReader.resolveLinks ( URI dadmlRI ) : Vector
[mangled: org/openscience/cdk/internet/DADMLReader.resolveLinks:(Ljava/net/URI;)Ljava/util/Vector;]
DADMLReader.setQuery ( String indexType, String value ) : void
[mangled: org/openscience/cdk/internet/DADMLReader.setQuery:(Ljava/lang/String;Ljava/lang/String;)V]
DADMLReader.setQuery ( URI query ) : void
[mangled: org/openscience/cdk/internet/DADMLReader.setQuery:(Ljava/net/URI;)V]
DADMLReader.setReader ( Reader input ) : void
[mangled: org/openscience/cdk/internet/DADMLReader.setReader:(Ljava/io/Reader;)V]
cdk-1.0.4.jar, DADMLResult.class
package org.openscience.cdk.internet
DADMLResult.DADMLResult ( URL url, FIELD field )
[mangled: org/openscience/cdk/internet/DADMLResult."<init>":(Ljava/net/URL;Lorg/openscience/dadml/FIELD;)V]
DADMLResult.getField ( ) : FIELD
[mangled: org/openscience/cdk/internet/DADMLResult.getField:()Lorg/openscience/dadml/FIELD;]
DADMLResult.getURL ( ) : URL
[mangled: org/openscience/cdk/internet/DADMLResult.getURL:()Ljava/net/URL;]
DADMLResult.setField ( FIELD field ) : void
[mangled: org/openscience/cdk/internet/DADMLResult.setField:(Lorg/openscience/dadml/FIELD;)V]
DADMLResult.setURL ( URL url ) : void
[mangled: org/openscience/cdk/internet/DADMLResult.setURL:(Ljava/net/URL;)V]
cdk-1.0.4.jar, DarkenCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.DarkenCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.DarkenCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, DarkenCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.DarkenCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.DarkenCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, Database.class
package org.apache.xindice.core
Database.close ( ) : boolean
[mangled: org/apache/xindice/core/Database.close:()Z]
Database.Database ( )
[mangled: org/apache/xindice/core/Database."<init>":()V]
Database.flushConfig ( ) : void
[mangled: org/apache/xindice/core/Database.flushConfig:()V]
Database.getDatabase ( ) : Database
[mangled: org/apache/xindice/core/Database.getDatabase:()Lorg/apache/xindice/core/Database;]
Database.getDatabase ( String name ) [static] : Database
[mangled: org/apache/xindice/core/Database.getDatabase:(Ljava/lang/String;)Lorg/apache/xindice/core/Database;]
Database.getDocumentCache ( ) : DocumentCache
[mangled: org/apache/xindice/core/Database.getDocumentCache:()Lorg/apache/xindice/core/DocumentCache;]
Database.getQueryEngine ( ) : QueryEngine
[mangled: org/apache/xindice/core/Database.getQueryEngine:()Lorg/apache/xindice/core/query/QueryEngine;]
Database.getSecurityManager ( ) : DBSecurityManager
[mangled: org/apache/xindice/core/Database.getSecurityManager:()Lorg/apache/xindice/core/security/DBSecurityManager;]
Database.getSystemCollection ( ) : SystemCollection
[mangled: org/apache/xindice/core/Database.getSystemCollection:()Lorg/apache/xindice/core/SystemCollection;]
Database.getURIMapper ( ) : URIMapper
[mangled: org/apache/xindice/core/Database.getURIMapper:()Lorg/apache/xindice/core/request/URIMapper;]
Database.getURIMapper ( String uri ) : URIMapper
[mangled: org/apache/xindice/core/Database.getURIMapper:(Ljava/lang/String;)Lorg/apache/xindice/core/request/URIMapper;]
Database.listDatabases ( ) [static] : String[ ]
[mangled: org/apache/xindice/core/Database.listDatabases:()[Ljava/lang/String;]
Database.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/Database.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
package org.xmldb.api.base
Database.acceptsURI ( String p1 ) [abstract] : boolean
[mangled: org/xmldb/api/base/Database.acceptsURI:(Ljava/lang/String;)Z]
Database.getCollection ( String p1, String p2, String p3 ) [abstract] : Collection
[mangled: org/xmldb/api/base/Database.getCollection:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
Database.getConformanceLevel ( ) [abstract] : String
[mangled: org/xmldb/api/base/Database.getConformanceLevel:()Ljava/lang/String;]
Database.getName ( ) [abstract] : String
[mangled: org/xmldb/api/base/Database.getName:()Ljava/lang/String;]
cdk-1.0.4.jar, DATABASE.class
package org.openscience.dadml
DATABASE.DATABASE ( )
[mangled: org/openscience/dadml/DATABASE."<init>":()V]
DATABASE.DATABASE ( String url )
[mangled: org/openscience/dadml/DATABASE."<init>":(Ljava/lang/String;)V]
DATABASE.getDefinition ( ) : String
[mangled: org/openscience/dadml/DATABASE.getDefinition:()Ljava/lang/String;]
DATABASE.getURL ( ) : String
[mangled: org/openscience/dadml/DATABASE.getURL:()Ljava/lang/String;]
DATABASE.setDefinition ( String u ) : void
[mangled: org/openscience/dadml/DATABASE.setDefinition:(Ljava/lang/String;)V]
DATABASE.setURL ( String u ) : void
[mangled: org/openscience/dadml/DATABASE.setURL:(Ljava/lang/String;)V]
cdk-1.0.4.jar, DatabaseHelper.class
package org.apache.xindice.client.corba.db
DatabaseHelper.DatabaseHelper ( )
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper."<init>":()V]
DatabaseHelper.extract ( CORBA.Any a ) [static] : Database
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/Database;]
DatabaseHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.id:()Ljava/lang/String;]
DatabaseHelper.insert ( CORBA.Any a, Database t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/Database;)V]
DatabaseHelper.narrow ( CORBA.Object obj ) [static] : Database
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/Database;]
DatabaseHelper.read ( CORBA.portable.InputStream istream ) [static] : Database
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/Database;]
DatabaseHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.type:()Lorg/omg/CORBA/TypeCode;]
DatabaseHelper.unchecked_narrow ( CORBA.Object obj ) [static] : Database
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.unchecked_narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/Database;]
DatabaseHelper.write ( CORBA.portable.OutputStream ostream, Database value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DatabaseHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/Database;)V]
cdk-1.0.4.jar, DatabaseHolder.class
package org.apache.xindice.client.corba.db
DatabaseHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/DatabaseHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
DatabaseHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DatabaseHolder._type:()Lorg/omg/CORBA/TypeCode;]
DatabaseHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/DatabaseHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
DatabaseHolder.DatabaseHolder ( )
[mangled: org/apache/xindice/client/corba/db/DatabaseHolder."<init>":()V]
DatabaseHolder.DatabaseHolder ( Database initial )
[mangled: org/apache/xindice/client/corba/db/DatabaseHolder."<init>":(Lorg/apache/xindice/client/corba/db/Database;)V]
cdk-1.0.4.jar, DatabaseImpl.class
package org.apache.xindice.client.xmldb
DatabaseImpl.acceptsURI ( String uri ) : boolean
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.acceptsURI:(Ljava/lang/String;)Z]
DatabaseImpl.DatabaseImpl ( )
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl."<init>":()V]
DatabaseImpl.getCollection ( String uri, String username, String password ) : Collection
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.getCollection:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
DatabaseImpl.getCollectionFromURI ( String uri ) : String
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.getCollectionFromURI:(Ljava/lang/String;)Ljava/lang/String;]
DatabaseImpl.getConformanceLevel ( ) : String
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.getConformanceLevel:()Ljava/lang/String;]
DatabaseImpl.getName ( ) : String
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.getName:()Ljava/lang/String;]
DatabaseImpl.getNamingNameFromURI ( String uri ) : String
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.getNamingNameFromURI:(Ljava/lang/String;)Ljava/lang/String;]
DatabaseImpl.getNamingURI ( String uri, String instance ) : String
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.getNamingURI:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
DatabaseImpl.getOrbConfig ( ) : Properties
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.getOrbConfig:()Ljava/util/Properties;]
DatabaseImpl.init ( String bootstrapURI, String corbaName ) : void
[mangled: org/apache/xindice/client/xmldb/DatabaseImpl.init:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, DatabaseInstanceManager.class
package org.apache.xindice.client.xmldb.services
DatabaseInstanceManager.DatabaseInstanceManager ( DatabaseManager manager, Database db, DatabaseImpl database )
[mangled: org/apache/xindice/client/xmldb/services/DatabaseInstanceManager."<init>":(Lorg/apache/xindice/client/corba/db/DatabaseManager;Lorg/apache/xindice/client/corba/db/Database;Lorg/apache/xindice/client/xmldb/DatabaseImpl;)V]
DatabaseInstanceManager.getDatabaseName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.getDatabaseName:()Ljava/lang/String;]
DatabaseInstanceManager.getName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.getName:()Ljava/lang/String;]
DatabaseInstanceManager.getVersion ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.getVersion:()Ljava/lang/String;]
DatabaseInstanceManager.remove ( ) : void
[mangled: org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.remove:()V]
DatabaseInstanceManager.setCollection ( Collection col ) : void
[mangled: org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.setCollection:(Lorg/xmldb/api/base/Collection;)V]
DatabaseInstanceManager.shutdown ( ) : void
[mangled: org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.shutdown:()V]
cdk-1.0.4.jar, DatabaseManager.class
package org.xmldb.api
DatabaseManager.DatabaseManager ( )
[mangled: org/xmldb/api/DatabaseManager."<init>":()V]
DatabaseManager.deregisterDatabase ( Database p1 ) [static] : void
[mangled: org/xmldb/api/DatabaseManager.deregisterDatabase:(Lorg/xmldb/api/base/Database;)V]
DatabaseManager.getCollection ( String p1 ) [static] : Collection
[mangled: org/xmldb/api/DatabaseManager.getCollection:(Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
DatabaseManager.getCollection ( String p1, String p2, String p3 ) [static] : Collection
[mangled: org/xmldb/api/DatabaseManager.getCollection:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/Collection;]
DatabaseManager.getConformanceLevel ( String p1 ) [static] : String
[mangled: org/xmldb/api/DatabaseManager.getConformanceLevel:(Ljava/lang/String;)Ljava/lang/String;]
DatabaseManager.getDatabase ( String p1 ) [static] : Database
[mangled: org/xmldb/api/DatabaseManager.getDatabase:(Ljava/lang/String;)Lorg/xmldb/api/base/Database;]
DatabaseManager.getDatabases ( ) [static] : Database[ ]
[mangled: org/xmldb/api/DatabaseManager.getDatabases:()[Lorg/xmldb/api/base/Database;]
DatabaseManager.getProperty ( String p1 ) [static] : String
[mangled: org/xmldb/api/DatabaseManager.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
DatabaseManager.registerDatabase ( Database p1 ) [static] : void
[mangled: org/xmldb/api/DatabaseManager.registerDatabase:(Lorg/xmldb/api/base/Database;)V]
DatabaseManager.setProperty ( String p1, String p2 ) [static] : void
[mangled: org/xmldb/api/DatabaseManager.setProperty:(Ljava/lang/String;Ljava/lang/String;)V]
DatabaseManager.stripURIPrefix ( String p1 ) [static] : String
[mangled: org/xmldb/api/DatabaseManager.stripURIPrefix:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.0.4.jar, DatabaseManagerHelper.class
package org.apache.xindice.client.corba.db
DatabaseManagerHelper.DatabaseManagerHelper ( )
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper."<init>":()V]
DatabaseManagerHelper.extract ( CORBA.Any a ) [static] : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseManagerHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.id:()Ljava/lang/String;]
DatabaseManagerHelper.insert ( CORBA.Any a, DatabaseManager t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/DatabaseManager;)V]
DatabaseManagerHelper.narrow ( CORBA.Object obj ) [static] : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseManagerHelper.read ( CORBA.portable.InputStream istream ) [static] : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseManagerHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.type:()Lorg/omg/CORBA/TypeCode;]
DatabaseManagerHelper.unchecked_narrow ( CORBA.Object obj ) [static] : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.unchecked_narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseManagerHelper.write ( CORBA.portable.OutputStream ostream, DatabaseManager value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/DatabaseManager;)V]
cdk-1.0.4.jar, DatabaseManagerHolder.class
package org.apache.xindice.client.corba.db
DatabaseManagerHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
DatabaseManagerHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHolder._type:()Lorg/omg/CORBA/TypeCode;]
DatabaseManagerHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
DatabaseManagerHolder.DatabaseManagerHolder ( )
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHolder."<init>":()V]
DatabaseManagerHolder.DatabaseManagerHolder ( DatabaseManager initial )
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerHolder."<init>":(Lorg/apache/xindice/client/corba/db/DatabaseManager;)V]
cdk-1.0.4.jar, DatabaseManagerOperations.class
package org.apache.xindice.client.corba.db
DatabaseManagerOperations.getName ( ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerOperations.getName:()Ljava/lang/String;]
DatabaseManagerOperations.shutdown ( ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerOperations.shutdown:()V]
cdk-1.0.4.jar, DatabaseManagerPOA.class
package org.apache.xindice.client.corba.db
DatabaseManagerPOA._all_interfaces ( PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOA._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
DatabaseManagerPOA._invoke ( String opName, CORBA.portable.InputStream _is, CORBA.portable.ResponseHandler handler ) : CORBA.portable.OutputStream
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOA._invoke:(Ljava/lang/String;Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/portable/ResponseHandler;)Lorg/omg/CORBA/portable/OutputStream;]
DatabaseManagerPOA._this ( ) : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOA._this:()Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseManagerPOA._this ( CORBA.ORB orb ) : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOA._this:(Lorg/omg/CORBA/ORB;)Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseManagerPOA.DatabaseManagerPOA ( )
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOA."<init>":()V]
cdk-1.0.4.jar, DatabaseManagerPOATie.class
package org.apache.xindice.client.corba.db
DatabaseManagerPOATie._default_POA ( ) : PortableServer.POA
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie._default_POA:()Lorg/omg/PortableServer/POA;]
DatabaseManagerPOATie._delegate ( ) : DatabaseManagerOperations
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie._delegate:()Lorg/apache/xindice/client/corba/db/DatabaseManagerOperations;]
DatabaseManagerPOATie._delegate ( DatabaseManagerOperations delegate_ ) : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie._delegate:(Lorg/apache/xindice/client/corba/db/DatabaseManagerOperations;)V]
DatabaseManagerPOATie.DatabaseManagerPOATie ( DatabaseManagerOperations tieObject )
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie."<init>":(Lorg/apache/xindice/client/corba/db/DatabaseManagerOperations;)V]
DatabaseManagerPOATie.DatabaseManagerPOATie ( DatabaseManagerOperations tieObject, PortableServer.POA poa )
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie."<init>":(Lorg/apache/xindice/client/corba/db/DatabaseManagerOperations;Lorg/omg/PortableServer/POA;)V]
DatabaseManagerPOATie.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie.getName:()Ljava/lang/String;]
DatabaseManagerPOATie.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie.remove:()V]
DatabaseManagerPOATie.shutdown ( ) : void
[mangled: org/apache/xindice/client/corba/db/DatabaseManagerPOATie.shutdown:()V]
cdk-1.0.4.jar, DatabaseManagerServant.class
package org.apache.xindice.client.corba
DatabaseManagerServant.DatabaseManagerServant ( Database db, Kernel kernel )
[mangled: org/apache/xindice/client/corba/DatabaseManagerServant."<init>":(Lorg/apache/xindice/core/Database;Lorg/apache/xindice/server/Kernel;)V]
DatabaseManagerServant.getName ( ) : String
[mangled: org/apache/xindice/client/corba/DatabaseManagerServant.getName:()Ljava/lang/String;]
DatabaseManagerServant.remove ( ) : void
[mangled: org/apache/xindice/client/corba/DatabaseManagerServant.remove:()V]
DatabaseManagerServant.shutdown ( ) : void
[mangled: org/apache/xindice/client/corba/DatabaseManagerServant.shutdown:()V]
cdk-1.0.4.jar, DatabaseOperations.class
package org.apache.xindice.client.corba.db
DatabaseOperations.getCollection ( String p1 ) [abstract] : Collection
[mangled: org/apache/xindice/client/corba/db/DatabaseOperations.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
DatabaseOperations.getDatabaseManager ( ) [abstract] : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabaseOperations.getDatabaseManager:()Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseOperations.getName ( ) [abstract] : String
[mangled: org/apache/xindice/client/corba/db/DatabaseOperations.getName:()Ljava/lang/String;]
DatabaseOperations.listCollections ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/client/corba/db/DatabaseOperations.listCollections:()[Ljava/lang/String;]
cdk-1.0.4.jar, DatabasePOA.class
package org.apache.xindice.client.corba.db
DatabasePOA._all_interfaces ( PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/DatabasePOA._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
DatabasePOA._invoke ( String opName, CORBA.portable.InputStream _is, CORBA.portable.ResponseHandler handler ) : CORBA.portable.OutputStream
[mangled: org/apache/xindice/client/corba/db/DatabasePOA._invoke:(Ljava/lang/String;Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/portable/ResponseHandler;)Lorg/omg/CORBA/portable/OutputStream;]
DatabasePOA._this ( ) : Database
[mangled: org/apache/xindice/client/corba/db/DatabasePOA._this:()Lorg/apache/xindice/client/corba/db/Database;]
DatabasePOA._this ( CORBA.ORB orb ) : Database
[mangled: org/apache/xindice/client/corba/db/DatabasePOA._this:(Lorg/omg/CORBA/ORB;)Lorg/apache/xindice/client/corba/db/Database;]
DatabasePOA.DatabasePOA ( )
[mangled: org/apache/xindice/client/corba/db/DatabasePOA."<init>":()V]
cdk-1.0.4.jar, DatabasePOATie.class
package org.apache.xindice.client.corba.db
DatabasePOATie._default_POA ( ) : PortableServer.POA
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie._default_POA:()Lorg/omg/PortableServer/POA;]
DatabasePOATie._delegate ( ) : DatabaseOperations
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie._delegate:()Lorg/apache/xindice/client/corba/db/DatabaseOperations;]
DatabasePOATie._delegate ( DatabaseOperations delegate_ ) : void
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie._delegate:(Lorg/apache/xindice/client/corba/db/DatabaseOperations;)V]
DatabasePOATie.DatabasePOATie ( DatabaseOperations tieObject )
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie."<init>":(Lorg/apache/xindice/client/corba/db/DatabaseOperations;)V]
DatabasePOATie.DatabasePOATie ( DatabaseOperations tieObject, PortableServer.POA poa )
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie."<init>":(Lorg/apache/xindice/client/corba/db/DatabaseOperations;Lorg/omg/PortableServer/POA;)V]
DatabasePOATie.getCollection ( String path ) : Collection
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
DatabasePOATie.getDatabaseManager ( ) : DatabaseManager
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie.getDatabaseManager:()Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabasePOATie.getName ( ) : String
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie.getName:()Ljava/lang/String;]
DatabasePOATie.listCollections ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie.listCollections:()[Ljava/lang/String;]
DatabasePOATie.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/DatabasePOATie.remove:()V]
cdk-1.0.4.jar, DatabaseServant.class
package org.apache.xindice.client.corba
DatabaseServant.DatabaseServant ( Database db, Kernel kernel )
[mangled: org/apache/xindice/client/corba/DatabaseServant."<init>":(Lorg/apache/xindice/core/Database;Lorg/apache/xindice/server/Kernel;)V]
DatabaseServant.getCollection ( String nam ) : Collection
[mangled: org/apache/xindice/client/corba/DatabaseServant.getCollection:(Ljava/lang/String;)Lorg/apache/xindice/client/corba/db/Collection;]
DatabaseServant.getDatabaseManager ( ) : DatabaseManager
[mangled: org/apache/xindice/client/corba/DatabaseServant.getDatabaseManager:()Lorg/apache/xindice/client/corba/db/DatabaseManager;]
DatabaseServant.getName ( ) : String
[mangled: org/apache/xindice/client/corba/DatabaseServant.getName:()Ljava/lang/String;]
DatabaseServant.listCollections ( ) : String[ ]
[mangled: org/apache/xindice/client/corba/DatabaseServant.listCollections:()[Ljava/lang/String;]
DatabaseServant.remove ( ) : void
[mangled: org/apache/xindice/client/corba/DatabaseServant.remove:()V]
cdk-1.0.4.jar, DataHelper.class
package org.apache.xindice.client.corba.db
DataHelper.DataHelper ( )
[mangled: org/apache/xindice/client/corba/db/DataHelper."<init>":()V]
DataHelper.extract ( CORBA.Any a ) [static] : byte[ ]
[mangled: org/apache/xindice/client/corba/db/DataHelper.extract:(Lorg/omg/CORBA/Any;)[B]
DataHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/DataHelper.id:()Ljava/lang/String;]
DataHelper.insert ( CORBA.Any a, byte[ ] t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DataHelper.insert:(Lorg/omg/CORBA/Any;[B)V]
DataHelper.read ( CORBA.portable.InputStream istream ) [static] : byte[ ]
[mangled: org/apache/xindice/client/corba/db/DataHelper.read:(Lorg/omg/CORBA/portable/InputStream;)[B]
DataHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DataHelper.type:()Lorg/omg/CORBA/TypeCode;]
DataHelper.write ( CORBA.portable.OutputStream ostream, byte[ ] value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DataHelper.write:(Lorg/omg/CORBA/portable/OutputStream;[B)V]
cdk-1.0.4.jar, DataHolder.class
package org.apache.xindice.client.corba.db
DataHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/DataHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
DataHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DataHolder._type:()Lorg/omg/CORBA/TypeCode;]
DataHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/DataHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
DataHolder.DataHolder ( )
[mangled: org/apache/xindice/client/corba/db/DataHolder."<init>":()V]
DataHolder.DataHolder ( byte[ ] initial )
[mangled: org/apache/xindice/client/corba/db/DataHolder."<init>":([B)V]
cdk-1.0.4.jar, DateUtilities.class
package org.apache.xindice.util
DateUtilities.getDateLong ( Date date ) [static] : long
[mangled: org/apache/xindice/util/DateUtilities.getDateLong:(Ljava/util/Date;)J]
DateUtilities.getGMTDate ( String date ) [static] : Date
[mangled: org/apache/xindice/util/DateUtilities.getGMTDate:(Ljava/lang/String;)Ljava/util/Date;]
DateUtilities.getGMTString ( Date date ) [static] : String
[mangled: org/apache/xindice/util/DateUtilities.getGMTString:(Ljava/util/Date;)Ljava/lang/String;]
cdk-1.0.4.jar, DBConduit.class
package org.apache.xindice.server.components
DBConduit.DBConduit ( )
[mangled: org/apache/xindice/server/components/DBConduit."<init>":()V]
DBConduit.executeQuery ( String alias, String sql ) : DBQueryResult
[mangled: org/apache/xindice/server/components/DBConduit.executeQuery:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/xindice/server/components/DBQueryResult;]
DBConduit.getAvailableConnections ( String alias ) : int
[mangled: org/apache/xindice/server/components/DBConduit.getAvailableConnections:(Ljava/lang/String;)I]
DBConduit.getConnection ( String alias ) : Connection
[mangled: org/apache/xindice/server/components/DBConduit.getConnection:(Ljava/lang/String;)Ljava/sql/Connection;]
DBConduit.getCreatedConnections ( String alias ) : int
[mangled: org/apache/xindice/server/components/DBConduit.getCreatedConnections:(Ljava/lang/String;)I]
DBConduit.getDescription ( String alias ) : String
[mangled: org/apache/xindice/server/components/DBConduit.getDescription:(Ljava/lang/String;)Ljava/lang/String;]
DBConduit.getDriver ( String alias ) : String
[mangled: org/apache/xindice/server/components/DBConduit.getDriver:(Ljava/lang/String;)Ljava/lang/String;]
DBConduit.getMaximumConnections ( String alias ) : int
[mangled: org/apache/xindice/server/components/DBConduit.getMaximumConnections:(Ljava/lang/String;)I]
DBConduit.getPingStatement ( String alias ) : String
[mangled: org/apache/xindice/server/components/DBConduit.getPingStatement:(Ljava/lang/String;)Ljava/lang/String;]
DBConduit.getTotalCreatedConnections ( String alias ) : int
[mangled: org/apache/xindice/server/components/DBConduit.getTotalCreatedConnections:(Ljava/lang/String;)I]
DBConduit.listAliases ( ) : String[ ]
[mangled: org/apache/xindice/server/components/DBConduit.listAliases:()[Ljava/lang/String;]
DBConduit.putConnection ( String alias, Connection connection ) : void
[mangled: org/apache/xindice/server/components/DBConduit.putConnection:(Ljava/lang/String;Ljava/sql/Connection;)V]
DBConduit.removeConnection ( String alias, Connection connection ) : void
[mangled: org/apache/xindice/server/components/DBConduit.removeConnection:(Ljava/lang/String;Ljava/sql/Connection;)V]
DBConduit.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/components/DBConduit.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, DBDATA.class
package org.openscience.dadml
DBDATA.addField ( FIELD f ) : void
[mangled: org/openscience/dadml/DBDATA.addField:(Lorg/openscience/dadml/FIELD;)V]
DBDATA.DBDATA ( )
[mangled: org/openscience/dadml/DBDATA."<init>":()V]
DBDATA.fields ( ) : Enumeration
[mangled: org/openscience/dadml/DBDATA.fields:()Ljava/util/Enumeration;]
DBDATA.getAUTHOR ( ) : String
[mangled: org/openscience/dadml/DBDATA.getAUTHOR:()Ljava/lang/String;]
DBDATA.getTITLE ( ) : String
[mangled: org/openscience/dadml/DBDATA.getTITLE:()Ljava/lang/String;]
DBDATA.getURL ( ) : String
[mangled: org/openscience/dadml/DBDATA.getURL:()Ljava/lang/String;]
DBDATA.setAUTHOR ( String u ) : void
[mangled: org/openscience/dadml/DBDATA.setAUTHOR:(Ljava/lang/String;)V]
DBDATA.setTITLE ( String u ) : void
[mangled: org/openscience/dadml/DBDATA.setTITLE:(Ljava/lang/String;)V]
DBDATA.setURL ( String u ) : void
[mangled: org/openscience/dadml/DBDATA.setURL:(Ljava/lang/String;)V]
cdk-1.0.4.jar, DBDATAFileReader.class
package org.openscience.dadml.filereaders
DBDATAFileReader.DBDATAFileReader ( )
[mangled: org/openscience/dadml/filereaders/DBDATAFileReader."<init>":()V]
DBDATAFileReader.read ( String url ) : DBDATA
[mangled: org/openscience/dadml/filereaders/DBDATAFileReader.read:(Ljava/lang/String;)Lorg/openscience/dadml/DBDATA;]
DBDATAFileReader.read ( String url, String proxyUser, String proxyPwd ) : DBDATA
[mangled: org/openscience/dadml/filereaders/DBDATAFileReader.read:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/openscience/dadml/DBDATA;]
cdk-1.0.4.jar, DBDATAHandler.class
package org.openscience.dadml.handlers
DBDATAHandler.DBDATAHandler ( )
[mangled: org/openscience/dadml/handlers/DBDATAHandler."<init>":()V]
DBDATAHandler.endDocument ( ) : void
[mangled: org/openscience/dadml/handlers/DBDATAHandler.endDocument:()V]
DBDATAHandler.returnDBDATA ( ) : DBDATA
[mangled: org/openscience/dadml/handlers/DBDATAHandler.returnDBDATA:()Lorg/openscience/dadml/DBDATA;]
DBDATAHandler.startDocument ( ) : void
[mangled: org/openscience/dadml/handlers/DBDATAHandler.startDocument:()V]
DBDATAHandler.startElement ( String uri, String local, String name, Attributes atts ) : void
[mangled: org/openscience/dadml/handlers/DBDATAHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
cdk-1.0.4.jar, DBDEF.class
package org.openscience.dadml
DBDEF.addField ( FIELD f ) : void
[mangled: org/openscience/dadml/DBDEF.addField:(Lorg/openscience/dadml/FIELD;)V]
DBDEF.DBDEF ( )
[mangled: org/openscience/dadml/DBDEF."<init>":()V]
DBDEF.fields ( ) : Enumeration
[mangled: org/openscience/dadml/DBDEF.fields:()Ljava/util/Enumeration;]
DBDEF.getAUTHOR ( ) : String
[mangled: org/openscience/dadml/DBDEF.getAUTHOR:()Ljava/lang/String;]
DBDEF.getTITLE ( ) : String
[mangled: org/openscience/dadml/DBDEF.getTITLE:()Ljava/lang/String;]
DBDEF.getURL ( ) : String
[mangled: org/openscience/dadml/DBDEF.getURL:()Ljava/lang/String;]
DBDEF.setAUTHOR ( String u ) : void
[mangled: org/openscience/dadml/DBDEF.setAUTHOR:(Ljava/lang/String;)V]
DBDEF.setTITLE ( String u ) : void
[mangled: org/openscience/dadml/DBDEF.setTITLE:(Ljava/lang/String;)V]
DBDEF.setURL ( String u ) : void
[mangled: org/openscience/dadml/DBDEF.setURL:(Ljava/lang/String;)V]
cdk-1.0.4.jar, DBDEFFileReader.class
package org.openscience.dadml.filereaders
DBDEFFileReader.DBDEFFileReader ( )
[mangled: org/openscience/dadml/filereaders/DBDEFFileReader."<init>":()V]
DBDEFFileReader.read ( String url ) : DBDEF
[mangled: org/openscience/dadml/filereaders/DBDEFFileReader.read:(Ljava/lang/String;)Lorg/openscience/dadml/DBDEF;]
DBDEFFileReader.read ( String url, String proxyUser, String proxyPwd ) : DBDEF
[mangled: org/openscience/dadml/filereaders/DBDEFFileReader.read:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/openscience/dadml/DBDEF;]
cdk-1.0.4.jar, DBDEFHandler.class
package org.openscience.dadml.handlers
DBDEFHandler.characters ( char[ ] ch, int start, int length ) : void
[mangled: org/openscience/dadml/handlers/DBDEFHandler.characters:([CII)V]
DBDEFHandler.DBDEFHandler ( )
[mangled: org/openscience/dadml/handlers/DBDEFHandler."<init>":()V]
DBDEFHandler.endDocument ( ) : void
[mangled: org/openscience/dadml/handlers/DBDEFHandler.endDocument:()V]
DBDEFHandler.endElement ( String uri, String local, String name ) : void
[mangled: org/openscience/dadml/handlers/DBDEFHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DBDEFHandler.returnDBDEF ( ) : DBDEF
[mangled: org/openscience/dadml/handlers/DBDEFHandler.returnDBDEF:()Lorg/openscience/dadml/DBDEF;]
DBDEFHandler.startDocument ( ) : void
[mangled: org/openscience/dadml/handlers/DBDEFHandler.startDocument:()V]
DBDEFHandler.startElement ( String uri, String local, String name, Attributes atts ) : void
[mangled: org/openscience/dadml/handlers/DBDEFHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
cdk-1.0.4.jar, DBDEFInfo.class
package org.openscience.dadml.tools
DBDEFInfo.DBDEFInfo ( )
[mangled: org/openscience/dadml/tools/DBDEFInfo."<init>":()V]
DBDEFInfo.getIndices ( DBDEF dbdef ) [static] : Vector
[mangled: org/openscience/dadml/tools/DBDEFInfo.getIndices:(Lorg/openscience/dadml/DBDEF;)Ljava/util/Vector;]
DBDEFInfo.hasINDEX ( DBDEF dbdef, String i ) [static] : boolean
[mangled: org/openscience/dadml/tools/DBDEFInfo.hasINDEX:(Lorg/openscience/dadml/DBDEF;Ljava/lang/String;)Z]
cdk-1.0.4.jar, DBDEFLIST.class
package org.openscience.dadml
DBDEFLIST.addDBDEF ( DBDEF dbdef ) : void
[mangled: org/openscience/dadml/DBDEFLIST.addDBDEF:(Lorg/openscience/dadml/DBDEF;)V]
DBDEFLIST.DBDEFLIST ( )
[mangled: org/openscience/dadml/DBDEFLIST."<init>":()V]
DBDEFLIST.elements ( ) : Enumeration
[mangled: org/openscience/dadml/DBDEFLIST.elements:()Ljava/util/Enumeration;]
cdk-1.0.4.jar, DBDEFViewer.class
package org.openscience.dadml.viewers
DBDEFViewer.DBDEFViewer ( )
[mangled: org/openscience/dadml/viewers/DBDEFViewer."<init>":()V]
DBDEFViewer.print ( DBDEF dbdef ) [static] : void
[mangled: org/openscience/dadml/viewers/DBDEFViewer.print:(Lorg/openscience/dadml/DBDEF;)V]
cdk-1.0.4.jar, DBDocument.class
package org.apache.xindice.xml.dom
DBDocument.isAuthoring ( ) [abstract] : boolean
[mangled: org/apache/xindice/xml/dom/DBDocument.isAuthoring:()Z]
DBDocument.isCaching ( ) [abstract] : boolean
[mangled: org/apache/xindice/xml/dom/DBDocument.isCaching:()Z]
DBDocument.setAuthoring ( boolean p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/DBDocument.setAuthoring:(Z)V]
DBDocument.setCaching ( boolean p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/DBDocument.setCaching:(Z)V]
cdk-1.0.4.jar, DBException.class
package org.apache.xindice.core
DBException.DBException ( )
[mangled: org/apache/xindice/core/DBException."<init>":()V]
DBException.DBException ( int faultCode )
[mangled: org/apache/xindice/core/DBException."<init>":(I)V]
DBException.DBException ( int faultCode, String message )
[mangled: org/apache/xindice/core/DBException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, DBLIST.class
package org.openscience.dadml
DBLIST.addDatabase ( DATABASE db ) : void
[mangled: org/openscience/dadml/DBLIST.addDatabase:(Lorg/openscience/dadml/DATABASE;)V]
DBLIST.databases ( ) : Enumeration
[mangled: org/openscience/dadml/DBLIST.databases:()Ljava/util/Enumeration;]
DBLIST.DBLIST ( )
[mangled: org/openscience/dadml/DBLIST."<init>":()V]
DBLIST.getDatabaseCount ( ) : int
[mangled: org/openscience/dadml/DBLIST.getDatabaseCount:()I]
cdk-1.0.4.jar, DBLISTFileReader.class
package org.openscience.dadml.filereaders
DBLISTFileReader.DBLISTFileReader ( )
[mangled: org/openscience/dadml/filereaders/DBLISTFileReader."<init>":()V]
DBLISTFileReader.read ( String url ) : DBLIST
[mangled: org/openscience/dadml/filereaders/DBLISTFileReader.read:(Ljava/lang/String;)Lorg/openscience/dadml/DBLIST;]
DBLISTFileReader.read ( String url, String proxyUser, String proxyPwd ) : DBLIST
[mangled: org/openscience/dadml/filereaders/DBLISTFileReader.read:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/openscience/dadml/DBLIST;]
cdk-1.0.4.jar, DBLISTHandler.class
package org.openscience.dadml.handlers
DBLISTHandler.DBLISTHandler ( )
[mangled: org/openscience/dadml/handlers/DBLISTHandler."<init>":()V]
DBLISTHandler.returnDBLIST ( ) : DBLIST
[mangled: org/openscience/dadml/handlers/DBLISTHandler.returnDBLIST:()Lorg/openscience/dadml/DBLIST;]
DBLISTHandler.startDocument ( ) : void
[mangled: org/openscience/dadml/handlers/DBLISTHandler.startDocument:()V]
DBLISTHandler.startElement ( String uri, String local, String name, Attributes atts ) : void
[mangled: org/openscience/dadml/handlers/DBLISTHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
cdk-1.0.4.jar, DBLISTViewer.class
package org.openscience.dadml.viewers
DBLISTViewer.DBLISTViewer ( )
[mangled: org/openscience/dadml/viewers/DBLISTViewer."<init>":()V]
DBLISTViewer.print ( DBLIST dblist ) [static] : void
[mangled: org/openscience/dadml/viewers/DBLISTViewer.print:(Lorg/openscience/dadml/DBLIST;)V]
cdk-1.0.4.jar, DBNode.class
package org.apache.xindice.xml.dom
DBNode.expandSource ( ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/DBNode.expandSource:()V]
DBNode.getSource ( ) [abstract] : NodeSource
[mangled: org/apache/xindice/xml/dom/DBNode.getSource:()Lorg/apache/xindice/xml/NodeSource;]
DBNode.setSource ( NodeSource p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/dom/DBNode.setSource:(Lorg/apache/xindice/xml/NodeSource;)V]
cdk-1.0.4.jar, DBObject.class
package org.apache.xindice.core
DBObject.close ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/DBObject.close:()Z]
DBObject.create ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/DBObject.create:()Z]
DBObject.drop ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/DBObject.drop:()Z]
DBObject.exists ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/DBObject.exists:()Z]
DBObject.isOpened ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/DBObject.isOpened:()Z]
DBObject.open ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/DBObject.open:()Z]
cdk-1.0.4.jar, DBQueryResult.class
package org.apache.xindice.server.components
DBQueryResult.close ( ) : void
[mangled: org/apache/xindice/server/components/DBQueryResult.close:()V]
DBQueryResult.DBQueryResult ( DBConduit conduit, String alias, Connection connection, Statement statement, ResultSet resultset, int rowsAffected )
[mangled: org/apache/xindice/server/components/DBQueryResult."<init>":(Lorg/apache/xindice/server/components/DBConduit;Ljava/lang/String;Ljava/sql/Connection;Ljava/sql/Statement;Ljava/sql/ResultSet;I)V]
DBQueryResult.finalize ( ) : void
[mangled: org/apache/xindice/server/components/DBQueryResult.finalize:()V]
DBQueryResult.getResultSet ( ) : ResultSet
[mangled: org/apache/xindice/server/components/DBQueryResult.getResultSet:()Ljava/sql/ResultSet;]
DBQueryResult.getRowsAffected ( ) : int
[mangled: org/apache/xindice/server/components/DBQueryResult.getRowsAffected:()I]
DBQueryResult.hasMoreResults ( ) : boolean
[mangled: org/apache/xindice/server/components/DBQueryResult.hasMoreResults:()Z]
DBQueryResult.hasResultSet ( ) : boolean
[mangled: org/apache/xindice/server/components/DBQueryResult.hasResultSet:()Z]
DBQueryResult.hasRowsAffected ( ) : boolean
[mangled: org/apache/xindice/server/components/DBQueryResult.hasRowsAffected:()Z]
DBQueryResult.isClosed ( ) : boolean
[mangled: org/apache/xindice/server/components/DBQueryResult.isClosed:()Z]
DBQueryResult.remove ( ) : void
[mangled: org/apache/xindice/server/components/DBQueryResult.remove:()V]
cdk-1.0.4.jar, DBSecurityManager.class
package org.apache.xindice.core.security
DBSecurityManager.authenticate ( String p1, String p2 ) [abstract] : Credentials
[mangled: org/apache/xindice/core/security/DBSecurityManager.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/xindice/core/security/Credentials;]
DBSecurityManager.checkAccess ( String p1, int p2 ) [abstract] : void
[mangled: org/apache/xindice/core/security/DBSecurityManager.checkAccess:(Ljava/lang/String;I)V]
DBSecurityManager.checkAccess ( String p1, int p2, Credentials p3 ) [abstract] : void
[mangled: org/apache/xindice/core/security/DBSecurityManager.checkAccess:(Ljava/lang/String;ILorg/apache/xindice/core/security/Credentials;)V]
DBSecurityManager.logout ( ) [abstract] : void
[mangled: org/apache/xindice/core/security/DBSecurityManager.logout:()V]
DBSecurityManager.readConfig ( ) [abstract] : void
[mangled: org/apache/xindice/core/security/DBSecurityManager.readConfig:()V]
DBSecurityManager.setActive ( ) [abstract] : void
[mangled: org/apache/xindice/core/security/DBSecurityManager.setActive:()V]
cdk-1.0.4.jar, Debug.class
package org.apache.xindice
Debug.Debug ( )
[mangled: org/apache/xindice/Debug."<init>":()V]
Debug.println ( ) [static] : void
[mangled: org/apache/xindice/Debug.println:()V]
Debug.println ( Object message ) [static] : void
[mangled: org/apache/xindice/Debug.println:(Ljava/lang/Object;)V]
Debug.println ( Object obj, Object message ) [static] : void
[mangled: org/apache/xindice/Debug.println:(Ljava/lang/Object;Ljava/lang/Object;)V]
Debug.printStackTrace ( Throwable t ) [static] : void
[mangled: org/apache/xindice/Debug.printStackTrace:(Ljava/lang/Throwable;)V]
Debug.setPrefix ( String debugPrefix ) [static] : void
[mangled: org/apache/xindice/Debug.setPrefix:(Ljava/lang/String;)V]
Debug.SetPrintStream ( PrintStream out ) [static] : void
[mangled: org/apache/xindice/Debug.SetPrintStream:(Ljava/io/PrintStream;)V]
Debug.setPrintStream ( PrintStream outStream ) [static] : void
[mangled: org/apache/xindice/Debug.setPrintStream:(Ljava/io/PrintStream;)V]
cdk-1.0.4.jar, DebugAminoAcid.class
package org.openscience.cdk.debug
DebugAminoAcid.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugAminoAcid.addBond:(IID)V]
DebugAminoAcid.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugAminoAcid.addBond:(IIDI)V]
DebugAminoAcid.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugAminoAcid.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugAtom.class
package org.openscience.cdk.debug
DebugAtom.getVanderwaalsRadius ( ) : double
[mangled: org/openscience/cdk/debug/DebugAtom.getVanderwaalsRadius:()D]
DebugAtom.setAtomicNumber ( int atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setAtomicNumber:(I)V]
DebugAtom.setBondOrderSum ( double bondOrderSum ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setBondOrderSum:(D)V]
DebugAtom.setCharge ( double charge ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setCharge:(D)V]
DebugAtom.setCovalentRadius ( double radius ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setCovalentRadius:(D)V]
DebugAtom.setExactMass ( double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setExactMass:(D)V]
DebugAtom.setFormalCharge ( int charge ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setFormalCharge:(I)V]
DebugAtom.setFormalNeighbourCount ( int count ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setFormalNeighbourCount:(I)V]
DebugAtom.setHybridization ( int hybridization ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setHybridization:(I)V]
DebugAtom.setHydrogenCount ( int hydrogenCount ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setHydrogenCount:(I)V]
DebugAtom.setMassNumber ( int massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setMassNumber:(I)V]
DebugAtom.setMaxBondOrder ( double maxBondOrder ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setMaxBondOrder:(D)V]
DebugAtom.setNaturalAbundance ( double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setNaturalAbundance:(D)V]
DebugAtom.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setProperties:(Ljava/util/Hashtable;)V]
DebugAtom.setStereoParity ( int stereoParity ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setStereoParity:(I)V]
DebugAtom.setValency ( int valency ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setValency:(I)V]
DebugAtom.setVanderwaalsRadius ( double radius ) : void
[mangled: org/openscience/cdk/debug/DebugAtom.setVanderwaalsRadius:(D)V]
cdk-1.0.4.jar, DebugAtomContainer.class
package org.openscience.cdk.debug
DebugAtomContainer.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainer.addBond:(IID)V]
DebugAtomContainer.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainer.addBond:(IIDI)V]
DebugAtomContainer.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainer.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugAtomContainerSet.class
package org.openscience.cdk.debug
DebugAtomContainerSet.setMultiplier ( IAtomContainer container, double multiplier ) : boolean
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)Z]
DebugAtomContainerSet.setMultiplier ( int position, double multiplier ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setMultiplier:(ID)V]
DebugAtomContainerSet.setMultipliers ( double[ ] newMultipliers ) : boolean
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setMultipliers:([D)Z]
DebugAtomContainerSet.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtomContainerSet.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugAtomParity.class
package org.openscience.cdk.debug
DebugAtomParity.addListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.addListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
DebugAtomParity.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/debug/DebugAtomParity.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
DebugAtomParity.getFlag ( int flag_type ) : boolean
[mangled: org/openscience/cdk/debug/DebugAtomParity.getFlag:(I)Z]
DebugAtomParity.getFlags ( ) : boolean[ ]
[mangled: org/openscience/cdk/debug/DebugAtomParity.getFlags:()[Z]
DebugAtomParity.getID ( ) : String
[mangled: org/openscience/cdk/debug/DebugAtomParity.getID:()Ljava/lang/String;]
DebugAtomParity.getListenerCount ( ) : int
[mangled: org/openscience/cdk/debug/DebugAtomParity.getListenerCount:()I]
DebugAtomParity.getProperties ( ) : Hashtable
[mangled: org/openscience/cdk/debug/DebugAtomParity.getProperties:()Ljava/util/Hashtable;]
DebugAtomParity.getProperty ( Object description ) : Object
[mangled: org/openscience/cdk/debug/DebugAtomParity.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
DebugAtomParity.notifyChanged ( ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.notifyChanged:()V]
DebugAtomParity.notifyChanged ( IChemObjectChangeEvent evt ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.notifyChanged:(Lorg/openscience/cdk/interfaces/IChemObjectChangeEvent;)V]
DebugAtomParity.removeListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.removeListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
DebugAtomParity.removeProperty ( Object description ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.removeProperty:(Ljava/lang/Object;)V]
DebugAtomParity.setFlag ( int flag_type, boolean flag_value ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.setFlag:(IZ)V]
DebugAtomParity.setFlags ( boolean[ ] flagsNew ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.setFlags:([Z)V]
DebugAtomParity.setID ( String identifier ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.setID:(Ljava/lang/String;)V]
DebugAtomParity.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.setProperties:(Ljava/util/Hashtable;)V]
DebugAtomParity.setProperty ( Object description, Object property ) : void
[mangled: org/openscience/cdk/debug/DebugAtomParity.setProperty:(Ljava/lang/Object;Ljava/lang/Object;)V]
cdk-1.0.4.jar, DebugAtomType.class
package org.openscience.cdk.debug
DebugAtomType.getVanderwaalsRadius ( ) : double
[mangled: org/openscience/cdk/debug/DebugAtomType.getVanderwaalsRadius:()D]
DebugAtomType.setAtomicNumber ( int atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setAtomicNumber:(I)V]
DebugAtomType.setBondOrderSum ( double bondOrderSum ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setBondOrderSum:(D)V]
DebugAtomType.setCovalentRadius ( double radius ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setCovalentRadius:(D)V]
DebugAtomType.setExactMass ( double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setExactMass:(D)V]
DebugAtomType.setFormalCharge ( int charge ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setFormalCharge:(I)V]
DebugAtomType.setFormalNeighbourCount ( int count ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setFormalNeighbourCount:(I)V]
DebugAtomType.setHybridization ( int hybridization ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setHybridization:(I)V]
DebugAtomType.setMassNumber ( int massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setMassNumber:(I)V]
DebugAtomType.setMaxBondOrder ( double maxBondOrder ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setMaxBondOrder:(D)V]
DebugAtomType.setNaturalAbundance ( double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setNaturalAbundance:(D)V]
DebugAtomType.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setProperties:(Ljava/util/Hashtable;)V]
DebugAtomType.setValency ( int valency ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setValency:(I)V]
DebugAtomType.setVanderwaalsRadius ( double radius ) : void
[mangled: org/openscience/cdk/debug/DebugAtomType.setVanderwaalsRadius:(D)V]
cdk-1.0.4.jar, DebugBioPolymer.class
package org.openscience.cdk.debug
DebugBioPolymer.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugBioPolymer.addBond:(IID)V]
DebugBioPolymer.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugBioPolymer.addBond:(IIDI)V]
DebugBioPolymer.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugBioPolymer.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugBond.class
package org.openscience.cdk.debug
DebugBond.DebugBond ( IAtom atom1, IAtom atom2, double order )
[mangled: org/openscience/cdk/debug/DebugBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;D)V]
DebugBond.DebugBond ( IAtom atom1, IAtom atom2, double order, int stereo )
[mangled: org/openscience/cdk/debug/DebugBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;DI)V]
DebugBond.setElectronCount ( int electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugBond.setElectronCount:(I)V]
DebugBond.setOrder ( double order ) : void
[mangled: org/openscience/cdk/debug/DebugBond.setOrder:(D)V]
DebugBond.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugBond.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugChemFile.class
package org.openscience.cdk.debug
DebugChemFile.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemFile.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugChemModel.class
package org.openscience.cdk.debug
DebugChemModel.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemModel.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugChemObject.class
package org.openscience.cdk.debug
DebugChemObject.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemObject.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugChemObjectBuilder.class
package org.openscience.cdk.debug
DebugChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, double order ) : IBond
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;D)Lorg/openscience/cdk/interfaces/IBond;]
DebugChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, double order, int stereo ) : IBond
[mangled: org/openscience/cdk/debug/DebugChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;DI)Lorg/openscience/cdk/interfaces/IBond;]
cdk-1.0.4.jar, DebugChemSequence.class
package org.openscience.cdk.debug
DebugChemSequence.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugChemSequence.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugCrystal.class
package org.openscience.cdk.debug
DebugCrystal.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.addBond:(IID)V]
DebugCrystal.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.addBond:(IIDI)V]
DebugCrystal.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.setProperties:(Ljava/util/Hashtable;)V]
DebugCrystal.setZ ( int value ) : void
[mangled: org/openscience/cdk/debug/DebugCrystal.setZ:(I)V]
cdk-1.0.4.jar, DebugElectronContainer.class
package org.openscience.cdk.debug
DebugElectronContainer.setElectronCount ( int electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugElectronContainer.setElectronCount:(I)V]
DebugElectronContainer.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugElectronContainer.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugElement.class
package org.openscience.cdk.debug
DebugElement.setAtomicNumber ( int atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugElement.setAtomicNumber:(I)V]
DebugElement.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugElement.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugIsotope.class
package org.openscience.cdk.debug
DebugIsotope.setAtomicNumber ( int atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setAtomicNumber:(I)V]
DebugIsotope.setExactMass ( double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setExactMass:(D)V]
DebugIsotope.setMassNumber ( int massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setMassNumber:(I)V]
DebugIsotope.setNaturalAbundance ( double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setNaturalAbundance:(D)V]
DebugIsotope.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugIsotope.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugLonePair.class
package org.openscience.cdk.debug
DebugLonePair.setElectronCount ( int electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugLonePair.setElectronCount:(I)V]
DebugLonePair.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugLonePair.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugMapping.class
package org.openscience.cdk.debug
DebugMapping.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugMapping.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugMolecule.class
package org.openscience.cdk.debug
DebugMolecule.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugMolecule.addBond:(IID)V]
DebugMolecule.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugMolecule.addBond:(IIDI)V]
DebugMolecule.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugMolecule.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugMoleculeSet.class
package org.openscience.cdk.debug
DebugMoleculeSet.setMultiplier ( IAtomContainer container, double multiplier ) : boolean
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)Z]
DebugMoleculeSet.setMultiplier ( int position, double multiplier ) : void
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setMultiplier:(ID)V]
DebugMoleculeSet.setMultipliers ( double[ ] newMultipliers ) : boolean
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setMultipliers:([D)Z]
DebugMoleculeSet.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugMoleculeSet.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugMonomer.class
package org.openscience.cdk.debug
DebugMonomer.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugMonomer.addBond:(IID)V]
DebugMonomer.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugMonomer.addBond:(IIDI)V]
DebugMonomer.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugMonomer.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugPDBAtom.class
package org.openscience.cdk.debug
DebugPDBAtom.setHetAtom ( boolean newHetAtom ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setHetAtom:(Z)V]
DebugPDBAtom.setOccupancy ( double newOccupancy ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setOccupancy:(D)V]
DebugPDBAtom.setOxt ( boolean newOxt ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setOxt:(Z)V]
DebugPDBAtom.setSerial ( int newSerial ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setSerial:(I)V]
DebugPDBAtom.setTempFactor ( double newTempFactor ) : void
[mangled: org/openscience/cdk/debug/DebugPDBAtom.setTempFactor:(D)V]
cdk-1.0.4.jar, DebugPDBStructure.class
package org.openscience.cdk.debug
DebugPDBStructure.setEndChainID ( char endChainID ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setEndChainID:(C)V]
DebugPDBStructure.setEndInsertionCode ( char endInsertionCode ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setEndInsertionCode:(C)V]
DebugPDBStructure.setEndSequenceNumber ( int endSequenceNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setEndSequenceNumber:(I)V]
DebugPDBStructure.setStartChainID ( char startChainID ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setStartChainID:(C)V]
DebugPDBStructure.setStartInsertionCode ( char startInsertionCode ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setStartInsertionCode:(C)V]
DebugPDBStructure.setStartSequenceNumber ( int startSequenceNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPDBStructure.setStartSequenceNumber:(I)V]
cdk-1.0.4.jar, DebugPolymer.class
package org.openscience.cdk.debug
DebugPolymer.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugPolymer.addBond:(IID)V]
DebugPolymer.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugPolymer.addBond:(IIDI)V]
DebugPolymer.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugPolymer.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugPseudoAtom.class
package org.openscience.cdk.debug
DebugPseudoAtom.getVanderwaalsRadius ( ) : double
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.getVanderwaalsRadius:()D]
DebugPseudoAtom.setAtomicNumber ( int atomicNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setAtomicNumber:(I)V]
DebugPseudoAtom.setBondOrderSum ( double bondOrderSum ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setBondOrderSum:(D)V]
DebugPseudoAtom.setCharge ( double charge ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setCharge:(D)V]
DebugPseudoAtom.setCovalentRadius ( double radius ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setCovalentRadius:(D)V]
DebugPseudoAtom.setExactMass ( double exactMass ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setExactMass:(D)V]
DebugPseudoAtom.setFormalCharge ( int charge ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setFormalCharge:(I)V]
DebugPseudoAtom.setFormalNeighbourCount ( int count ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setFormalNeighbourCount:(I)V]
DebugPseudoAtom.setHybridization ( int hybridization ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setHybridization:(I)V]
DebugPseudoAtom.setHydrogenCount ( int hydrogenCount ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setHydrogenCount:(I)V]
DebugPseudoAtom.setMassNumber ( int massNumber ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setMassNumber:(I)V]
DebugPseudoAtom.setMaxBondOrder ( double maxBondOrder ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setMaxBondOrder:(D)V]
DebugPseudoAtom.setNaturalAbundance ( double naturalAbundance ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setNaturalAbundance:(D)V]
DebugPseudoAtom.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setProperties:(Ljava/util/Hashtable;)V]
DebugPseudoAtom.setStereoParity ( int stereoParity ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setStereoParity:(I)V]
DebugPseudoAtom.setValency ( int valency ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setValency:(I)V]
DebugPseudoAtom.setVanderwaalsRadius ( double radius ) : void
[mangled: org/openscience/cdk/debug/DebugPseudoAtom.setVanderwaalsRadius:(D)V]
cdk-1.0.4.jar, DebugReaction.class
package org.openscience.cdk.debug
DebugReaction.addProduct ( IMolecule product, double coefficient ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.addProduct:(Lorg/openscience/cdk/interfaces/IMolecule;D)V]
DebugReaction.addReactant ( IMolecule reactant, double coefficient ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.addReactant:(Lorg/openscience/cdk/interfaces/IMolecule;D)V]
DebugReaction.setDirection ( int direction ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.setDirection:(I)V]
DebugReaction.setProductCoefficient ( IMolecule product, double coefficient ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;D)Z]
DebugReaction.setProductCoefficients ( double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setProductCoefficients:([D)Z]
DebugReaction.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugReaction.setProperties:(Ljava/util/Hashtable;)V]
DebugReaction.setReactantCoefficient ( IMolecule reactant, double coefficient ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;D)Z]
DebugReaction.setReactantCoefficients ( double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/debug/DebugReaction.setReactantCoefficients:([D)Z]
cdk-1.0.4.jar, DebugReactionSet.class
package org.openscience.cdk.debug
DebugReactionSet.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugReactionSet.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugRing.class
package org.openscience.cdk.debug
DebugRing.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugRing.addBond:(IID)V]
DebugRing.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugRing.addBond:(IIDI)V]
DebugRing.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugRing.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugSingleElectron.class
package org.openscience.cdk.debug
DebugSingleElectron.setElectronCount ( int electronCount ) : void
[mangled: org/openscience/cdk/debug/DebugSingleElectron.setElectronCount:(I)V]
DebugSingleElectron.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugSingleElectron.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DebugStrand.class
package org.openscience.cdk.debug
DebugStrand.addBond ( int atom1, int atom2, double order ) : void
[mangled: org/openscience/cdk/debug/DebugStrand.addBond:(IID)V]
DebugStrand.addBond ( int atom1, int atom2, double order, int stereo ) : void
[mangled: org/openscience/cdk/debug/DebugStrand.addBond:(IIDI)V]
DebugStrand.setProperties ( Hashtable properties ) : void
[mangled: org/openscience/cdk/debug/DebugStrand.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, DefaultBrokenLinkProvider.class
package org.apache.batik.ext.awt.image.spi
DefaultBrokenLinkProvider.DefaultBrokenLinkProvider ( )
[mangled: org/apache/batik/ext/awt/image/spi/DefaultBrokenLinkProvider."<init>":()V]
DefaultBrokenLinkProvider.formatMessage ( Object p1, String p2, Object[ ] p3 ) [static] : String
[mangled: org/apache/batik/ext/awt/image/spi/DefaultBrokenLinkProvider.formatMessage:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
DefaultBrokenLinkProvider.getBrokenLinkImage ( Object p1, String p2, Object[ ] p3 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/DefaultBrokenLinkProvider.getBrokenLinkImage:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
cdk-1.0.4.jar, DefaultCachedImageHandler.class
package org.apache.batik.svggen
DefaultCachedImageHandler.buildBufferedImage ( Dimension p1 ) : BufferedImage
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.buildBufferedImage:(Ljava/awt/Dimension;)Ljava/awt/image/BufferedImage;]
DefaultCachedImageHandler.cacheBufferedImage ( Element p1, BufferedImage p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.cacheBufferedImage:(Lorg/w3c/dom/Element;Ljava/awt/image/BufferedImage;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultCachedImageHandler.createElement ( SVGGeneratorContext p1 ) : Element
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.createElement:(Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/w3c/dom/Element;]
DefaultCachedImageHandler.DefaultCachedImageHandler ( )
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler."<init>":()V]
DefaultCachedImageHandler.encodeImage ( BufferedImage p1, OutputStream p2 ) [abstract] : void
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.encodeImage:(Ljava/awt/image/BufferedImage;Ljava/io/OutputStream;)V]
DefaultCachedImageHandler.getBufferedImageType ( ) [abstract] : int
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.getBufferedImageType:()I]
DefaultCachedImageHandler.getImageCacher ( ) : ImageCacher
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.getImageCacher:()Lorg/apache/batik/svggen/ImageCacher;]
DefaultCachedImageHandler.getRefPrefix ( ) [abstract] : String
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.getRefPrefix:()Ljava/lang/String;]
DefaultCachedImageHandler.handleEmptyImage ( Element p1 ) : void
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleEmptyImage:(Lorg/w3c/dom/Element;)V]
DefaultCachedImageHandler.handleHREF ( Image p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleHREF:(Ljava/awt/Image;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultCachedImageHandler.handleHREF ( RenderableImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleHREF:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultCachedImageHandler.handleHREF ( RenderedImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleHREF:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultCachedImageHandler.handleImage ( Image p1, Element p2, int p3, int p4, int p5, int p6, SVGGeneratorContext p7 ) : AffineTransform
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleImage:(Ljava/awt/Image;Lorg/w3c/dom/Element;IIIILorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
DefaultCachedImageHandler.handleImage ( RenderableImage p1, Element p2, double p3, double p4, double p5, double p6, SVGGeneratorContext p7 ) : AffineTransform
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleImage:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;DDDDLorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
DefaultCachedImageHandler.handleImage ( RenderedImage p1, Element p2, int p3, int p4, int p5, int p6, SVGGeneratorContext p7 ) : AffineTransform
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleImage:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;IIIILorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
DefaultCachedImageHandler.handleTransform ( Element p1, double p2, double p3, double p4, double p5, double p6, double p7, SVGGeneratorContext p8 ) : AffineTransform
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.handleTransform:(Lorg/w3c/dom/Element;DDDDDDLorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
DefaultCachedImageHandler.setDOMTreeManager ( DOMTreeManager p1 ) : void
[mangled: org/apache/batik/svggen/DefaultCachedImageHandler.setDOMTreeManager:(Lorg/apache/batik/svggen/DOMTreeManager;)V]
cdk-1.0.4.jar, DefaultChemObjectBuilder.class
package org.openscience.cdk
DefaultChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, double order ) : IBond
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;D)Lorg/openscience/cdk/interfaces/IBond;]
DefaultChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, double order, int stereo ) : IBond
[mangled: org/openscience/cdk/DefaultChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;DI)Lorg/openscience/cdk/interfaces/IBond;]
cdk-1.0.4.jar, DefaultErrorHandler.class
package org.apache.batik.svggen
DefaultErrorHandler.DefaultErrorHandler ( )
[mangled: org/apache/batik/svggen/DefaultErrorHandler."<init>":()V]
DefaultErrorHandler.handleError ( SVGGraphics2DIOException p1 ) : void
[mangled: org/apache/batik/svggen/DefaultErrorHandler.handleError:(Lorg/apache/batik/svggen/SVGGraphics2DIOException;)V]
DefaultErrorHandler.handleError ( SVGGraphics2DRuntimeException p1 ) : void
[mangled: org/apache/batik/svggen/DefaultErrorHandler.handleError:(Lorg/apache/batik/svggen/SVGGraphics2DRuntimeException;)V]
cdk-1.0.4.jar, DefaultExtensionHandler.class
package org.apache.batik.svggen
DefaultExtensionHandler.DefaultExtensionHandler ( )
[mangled: org/apache/batik/svggen/DefaultExtensionHandler."<init>":()V]
DefaultExtensionHandler.handleComposite ( Composite p1, SVGGeneratorContext p2 ) : SVGCompositeDescriptor
[mangled: org/apache/batik/svggen/DefaultExtensionHandler.handleComposite:(Ljava/awt/Composite;Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/apache/batik/svggen/SVGCompositeDescriptor;]
DefaultExtensionHandler.handleFilter ( BufferedImageOp p1, Rectangle p2, SVGGeneratorContext p3 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/DefaultExtensionHandler.handleFilter:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
DefaultExtensionHandler.handlePaint ( Paint p1, SVGGeneratorContext p2 ) : SVGPaintDescriptor
[mangled: org/apache/batik/svggen/DefaultExtensionHandler.handlePaint:(Ljava/awt/Paint;Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/apache/batik/svggen/SVGPaintDescriptor;]
cdk-1.0.4.jar, DefaultGraphics2D.class
package org.apache.batik.ext.awt.g2d
DefaultGraphics2D.copyArea ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.copyArea:(IIIIII)V]
DefaultGraphics2D.create ( ) : Graphics
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.create:()Ljava/awt/Graphics;]
DefaultGraphics2D.DefaultGraphics2D ( boolean p1 )
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D."<init>":(Z)V]
DefaultGraphics2D.DefaultGraphics2D ( DefaultGraphics2D p1 )
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D."<init>":(Lorg/apache/batik/ext/awt/g2d/DefaultGraphics2D;)V]
DefaultGraphics2D.dispose ( ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.dispose:()V]
DefaultGraphics2D.draw ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.draw:(Ljava/awt/Shape;)V]
DefaultGraphics2D.drawImage ( Image p1, int p2, int p3, ImageObserver p4 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.drawImage:(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z]
DefaultGraphics2D.drawImage ( Image p1, int p2, int p3, int p4, int p5, ImageObserver p6 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z]
DefaultGraphics2D.drawRenderableImage ( RenderableImage p1, AffineTransform p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.drawRenderableImage:(Ljava/awt/image/renderable/RenderableImage;Ljava/awt/geom/AffineTransform;)V]
DefaultGraphics2D.drawRenderedImage ( RenderedImage p1, AffineTransform p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.drawRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/geom/AffineTransform;)V]
DefaultGraphics2D.drawString ( AttributedCharacterIterator p1, float p2, float p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.drawString:(Ljava/text/AttributedCharacterIterator;FF)V]
DefaultGraphics2D.drawString ( String p1, float p2, float p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.drawString:(Ljava/lang/String;FF)V]
DefaultGraphics2D.fill ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.fill:(Ljava/awt/Shape;)V]
DefaultGraphics2D.getDeviceConfiguration ( ) : GraphicsConfiguration
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.getDeviceConfiguration:()Ljava/awt/GraphicsConfiguration;]
DefaultGraphics2D.getFontMetrics ( Font p1 ) : FontMetrics
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;]
DefaultGraphics2D.setXORMode ( Color p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/DefaultGraphics2D.setXORMode:(Ljava/awt/Color;)V]
cdk-1.0.4.jar, DefaultImageHandler.class
package org.apache.batik.svggen
DefaultImageHandler.DefaultImageHandler ( )
[mangled: org/apache/batik/svggen/DefaultImageHandler."<init>":()V]
DefaultImageHandler.handleHREF ( Image p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultImageHandler.handleHREF:(Ljava/awt/Image;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultImageHandler.handleHREF ( RenderableImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultImageHandler.handleHREF:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultImageHandler.handleHREF ( RenderedImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultImageHandler.handleHREF:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultImageHandler.handleImage ( Image p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultImageHandler.handleImage:(Ljava/awt/Image;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultImageHandler.handleImage ( RenderableImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultImageHandler.handleImage:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
DefaultImageHandler.handleImage ( RenderedImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultImageHandler.handleImage:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
cdk-1.0.4.jar, DefaultIteratingChemObjectReader.class
package org.openscience.cdk.io.iterator
DefaultIteratingChemObjectReader.fireFrameRead ( ) : void
[mangled: org/openscience/cdk/io/iterator/DefaultIteratingChemObjectReader.fireFrameRead:()V]
cdk-1.0.4.jar, DefaultStyleHandler.class
package org.apache.batik.svggen
DefaultStyleHandler.appliesTo ( String p1, String p2 ) : boolean
[mangled: org/apache/batik/svggen/DefaultStyleHandler.appliesTo:(Ljava/lang/String;Ljava/lang/String;)Z]
DefaultStyleHandler.DefaultStyleHandler ( )
[mangled: org/apache/batik/svggen/DefaultStyleHandler."<init>":()V]
DefaultStyleHandler.setStyle ( Element p1, Map p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/DefaultStyleHandler.setStyle:(Lorg/w3c/dom/Element;Ljava/util/Map;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
cdk-1.0.4.jar, DeferRable.class
package org.apache.batik.ext.awt.image.renderable
DeferRable.createDefaultRendering ( ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.createDefaultRendering:()Ljava/awt/image/RenderedImage;]
DeferRable.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
DeferRable.createScaledRendering ( int p1, int p2, RenderingHints p3 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.createScaledRendering:(IILjava/awt/RenderingHints;)Ljava/awt/image/RenderedImage;]
DeferRable.DeferRable ( )
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable."<init>":()V]
DeferRable.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
DeferRable.getDependencyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
DeferRable.getDirtyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
DeferRable.getHeight ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getHeight:()F]
DeferRable.getMinX ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getMinX:()F]
DeferRable.getMinY ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getMinY:()F]
DeferRable.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
DeferRable.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getPropertyNames:()[Ljava/lang/String;]
DeferRable.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
DeferRable.getSources ( ) : Vector
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getSources:()Ljava/util/Vector;]
DeferRable.getTimeStamp ( ) : long
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getTimeStamp:()J]
DeferRable.getWidth ( ) : float
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.getWidth:()F]
DeferRable.isDynamic ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.isDynamic:()Z]
DeferRable.setBounds ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.setBounds:(Ljava/awt/geom/Rectangle2D;)V]
DeferRable.setProperties ( Map p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.setProperties:(Ljava/util/Map;)V]
DeferRable.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DeferRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, DegreeAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
DegreeAtom.DegreeAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/DegreeAtom."<init>":()V]
DegreeAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/DegreeAtom.getOperator:()I]
cdk-1.0.4.jar, DeleteCollection.class
package org.apache.xindice.tools.command
DeleteCollection.DeleteCollection ( )
[mangled: org/apache/xindice/tools/command/DeleteCollection."<init>":()V]
DeleteCollection.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/DeleteCollection.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, DeleteCollectionXMLObject.class
package org.apache.xindice.tools.command
DeleteCollectionXMLObject.DeleteCollectionXMLObject ( )
[mangled: org/apache/xindice/tools/command/DeleteCollectionXMLObject."<init>":()V]
DeleteCollectionXMLObject.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/DeleteCollectionXMLObject.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, DeleteDocument.class
package org.apache.xindice.tools.command
DeleteDocument.DeleteDocument ( )
[mangled: org/apache/xindice/tools/command/DeleteDocument."<init>":()V]
DeleteDocument.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/DeleteDocument.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, DeleteIndexer.class
package org.apache.xindice.tools.command
DeleteIndexer.DeleteIndexer ( )
[mangled: org/apache/xindice/tools/command/DeleteIndexer."<init>":()V]
DeleteIndexer.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/DeleteIndexer.execute:(Ljava/util/Hashtable;)Z]
cdk-1.0.4.jar, DeploymentTask.class
package org.apache.xindice.tools
DeploymentTask.DeploymentTask ( )
[mangled: org/apache/xindice/tools/DeploymentTask."<init>":()V]
DeploymentTask.execute ( ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.execute:()V]
DeploymentTask.setActivity ( String name ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.setActivity:(Ljava/lang/String;)V]
DeploymentTask.setClass ( String name ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.setClass:(Ljava/lang/String;)V]
DeploymentTask.setCollection ( String name ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.setCollection:(Ljava/lang/String;)V]
DeploymentTask.setDatabase ( String name ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.setDatabase:(Ljava/lang/String;)V]
DeploymentTask.setHome ( String name ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.setHome:(Ljava/lang/String;)V]
DeploymentTask.setName ( String name ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.setName:(Ljava/lang/String;)V]
DeploymentTask.setPath ( String name ) : void
[mangled: org/apache/xindice/tools/DeploymentTask.setPath:(Ljava/lang/String;)V]
cdk-1.0.4.jar, DescriptorCalculator.class
package org.openscience.cdk.applications
DescriptorCalculator.DescriptorCalculator ( )
[mangled: org/openscience/cdk/applications/DescriptorCalculator."<init>":()V]
DescriptorCalculator.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/DescriptorCalculator.main:([Ljava/lang/String;)V]
DescriptorCalculator.process ( String toProcess ) : void
[mangled: org/openscience/cdk/applications/DescriptorCalculator.process:(Ljava/lang/String;)V]
cdk-1.0.4.jar, DescriptorValue.class
package org.openscience.cdk.qsar
DescriptorValue.DescriptorValue ( DescriptorSpecification specification, String[ ] parameterNames, Object[ ] parameterSettings, IDescriptorResult value ) *DEPRECATED*
[mangled: org/openscience/cdk/qsar/DescriptorValue."<init>":(Lorg/openscience/cdk/qsar/DescriptorSpecification;[Ljava/lang/String;[Ljava/lang/Object;Lorg/openscience/cdk/qsar/result/IDescriptorResult;)V]
cdk-1.0.4.jar, Device.class
package org.apache.batik.svggen.font.table
Device.Device ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/Device."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, Dialog.class
package org.apache.batik.ext.swing
JAffineTransformChooser.Dialog.JAffineTransformChooser.Dialog ( Component p1, String p2, boolean p3, JAffineTransformChooser p4, AffineTransformTracker p5, ActionListener p6 )
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.Dialog."<init>":(Ljava/awt/Component;Ljava/lang/String;ZLorg/apache/batik/ext/swing/JAffineTransformChooser;Lorg/apache/batik/ext/swing/AffineTransformTracker;Ljava/awt/event/ActionListener;)V]
JAffineTransformChooser.Dialog.reset ( ) : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.Dialog.reset:()V]
JAffineTransformChooser.Dialog.setTransform ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.Dialog.setTransform:(Ljava/awt/geom/AffineTransform;)V]
JAffineTransformChooser.Dialog.show ( ) : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.Dialog.show:()V]
JAffineTransformChooser.Dialog.showDialog ( ) : AffineTransform
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.Dialog.showDialog:()Ljava/awt/geom/AffineTransform;]
cdk-1.0.4.jar, DictionaryMap.class
package org.xmlcml.cml.element
DictionaryMap.DictionaryMap ( )
[mangled: org/xmlcml/cml/element/DictionaryMap."<init>":()V]
DictionaryMap.DictionaryMap ( File dir, boolean useSubdirectories )
[mangled: org/xmlcml/cml/element/DictionaryMap."<init>":(Ljava/io/File;Z)V]
cdk-1.0.4.jar, DictRef.class
package org.openscience.cdk.dict
DictRef.getDictRef ( ) : String
[mangled: org/openscience/cdk/dict/DictRef.getDictRef:()Ljava/lang/String;]
cdk-1.0.4.jar, DictRefAttribute.class
package org.xmlcml.cml.element
DictRefAttribute.checkAttribute ( CMLElement element, GenericDictionaryMap dictionaryMap ) : List
[mangled: org/xmlcml/cml/element/DictRefAttribute.checkAttribute:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
DictRefAttribute.DictRefAttribute ( )
[mangled: org/xmlcml/cml/element/DictRefAttribute."<init>":()V]
DictRefAttribute.DictRefAttribute ( Attribute att )
[mangled: org/xmlcml/cml/element/DictRefAttribute."<init>":(Lnu/xom/Attribute;)V]
DictRefAttribute.DictRefAttribute ( String name, String value )
[mangled: org/xmlcml/cml/element/DictRefAttribute."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
DictRefAttribute.getDictRefFromElementOrParent ( CMLElement el ) [static] : DictRefAttribute
[mangled: org/xmlcml/cml/element/DictRefAttribute.getDictRefFromElementOrParent:(Lorg/xmlcml/cml/base/CMLElement;)Lorg/xmlcml/cml/element/DictRefAttribute;]
cdk-1.0.4.jar, DictRefAttributeTest.class
package org.xmlcml.cml.element.test
DictRefAttributeTest.DictRefAttributeTest ( )
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest."<init>":()V]
DictRefAttributeTest.largeExample ( String p1, int p2 ) : void
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest.largeExample:(Ljava/lang/String;I)V]
DictRefAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest.setUp:()V]
DictRefAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest.suite:()Ljunit/framework/Test;]
DictRefAttributeTest.test4CDFExample ( ) : void
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest.test4CDFExample:()V]
DictRefAttributeTest.testGetDictionaries ( ) : void
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest.testGetDictionaries:()V]
DictRefAttributeTest.testGetPrefixAndNamespaceURI ( ) : void
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest.testGetPrefixAndNamespaceURI:()V]
DictRefAttributeTest.testTacExample ( ) : void
[mangled: org/xmlcml/cml/element/test/DictRefAttributeTest.testTacExample:()V]
cdk-1.0.4.jar, DictRefEditorTableModel.class
package org.openscience.cdk.applications.swing
DictRefEditorTableModel.DictRefEditorTableModel ( )
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel."<init>":()V]
DictRefEditorTableModel.getColumnClass ( int col ) : Class
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.getColumnClass:(I)Ljava/lang/Class;]
DictRefEditorTableModel.getColumnCount ( ) : int
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.getColumnCount:()I]
DictRefEditorTableModel.getColumnName ( int col ) : String
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.getColumnName:(I)Ljava/lang/String;]
DictRefEditorTableModel.getRowCount ( ) : int
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.getRowCount:()I]
DictRefEditorTableModel.getValueAt ( int row, int col ) : Object
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.getValueAt:(II)Ljava/lang/Object;]
DictRefEditorTableModel.isCellEditable ( int row, int column ) : boolean
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.isCellEditable:(II)Z]
DictRefEditorTableModel.setChemObject ( ChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.setChemObject:(Lorg/openscience/cdk/ChemObject;)V]
DictRefEditorTableModel.setValueAt ( Object value, int row, int column ) : void
[mangled: org/openscience/cdk/applications/swing/DictRefEditorTableModel.setValueAt:(Ljava/lang/Object;II)V]
cdk-1.0.4.jar, DiffuseLightingRable.class
package org.apache.batik.ext.awt.image.renderable
DiffuseLightingRable.getKd ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.getKd:()D]
DiffuseLightingRable.getKernelUnitLength ( ) [abstract] : double[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.getKernelUnitLength:()[D]
DiffuseLightingRable.getLight ( ) [abstract] : Light
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.getLight:()Lorg/apache/batik/ext/awt/image/Light;]
DiffuseLightingRable.getLitRegion ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.getLitRegion:()Ljava/awt/geom/Rectangle2D;]
DiffuseLightingRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
DiffuseLightingRable.getSurfaceScale ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.getSurfaceScale:()D]
DiffuseLightingRable.setKd ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.setKd:(D)V]
DiffuseLightingRable.setKernelUnitLength ( double[ ] p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.setKernelUnitLength:([D)V]
DiffuseLightingRable.setLight ( Light p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.setLight:(Lorg/apache/batik/ext/awt/image/Light;)V]
DiffuseLightingRable.setLitRegion ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.setLitRegion:(Ljava/awt/geom/Rectangle2D;)V]
DiffuseLightingRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
DiffuseLightingRable.setSurfaceScale ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable.setSurfaceScale:(D)V]
cdk-1.0.4.jar, DiffuseLightingRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
DiffuseLightingRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
DiffuseLightingRable8Bit.DiffuseLightingRable8Bit ( Filter p1, Rectangle2D p2, Light p3, double p4, double p5, double[ ] p6 )
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/awt/geom/Rectangle2D;Lorg/apache/batik/ext/awt/image/Light;DD[D)V]
DiffuseLightingRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
DiffuseLightingRable8Bit.getKd ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.getKd:()D]
DiffuseLightingRable8Bit.getKernelUnitLength ( ) : double[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.getKernelUnitLength:()[D]
DiffuseLightingRable8Bit.getLight ( ) : Light
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.getLight:()Lorg/apache/batik/ext/awt/image/Light;]
DiffuseLightingRable8Bit.getLitRegion ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.getLitRegion:()Ljava/awt/geom/Rectangle2D;]
DiffuseLightingRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
DiffuseLightingRable8Bit.getSurfaceScale ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.getSurfaceScale:()D]
DiffuseLightingRable8Bit.setKd ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.setKd:(D)V]
DiffuseLightingRable8Bit.setKernelUnitLength ( double[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.setKernelUnitLength:([D)V]
DiffuseLightingRable8Bit.setLight ( Light p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.setLight:(Lorg/apache/batik/ext/awt/image/Light;)V]
DiffuseLightingRable8Bit.setLitRegion ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.setLitRegion:(Ljava/awt/geom/Rectangle2D;)V]
DiffuseLightingRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
DiffuseLightingRable8Bit.setSurfaceScale ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DiffuseLightingRable8Bit.setSurfaceScale:(D)V]
cdk-1.0.4.jar, DiffuseLightingRed.class
package org.apache.batik.ext.awt.image.rendered
DiffuseLightingRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/DiffuseLightingRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
DiffuseLightingRed.DiffuseLightingRed ( double p1, Light p2, BumpMap p3, Rectangle p4, double p5, double p6, boolean p7 )
[mangled: org/apache/batik/ext/awt/image/rendered/DiffuseLightingRed."<init>":(DLorg/apache/batik/ext/awt/image/Light;Lorg/apache/batik/ext/awt/image/rendered/BumpMap;Ljava/awt/Rectangle;DDZ)V]
cdk-1.0.4.jar, DirectoryClassLoader.class
package org.apache.xindice.util
DirectoryClassLoader.DirectoryClassLoader ( String directory )
[mangled: org/apache/xindice/util/DirectoryClassLoader."<init>":(Ljava/lang/String;)V]
DirectoryClassLoader.isModified ( String classname ) : boolean
[mangled: org/apache/xindice/util/DirectoryClassLoader.isModified:(Ljava/lang/String;)Z]
DirectoryClassLoader.loadClass ( String classname, boolean resolve ) : Class
[mangled: org/apache/xindice/util/DirectoryClassLoader.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class;]
cdk-1.0.4.jar, DirectoryEntry.class
package org.apache.batik.svggen.font.table
DirectoryEntry.DirectoryEntry ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/DirectoryEntry."<init>":(Ljava/io/RandomAccessFile;)V]
DirectoryEntry.getChecksum ( ) : int
[mangled: org/apache/batik/svggen/font/table/DirectoryEntry.getChecksum:()I]
DirectoryEntry.getLength ( ) : int
[mangled: org/apache/batik/svggen/font/table/DirectoryEntry.getLength:()I]
DirectoryEntry.getOffset ( ) : int
[mangled: org/apache/batik/svggen/font/table/DirectoryEntry.getOffset:()I]
DirectoryEntry.getTag ( ) : int
[mangled: org/apache/batik/svggen/font/table/DirectoryEntry.getTag:()I]
DirectoryEntry.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/DirectoryEntry.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, DiscreteTransfer.class
package org.apache.batik.ext.awt.image
DiscreteTransfer.DiscreteTransfer ( int[ ] p1 )
[mangled: org/apache/batik/ext/awt/image/DiscreteTransfer."<init>":([I)V]
DiscreteTransfer.getLookupTable ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/DiscreteTransfer.getLookupTable:()[B]
cdk-1.0.4.jar, Dispatcher.class
package org.apache.batik.util
EventDispatcher.Dispatcher.dispatch ( Object p1, Object p2 ) [abstract] : void
[mangled: org/apache/batik/util/EventDispatcher.Dispatcher.dispatch:(Ljava/lang/Object;Ljava/lang/Object;)V]
cdk-1.0.4.jar, DisplacementChargeFromAcceptorReaction.class
package org.openscience.cdk.reaction.type
DisplacementChargeFromAcceptorReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
DisplacementChargeFromAcceptorReaction.DisplacementChargeFromAcceptorReaction ( )
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction."<init>":()V]
DisplacementChargeFromAcceptorReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction.getParameterNames:()[Ljava/lang/String;]
DisplacementChargeFromAcceptorReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction.getParameters:()[Ljava/lang/Object;]
DisplacementChargeFromAcceptorReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
DisplacementChargeFromAcceptorReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
DisplacementChargeFromAcceptorReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
DisplacementChargeFromAcceptorReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromAcceptorReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, DisplacementChargeFromDonorReaction.class
package org.openscience.cdk.reaction.type
DisplacementChargeFromDonorReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
DisplacementChargeFromDonorReaction.DisplacementChargeFromDonorReaction ( )
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction."<init>":()V]
DisplacementChargeFromDonorReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction.getParameterNames:()[Ljava/lang/String;]
DisplacementChargeFromDonorReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction.getParameters:()[Ljava/lang/Object;]
DisplacementChargeFromDonorReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
DisplacementChargeFromDonorReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
DisplacementChargeFromDonorReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
DisplacementChargeFromDonorReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/DisplacementChargeFromDonorReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, DisplacementMapRable.class
package org.apache.batik.ext.awt.image.renderable
DisplacementMapRable.getScale ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable.getScale:()D]
DisplacementMapRable.getXChannelSelector ( ) [abstract] : ARGBChannel
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable.getXChannelSelector:()Lorg/apache/batik/ext/awt/image/ARGBChannel;]
DisplacementMapRable.getYChannelSelector ( ) [abstract] : ARGBChannel
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable.getYChannelSelector:()Lorg/apache/batik/ext/awt/image/ARGBChannel;]
DisplacementMapRable.setScale ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable.setScale:(D)V]
DisplacementMapRable.setSources ( List p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable.setSources:(Ljava/util/List;)V]
DisplacementMapRable.setXChannelSelector ( ARGBChannel p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable.setXChannelSelector:(Lorg/apache/batik/ext/awt/image/ARGBChannel;)V]
DisplacementMapRable.setYChannelSelector ( ARGBChannel p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable.setYChannelSelector:(Lorg/apache/batik/ext/awt/image/ARGBChannel;)V]
cdk-1.0.4.jar, DisplacementMapRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
DisplacementMapRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
DisplacementMapRable8Bit.DisplacementMapRable8Bit ( List p1, double p2, ARGBChannel p3, ARGBChannel p4 )
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit."<init>":(Ljava/util/List;DLorg/apache/batik/ext/awt/image/ARGBChannel;Lorg/apache/batik/ext/awt/image/ARGBChannel;)V]
DisplacementMapRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
DisplacementMapRable8Bit.getDependencyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
DisplacementMapRable8Bit.getDirtyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
DisplacementMapRable8Bit.getScale ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.getScale:()D]
DisplacementMapRable8Bit.getXChannelSelector ( ) : ARGBChannel
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.getXChannelSelector:()Lorg/apache/batik/ext/awt/image/ARGBChannel;]
DisplacementMapRable8Bit.getYChannelSelector ( ) : ARGBChannel
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.getYChannelSelector:()Lorg/apache/batik/ext/awt/image/ARGBChannel;]
DisplacementMapRable8Bit.setScale ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.setScale:(D)V]
DisplacementMapRable8Bit.setSources ( List p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.setSources:(Ljava/util/List;)V]
DisplacementMapRable8Bit.setXChannelSelector ( ARGBChannel p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.setXChannelSelector:(Lorg/apache/batik/ext/awt/image/ARGBChannel;)V]
DisplacementMapRable8Bit.setYChannelSelector ( ARGBChannel p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/DisplacementMapRable8Bit.setYChannelSelector:(Lorg/apache/batik/ext/awt/image/ARGBChannel;)V]
cdk-1.0.4.jar, DisplacementMapRed.class
package org.apache.batik.ext.awt.image.rendered
DisplacementMapRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
DisplacementMapRed.DisplacementMapRed ( CachableRed p1, CachableRed p2, ARGBChannel p3, ARGBChannel p4, float p5, float p6, RenderingHints p7 )
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Lorg/apache/batik/ext/awt/image/ARGBChannel;Lorg/apache/batik/ext/awt/image/ARGBChannel;FFLjava/awt/RenderingHints;)V]
DisplacementMapRed.filterBL ( Raster p1, WritableRaster p2, int[ ] p3, int[ ] p4, int[ ] p5, int[ ] p6 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed.filterBL:(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;[I[I[I[I)V]
DisplacementMapRed.filterBLPre ( Raster p1, WritableRaster p2, int[ ] p3, int[ ] p4, int[ ] p5, int[ ] p6 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed.filterBLPre:(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;[I[I[I[I)V]
DisplacementMapRed.filterNN ( Raster p1, WritableRaster p2, int[ ] p3, int[ ] p4, int[ ] p5, int[ ] p6 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed.filterNN:(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;[I[I[I[I)V]
DisplacementMapRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed.getTile:(II)Ljava/awt/image/Raster;]
DisplacementMapRed.getXOffsets ( int p1 ) : DisplacementMapRed.TileOffsets
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed.getXOffsets:(I)Lorg/apache/batik/ext/awt/image/rendered/DisplacementMapRed$TileOffsets;]
DisplacementMapRed.getYOffsets ( int p1 ) : DisplacementMapRed.TileOffsets
[mangled: org/apache/batik/ext/awt/image/rendered/DisplacementMapRed.getYOffsets:(I)Lorg/apache/batik/ext/awt/image/rendered/DisplacementMapRed$TileOffsets;]
cdk-1.0.4.jar, Disposable.class
package org.apache.xindice.util
Disposable.dispose ( ) [abstract] : void
[mangled: org/apache/xindice/util/Disposable.dispose:()V]
cdk-1.0.4.jar, DistantLight.class
package org.apache.batik.ext.awt.image
DistantLight.DistantLight ( double p1, double p2, Color p3 )
[mangled: org/apache/batik/ext/awt/image/DistantLight."<init>":(DDLjava/awt/Color;)V]
DistantLight.getAzimuth ( ) : double
[mangled: org/apache/batik/ext/awt/image/DistantLight.getAzimuth:()D]
DistantLight.getElevation ( ) : double
[mangled: org/apache/batik/ext/awt/image/DistantLight.getElevation:()D]
DistantLight.getLight ( double p1, double p2, double p3, double[ ] p4 ) : void
[mangled: org/apache/batik/ext/awt/image/DistantLight.getLight:(DDD[D)V]
DistantLight.getLightRow ( double p1, double p2, double p3, int p4, double[ ][ ] p5, double[ ][ ] p6 ) : double[ ][ ]
[mangled: org/apache/batik/ext/awt/image/DistantLight.getLightRow:(DDDI[[D[[D)[[D]
DistantLight.isConstant ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/DistantLight.isConstant:()Z]
cdk-1.0.4.jar, DistLargeInfo.class
package org.openscience.cdk.applications
DistLargeInfo.DistLargeInfo ( )
[mangled: org/openscience/cdk/applications/DistLargeInfo."<init>":()V]
DistLargeInfo.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/DistLargeInfo.main:([Ljava/lang/String;)V]
cdk-1.0.4.jar, DocumentBuilderFactoryImpl.class
package org.apache.xindice.xml.jaxp
DocumentBuilderFactoryImpl.DocumentBuilderFactoryImpl ( )
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderFactoryImpl."<init>":()V]
DocumentBuilderFactoryImpl.getAttribute ( String name ) : Object
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderFactoryImpl.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
DocumentBuilderFactoryImpl.newDocumentBuilder ( ) : DocumentBuilder
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderFactoryImpl.newDocumentBuilder:()Ljavax/xml/parsers/DocumentBuilder;]
DocumentBuilderFactoryImpl.setAttribute ( String name, Object value ) : void
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderFactoryImpl.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V]
cdk-1.0.4.jar, DocumentBuilderImpl.class
package org.apache.xindice.xml.jaxp
DocumentBuilderImpl.DocumentBuilderImpl ( )
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl."<init>":()V]
DocumentBuilderImpl.getDOMImplementation ( ) : DOMImplementation
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl.getDOMImplementation:()Lorg/w3c/dom/DOMImplementation;]
DocumentBuilderImpl.isNamespaceAware ( ) : boolean
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl.isNamespaceAware:()Z]
DocumentBuilderImpl.isValidating ( ) : boolean
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl.isValidating:()Z]
DocumentBuilderImpl.newDocument ( ) : Document
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl.newDocument:()Lorg/w3c/dom/Document;]
DocumentBuilderImpl.parse ( InputSource source ) : Document
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl.parse:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
DocumentBuilderImpl.setEntityResolver ( EntityResolver entities ) : void
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
DocumentBuilderImpl.setErrorHandler ( ErrorHandler errors ) : void
[mangled: org/apache/xindice/xml/jaxp/DocumentBuilderImpl.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
cdk-1.0.4.jar, DocumentCache.class
package org.apache.xindice.core
DocumentCache.DocumentCache ( )
[mangled: org/apache/xindice/core/DocumentCache."<init>":()V]
DocumentCache.getCacheControl ( Document doc ) [static] : int
[mangled: org/apache/xindice/core/DocumentCache.getCacheControl:(Lorg/w3c/dom/Document;)I]
DocumentCache.getDocument ( Collection col, Key key ) : Document
[mangled: org/apache/xindice/core/DocumentCache.getDocument:(Lorg/apache/xindice/core/Collection;Lorg/apache/xindice/core/data/Key;)Lorg/w3c/dom/Document;]
DocumentCache.putDocument ( Collection col, Key key, byte[ ] bytes ) : void
[mangled: org/apache/xindice/core/DocumentCache.putDocument:(Lorg/apache/xindice/core/Collection;Lorg/apache/xindice/core/data/Key;[B)V]
DocumentCache.putDocument ( Collection col, Key key, Document doc ) : void
[mangled: org/apache/xindice/core/DocumentCache.putDocument:(Lorg/apache/xindice/core/Collection;Lorg/apache/xindice/core/data/Key;Lorg/w3c/dom/Document;)V]
DocumentCache.removeDocument ( Collection col, Key key ) : void
[mangled: org/apache/xindice/core/DocumentCache.removeDocument:(Lorg/apache/xindice/core/Collection;Lorg/apache/xindice/core/data/Key;)V]
cdk-1.0.4.jar, DocumentDescriptor.class
package org.apache.batik.dom.util
DocumentDescriptor.DocumentDescriptor ( )
[mangled: org/apache/batik/dom/util/DocumentDescriptor."<init>":()V]
DocumentDescriptor.getLocationLine ( Element p1 ) : int
[mangled: org/apache/batik/dom/util/DocumentDescriptor.getLocationLine:(Lorg/w3c/dom/Element;)I]
DocumentDescriptor.getNumberOfElements ( ) : int
[mangled: org/apache/batik/dom/util/DocumentDescriptor.getNumberOfElements:()I]
DocumentDescriptor.rehash ( ) : void
[mangled: org/apache/batik/dom/util/DocumentDescriptor.rehash:()V]
DocumentDescriptor.removeEntry ( DocumentDescriptor.Entry p1 ) : void
[mangled: org/apache/batik/dom/util/DocumentDescriptor.removeEntry:(Lorg/apache/batik/dom/util/DocumentDescriptor$Entry;)V]
DocumentDescriptor.setLocationLine ( Element p1, int p2 ) : void
[mangled: org/apache/batik/dom/util/DocumentDescriptor.setLocationLine:(Lorg/w3c/dom/Element;I)V]
cdk-1.0.4.jar, DocumentEventSupport.class
package org.apache.batik.dom.events
DocumentEventSupport.createEvent ( String p1 ) : Event
[mangled: org/apache/batik/dom/events/DocumentEventSupport.createEvent:(Ljava/lang/String;)Lorg/w3c/dom/events/Event;]
DocumentEventSupport.DocumentEventSupport ( )
[mangled: org/apache/batik/dom/events/DocumentEventSupport."<init>":()V]
DocumentEventSupport.registerEventFactory ( String p1, DocumentEventSupport.EventFactory p2 ) : void
[mangled: org/apache/batik/dom/events/DocumentEventSupport.registerEventFactory:(Ljava/lang/String;Lorg/apache/batik/dom/events/DocumentEventSupport$EventFactory;)V]
cdk-1.0.4.jar, DocumentFactory.class
package org.apache.batik.dom.util
DocumentFactory.createDocument ( String p1, String p2, String p3 ) [abstract] : Document
[mangled: org/apache/batik/dom/util/DocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Document;]
DocumentFactory.createDocument ( String p1, String p2, String p3, InputStream p4 ) [abstract] : Document
[mangled: org/apache/batik/dom/util/DocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
DocumentFactory.createDocument ( String p1, String p2, String p3, Reader p4 ) [abstract] : Document
[mangled: org/apache/batik/dom/util/DocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)Lorg/w3c/dom/Document;]
DocumentFactory.createDocument ( String p1, String p2, String p3, XMLReader p4 ) [abstract] : Document
[mangled: org/apache/batik/dom/util/DocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/XMLReader;)Lorg/w3c/dom/Document;]
DocumentFactory.getDocumentDescriptor ( ) [abstract] : DocumentDescriptor
[mangled: org/apache/batik/dom/util/DocumentFactory.getDocumentDescriptor:()Lorg/apache/batik/dom/util/DocumentDescriptor;]
DocumentFactory.isValidating ( ) [abstract] : boolean
[mangled: org/apache/batik/dom/util/DocumentFactory.isValidating:()Z]
DocumentFactory.setValidating ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/dom/util/DocumentFactory.setValidating:(Z)V]
cdk-1.0.4.jar, DocumentFragmentImpl.class
package org.apache.xindice.xml.dom
DocumentFragmentImpl.DocumentFragmentImpl ( )
[mangled: org/apache/xindice/xml/dom/DocumentFragmentImpl."<init>":()V]
DocumentFragmentImpl.DocumentFragmentImpl ( NodeImpl parentNode )
[mangled: org/apache/xindice/xml/dom/DocumentFragmentImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;)V]
DocumentFragmentImpl.getNodeName ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentFragmentImpl.getNodeName:()Ljava/lang/String;]
DocumentFragmentImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/DocumentFragmentImpl.getNodeType:()S]
cdk-1.0.4.jar, DocumentImpl.class
package org.apache.xindice.xml.dom
DocumentImpl.adoptNode ( Node src ) : Node
[mangled: org/apache/xindice/xml/dom/DocumentImpl.adoptNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
DocumentImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.checkLoaded:()V]
DocumentImpl.createAttribute ( String name ) : Attr
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createAttribute:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
DocumentImpl.createAttributeNS ( String namespaceURI, String qualifiedName ) : Attr
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
DocumentImpl.createCDATASection ( String data ) : CDATASection
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createCDATASection:(Ljava/lang/String;)Lorg/w3c/dom/CDATASection;]
DocumentImpl.createComment ( String data ) : Comment
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createComment:(Ljava/lang/String;)Lorg/w3c/dom/Comment;]
DocumentImpl.createDocumentFragment ( ) : DocumentFragment
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createDocumentFragment:()Lorg/w3c/dom/DocumentFragment;]
DocumentImpl.createElement ( String tagName ) : Element
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createElement:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
DocumentImpl.createElementNS ( String namespaceURI, String qualifiedName ) : Element
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createElementNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
DocumentImpl.createEntityReference ( String name ) : EntityReference
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createEntityReference:(Ljava/lang/String;)Lorg/w3c/dom/EntityReference;]
DocumentImpl.createNodeIterator ( Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion ) : NodeIterator
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createNodeIterator:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/NodeIterator;]
DocumentImpl.createProcessingInstruction ( String target, String data ) : ProcessingInstruction
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ProcessingInstruction;]
DocumentImpl.createTextNode ( String data ) : Text
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;]
DocumentImpl.createTreeWalker ( Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion ) : TreeWalker
[mangled: org/apache/xindice/xml/dom/DocumentImpl.createTreeWalker:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/TreeWalker;]
DocumentImpl.DocumentImpl ( )
[mangled: org/apache/xindice/xml/dom/DocumentImpl."<init>":()V]
DocumentImpl.DocumentImpl ( byte[ ] data )
[mangled: org/apache/xindice/xml/dom/DocumentImpl."<init>":([B)V]
DocumentImpl.DocumentImpl ( byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/DocumentImpl."<init>":([BII)V]
DocumentImpl.DocumentImpl ( byte[ ] data, SymbolTable symbols, NodeSource source )
[mangled: org/apache/xindice/xml/dom/DocumentImpl."<init>":([BLorg/apache/xindice/xml/SymbolTable;Lorg/apache/xindice/xml/NodeSource;)V]
DocumentImpl.DocumentImpl ( Document doc )
[mangled: org/apache/xindice/xml/dom/DocumentImpl."<init>":(Lorg/w3c/dom/Document;)V]
DocumentImpl.expandSource ( ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.expandSource:()V]
DocumentImpl.getActualEncoding ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getActualEncoding:()Ljava/lang/String;]
DocumentImpl.getDoctype ( ) : DocumentType
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getDoctype:()Lorg/w3c/dom/DocumentType;]
DocumentImpl.getDocumentElement ( ) : Element
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getDocumentElement:()Lorg/w3c/dom/Element;]
DocumentImpl.getEncoding ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getEncoding:()Ljava/lang/String;]
DocumentImpl.getImplementation ( ) : DOMImplementation
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getImplementation:()Lorg/w3c/dom/DOMImplementation;]
DocumentImpl.getNodeAtPos ( int pos ) : Node
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getNodeAtPos:(I)Lorg/w3c/dom/Node;]
DocumentImpl.getNodeName ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getNodeName:()Ljava/lang/String;]
DocumentImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getNodeType:()S]
DocumentImpl.getStandalone ( ) : boolean
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getStandalone:()Z]
DocumentImpl.getStrictErrorChecking ( ) : boolean
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getStrictErrorChecking:()Z]
DocumentImpl.getSymbols ( ) : SymbolTable
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getSymbols:()Lorg/apache/xindice/xml/SymbolTable;]
DocumentImpl.getVersion ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentImpl.getVersion:()Ljava/lang/String;]
DocumentImpl.importNode ( Node importedNode, boolean deep ) : Node
[mangled: org/apache/xindice/xml/dom/DocumentImpl.importNode:(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;]
DocumentImpl.isAuthoring ( ) : boolean
[mangled: org/apache/xindice/xml/dom/DocumentImpl.isAuthoring:()Z]
DocumentImpl.isCaching ( ) : boolean
[mangled: org/apache/xindice/xml/dom/DocumentImpl.isCaching:()Z]
DocumentImpl.isReadOnly ( ) : boolean
[mangled: org/apache/xindice/xml/dom/DocumentImpl.isReadOnly:()Z]
DocumentImpl.setActualEncoding ( String actualEncoding ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setActualEncoding:(Ljava/lang/String;)V]
DocumentImpl.setAuthoring ( boolean authoring ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setAuthoring:(Z)V]
DocumentImpl.setCaching ( boolean caching ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setCaching:(Z)V]
DocumentImpl.setDoctype ( DocumentType docType ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setDoctype:(Lorg/w3c/dom/DocumentType;)V]
DocumentImpl.setEncoding ( String encoding ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setEncoding:(Ljava/lang/String;)V]
DocumentImpl.setStandalone ( boolean standalone ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setStandalone:(Z)V]
DocumentImpl.setStrictErrorChecking ( boolean strictErrorChecking ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setStrictErrorChecking:(Z)V]
DocumentImpl.setSymbols ( SymbolTable symbols ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setSymbols:(Lorg/apache/xindice/xml/SymbolTable;)V]
DocumentImpl.setVersion ( String version ) : void
[mangled: org/apache/xindice/xml/dom/DocumentImpl.setVersion:(Ljava/lang/String;)V]
cdk-1.0.4.jar, DocumentInfo.class
package org.xmlcml.cml.element.test
ParserWrapper.DocumentInfo.isIgnorableWhitespace ( Text p1 ) [abstract] : boolean
[mangled: org/xmlcml/cml/element/test/ParserWrapper.DocumentInfo.isIgnorableWhitespace:(Lorg/w3c/dom/Text;)Z]
cdk-1.0.4.jar, DocumentSet.class
package org.apache.xindice.core.data
DocumentSet.getNextContainer ( ) [abstract] : Container
[mangled: org/apache/xindice/core/data/DocumentSet.getNextContainer:()Lorg/apache/xindice/core/Container;]
DocumentSet.getNextDocument ( ) [abstract] : Document
[mangled: org/apache/xindice/core/data/DocumentSet.getNextDocument:()Lorg/w3c/dom/Document;]
DocumentSet.hasMoreDocuments ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/data/DocumentSet.hasMoreDocuments:()Z]
cdk-1.0.4.jar, DocumentSetHelper.class
package org.apache.xindice.client.corba.db
DocumentSetHelper.DocumentSetHelper ( )
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper."<init>":()V]
DocumentSetHelper.extract ( CORBA.Any a ) [static] : DocumentSet
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/DocumentSet;]
DocumentSetHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.id:()Ljava/lang/String;]
DocumentSetHelper.insert ( CORBA.Any a, DocumentSet t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/DocumentSet;)V]
DocumentSetHelper.narrow ( CORBA.Object obj ) [static] : DocumentSet
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/DocumentSet;]
DocumentSetHelper.read ( CORBA.portable.InputStream istream ) [static] : DocumentSet
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/DocumentSet;]
DocumentSetHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.type:()Lorg/omg/CORBA/TypeCode;]
DocumentSetHelper.unchecked_narrow ( CORBA.Object obj ) [static] : DocumentSet
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.unchecked_narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/DocumentSet;]
DocumentSetHelper.write ( CORBA.portable.OutputStream ostream, DocumentSet value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/DocumentSetHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/DocumentSet;)V]
cdk-1.0.4.jar, DocumentSetHolder.class
package org.apache.xindice.client.corba.db
DocumentSetHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/DocumentSetHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
DocumentSetHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/DocumentSetHolder._type:()Lorg/omg/CORBA/TypeCode;]
DocumentSetHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/DocumentSetHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
DocumentSetHolder.DocumentSetHolder ( )
[mangled: org/apache/xindice/client/corba/db/DocumentSetHolder."<init>":()V]
DocumentSetHolder.DocumentSetHolder ( DocumentSet initial )
[mangled: org/apache/xindice/client/corba/db/DocumentSetHolder."<init>":(Lorg/apache/xindice/client/corba/db/DocumentSet;)V]
cdk-1.0.4.jar, DocumentSetOperations.class
package org.apache.xindice.client.corba.db
DocumentSetOperations.getNextDocument ( long p1 ) [abstract] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/DocumentSetOperations.getNextDocument:(J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
DocumentSetOperations.hasMoreDocuments ( ) [abstract] : boolean
[mangled: org/apache/xindice/client/corba/db/DocumentSetOperations.hasMoreDocuments:()Z]
cdk-1.0.4.jar, DocumentSetPOA.class
package org.apache.xindice.client.corba.db
DocumentSetPOA._all_interfaces ( PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOA._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
DocumentSetPOA._invoke ( String opName, CORBA.portable.InputStream _is, CORBA.portable.ResponseHandler handler ) : CORBA.portable.OutputStream
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOA._invoke:(Ljava/lang/String;Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/portable/ResponseHandler;)Lorg/omg/CORBA/portable/OutputStream;]
DocumentSetPOA._this ( ) : DocumentSet
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOA._this:()Lorg/apache/xindice/client/corba/db/DocumentSet;]
DocumentSetPOA._this ( CORBA.ORB orb ) : DocumentSet
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOA._this:(Lorg/omg/CORBA/ORB;)Lorg/apache/xindice/client/corba/db/DocumentSet;]
DocumentSetPOA.DocumentSetPOA ( )
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOA."<init>":()V]
cdk-1.0.4.jar, DocumentSetPOATie.class
package org.apache.xindice.client.corba.db
DocumentSetPOATie._default_POA ( ) : PortableServer.POA
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie._default_POA:()Lorg/omg/PortableServer/POA;]
DocumentSetPOATie._delegate ( ) : DocumentSetOperations
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie._delegate:()Lorg/apache/xindice/client/corba/db/DocumentSetOperations;]
DocumentSetPOATie._delegate ( DocumentSetOperations delegate_ ) : void
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie._delegate:(Lorg/apache/xindice/client/corba/db/DocumentSetOperations;)V]
DocumentSetPOATie.DocumentSetPOATie ( DocumentSetOperations tieObject )
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie."<init>":(Lorg/apache/xindice/client/corba/db/DocumentSetOperations;)V]
DocumentSetPOATie.DocumentSetPOATie ( DocumentSetOperations tieObject, PortableServer.POA poa )
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie."<init>":(Lorg/apache/xindice/client/corba/db/DocumentSetOperations;Lorg/omg/PortableServer/POA;)V]
DocumentSetPOATie.getNextDocument ( long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie.getNextDocument:(J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
DocumentSetPOATie.hasMoreDocuments ( ) : boolean
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie.hasMoreDocuments:()Z]
DocumentSetPOATie.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/DocumentSetPOATie.remove:()V]
cdk-1.0.4.jar, DocumentSetServant.class
package org.apache.xindice.client.corba
DocumentSetServant.DocumentSetServant ( DocumentSet documentSet )
[mangled: org/apache/xindice/client/corba/DocumentSetServant."<init>":(Lorg/apache/xindice/core/data/DocumentSet;)V]
DocumentSetServant.DocumentSetServant ( DocumentSet documentSet, SymbolSerializer syms )
[mangled: org/apache/xindice/client/corba/DocumentSetServant."<init>":(Lorg/apache/xindice/core/data/DocumentSet;Lorg/apache/xindice/client/corba/SymbolSerializer;)V]
DocumentSetServant.getNextDocument ( long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/DocumentSetServant.getNextDocument:(J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
DocumentSetServant.hasMoreDocuments ( ) : boolean
[mangled: org/apache/xindice/client/corba/DocumentSetServant.hasMoreDocuments:()Z]
DocumentSetServant.remove ( ) : void
[mangled: org/apache/xindice/client/corba/DocumentSetServant.remove:()V]
cdk-1.0.4.jar, DocumentTypeImpl.class
package org.apache.xindice.xml.dom
DocumentTypeImpl.DocumentTypeImpl ( )
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl."<init>":()V]
DocumentTypeImpl.getEntities ( ) : NamedNodeMap
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl.getEntities:()Lorg/w3c/dom/NamedNodeMap;]
DocumentTypeImpl.getInternalSubset ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl.getInternalSubset:()Ljava/lang/String;]
DocumentTypeImpl.getName ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl.getName:()Ljava/lang/String;]
DocumentTypeImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl.getNodeType:()S]
DocumentTypeImpl.getNotations ( ) : NamedNodeMap
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl.getNotations:()Lorg/w3c/dom/NamedNodeMap;]
DocumentTypeImpl.getPublicId ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl.getPublicId:()Ljava/lang/String;]
DocumentTypeImpl.getSystemId ( ) : String
[mangled: org/apache/xindice/xml/dom/DocumentTypeImpl.getSystemId:()Ljava/lang/String;]
cdk-1.0.4.jar, DOMCompressor.class
package org.apache.xindice.xml.dom
DOMCompressor.Compress ( Node node, SymbolTable symbols ) [static] : byte[ ]
[mangled: org/apache/xindice/xml/dom/DOMCompressor.Compress:(Lorg/w3c/dom/Node;Lorg/apache/xindice/xml/SymbolTable;)[B]
DOMCompressor.DOMCompressor ( OutputStream os, SymbolTable st )
[mangled: org/apache/xindice/xml/dom/DOMCompressor."<init>":(Ljava/io/OutputStream;Lorg/apache/xindice/xml/SymbolTable;)V]
DOMCompressor.writeNode ( Node node ) : void
[mangled: org/apache/xindice/xml/dom/DOMCompressor.writeNode:(Lorg/w3c/dom/Node;)V]
cdk-1.0.4.jar, DOMEvent.class
package org.apache.batik.dom.events
DOMEvent.DOMEvent ( )
[mangled: org/apache/batik/dom/events/DOMEvent."<init>":()V]
cdk-1.0.4.jar, DOMGroupManager.class
package org.apache.batik.svggen
DOMGroupManager.addElement ( Element p1 ) : void
[mangled: org/apache/batik/svggen/DOMGroupManager.addElement:(Lorg/w3c/dom/Element;)V]
DOMGroupManager.addElement ( Element p1, short p2 ) : void
[mangled: org/apache/batik/svggen/DOMGroupManager.addElement:(Lorg/w3c/dom/Element;S)V]
DOMGroupManager.DOMGroupManager ( GraphicContext p1, DOMTreeManager p2 )
[mangled: org/apache/batik/svggen/DOMGroupManager."<init>":(Lorg/apache/batik/ext/awt/g2d/GraphicContext;Lorg/apache/batik/svggen/DOMTreeManager;)V]
cdk-1.0.4.jar, DOMImplementationImpl.class
package org.apache.xindice.xml.dom
DOMImplementationImpl.createDocument ( String namespaceURI, String qualifiedName, DocumentType doctype ) : Document
[mangled: org/apache/xindice/xml/dom/DOMImplementationImpl.createDocument:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/DocumentType;)Lorg/w3c/dom/Document;]
DOMImplementationImpl.createDocumentType ( String qualifiedName, String publicId, String systemId ) : DocumentType
[mangled: org/apache/xindice/xml/dom/DOMImplementationImpl.createDocumentType:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/DocumentType;]
DOMImplementationImpl.getInstance ( ) [static] : DOMImplementation
[mangled: org/apache/xindice/xml/dom/DOMImplementationImpl.getInstance:()Lorg/w3c/dom/DOMImplementation;]
DOMImplementationImpl.hasFeature ( String feature, String version ) : boolean
[mangled: org/apache/xindice/xml/dom/DOMImplementationImpl.hasFeature:(Ljava/lang/String;Ljava/lang/String;)Z]
DOMImplementationImpl.HasFeature ( String feature, String version ) [static] : boolean
[mangled: org/apache/xindice/xml/dom/DOMImplementationImpl.HasFeature:(Ljava/lang/String;Ljava/lang/String;)Z]
cdk-1.0.4.jar, DOMKeyEvent.class
package org.apache.batik.dom.events
DOMKeyEvent.DOMKeyEvent ( )
[mangled: org/apache/batik/dom/events/DOMKeyEvent."<init>":()V]
DOMKeyEvent.getAltKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMKeyEvent.getAltKey:()Z]
DOMKeyEvent.getCharCode ( ) : int
[mangled: org/apache/batik/dom/events/DOMKeyEvent.getCharCode:()I]
DOMKeyEvent.getCtrlKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMKeyEvent.getCtrlKey:()Z]
DOMKeyEvent.getKeyCode ( ) : int
[mangled: org/apache/batik/dom/events/DOMKeyEvent.getKeyCode:()I]
DOMKeyEvent.getMetaKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMKeyEvent.getMetaKey:()Z]
DOMKeyEvent.getShiftKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMKeyEvent.getShiftKey:()Z]
DOMKeyEvent.initKeyEvent ( String p1, boolean p2, boolean p3, boolean p4, boolean p5, boolean p6, boolean p7, int p8, int p9, AbstractView p10 ) : void
[mangled: org/apache/batik/dom/events/DOMKeyEvent.initKeyEvent:(Ljava/lang/String;ZZZZZZIILorg/w3c/dom/views/AbstractView;)V]
cdk-1.0.4.jar, DOMMouseEvent.class
package org.apache.batik.dom.events
DOMMouseEvent.DOMMouseEvent ( )
[mangled: org/apache/batik/dom/events/DOMMouseEvent."<init>":()V]
DOMMouseEvent.getAltKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getAltKey:()Z]
DOMMouseEvent.getButton ( ) : short
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getButton:()S]
DOMMouseEvent.getClientX ( ) : int
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getClientX:()I]
DOMMouseEvent.getClientY ( ) : int
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getClientY:()I]
DOMMouseEvent.getCtrlKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getCtrlKey:()Z]
DOMMouseEvent.getMetaKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getMetaKey:()Z]
DOMMouseEvent.getRelatedTarget ( ) : EventTarget
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getRelatedTarget:()Lorg/w3c/dom/events/EventTarget;]
DOMMouseEvent.getScreenX ( ) : int
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getScreenX:()I]
DOMMouseEvent.getScreenY ( ) : int
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getScreenY:()I]
DOMMouseEvent.getShiftKey ( ) : boolean
[mangled: org/apache/batik/dom/events/DOMMouseEvent.getShiftKey:()Z]
DOMMouseEvent.initMouseEvent ( String p1, boolean p2, boolean p3, AbstractView p4, int p5, int p6, int p7, int p8, int p9, boolean p10, boolean p11, boolean p12, boolean p13, short p14, EventTarget p15 ) : void
[mangled: org/apache/batik/dom/events/DOMMouseEvent.initMouseEvent:(Ljava/lang/String;ZZLorg/w3c/dom/views/AbstractView;IIIIIZZZZSLorg/w3c/dom/events/EventTarget;)V]
cdk-1.0.4.jar, DOMMutationEvent.class
package org.apache.batik.dom.events
DOMMutationEvent.DOMMutationEvent ( )
[mangled: org/apache/batik/dom/events/DOMMutationEvent."<init>":()V]
DOMMutationEvent.getAttrChange ( ) : short
[mangled: org/apache/batik/dom/events/DOMMutationEvent.getAttrChange:()S]
DOMMutationEvent.getAttrName ( ) : String
[mangled: org/apache/batik/dom/events/DOMMutationEvent.getAttrName:()Ljava/lang/String;]
DOMMutationEvent.getNewValue ( ) : String
[mangled: org/apache/batik/dom/events/DOMMutationEvent.getNewValue:()Ljava/lang/String;]
DOMMutationEvent.getPrevValue ( ) : String
[mangled: org/apache/batik/dom/events/DOMMutationEvent.getPrevValue:()Ljava/lang/String;]
DOMMutationEvent.getRelatedNode ( ) : Node
[mangled: org/apache/batik/dom/events/DOMMutationEvent.getRelatedNode:()Lorg/w3c/dom/Node;]
DOMMutationEvent.initMutationEvent ( String p1, boolean p2, boolean p3, Node p4, String p5, String p6, String p7, short p8 ) : void
[mangled: org/apache/batik/dom/events/DOMMutationEvent.initMutationEvent:(Ljava/lang/String;ZZLorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;S)V]
cdk-1.0.4.jar, DOMNodeIterator.class
package org.apache.batik.dom.traversal
DOMNodeIterator.detach ( ) : void
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.detach:()V]
DOMNodeIterator.DOMNodeIterator ( AbstractDocument p1, Node p2, int p3, NodeFilter p4, boolean p5 )
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator."<init>":(Lorg/apache/batik/dom/AbstractDocument;Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)V]
DOMNodeIterator.getExpandEntityReferences ( ) : boolean
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.getExpandEntityReferences:()Z]
DOMNodeIterator.getFilter ( ) : NodeFilter
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.getFilter:()Lorg/w3c/dom/traversal/NodeFilter;]
DOMNodeIterator.getRoot ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.getRoot:()Lorg/w3c/dom/Node;]
DOMNodeIterator.getWhatToShow ( ) : int
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.getWhatToShow:()I]
DOMNodeIterator.nextNode ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.nextNode:()Lorg/w3c/dom/Node;]
DOMNodeIterator.nodeToBeRemoved ( Node p1 ) : void
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.nodeToBeRemoved:(Lorg/w3c/dom/Node;)V]
DOMNodeIterator.previousNode ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.previousNode:()Lorg/w3c/dom/Node;]
DOMNodeIterator.unfilteredNextNode ( ) : void
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.unfilteredNextNode:()V]
DOMNodeIterator.unfilteredPreviousNode ( ) : void
[mangled: org/apache/batik/dom/traversal/DOMNodeIterator.unfilteredPreviousNode:()V]
cdk-1.0.4.jar, DOMParser.class
package org.apache.xindice.xml.dom
DOMParser.attributeDecl ( String eName, String aName, String type, String valueDefault, String value ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.attributeDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.characters ( char[ ] ch, int start, int length ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.characters:([CII)V]
DOMParser.comment ( char[ ] ch, int start, int length ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.comment:([CII)V]
DOMParser.DOMParser ( )
[mangled: org/apache/xindice/xml/dom/DOMParser."<init>":()V]
DOMParser.elementDecl ( String name, String model ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.elementDecl:(Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.endCDATA ( ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.endCDATA:()V]
DOMParser.endDocument ( ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.endDocument:()V]
DOMParser.endDTD ( ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.endDTD:()V]
DOMParser.endElement ( String uri, String localName, String qName ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.endEntity ( String name ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.endEntity:(Ljava/lang/String;)V]
DOMParser.error ( SAXParseException e ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.error:(Lorg/xml/sax/SAXParseException;)V]
DOMParser.externalEntityDecl ( String name, String publicId, String systemId ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.externalEntityDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.fatalError ( SAXParseException e ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.fatalError:(Lorg/xml/sax/SAXParseException;)V]
DOMParser.getDocument ( ) : Document
[mangled: org/apache/xindice/xml/dom/DOMParser.getDocument:()Lorg/w3c/dom/Document;]
DOMParser.ignorableWhitespace ( char[ ] ch, int start, int length ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.ignorableWhitespace:([CII)V]
DOMParser.internalEntityDecl ( String name, String value ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.internalEntityDecl:(Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.notationDecl ( String name, String publicId, String systemId ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.notationDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.parse ( byte[ ] xml ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.parse:([B)V]
DOMParser.parse ( InputSource source ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.parse:(Lorg/xml/sax/InputSource;)V]
DOMParser.parse ( InputStream input ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.parse:(Ljava/io/InputStream;)V]
DOMParser.parse ( Reader input ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.parse:(Ljava/io/Reader;)V]
DOMParser.parse ( String xml ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.parse:(Ljava/lang/String;)V]
DOMParser.parse ( Value value ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.parse:(Lorg/apache/xindice/core/data/Value;)V]
DOMParser.processingInstruction ( String target, String data ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.resolveEntity ( String publicId, String systemId ) : InputSource
[mangled: org/apache/xindice/xml/dom/DOMParser.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
DOMParser.setDocumentLocator ( Locator locator ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
DOMParser.setEntityResolver ( EntityResolver entities ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
DOMParser.setErrorHandler ( ErrorHandler errors ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
DOMParser.skippedEntity ( String name ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.skippedEntity:(Ljava/lang/String;)V]
DOMParser.startCDATA ( ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.startCDATA:()V]
DOMParser.startDocument ( ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.startDocument:()V]
DOMParser.startDTD ( String name, String publicId, String systemId ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.startElement ( String uri, String localName, String qName, Attributes attributes ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
DOMParser.startEntity ( String name ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.startEntity:(Ljava/lang/String;)V]
DOMParser.startPrefixMapping ( String prefix, String uri ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.toDocument ( byte[ ] xml ) [static] : Document
[mangled: org/apache/xindice/xml/dom/DOMParser.toDocument:([B)Lorg/w3c/dom/Document;]
DOMParser.toDocument ( InputSource source ) [static] : Document
[mangled: org/apache/xindice/xml/dom/DOMParser.toDocument:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
DOMParser.toDocument ( InputStream input ) [static] : Document
[mangled: org/apache/xindice/xml/dom/DOMParser.toDocument:(Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
DOMParser.toDocument ( Reader input ) [static] : Document
[mangled: org/apache/xindice/xml/dom/DOMParser.toDocument:(Ljava/io/Reader;)Lorg/w3c/dom/Document;]
DOMParser.toDocument ( String xml ) [static] : Document
[mangled: org/apache/xindice/xml/dom/DOMParser.toDocument:(Ljava/lang/String;)Lorg/w3c/dom/Document;]
DOMParser.toDocument ( Value value ) [static] : Document
[mangled: org/apache/xindice/xml/dom/DOMParser.toDocument:(Lorg/apache/xindice/core/data/Value;)Lorg/w3c/dom/Document;]
DOMParser.unparsedEntityDecl ( String name, String publicId, String systemId, String notationName ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.unparsedEntityDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DOMParser.warning ( SAXParseException e ) : void
[mangled: org/apache/xindice/xml/dom/DOMParser.warning:(Lorg/xml/sax/SAXParseException;)V]
cdk-1.0.4.jar, DOMTreeManager.class
package org.apache.batik.svggen
DOMTreeManager.addGroupManager ( DOMGroupManager p1 ) : void
[mangled: org/apache/batik/svggen/DOMTreeManager.addGroupManager:(Lorg/apache/batik/svggen/DOMGroupManager;)V]
DOMTreeManager.addOtherDef ( Element p1 ) : void
[mangled: org/apache/batik/svggen/DOMTreeManager.addOtherDef:(Lorg/w3c/dom/Element;)V]
DOMTreeManager.appendGroup ( Element p1, DOMGroupManager p2 ) : void
[mangled: org/apache/batik/svggen/DOMTreeManager.appendGroup:(Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/DOMGroupManager;)V]
DOMTreeManager.applyDefaultRenderingStyle ( Element p1 ) : void
[mangled: org/apache/batik/svggen/DOMTreeManager.applyDefaultRenderingStyle:(Lorg/w3c/dom/Element;)V]
DOMTreeManager.DOMTreeManager ( GraphicContext p1, SVGGeneratorContext p2, int p3 )
[mangled: org/apache/batik/svggen/DOMTreeManager."<init>":(Lorg/apache/batik/ext/awt/g2d/GraphicContext;Lorg/apache/batik/svggen/SVGGeneratorContext;I)V]
DOMTreeManager.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/DOMTreeManager.getDefinitionSet:()Ljava/util/List;]
DOMTreeManager.getExtensionHandler ( ) : ExtensionHandler
[mangled: org/apache/batik/svggen/DOMTreeManager.getExtensionHandler:()Lorg/apache/batik/svggen/ExtensionHandler;]
DOMTreeManager.getFilterConverter ( ) : SVGBufferedImageOp
[mangled: org/apache/batik/svggen/DOMTreeManager.getFilterConverter:()Lorg/apache/batik/svggen/SVGBufferedImageOp;]
DOMTreeManager.getGenericDefinitions ( ) : Element
[mangled: org/apache/batik/svggen/DOMTreeManager.getGenericDefinitions:()Lorg/w3c/dom/Element;]
DOMTreeManager.getGraphicContextConverter ( ) : SVGGraphicContextConverter
[mangled: org/apache/batik/svggen/DOMTreeManager.getGraphicContextConverter:()Lorg/apache/batik/svggen/SVGGraphicContextConverter;]
DOMTreeManager.getRoot ( ) : Element
[mangled: org/apache/batik/svggen/DOMTreeManager.getRoot:()Lorg/w3c/dom/Element;]
DOMTreeManager.getRoot ( Element p1 ) : Element
[mangled: org/apache/batik/svggen/DOMTreeManager.getRoot:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Element;]
DOMTreeManager.getTopLevelGroup ( ) : Element
[mangled: org/apache/batik/svggen/DOMTreeManager.getTopLevelGroup:()Lorg/w3c/dom/Element;]
DOMTreeManager.getTopLevelGroup ( boolean p1 ) : Element
[mangled: org/apache/batik/svggen/DOMTreeManager.getTopLevelGroup:(Z)Lorg/w3c/dom/Element;]
DOMTreeManager.removeGroupManager ( DOMGroupManager p1 ) : void
[mangled: org/apache/batik/svggen/DOMTreeManager.removeGroupManager:(Lorg/apache/batik/svggen/DOMGroupManager;)V]
DOMTreeManager.setTopLevelGroup ( Element p1 ) : void
[mangled: org/apache/batik/svggen/DOMTreeManager.setTopLevelGroup:(Lorg/w3c/dom/Element;)V]
cdk-1.0.4.jar, DOMTreeWalker.class
package org.apache.batik.dom.traversal
DOMTreeWalker.acceptNode ( Node p1 ) : short
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.acceptNode:(Lorg/w3c/dom/Node;)S]
DOMTreeWalker.DOMTreeWalker ( Node p1, int p2, NodeFilter p3, boolean p4 )
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker."<init>":(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)V]
DOMTreeWalker.firstChild ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.firstChild:()Lorg/w3c/dom/Node;]
DOMTreeWalker.firstChild ( Node p1 ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.firstChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
DOMTreeWalker.getCurrentNode ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.getCurrentNode:()Lorg/w3c/dom/Node;]
DOMTreeWalker.getExpandEntityReferences ( ) : boolean
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.getExpandEntityReferences:()Z]
DOMTreeWalker.getFilter ( ) : NodeFilter
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.getFilter:()Lorg/w3c/dom/traversal/NodeFilter;]
DOMTreeWalker.getRoot ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.getRoot:()Lorg/w3c/dom/Node;]
DOMTreeWalker.getWhatToShow ( ) : int
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.getWhatToShow:()I]
DOMTreeWalker.lastChild ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.lastChild:()Lorg/w3c/dom/Node;]
DOMTreeWalker.lastChild ( Node p1 ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.lastChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
DOMTreeWalker.nextNode ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.nextNode:()Lorg/w3c/dom/Node;]
DOMTreeWalker.nextSibling ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.nextSibling:()Lorg/w3c/dom/Node;]
DOMTreeWalker.nextSibling ( Node p1, Node p2 ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.nextSibling:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
DOMTreeWalker.parentNode ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.parentNode:()Lorg/w3c/dom/Node;]
DOMTreeWalker.parentNode ( Node p1 ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.parentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
DOMTreeWalker.previousNode ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.previousNode:()Lorg/w3c/dom/Node;]
DOMTreeWalker.previousSibling ( ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.previousSibling:()Lorg/w3c/dom/Node;]
DOMTreeWalker.previousSibling ( Node p1, Node p2 ) : Node
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.previousSibling:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
DOMTreeWalker.setCurrentNode ( Node p1 ) : void
[mangled: org/apache/batik/dom/traversal/DOMTreeWalker.setCurrentNode:(Lorg/w3c/dom/Node;)V]
cdk-1.0.4.jar, DOMUIEvent.class
package org.apache.batik.dom.events
DOMUIEvent.DOMUIEvent ( )
[mangled: org/apache/batik/dom/events/DOMUIEvent."<init>":()V]
DOMUIEvent.getDetail ( ) : int
[mangled: org/apache/batik/dom/events/DOMUIEvent.getDetail:()I]
DOMUIEvent.getView ( ) : AbstractView
[mangled: org/apache/batik/dom/events/DOMUIEvent.getView:()Lorg/w3c/dom/views/AbstractView;]
DOMUIEvent.initUIEvent ( String p1, boolean p2, boolean p3, AbstractView p4, int p5 ) : void
[mangled: org/apache/batik/dom/events/DOMUIEvent.initUIEvent:(Ljava/lang/String;ZZLorg/w3c/dom/views/AbstractView;I)V]
cdk-1.0.4.jar, DOMUtilities.class
package org.apache.batik.dom.util
DOMUtilities.contentToString ( String p1 ) [static] : String
[mangled: org/apache/batik/dom/util/DOMUtilities.contentToString:(Ljava/lang/String;)Ljava/lang/String;]
DOMUtilities.deepCloneDocument ( Document p1, DOMImplementation p2 ) [static] : Document
[mangled: org/apache/batik/dom/util/DOMUtilities.deepCloneDocument:(Lorg/w3c/dom/Document;Lorg/w3c/dom/DOMImplementation;)Lorg/w3c/dom/Document;]
DOMUtilities.DOMUtilities ( )
[mangled: org/apache/batik/dom/util/DOMUtilities."<init>":()V]
DOMUtilities.getLocalName ( String p1 ) [static] : String
[mangled: org/apache/batik/dom/util/DOMUtilities.getLocalName:(Ljava/lang/String;)Ljava/lang/String;]
DOMUtilities.getPrefix ( String p1 ) [static] : String
[mangled: org/apache/batik/dom/util/DOMUtilities.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
DOMUtilities.isValidName ( String p1 ) [static] : boolean
[mangled: org/apache/batik/dom/util/DOMUtilities.isValidName:(Ljava/lang/String;)Z]
DOMUtilities.isValidPrefix ( String p1 ) [static] : boolean
[mangled: org/apache/batik/dom/util/DOMUtilities.isValidPrefix:(Ljava/lang/String;)Z]
DOMUtilities.parseStyleSheetPIData ( String p1, HashTable p2 ) [static] : void
[mangled: org/apache/batik/dom/util/DOMUtilities.parseStyleSheetPIData:(Ljava/lang/String;Lorg/apache/batik/dom/util/HashTable;)V]
DOMUtilities.writeDocument ( Document p1, Writer p2 ) [static] : void
[mangled: org/apache/batik/dom/util/DOMUtilities.writeDocument:(Lorg/w3c/dom/Document;Ljava/io/Writer;)V]
DOMUtilities.writeNode ( Node p1, Writer p2 ) [static] : void
[mangled: org/apache/batik/dom/util/DOMUtilities.writeNode:(Lorg/w3c/dom/Node;Ljava/io/Writer;)V]
cdk-1.0.4.jar, DoubleArrayAttribute.class
package org.xmlcml.cml.base
DoubleArrayAttribute.checkValue ( double[ ] dd ) : void
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.checkValue:([D)V]
DoubleArrayAttribute.DoubleArrayAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute."<init>":(Lnu/xom/Attribute;)V]
DoubleArrayAttribute.DoubleArrayAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
DoubleArrayAttribute.DoubleArrayAttribute ( DoubleArrayAttribute att )
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute."<init>":(Lorg/xmlcml/cml/base/DoubleArrayAttribute;)V]
DoubleArrayAttribute.DoubleArrayAttribute ( String name )
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute."<init>":(Ljava/lang/String;)V]
DoubleArrayAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.getCMLValue:()Ljava/lang/Object;]
DoubleArrayAttribute.getDoubleArray ( ) : double[ ]
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.getDoubleArray:()[D]
DoubleArrayAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.getJavaGetMethod:()Ljava/lang/String;]
DoubleArrayAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.getJavaShortClassName:()Ljava/lang/String;]
DoubleArrayAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.getJavaType:()Ljava/lang/String;]
DoubleArrayAttribute.setCMLValue ( double[ ] dd ) : void
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.setCMLValue:([D)V]
DoubleArrayAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.setCMLValue:(Ljava/lang/String;)V]
DoubleArrayAttribute.split ( String s, String delim ) [static] : double[ ]
[mangled: org/xmlcml/cml/base/DoubleArrayAttribute.split:(Ljava/lang/String;Ljava/lang/String;)[D]
cdk-1.0.4.jar, DoubleArrayAttributeTest.class
package org.xmlcml.cml.base.test
DoubleArrayAttributeTest.DoubleArrayAttributeTest ( )
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest."<init>":()V]
DoubleArrayAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.setUp:()V]
DoubleArrayAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.suite:()Ljunit/framework/Test;]
DoubleArrayAttributeTest.testCheckValue ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.testCheckValue:()V]
DoubleArrayAttributeTest.testDoubleArrayAttributeDoubleArrayAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.testDoubleArrayAttributeDoubleArrayAttribute:()V]
DoubleArrayAttributeTest.testGetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.testGetCMLValue:()V]
DoubleArrayAttributeTest.testGetDoubleArray ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.testGetDoubleArray:()V]
DoubleArrayAttributeTest.testSetCMLValueDoubleArray ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.testSetCMLValueDoubleArray:()V]
DoubleArrayAttributeTest.testSetCMLValueString ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.testSetCMLValueString:()V]
DoubleArrayAttributeTest.testSplit ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleArrayAttributeTest.testSplit:()V]
cdk-1.0.4.jar, DoubleAttribute.class
package org.xmlcml.cml.base
DoubleAttribute.checkValue ( double d ) : void
[mangled: org/xmlcml/cml/base/DoubleAttribute.checkValue:(D)V]
DoubleAttribute.DoubleAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/DoubleAttribute."<init>":(Lnu/xom/Attribute;)V]
DoubleAttribute.DoubleAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/DoubleAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
DoubleAttribute.DoubleAttribute ( DoubleAttribute att )
[mangled: org/xmlcml/cml/base/DoubleAttribute."<init>":(Lorg/xmlcml/cml/base/DoubleAttribute;)V]
DoubleAttribute.DoubleAttribute ( String name )
[mangled: org/xmlcml/cml/base/DoubleAttribute."<init>":(Ljava/lang/String;)V]
DoubleAttribute.getDouble ( ) : double
[mangled: org/xmlcml/cml/base/DoubleAttribute.getDouble:()D]
DoubleAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/DoubleAttribute.getJavaGetMethod:()Ljava/lang/String;]
DoubleAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/DoubleAttribute.getJavaShortClassName:()Ljava/lang/String;]
DoubleAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/DoubleAttribute.getJavaType:()Ljava/lang/String;]
DoubleAttribute.setCMLValue ( double d ) : void
[mangled: org/xmlcml/cml/base/DoubleAttribute.setCMLValue:(D)V]
DoubleAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/DoubleAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, DoubleAttributeTest.class
package org.xmlcml.cml.base.test
DoubleAttributeTest.DoubleAttributeTest ( )
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest."<init>":()V]
DoubleAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.setUp:()V]
DoubleAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.suite:()Ljunit/framework/Test;]
DoubleAttributeTest.testCheckValue ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.testCheckValue:()V]
DoubleAttributeTest.testDoubleAttributeDoubleAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.testDoubleAttributeDoubleAttribute:()V]
DoubleAttributeTest.testGetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.testGetCMLValue:()V]
DoubleAttributeTest.testGetDouble ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.testGetDouble:()V]
DoubleAttributeTest.testSetCMLValueDouble ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.testSetCMLValueDouble:()V]
DoubleAttributeTest.testSetCMLValueString ( ) : void
[mangled: org/xmlcml/cml/base/test/DoubleAttributeTest.testSetCMLValueString:()V]
cdk-1.0.4.jar, DoubleDocument.class
package org.apache.batik.ext.swing
DoubleDocument.DoubleDocument ( )
[mangled: org/apache/batik/ext/swing/DoubleDocument."<init>":()V]
DoubleDocument.getValue ( ) : double
[mangled: org/apache/batik/ext/swing/DoubleDocument.getValue:()D]
DoubleDocument.insertString ( int p1, String p2, AttributeSet p3 ) : void
[mangled: org/apache/batik/ext/swing/DoubleDocument.insertString:(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V]
DoubleDocument.setValue ( double p1 ) : void
[mangled: org/apache/batik/ext/swing/DoubleDocument.setValue:(D)V]
cdk-1.0.4.jar, DoubleTest.class
package org.xmlcml.euclid.test
DoubleTest.assertEquals ( String p1, double[ ] p2, double[ ] p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/DoubleTest.assertEquals:(Ljava/lang/String;[D[DD)V]
DoubleTest.assertNotEquals ( String p1, double[ ] p2, double[ ] p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/DoubleTest.assertNotEquals:(Ljava/lang/String;[D[DD)V]
DoubleTest.DoubleTest ( )
[mangled: org/xmlcml/euclid/test/DoubleTest."<init>":()V]
cdk-1.0.4.jar, DoublyIndexedTable.class
package org.apache.batik.dom.util
DoublyIndexedTable.DoublyIndexedTable ( )
[mangled: org/apache/batik/dom/util/DoublyIndexedTable."<init>":()V]
DoublyIndexedTable.DoublyIndexedTable ( int p1 )
[mangled: org/apache/batik/dom/util/DoublyIndexedTable."<init>":(I)V]
DoublyIndexedTable.get ( Object p1, Object p2 ) : Object
[mangled: org/apache/batik/dom/util/DoublyIndexedTable.get:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
DoublyIndexedTable.hashCode ( Object p1, Object p2 ) : int
[mangled: org/apache/batik/dom/util/DoublyIndexedTable.hashCode:(Ljava/lang/Object;Ljava/lang/Object;)I]
DoublyIndexedTable.put ( Object p1, Object p2, Object p3 ) : Object
[mangled: org/apache/batik/dom/util/DoublyIndexedTable.put:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
DoublyIndexedTable.rehash ( ) : void
[mangled: org/apache/batik/dom/util/DoublyIndexedTable.rehash:()V]
DoublyIndexedTable.size ( ) : int
[mangled: org/apache/batik/dom/util/DoublyIndexedTable.size:()I]
cdk-1.0.4.jar, DoublyLinkedList.class
package org.apache.batik.util
DoublyLinkedList.add ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.add:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.add ( int p1, DoublyLinkedList.Node p2 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.add:(ILorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.DoublyLinkedList ( )
[mangled: org/apache/batik/util/DoublyLinkedList."<init>":()V]
DoublyLinkedList.empty ( ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.empty:()V]
DoublyLinkedList.getHead ( ) : DoublyLinkedList.Node
[mangled: org/apache/batik/util/DoublyLinkedList.getHead:()Lorg/apache/batik/util/DoublyLinkedList$Node;]
DoublyLinkedList.getSize ( ) : int
[mangled: org/apache/batik/util/DoublyLinkedList.getSize:()I]
DoublyLinkedList.getTail ( ) : DoublyLinkedList.Node
[mangled: org/apache/batik/util/DoublyLinkedList.getTail:()Lorg/apache/batik/util/DoublyLinkedList$Node;]
DoublyLinkedList.pop ( ) : DoublyLinkedList.Node
[mangled: org/apache/batik/util/DoublyLinkedList.pop:()Lorg/apache/batik/util/DoublyLinkedList$Node;]
DoublyLinkedList.push ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.push:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.remove ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.remove:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.touch ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.touch:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.unpop ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.unpop:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.unpush ( ) : DoublyLinkedList.Node
[mangled: org/apache/batik/util/DoublyLinkedList.unpush:()Lorg/apache/batik/util/DoublyLinkedList$Node;]
cdk-1.0.4.jar, DuplicateIndexException.class
package org.apache.xindice.core.indexer
DuplicateIndexException.DuplicateIndexException ( )
[mangled: org/apache/xindice/core/indexer/DuplicateIndexException."<init>":()V]
DuplicateIndexException.DuplicateIndexException ( String message )
[mangled: org/apache/xindice/core/indexer/DuplicateIndexException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, DuplicateObjectException.class
package org.apache.xindice.core.objects
DuplicateObjectException.DuplicateObjectException ( )
[mangled: org/apache/xindice/core/objects/DuplicateObjectException."<init>":()V]
DuplicateObjectException.DuplicateObjectException ( String message )
[mangled: org/apache/xindice/core/objects/DuplicateObjectException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, ElectronContainer.class
package org.openscience.cdk
ElectronContainer.getElectronCount ( ) : int
[mangled: org/openscience/cdk/ElectronContainer.getElectronCount:()I]
ElectronContainer.setElectronCount ( int electronCount ) : void
[mangled: org/openscience/cdk/ElectronContainer.setElectronCount:(I)V]
cdk-1.0.4.jar, ElectronImpactNBEReaction.class
package org.openscience.cdk.reaction.type
ElectronImpactNBEReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/ElectronImpactNBEReaction.getParameterNames:()[Ljava/lang/String;]
ElectronImpactNBEReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/ElectronImpactNBEReaction.getParameters:()[Ljava/lang/Object;]
ElectronImpactNBEReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/ElectronImpactNBEReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
ElectronImpactNBEReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/ElectronImpactNBEReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, ElectronImpactPDBReaction.class
package org.openscience.cdk.reaction.type
ElectronImpactPDBReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/ElectronImpactPDBReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
ElectronImpactPDBReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/ElectronImpactPDBReaction.getParameterNames:()[Ljava/lang/String;]
ElectronImpactPDBReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/ElectronImpactPDBReaction.getParameters:()[Ljava/lang/Object;]
ElectronImpactPDBReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/ElectronImpactPDBReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
ElectronImpactPDBReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/ElectronImpactPDBReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, ElectrostaticInteractions.class
package org.openscience.cdk.modeling.forcefield
ElectrostaticInteractions.setMMFF94ElectrostaticParameters ( IAtomContainer molecule, Hashtable parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/ElectrostaticInteractions.setMMFF94ElectrostaticParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, Element.class
package org.openscience.cdk
Element.getAtomicNumber ( ) : int
[mangled: org/openscience/cdk/Element.getAtomicNumber:()I]
Element.setAtomicNumber ( int atomicNumber ) : void
[mangled: org/openscience/cdk/Element.setAtomicNumber:(I)V]
cdk-1.0.4.jar, ElementArgs.class
package org.apache.xindice.core.objects
ElementArgs.ElementArgs ( Element elem )
[mangled: org/apache/xindice/core/objects/ElementArgs."<init>":(Lorg/w3c/dom/Element;)V]
ElementArgs.get ( String name ) : Variant
[mangled: org/apache/xindice/core/objects/ElementArgs.get:(Ljava/lang/String;)Lorg/apache/xindice/core/objects/Variant;]
ElementArgs.list ( ) : String[ ]
[mangled: org/apache/xindice/core/objects/ElementArgs.list:()[Ljava/lang/String;]
cdk-1.0.4.jar, ElementButtonAction.class
package org.openscience.cdk.applications.swing
PeriodicTablePanel.ElementButtonAction.actionPerformed ( ActionEvent e ) : void
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.ElementButtonAction.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
PeriodicTablePanel.ElementButtonAction.PeriodicTablePanel.ElementButtonAction ( PeriodicTablePanel p1 )
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.ElementButtonAction."<init>":(Lorg/openscience/cdk/applications/swing/PeriodicTablePanel;)V]
cdk-1.0.4.jar, ElementImpl.class
package org.apache.xindice.xml.dom
ElementImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/ElementImpl.checkLoaded:()V]
ElementImpl.ElementImpl ( )
[mangled: org/apache/xindice/xml/dom/ElementImpl."<init>":()V]
ElementImpl.ElementImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/ElementImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
ElementImpl.ElementImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/ElementImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
ElementImpl.ElementImpl ( NodeImpl parentNode, String nodeName )
[mangled: org/apache/xindice/xml/dom/ElementImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;)V]
ElementImpl.expandSource ( ) : void
[mangled: org/apache/xindice/xml/dom/ElementImpl.expandSource:()V]
ElementImpl.getAttribute ( String name ) : String
[mangled: org/apache/xindice/xml/dom/ElementImpl.getAttribute:(Ljava/lang/String;)Ljava/lang/String;]
ElementImpl.getAttributeNode ( String name ) : Attr
[mangled: org/apache/xindice/xml/dom/ElementImpl.getAttributeNode:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
ElementImpl.getAttributeNodeNS ( String namespaceURI, String localName ) : Attr
[mangled: org/apache/xindice/xml/dom/ElementImpl.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
ElementImpl.getAttributeNS ( String namespaceURI, String localName ) : String
[mangled: org/apache/xindice/xml/dom/ElementImpl.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ElementImpl.getAttributes ( ) : NamedNodeMap
[mangled: org/apache/xindice/xml/dom/ElementImpl.getAttributes:()Lorg/w3c/dom/NamedNodeMap;]
ElementImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/ElementImpl.getNodeType:()S]
ElementImpl.getSymbolID ( ) : short
[mangled: org/apache/xindice/xml/dom/ElementImpl.getSymbolID:()S]
ElementImpl.getTagName ( ) : String
[mangled: org/apache/xindice/xml/dom/ElementImpl.getTagName:()Ljava/lang/String;]
ElementImpl.hasAttribute ( String name ) : boolean
[mangled: org/apache/xindice/xml/dom/ElementImpl.hasAttribute:(Ljava/lang/String;)Z]
ElementImpl.hasAttributeNS ( String namespaceURI, String localName ) : boolean
[mangled: org/apache/xindice/xml/dom/ElementImpl.hasAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Z]
ElementImpl.hasAttributes ( ) : boolean
[mangled: org/apache/xindice/xml/dom/ElementImpl.hasAttributes:()Z]
ElementImpl.hasAutoLink ( ) : boolean
[mangled: org/apache/xindice/xml/dom/ElementImpl.hasAutoLink:()Z]
ElementImpl.isNodeTypeValid ( short type ) : boolean
[mangled: org/apache/xindice/xml/dom/ElementImpl.isNodeTypeValid:(S)Z]
ElementImpl.loadAttributes ( SymbolTable st ) : void
[mangled: org/apache/xindice/xml/dom/ElementImpl.loadAttributes:(Lorg/apache/xindice/xml/SymbolTable;)V]
ElementImpl.removeAttribute ( String name ) : void
[mangled: org/apache/xindice/xml/dom/ElementImpl.removeAttribute:(Ljava/lang/String;)V]
ElementImpl.removeAttributeNode ( Attr oldAttr ) : Attr
[mangled: org/apache/xindice/xml/dom/ElementImpl.removeAttributeNode:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
ElementImpl.removeAttributeNS ( String namespaceURI, String localName ) : void
[mangled: org/apache/xindice/xml/dom/ElementImpl.removeAttributeNS:(Ljava/lang/String;Ljava/lang/String;)V]
ElementImpl.setAttribute ( String name, String value ) : void
[mangled: org/apache/xindice/xml/dom/ElementImpl.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
ElementImpl.setAttributeNode ( Attr newAttr ) : Attr
[mangled: org/apache/xindice/xml/dom/ElementImpl.setAttributeNode:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
ElementImpl.setAttributeNodeNS ( Attr newAttr ) : Attr
[mangled: org/apache/xindice/xml/dom/ElementImpl.setAttributeNodeNS:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
ElementImpl.setAttributeNS ( String namespaceURI, String qualifiedName, String value ) : void
[mangled: org/apache/xindice/xml/dom/ElementImpl.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, ElementPTFactory.class
package org.openscience.cdk.config
ElementPTFactory.isElement ( String elementName ) : boolean
[mangled: org/openscience/cdk/config/ElementPTFactory.isElement:(Ljava/lang/String;)Z]
cdk-1.0.4.jar, ElementPTHandler.class
package org.openscience.cdk.config.elements
ElementPTHandler.getElements ( ) : Vector
[mangled: org/openscience/cdk/config/elements/ElementPTHandler.getElements:()Ljava/util/Vector;]
cdk-1.0.4.jar, ElementPTReader.class
package org.openscience.cdk.config.elements
ElementPTReader.readElements ( ) : Vector
[mangled: org/openscience/cdk/config/elements/ElementPTReader.readElements:()Ljava/util/Vector;]
cdk-1.0.4.jar, ElementsByTagName.class
package org.apache.batik.dom
AbstractParentNode.ElementsByTagName.AbstractParentNode.ElementsByTagName ( AbstractParentNode p1, String p2 )
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagName."<init>":(Lorg/apache/batik/dom/AbstractParentNode;Ljava/lang/String;)V]
AbstractParentNode.ElementsByTagName.append ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagName.append:(Lorg/w3c/dom/Node;)V]
AbstractParentNode.ElementsByTagName.getLength ( ) : int
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagName.getLength:()I]
AbstractParentNode.ElementsByTagName.initialize ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagName.initialize:()V]
AbstractParentNode.ElementsByTagName.invalidate ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagName.invalidate:()V]
AbstractParentNode.ElementsByTagName.item ( int p1 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagName.item:(I)Lorg/w3c/dom/Node;]
cdk-1.0.4.jar, ElementsByTagNameNS.class
package org.apache.batik.dom
AbstractParentNode.ElementsByTagNameNS.AbstractParentNode.ElementsByTagNameNS ( AbstractParentNode p1, String p2, String p3 )
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagNameNS."<init>":(Lorg/apache/batik/dom/AbstractParentNode;Ljava/lang/String;Ljava/lang/String;)V]
AbstractParentNode.ElementsByTagNameNS.append ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagNameNS.append:(Lorg/w3c/dom/Node;)V]
AbstractParentNode.ElementsByTagNameNS.getLength ( ) : int
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagNameNS.getLength:()I]
AbstractParentNode.ElementsByTagNameNS.initialize ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagNameNS.initialize:()V]
AbstractParentNode.ElementsByTagNameNS.invalidate ( ) : void
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagNameNS.invalidate:()V]
AbstractParentNode.ElementsByTagNameNS.item ( int p1 ) : Node
[mangled: org/apache/batik/dom/AbstractParentNode.ElementsByTagNameNS.item:(I)Lorg/w3c/dom/Node;]
cdk-1.0.4.jar, ElementsTest.class
package org.xmlcml.cml.element.test
ElementsTest.ElementsTest ( )
[mangled: org/xmlcml/cml/element/test/ElementsTest."<init>":()V]
ElementsTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/ElementsTest.setUp:()V]
ElementsTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/ElementsTest.suite:()Ljunit/framework/Test;]
ElementsTest.testCMLElements ( ) : void
[mangled: org/xmlcml/cml/element/test/ElementsTest.testCMLElements:()V]
ElementsTest.testGet ( ) : void
[mangled: org/xmlcml/cml/element/test/ElementsTest.testGet:()V]
ElementsTest.testGetList ( ) : void
[mangled: org/xmlcml/cml/element/test/ElementsTest.testGetList:()V]
ElementsTest.testGetType ( ) : void
[mangled: org/xmlcml/cml/element/test/ElementsTest.testGetType:()V]
ElementsTest.testIterator ( ) : void
[mangled: org/xmlcml/cml/element/test/ElementsTest.testIterator:()V]
ElementsTest.testSize ( ) : void
[mangled: org/xmlcml/cml/element/test/ElementsTest.testSize:()V]
cdk-1.0.4.jar, ElementTest.class
package org.xmlcml.cml.base.test
ElementTest.ElementTest ( )
[mangled: org/xmlcml/cml/base/test/ElementTest."<init>":()V]
ElementTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/cml/base/test/ElementTest.main:([Ljava/lang/String;)V]
ElementTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/ElementTest.setUp:()V]
ElementTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/ElementTest.suite:()Ljunit/framework/Test;]
ElementTest.testNamespaceScope ( ) : void
[mangled: org/xmlcml/cml/base/test/ElementTest.testNamespaceScope:()V]
ElementTest.testParseNoValidate0 ( ) : void
[mangled: org/xmlcml/cml/base/test/ElementTest.testParseNoValidate0:()V]
ElementTest.testParseXomNoSchema1 ( ) : void
[mangled: org/xmlcml/cml/base/test/ElementTest.testParseXomNoSchema1:()V]
ElementTest.testParseXomXercesValidate ( ) : void
[mangled: org/xmlcml/cml/base/test/ElementTest.testParseXomXercesValidate:()V]
ElementTest.testXercesValidateXML ( ) : void
[mangled: org/xmlcml/cml/base/test/ElementTest.testXercesValidateXML:()V]
cdk-1.0.4.jar, Embedded.class
package org.apache.batik.svggen
ImageCacher.Embedded.ImageCacher.Embedded ( )
[mangled: org/apache/batik/svggen/ImageCacher.Embedded."<init>":()V]
ImageCacher.Embedded.setDOMTreeManager ( DOMTreeManager p1 ) : void
[mangled: org/apache/batik/svggen/ImageCacher.Embedded.setDOMTreeManager:(Lorg/apache/batik/svggen/DOMTreeManager;)V]
cdk-1.0.4.jar, EmptyDocumentSet.class
package org.apache.xindice.core.data
EmptyDocumentSet.EmptyDocumentSet ( )
[mangled: org/apache/xindice/core/data/EmptyDocumentSet."<init>":()V]
EmptyDocumentSet.getNextContainer ( ) : Container
[mangled: org/apache/xindice/core/data/EmptyDocumentSet.getNextContainer:()Lorg/apache/xindice/core/Container;]
EmptyDocumentSet.getNextDocument ( ) : Document
[mangled: org/apache/xindice/core/data/EmptyDocumentSet.getNextDocument:()Lorg/w3c/dom/Document;]
EmptyDocumentSet.hasMoreDocuments ( ) : boolean
[mangled: org/apache/xindice/core/data/EmptyDocumentSet.hasMoreDocuments:()Z]
cdk-1.0.4.jar, EmptyNodeSet.class
package org.apache.xindice.core.data
EmptyNodeSet.EmptyNodeSet ( )
[mangled: org/apache/xindice/core/data/EmptyNodeSet."<init>":()V]
EmptyNodeSet.getNextNode ( ) : Node
[mangled: org/apache/xindice/core/data/EmptyNodeSet.getNextNode:()Lorg/w3c/dom/Node;]
EmptyNodeSet.hasMoreNodes ( ) : boolean
[mangled: org/apache/xindice/core/data/EmptyNodeSet.hasMoreNodes:()Z]
cdk-1.0.4.jar, EmptyRecordSet.class
package org.apache.xindice.core.data
EmptyRecordSet.EmptyRecordSet ( )
[mangled: org/apache/xindice/core/data/EmptyRecordSet."<init>":()V]
EmptyRecordSet.getNextKey ( ) : Key
[mangled: org/apache/xindice/core/data/EmptyRecordSet.getNextKey:()Lorg/apache/xindice/core/data/Key;]
EmptyRecordSet.getNextRecord ( ) : Record
[mangled: org/apache/xindice/core/data/EmptyRecordSet.getNextRecord:()Lorg/apache/xindice/core/data/Record;]
EmptyRecordSet.getNextValue ( ) : Value
[mangled: org/apache/xindice/core/data/EmptyRecordSet.getNextValue:()Lorg/apache/xindice/core/data/Value;]
EmptyRecordSet.hasMoreRecords ( ) : boolean
[mangled: org/apache/xindice/core/data/EmptyRecordSet.hasMoreRecords:()Z]
cdk-1.0.4.jar, EncodedBuffer.class
package org.apache.xindice.client.corba.db
EncodedBuffer.EncodedBuffer ( )
[mangled: org/apache/xindice/client/corba/db/EncodedBuffer."<init>":()V]
EncodedBuffer.EncodedBuffer ( long stamp, byte[ ] sym, byte[ ] buf )
[mangled: org/apache/xindice/client/corba/db/EncodedBuffer."<init>":(J[B[B)V]
cdk-1.0.4.jar, EncodedBufferConverter.class
package org.apache.xindice.client.corba
EncodedBufferConverter.convertFromDocument ( Node node ) [static] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/EncodedBufferConverter.convertFromDocument:(Lorg/w3c/dom/Node;)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
EncodedBufferConverter.convertToConfiguration ( EncodedBuffer buffer ) [static] : Configuration
[mangled: org/apache/xindice/client/corba/EncodedBufferConverter.convertToConfiguration:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/apache/xindice/util/Configuration;]
EncodedBufferConverter.convertToDocument ( EncodedBuffer buffer ) [static] : Document
[mangled: org/apache/xindice/client/corba/EncodedBufferConverter.convertToDocument:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/w3c/dom/Document;]
EncodedBufferConverter.EncodedBufferConverter ( )
[mangled: org/apache/xindice/client/corba/EncodedBufferConverter."<init>":()V]
EncodedBufferConverter.remove ( ) : void
[mangled: org/apache/xindice/client/corba/EncodedBufferConverter.remove:()V]
cdk-1.0.4.jar, EncodedBufferHelper.class
package org.apache.xindice.client.corba.db
EncodedBufferHelper.EncodedBufferHelper ( )
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHelper."<init>":()V]
EncodedBufferHelper.extract ( CORBA.Any a ) [static] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
EncodedBufferHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHelper.id:()Ljava/lang/String;]
EncodedBufferHelper.insert ( CORBA.Any a, EncodedBuffer t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
EncodedBufferHelper.read ( CORBA.portable.InputStream istream ) [static] : EncodedBuffer
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
EncodedBufferHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHelper.type:()Lorg/omg/CORBA/TypeCode;]
EncodedBufferHelper.write ( CORBA.portable.OutputStream ostream, EncodedBuffer value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
cdk-1.0.4.jar, EncodedBufferHolder.class
package org.apache.xindice.client.corba.db
EncodedBufferHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
EncodedBufferHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHolder._type:()Lorg/omg/CORBA/TypeCode;]
EncodedBufferHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
EncodedBufferHolder.EncodedBufferHolder ( )
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHolder."<init>":()V]
EncodedBufferHolder.EncodedBufferHolder ( EncodedBuffer initial )
[mangled: org/apache/xindice/client/corba/db/EncodedBufferHolder."<init>":(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)V]
cdk-1.0.4.jar, EncodingUtilities.class
package org.apache.batik.util
EncodingUtilities.EncodingUtilities ( )
[mangled: org/apache/batik/util/EncodingUtilities."<init>":()V]
EncodingUtilities.javaEncoding ( String p1 ) [static] : String
[mangled: org/apache/batik/util/EncodingUtilities.javaEncoding:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.0.4.jar, EntityImpl.class
package org.apache.xindice.xml.dom
EntityImpl.EntityImpl ( )
[mangled: org/apache/xindice/xml/dom/EntityImpl."<init>":()V]
EntityImpl.EntityImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/EntityImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
EntityImpl.EntityImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/EntityImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
EntityImpl.getEncoding ( ) : String
[mangled: org/apache/xindice/xml/dom/EntityImpl.getEncoding:()Ljava/lang/String;]
EntityImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/EntityImpl.getNodeType:()S]
EntityImpl.getNotationName ( ) : String
[mangled: org/apache/xindice/xml/dom/EntityImpl.getNotationName:()Ljava/lang/String;]
EntityImpl.getPublicId ( ) : String
[mangled: org/apache/xindice/xml/dom/EntityImpl.getPublicId:()Ljava/lang/String;]
EntityImpl.getSystemId ( ) : String
[mangled: org/apache/xindice/xml/dom/EntityImpl.getSystemId:()Ljava/lang/String;]
EntityImpl.getVersion ( ) : String
[mangled: org/apache/xindice/xml/dom/EntityImpl.getVersion:()Ljava/lang/String;]
EntityImpl.setEncoding ( String encoding ) : void
[mangled: org/apache/xindice/xml/dom/EntityImpl.setEncoding:(Ljava/lang/String;)V]
EntityImpl.setVersion ( String version ) : void
[mangled: org/apache/xindice/xml/dom/EntityImpl.setVersion:(Ljava/lang/String;)V]
cdk-1.0.4.jar, EntityReferenceImpl.class
package org.apache.xindice.xml.dom
EntityReferenceImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/EntityReferenceImpl.checkLoaded:()V]
EntityReferenceImpl.EntityReferenceImpl ( )
[mangled: org/apache/xindice/xml/dom/EntityReferenceImpl."<init>":()V]
EntityReferenceImpl.EntityReferenceImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/EntityReferenceImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
EntityReferenceImpl.EntityReferenceImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/EntityReferenceImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
EntityReferenceImpl.EntityReferenceImpl ( NodeImpl parentNode, String nodeName )
[mangled: org/apache/xindice/xml/dom/EntityReferenceImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;)V]
EntityReferenceImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/EntityReferenceImpl.getNodeType:()S]
cdk-1.0.4.jar, Entry.class
package org.apache.batik.dom
AbstractElement.Entry.AbstractElement.Entry ( int p1, String p2, String p3, Node p4, AbstractElement.Entry p5 )
[mangled: org/apache/batik/dom/AbstractElement.Entry."<init>":(ILjava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractElement$Entry;)V]
AbstractElement.Entry.match ( String p1, String p2 ) : boolean
[mangled: org/apache/batik/dom/AbstractElement.Entry.match:(Ljava/lang/String;Ljava/lang/String;)Z]
package org.apache.batik.dom.util
DocumentDescriptor.Entry.cleared ( ) : void
[mangled: org/apache/batik/dom/util/DocumentDescriptor.Entry.cleared:()V]
DocumentDescriptor.Entry.DocumentDescriptor.Entry ( DocumentDescriptor p1, int p2, Element p3, int p4, DocumentDescriptor.Entry p5 )
[mangled: org/apache/batik/dom/util/DocumentDescriptor.Entry."<init>":(Lorg/apache/batik/dom/util/DocumentDescriptor;ILorg/w3c/dom/Element;ILorg/apache/batik/dom/util/DocumentDescriptor$Entry;)V]
DoublyIndexedTable.Entry.DoublyIndexedTable.Entry ( int p1, Object p2, Object p3, Object p4, DoublyIndexedTable.Entry p5 )
[mangled: org/apache/batik/dom/util/DoublyIndexedTable.Entry."<init>":(ILjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lorg/apache/batik/dom/util/DoublyIndexedTable$Entry;)V]
DoublyIndexedTable.Entry.match ( Object p1, Object p2 ) : boolean
[mangled: org/apache/batik/dom/util/DoublyIndexedTable.Entry.match:(Ljava/lang/Object;Ljava/lang/Object;)Z]
HashTable.Entry.HashTable.Entry ( int p1, Object p2, Object p3, HashTable.Entry p4 )
[mangled: org/apache/batik/dom/util/HashTable.Entry."<init>":(ILjava/lang/Object;Ljava/lang/Object;Lorg/apache/batik/dom/util/HashTable$Entry;)V]
package org.apache.batik.util
SoftDoublyIndexedTable.Entry.match ( Object p1, Object p2 ) : boolean
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.Entry.match:(Ljava/lang/Object;Ljava/lang/Object;)Z]
SoftDoublyIndexedTable.Entry.SoftDoublyIndexedTable.Entry ( SoftDoublyIndexedTable p1, int p2, Object p3, Object p4, Object p5, SoftDoublyIndexedTable.Entry p6 )
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.Entry."<init>":(Lorg/apache/batik/util/SoftDoublyIndexedTable;ILjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lorg/apache/batik/util/SoftDoublyIndexedTable$Entry;)V]
cdk-1.0.4.jar, EPIWrap.class
package org.apache.batik.ext.awt.geom
ShapeExtender.EPIWrap.currentSegment ( double[ ] p1 ) : int
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.EPIWrap.currentSegment:([D)I]
ShapeExtender.EPIWrap.currentSegment ( float[ ] p1 ) : int
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.EPIWrap.currentSegment:([F)I]
ShapeExtender.EPIWrap.getWindingRule ( ) : int
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.EPIWrap.getWindingRule:()I]
ShapeExtender.EPIWrap.isDone ( ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.EPIWrap.isDone:()Z]
ShapeExtender.EPIWrap.next ( ) : void
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.EPIWrap.next:()V]
ShapeExtender.EPIWrap.ShapeExtender.EPIWrap ( PathIterator p1 )
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.EPIWrap."<init>":(Ljava/awt/geom/PathIterator;)V]
cdk-1.0.4.jar, ErrorCodes.class
package org.xmldb.api.base
ErrorCodes.ErrorCodes ( )
[mangled: org/xmldb/api/base/ErrorCodes."<init>":()V]
cdk-1.0.4.jar, ErrorHandler.class
package org.apache.batik.svggen
ErrorHandler.handleError ( SVGGraphics2DIOException p1 ) [abstract] : void
[mangled: org/apache/batik/svggen/ErrorHandler.handleError:(Lorg/apache/batik/svggen/SVGGraphics2DIOException;)V]
ErrorHandler.handleError ( SVGGraphics2DRuntimeException p1 ) [abstract] : void
[mangled: org/apache/batik/svggen/ErrorHandler.handleError:(Lorg/apache/batik/svggen/SVGGraphics2DRuntimeException;)V]
cdk-1.0.4.jar, EuclidConstants1.class
package org.xmlcml.euclid
EuclidConstants1.EuclidConstants1 ( )
[mangled: org/xmlcml/euclid/EuclidConstants1."<init>":()V]
cdk-1.0.4.jar, EuclidRuntime.class
package org.xmlcml.euclid
EuclidRuntime.EuclidRuntime ( )
[mangled: org/xmlcml/euclid/EuclidRuntime."<init>":()V]
EuclidRuntime.EuclidRuntime ( EuclidException exception )
[mangled: org/xmlcml/euclid/EuclidRuntime."<init>":(Lorg/xmlcml/euclid/EuclidException;)V]
EuclidRuntime.EuclidRuntime ( String msg )
[mangled: org/xmlcml/euclid/EuclidRuntime."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, EuclidTest.class
package org.xmlcml.euclid.test
EuclidTest.alwaysFail ( String p1 ) : void
[mangled: org/xmlcml/euclid/test/EuclidTest.alwaysFail:(Ljava/lang/String;)V]
EuclidTest.EuclidTest ( )
[mangled: org/xmlcml/euclid/test/EuclidTest."<init>":()V]
EuclidTest.getAssertFormat ( String p1, Object p2, Object p3 ) [static] : String
[mangled: org/xmlcml/euclid/test/EuclidTest.getAssertFormat:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;]
EuclidTest.neverFail ( Exception p1 ) : void
[mangled: org/xmlcml/euclid/test/EuclidTest.neverFail:(Ljava/lang/Exception;)V]
EuclidTest.neverThrow ( Exception p1 ) : void
[mangled: org/xmlcml/euclid/test/EuclidTest.neverThrow:(Ljava/lang/Exception;)V]
cdk-1.0.4.jar, EventCMLDemo.class
package org.openscience.cdk.applications.demo
EventCMLDemo.EventCMLDemo ( )
[mangled: org/openscience/cdk/applications/demo/EventCMLDemo."<init>":()V]
EventCMLDemo.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/demo/EventCMLDemo.main:([Ljava/lang/String;)V]
EventCMLDemo.process ( String ifilename ) : boolean
[mangled: org/openscience/cdk/applications/demo/EventCMLDemo.process:(Ljava/lang/String;)Z]
cdk-1.0.4.jar, EventDispatcher.class
package org.apache.batik.util
EventDispatcher.dispatchEvent ( EventDispatcher.Dispatcher p1, Object[ ] p2, Object p3 ) [static] : void
[mangled: org/apache/batik/util/EventDispatcher.dispatchEvent:(Lorg/apache/batik/util/EventDispatcher$Dispatcher;[Ljava/lang/Object;Ljava/lang/Object;)V]
EventDispatcher.EventDispatcher ( )
[mangled: org/apache/batik/util/EventDispatcher."<init>":()V]
EventDispatcher.fireEvent ( EventDispatcher.Dispatcher p1, List p2, Object p3, boolean p4 ) [static] : void
[mangled: org/apache/batik/util/EventDispatcher.fireEvent:(Lorg/apache/batik/util/EventDispatcher$Dispatcher;Ljava/util/List;Ljava/lang/Object;Z)V]
cdk-1.0.4.jar, EventFactory.class
package org.apache.batik.dom.events
DocumentEventSupport.EventFactory.createEvent ( ) [abstract] : Event
[mangled: org/apache/batik/dom/events/DocumentEventSupport.EventFactory.createEvent:()Lorg/w3c/dom/events/Event;]
cdk-1.0.4.jar, EventListenerList.class
package org.apache.batik.dom.events
EventListenerList.add ( EventListener p1 ) : void
[mangled: org/apache/batik/dom/events/EventListenerList.add:(Lorg/w3c/dom/events/EventListener;)V]
EventListenerList.contains ( EventListener p1 ) : boolean
[mangled: org/apache/batik/dom/events/EventListenerList.contains:(Lorg/w3c/dom/events/EventListener;)Z]
EventListenerList.EventListenerList ( )
[mangled: org/apache/batik/dom/events/EventListenerList."<init>":()V]
EventListenerList.getEventListeners ( ) : EventListener[ ]
[mangled: org/apache/batik/dom/events/EventListenerList.getEventListeners:()[Lorg/w3c/dom/events/EventListener;]
EventListenerList.remove ( EventListener p1 ) : void
[mangled: org/apache/batik/dom/events/EventListenerList.remove:(Lorg/w3c/dom/events/EventListener;)V]
EventListenerList.size ( ) : int
[mangled: org/apache/batik/dom/events/EventListenerList.size:()I]
cdk-1.0.4.jar, EventSupport.class
package org.apache.batik.dom.events
EventSupport.addEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/batik/dom/events/EventSupport.addEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
EventSupport.dispatchEvent ( NodeEventTarget p1, Event p2 ) [static] : boolean
[mangled: org/apache/batik/dom/events/EventSupport.dispatchEvent:(Lorg/apache/batik/dom/events/NodeEventTarget;Lorg/w3c/dom/events/Event;)Z]
EventSupport.EventSupport ( )
[mangled: org/apache/batik/dom/events/EventSupport."<init>":()V]
EventSupport.getEventListeners ( String p1, boolean p2 ) : EventListenerList
[mangled: org/apache/batik/dom/events/EventSupport.getEventListeners:(Ljava/lang/String;Z)Lorg/apache/batik/dom/events/EventListenerList;]
EventSupport.removeEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/batik/dom/events/EventSupport.removeEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
cdk-1.0.4.jar, ExamplesTest.class
package org.xmlcml.cml.element.test
ExamplesTest.ExamplesTest ( )
[mangled: org/xmlcml/cml/element/test/ExamplesTest."<init>":()V]
ExamplesTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/ExamplesTest.setUp:()V]
ExamplesTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/ExamplesTest.suite:()Ljunit/framework/Test;]
ExamplesTest.testValidateX ( ) : void
[mangled: org/xmlcml/cml/element/test/ExamplesTest.testValidateX:()V]
cdk-1.0.4.jar, ExportTree.class
package org.apache.xindice.tools.command
ExportTree.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/ExportTree.execute:(Ljava/util/Hashtable;)Z]
ExportTree.ExportTree ( )
[mangled: org/apache/xindice/tools/command/ExportTree."<init>":()V]
ExportTree.parentDir ( String parent ) : String
[mangled: org/apache/xindice/tools/command/ExportTree.parentDir:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.0.4.jar, ExtendedFingerprinter.class
package org.openscience.cdk.fingerprint
ExtendedFingerprinter.getFingerprint ( IAtomContainer ac, IRingSet rs ) : BitSet
[mangled: org/openscience/cdk/fingerprint/ExtendedFingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;)Ljava/util/BitSet;]
cdk-1.0.4.jar, ExtendedGeneralPath.class
package org.apache.batik.ext.awt.geom
ExtendedGeneralPath.append ( ExtendedPathIterator p1, boolean p2 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.append:(Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;Z)V]
ExtendedGeneralPath.append ( PathIterator p1, boolean p2 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.append:(Ljava/awt/geom/PathIterator;Z)V]
ExtendedGeneralPath.append ( Shape p1, boolean p2 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.append:(Ljava/awt/Shape;Z)V]
ExtendedGeneralPath.arcTo ( double p1, double p2, double p3, boolean p4, boolean p5, double p6, double p7 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.arcTo:(DDDZZDD)V]
ExtendedGeneralPath.clone ( ) : Object
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.clone:()Ljava/lang/Object;]
ExtendedGeneralPath.closePath ( ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.closePath:()V]
ExtendedGeneralPath.computeArc ( double p1, double p2, double p3, double p4, double p5, boolean p6, boolean p7, double p8, double p9 ) [static] : Arc2D
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.computeArc:(DDDDDZZDD)Ljava/awt/geom/Arc2D;]
ExtendedGeneralPath.contains ( double p1, double p2 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.contains:(DD)Z]
ExtendedGeneralPath.contains ( double p1, double p2, double p3, double p4 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.contains:(DDDD)Z]
ExtendedGeneralPath.contains ( Point2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.contains:(Ljava/awt/geom/Point2D;)Z]
ExtendedGeneralPath.contains ( Rectangle2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.contains:(Ljava/awt/geom/Rectangle2D;)Z]
ExtendedGeneralPath.createTransformedShape ( AffineTransform p1 ) : Shape
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.createTransformedShape:(Ljava/awt/geom/AffineTransform;)Ljava/awt/Shape;]
ExtendedGeneralPath.curveTo ( float p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.curveTo:(FFFFFF)V]
ExtendedGeneralPath.ExtendedGeneralPath ( )
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath."<init>":()V]
ExtendedGeneralPath.ExtendedGeneralPath ( int p1 )
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath."<init>":(I)V]
ExtendedGeneralPath.ExtendedGeneralPath ( int p1, int p2 )
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath."<init>":(II)V]
ExtendedGeneralPath.ExtendedGeneralPath ( Shape p1 )
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath."<init>":(Ljava/awt/Shape;)V]
ExtendedGeneralPath.getBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.getBounds:()Ljava/awt/Rectangle;]
ExtendedGeneralPath.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
ExtendedGeneralPath.getCurrentPoint ( ) : Point2D
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.getCurrentPoint:()Ljava/awt/geom/Point2D;]
ExtendedGeneralPath.getExtendedPathIterator ( ) : ExtendedPathIterator
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.getExtendedPathIterator:()Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;]
ExtendedGeneralPath.getPathIterator ( AffineTransform p1 ) : PathIterator
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.getPathIterator:(Ljava/awt/geom/AffineTransform;)Ljava/awt/geom/PathIterator;]
ExtendedGeneralPath.getPathIterator ( AffineTransform p1, double p2 ) : PathIterator
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.getPathIterator:(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;]
ExtendedGeneralPath.getWindingRule ( ) : int
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.getWindingRule:()I]
ExtendedGeneralPath.intersects ( double p1, double p2, double p3, double p4 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.intersects:(DDDD)Z]
ExtendedGeneralPath.intersects ( Rectangle2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.intersects:(Ljava/awt/geom/Rectangle2D;)Z]
ExtendedGeneralPath.lineTo ( float p1, float p2 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.lineTo:(FF)V]
ExtendedGeneralPath.moveTo ( float p1, float p2 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.moveTo:(FF)V]
ExtendedGeneralPath.quadTo ( float p1, float p2, float p3, float p4 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.quadTo:(FFFF)V]
ExtendedGeneralPath.reset ( ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.reset:()V]
ExtendedGeneralPath.setWindingRule ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.setWindingRule:(I)V]
ExtendedGeneralPath.transform ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedGeneralPath.transform:(Ljava/awt/geom/AffineTransform;)V]
cdk-1.0.4.jar, ExtendedLocalizable.class
package org.apache.batik.i18n
ExtendedLocalizable.getDefaultLocale ( ) [abstract] : Locale
[mangled: org/apache/batik/i18n/ExtendedLocalizable.getDefaultLocale:()Ljava/util/Locale;]
ExtendedLocalizable.getLocaleGroup ( ) [abstract] : LocaleGroup
[mangled: org/apache/batik/i18n/ExtendedLocalizable.getLocaleGroup:()Lorg/apache/batik/i18n/LocaleGroup;]
ExtendedLocalizable.getResourceBundle ( ) [abstract] : ResourceBundle
[mangled: org/apache/batik/i18n/ExtendedLocalizable.getResourceBundle:()Ljava/util/ResourceBundle;]
ExtendedLocalizable.setDefaultLocale ( Locale p1 ) [abstract] : void
[mangled: org/apache/batik/i18n/ExtendedLocalizable.setDefaultLocale:(Ljava/util/Locale;)V]
ExtendedLocalizable.setLocaleGroup ( LocaleGroup p1 ) [abstract] : void
[mangled: org/apache/batik/i18n/ExtendedLocalizable.setLocaleGroup:(Lorg/apache/batik/i18n/LocaleGroup;)V]
cdk-1.0.4.jar, ExtendedNode.class
package org.apache.batik.dom
ExtendedNode.isReadonly ( ) [abstract] : boolean
[mangled: org/apache/batik/dom/ExtendedNode.isReadonly:()Z]
ExtendedNode.setNextSibling ( Node p1 ) [abstract] : void
[mangled: org/apache/batik/dom/ExtendedNode.setNextSibling:(Lorg/w3c/dom/Node;)V]
ExtendedNode.setNodeName ( String p1 ) [abstract] : void
[mangled: org/apache/batik/dom/ExtendedNode.setNodeName:(Ljava/lang/String;)V]
ExtendedNode.setOwnerDocument ( Document p1 ) [abstract] : void
[mangled: org/apache/batik/dom/ExtendedNode.setOwnerDocument:(Lorg/w3c/dom/Document;)V]
ExtendedNode.setParentNode ( Node p1 ) [abstract] : void
[mangled: org/apache/batik/dom/ExtendedNode.setParentNode:(Lorg/w3c/dom/Node;)V]
ExtendedNode.setPreviousSibling ( Node p1 ) [abstract] : void
[mangled: org/apache/batik/dom/ExtendedNode.setPreviousSibling:(Lorg/w3c/dom/Node;)V]
ExtendedNode.setReadonly ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/dom/ExtendedNode.setReadonly:(Z)V]
ExtendedNode.setSpecified ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/dom/ExtendedNode.setSpecified:(Z)V]
cdk-1.0.4.jar, ExtendedPathIterator.class
package org.apache.batik.ext.awt.geom
ExtendedPathIterator.currentSegment ( double[ ] p1 ) [abstract] : int
[mangled: org/apache/batik/ext/awt/geom/ExtendedPathIterator.currentSegment:([D)I]
ExtendedPathIterator.currentSegment ( float[ ] p1 ) [abstract] : int
[mangled: org/apache/batik/ext/awt/geom/ExtendedPathIterator.currentSegment:([F)I]
ExtendedPathIterator.getWindingRule ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/geom/ExtendedPathIterator.getWindingRule:()I]
ExtendedPathIterator.isDone ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/geom/ExtendedPathIterator.isDone:()Z]
ExtendedPathIterator.next ( ) [abstract] : void
[mangled: org/apache/batik/ext/awt/geom/ExtendedPathIterator.next:()V]
cdk-1.0.4.jar, ExtendedShape.class
package org.apache.batik.ext.awt.geom
ExtendedShape.getExtendedPathIterator ( ) [abstract] : ExtendedPathIterator
[mangled: org/apache/batik/ext/awt/geom/ExtendedShape.getExtendedPathIterator:()Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;]
cdk-1.0.4.jar, ExtensionHandler.class
package org.apache.batik.svggen
ExtensionHandler.handleComposite ( Composite p1, SVGGeneratorContext p2 ) [abstract] : SVGCompositeDescriptor
[mangled: org/apache/batik/svggen/ExtensionHandler.handleComposite:(Ljava/awt/Composite;Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/apache/batik/svggen/SVGCompositeDescriptor;]
ExtensionHandler.handleFilter ( BufferedImageOp p1, Rectangle p2, SVGGeneratorContext p3 ) [abstract] : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/ExtensionHandler.handleFilter:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
ExtensionHandler.handlePaint ( Paint p1, SVGGeneratorContext p2 ) [abstract] : SVGPaintDescriptor
[mangled: org/apache/batik/svggen/ExtensionHandler.handlePaint:(Ljava/awt/Paint;Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/apache/batik/svggen/SVGPaintDescriptor;]
cdk-1.0.4.jar, External.class
package org.apache.batik.svggen
ImageCacher.External.ImageCacher.External ( String p1, String p2, String p3 )
[mangled: org/apache/batik/svggen/ImageCacher.External."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, FaultCodes.class
package org.apache.xindice.core
FaultCodes.createAPIException ( Exception e ) [static] : APIException
[mangled: org/apache/xindice/core/FaultCodes.createAPIException:(Ljava/lang/Exception;)Lorg/apache/xindice/client/corba/db/APIException;]
FaultCodes.createAPIException ( int code ) [static] : APIException
[mangled: org/apache/xindice/core/FaultCodes.createAPIException:(I)Lorg/apache/xindice/client/corba/db/APIException;]
FaultCodes.createAPIException ( int code, String message ) [static] : APIException
[mangled: org/apache/xindice/core/FaultCodes.createAPIException:(ILjava/lang/String;)Lorg/apache/xindice/client/corba/db/APIException;]
FaultCodes.createXMLDBException ( Exception e ) [static] : XMLDBException
[mangled: org/apache/xindice/core/FaultCodes.createXMLDBException:(Ljava/lang/Exception;)Lorg/xmldb/api/base/XMLDBException;]
FaultCodes.getFaultCode ( Exception e ) [static] : int
[mangled: org/apache/xindice/core/FaultCodes.getFaultCode:(Ljava/lang/Exception;)I]
FaultCodes.getFaultCodeSeries ( Exception e ) [static] : int
[mangled: org/apache/xindice/core/FaultCodes.getFaultCodeSeries:(Ljava/lang/Exception;)I]
FaultCodes.getFaultCodeType ( Exception e ) [static] : int
[mangled: org/apache/xindice/core/FaultCodes.getFaultCodeType:(Ljava/lang/Exception;)I]
FaultCodes.getFaultMessage ( Exception e ) [static] : String
[mangled: org/apache/xindice/core/FaultCodes.getFaultMessage:(Ljava/lang/Exception;)Ljava/lang/String;]
FaultCodes.getMessage ( int code ) [static] : String
[mangled: org/apache/xindice/core/FaultCodes.getMessage:(I)Ljava/lang/String;]
cdk-1.0.4.jar, FaultCodesHelper.class
package org.apache.xindice.client.corba.db
FaultCodesHelper.extract ( CORBA.Any a ) [static] : FaultCodes
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/FaultCodes;]
FaultCodesHelper.FaultCodesHelper ( )
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper."<init>":()V]
FaultCodesHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.id:()Ljava/lang/String;]
FaultCodesHelper.insert ( CORBA.Any a, FaultCodes t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/FaultCodes;)V]
FaultCodesHelper.narrow ( CORBA.Object obj ) [static] : FaultCodes
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/FaultCodes;]
FaultCodesHelper.read ( CORBA.portable.InputStream istream ) [static] : FaultCodes
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/FaultCodes;]
FaultCodesHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.type:()Lorg/omg/CORBA/TypeCode;]
FaultCodesHelper.unchecked_narrow ( CORBA.Object obj ) [static] : FaultCodes
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.unchecked_narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/FaultCodes;]
FaultCodesHelper.write ( CORBA.portable.OutputStream ostream, FaultCodes value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/FaultCodesHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/FaultCodes;)V]
cdk-1.0.4.jar, FaultCodesHolder.class
package org.apache.xindice.client.corba.db
FaultCodesHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/FaultCodesHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
FaultCodesHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/FaultCodesHolder._type:()Lorg/omg/CORBA/TypeCode;]
FaultCodesHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/FaultCodesHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
FaultCodesHolder.FaultCodesHolder ( )
[mangled: org/apache/xindice/client/corba/db/FaultCodesHolder."<init>":()V]
FaultCodesHolder.FaultCodesHolder ( FaultCodes initial )
[mangled: org/apache/xindice/client/corba/db/FaultCodesHolder."<init>":(Lorg/apache/xindice/client/corba/db/FaultCodes;)V]
cdk-1.0.4.jar, FaultCodesPOA.class
package org.apache.xindice.client.corba.db
FaultCodesPOA._all_interfaces ( PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOA._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
FaultCodesPOA._invoke ( String opName, CORBA.portable.InputStream _is, CORBA.portable.ResponseHandler handler ) : CORBA.portable.OutputStream
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOA._invoke:(Ljava/lang/String;Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/portable/ResponseHandler;)Lorg/omg/CORBA/portable/OutputStream;]
FaultCodesPOA._this ( ) : FaultCodes
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOA._this:()Lorg/apache/xindice/client/corba/db/FaultCodes;]
FaultCodesPOA._this ( CORBA.ORB orb ) : FaultCodes
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOA._this:(Lorg/omg/CORBA/ORB;)Lorg/apache/xindice/client/corba/db/FaultCodes;]
FaultCodesPOA.FaultCodesPOA ( )
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOA."<init>":()V]
cdk-1.0.4.jar, FaultCodesPOATie.class
package org.apache.xindice.client.corba.db
FaultCodesPOATie._default_POA ( ) : PortableServer.POA
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOATie._default_POA:()Lorg/omg/PortableServer/POA;]
FaultCodesPOATie._delegate ( ) : FaultCodesOperations
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOATie._delegate:()Lorg/apache/xindice/client/corba/db/FaultCodesOperations;]
FaultCodesPOATie._delegate ( FaultCodesOperations delegate_ ) : void
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOATie._delegate:(Lorg/apache/xindice/client/corba/db/FaultCodesOperations;)V]
FaultCodesPOATie.FaultCodesPOATie ( FaultCodesOperations tieObject )
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOATie."<init>":(Lorg/apache/xindice/client/corba/db/FaultCodesOperations;)V]
FaultCodesPOATie.FaultCodesPOATie ( FaultCodesOperations tieObject, PortableServer.POA poa )
[mangled: org/apache/xindice/client/corba/db/FaultCodesPOATie."<init>":(Lorg/apache/xindice/client/corba/db/FaultCodesOperations;Lorg/omg/PortableServer/POA;)V]
cdk-1.0.4.jar, Feature.class
package org.apache.batik.svggen.font.table
Feature.Feature ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/Feature."<init>":(Ljava/io/RandomAccessFile;I)V]
Feature.getLookupCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/Feature.getLookupCount:()I]
Feature.getLookupListIndex ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/Feature.getLookupListIndex:(I)I]
cdk-1.0.4.jar, FeatureList.class
package org.apache.batik.svggen.font.table
FeatureList.FeatureList ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/FeatureList."<init>":(Ljava/io/RandomAccessFile;I)V]
FeatureList.findFeature ( LangSys p1, String p2 ) : Feature
[mangled: org/apache/batik/svggen/font/table/FeatureList.findFeature:(Lorg/apache/batik/svggen/font/table/LangSys;Ljava/lang/String;)Lorg/apache/batik/svggen/font/table/Feature;]
cdk-1.0.4.jar, FeatureRecord.class
package org.apache.batik.svggen.font.table
FeatureRecord.FeatureRecord ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/FeatureRecord."<init>":(Ljava/io/RandomAccessFile;)V]
FeatureRecord.getOffset ( ) : int
[mangled: org/apache/batik/svggen/font/table/FeatureRecord.getOffset:()I]
FeatureRecord.getTag ( ) : int
[mangled: org/apache/batik/svggen/font/table/FeatureRecord.getTag:()I]
cdk-1.0.4.jar, FIELD.class
package org.openscience.dadml
FIELD.addINDEX ( INDEX a ) : void
[mangled: org/openscience/dadml/FIELD.addINDEX:(Lorg/openscience/dadml/INDEX;)V]
FIELD.FIELD ( )
[mangled: org/openscience/dadml/FIELD."<init>":()V]
FIELD.getINDEX ( ) : Enumeration
[mangled: org/openscience/dadml/FIELD.getINDEX:()Ljava/util/Enumeration;]
FIELD.getMIMETYPE ( ) : String
[mangled: org/openscience/dadml/FIELD.getMIMETYPE:()Ljava/lang/String;]
FIELD.getNAME ( ) : String
[mangled: org/openscience/dadml/FIELD.getNAME:()Ljava/lang/String;]
FIELD.getSOURCE ( ) : String
[mangled: org/openscience/dadml/FIELD.getSOURCE:()Ljava/lang/String;]
FIELD.getTYPE ( ) : String
[mangled: org/openscience/dadml/FIELD.getTYPE:()Ljava/lang/String;]
FIELD.setMIMETYPE ( String s ) : void
[mangled: org/openscience/dadml/FIELD.setMIMETYPE:(Ljava/lang/String;)V]
FIELD.setNAME ( String s ) : void
[mangled: org/openscience/dadml/FIELD.setNAME:(Ljava/lang/String;)V]
FIELD.setSOURCE ( String s ) : void
[mangled: org/openscience/dadml/FIELD.setSOURCE:(Ljava/lang/String;)V]
FIELD.setTYPE ( String s ) : void
[mangled: org/openscience/dadml/FIELD.setTYPE:(Ljava/lang/String;)V]
cdk-1.0.4.jar, FieldTablePanel.class
package org.openscience.cdk.applications.swing
FieldTablePanel.addArea ( String labelText, JComponent component ) : void
[mangled: org/openscience/cdk/applications/swing/FieldTablePanel.addArea:(Ljava/lang/String;Ljavax/swing/JComponent;)V]
FieldTablePanel.addField ( String labelText, JComponent component ) : void
[mangled: org/openscience/cdk/applications/swing/FieldTablePanel.addField:(Ljava/lang/String;Ljavax/swing/JComponent;)V]
FieldTablePanel.FieldTablePanel ( )
[mangled: org/openscience/cdk/applications/swing/FieldTablePanel."<init>":()V]
cdk-1.0.4.jar, File2Text.class
package org.openscience.cdk.applications
File2Text.File2Text ( )
[mangled: org/openscience/cdk/applications/File2Text."<init>":()V]
File2Text.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/File2Text.main:([Ljava/lang/String;)V]
File2Text.toText ( IChemObjectReader reader ) [static] : String
[mangled: org/openscience/cdk/applications/File2Text.toText:(Lorg/openscience/cdk/io/IChemObjectReader;)Ljava/lang/String;]
cdk-1.0.4.jar, FileCache.class
package org.apache.xindice.util
FileCache.FileCache ( )
[mangled: org/apache/xindice/util/FileCache."<init>":()V]
FileCache.getFile ( File file ) : byte[ ]
[mangled: org/apache/xindice/util/FileCache.getFile:(Ljava/io/File;)[B]
FileCache.getFile ( String name ) : byte[ ]
[mangled: org/apache/xindice/util/FileCache.getFile:(Ljava/lang/String;)[B]
FileCache.isInCache ( File file ) : boolean
[mangled: org/apache/xindice/util/FileCache.isInCache:(Ljava/io/File;)Z]
FileCache.isInCache ( String name ) : boolean
[mangled: org/apache/xindice/util/FileCache.isInCache:(Ljava/lang/String;)Z]
FileCache.isModified ( File file ) : boolean
[mangled: org/apache/xindice/util/FileCache.isModified:(Ljava/io/File;)Z]
FileCache.isModified ( String name ) : boolean
[mangled: org/apache/xindice/util/FileCache.isModified:(Ljava/lang/String;)Z]
cdk-1.0.4.jar, FileCacheSeekableStream.class
package org.apache.batik.ext.awt.image.codec
FileCacheSeekableStream.canSeekBackwards ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/FileCacheSeekableStream.canSeekBackwards:()Z]
FileCacheSeekableStream.close ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/FileCacheSeekableStream.close:()V]
FileCacheSeekableStream.FileCacheSeekableStream ( InputStream p1 )
[mangled: org/apache/batik/ext/awt/image/codec/FileCacheSeekableStream."<init>":(Ljava/io/InputStream;)V]
FileCacheSeekableStream.getFilePointer ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/FileCacheSeekableStream.getFilePointer:()J]
FileCacheSeekableStream.read ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/FileCacheSeekableStream.read:()I]
FileCacheSeekableStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/FileCacheSeekableStream.read:([BII)I]
FileCacheSeekableStream.seek ( long p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/FileCacheSeekableStream.seek:(J)V]
cdk-1.0.4.jar, FileConvertor.class
package org.openscience.cdk.applications
FileConvertor.convert ( String ifilename ) : boolean
[mangled: org/openscience/cdk/applications/FileConvertor.convert:(Ljava/lang/String;)Z]
FileConvertor.FileConvertor ( )
[mangled: org/openscience/cdk/applications/FileConvertor."<init>":()V]
FileConvertor.listOptionsForIOClass ( String ioClassName ) : void
[mangled: org/openscience/cdk/applications/FileConvertor.listOptionsForIOClass:(Ljava/lang/String;)V]
FileConvertor.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/FileConvertor.main:([Ljava/lang/String;)V]
cdk-1.0.4.jar, FileFormatGuesser.class
package org.openscience.cdk.applications
FileFormatGuesser.FileFormatGuesser ( )
[mangled: org/openscience/cdk/applications/FileFormatGuesser."<init>":()V]
FileFormatGuesser.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/FileFormatGuesser.main:([Ljava/lang/String;)V]
cdk-1.0.4.jar, FileHeader.class
package org.apache.xindice.core.filer
Paged.FileHeader.decRecordCount ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.decRecordCount:()V]
Paged.FileHeader.getFirstFreePage ( ) : long
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getFirstFreePage:()J]
Paged.FileHeader.getHeaderSize ( ) : short
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getHeaderSize:()S]
Paged.FileHeader.getLastFreePage ( ) : long
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getLastFreePage:()J]
Paged.FileHeader.getMaxKeySize ( ) : short
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getMaxKeySize:()S]
Paged.FileHeader.getPageCount ( ) : long
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getPageCount:()J]
Paged.FileHeader.getPageHeaderSize ( ) : byte
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getPageHeaderSize:()B]
Paged.FileHeader.getPageSize ( ) : int
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getPageSize:()I]
Paged.FileHeader.getRecordCount ( ) : long
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getRecordCount:()J]
Paged.FileHeader.getTotalCount ( ) : long
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getTotalCount:()J]
Paged.FileHeader.getWorkSize ( ) : int
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.getWorkSize:()I]
Paged.FileHeader.incRecordCount ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.incRecordCount:()V]
Paged.FileHeader.isDirty ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.isDirty:()Z]
Paged.FileHeader.Paged.FileHeader ( Paged p1 )
[mangled: org/apache/xindice/core/filer/Paged.FileHeader."<init>":(Lorg/apache/xindice/core/filer/Paged;)V]
Paged.FileHeader.Paged.FileHeader ( Paged pageCount, long p2 )
[mangled: org/apache/xindice/core/filer/Paged.FileHeader."<init>":(Lorg/apache/xindice/core/filer/Paged;J)V]
Paged.FileHeader.Paged.FileHeader ( Paged pageCount, long pageSize, int p3 )
[mangled: org/apache/xindice/core/filer/Paged.FileHeader."<init>":(Lorg/apache/xindice/core/filer/Paged;JI)V]
Paged.FileHeader.Paged.FileHeader ( Paged read, boolean p2 )
[mangled: org/apache/xindice/core/filer/Paged.FileHeader."<init>":(Lorg/apache/xindice/core/filer/Paged;Z)V]
Paged.FileHeader.read ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.read:()V]
Paged.FileHeader.read ( RandomAccessFile raf ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.read:(Ljava/io/RandomAccessFile;)V]
Paged.FileHeader.setDirty ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setDirty:()V]
Paged.FileHeader.setFirstFreePage ( long firstFreePage ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setFirstFreePage:(J)V]
Paged.FileHeader.setHeaderSize ( short headerSize ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setHeaderSize:(S)V]
Paged.FileHeader.setLastFreePage ( long lastFreePage ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setLastFreePage:(J)V]
Paged.FileHeader.setMaxKeySize ( short maxKeySize ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setMaxKeySize:(S)V]
Paged.FileHeader.setPageCount ( long pageCount ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setPageCount:(J)V]
Paged.FileHeader.setPageHeaderSize ( byte pageHeaderSize ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setPageHeaderSize:(B)V]
Paged.FileHeader.setPageSize ( int pageSize ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setPageSize:(I)V]
Paged.FileHeader.setRecordCount ( long recordCount ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setRecordCount:(J)V]
Paged.FileHeader.setTotalCount ( long totalCount ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.setTotalCount:(J)V]
Paged.FileHeader.write ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.write:()V]
Paged.FileHeader.write ( RandomAccessFile raf ) : void
[mangled: org/apache/xindice/core/filer/Paged.FileHeader.write:(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, FileManager.class
package org.apache.xindice.server
FileManager.getFileResource ( String p1 ) [abstract] : FileResource
[mangled: org/apache/xindice/server/FileManager.getFileResource:(Ljava/lang/String;)Lorg/apache/xindice/server/FileResource;]
FileManager.getTemporaryFileResource ( ) [abstract] : FileResource
[mangled: org/apache/xindice/server/FileManager.getTemporaryFileResource:()Lorg/apache/xindice/server/FileResource;]
cdk-1.0.4.jar, Filer.class
package org.apache.xindice.core.filer
Filer.deleteRecord ( Key p1 ) [abstract] : boolean
[mangled: org/apache/xindice/core/filer/Filer.deleteRecord:(Lorg/apache/xindice/core/data/Key;)Z]
Filer.flush ( ) [abstract] : void
[mangled: org/apache/xindice/core/filer/Filer.flush:()V]
Filer.getRecordCount ( ) [abstract] : long
[mangled: org/apache/xindice/core/filer/Filer.getRecordCount:()J]
Filer.getRecordSet ( ) [abstract] : RecordSet
[mangled: org/apache/xindice/core/filer/Filer.getRecordSet:()Lorg/apache/xindice/core/data/RecordSet;]
Filer.readRecord ( Key p1 ) [abstract] : Record
[mangled: org/apache/xindice/core/filer/Filer.readRecord:(Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/Record;]
Filer.setCollection ( Collection p1 ) [abstract] : void
[mangled: org/apache/xindice/core/filer/Filer.setCollection:(Lorg/apache/xindice/core/Collection;)V]
Filer.writeRecord ( Key p1, Value p2 ) [abstract] : boolean
[mangled: org/apache/xindice/core/filer/Filer.writeRecord:(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, FileResource.class
package org.apache.xindice.server
FileResource.copyStreamTo ( OutputStream p1 ) [abstract] : void
[mangled: org/apache/xindice/server/FileResource.copyStreamTo:(Ljava/io/OutputStream;)V]
FileResource.delete ( ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.delete:()Z]
FileResource.exists ( ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.exists:()Z]
FileResource.getAbsolutePath ( ) [abstract] : String
[mangled: org/apache/xindice/server/FileResource.getAbsolutePath:()Ljava/lang/String;]
FileResource.getAppendStream ( ) [abstract] : OutputStream
[mangled: org/apache/xindice/server/FileResource.getAppendStream:()Ljava/io/OutputStream;]
FileResource.getCanonicalPath ( ) [abstract] : String
[mangled: org/apache/xindice/server/FileResource.getCanonicalPath:()Ljava/lang/String;]
FileResource.getChildren ( ) [abstract] : FileResource[ ]
[mangled: org/apache/xindice/server/FileResource.getChildren:()[Lorg/apache/xindice/server/FileResource;]
FileResource.getInputStream ( ) [abstract] : InputStream
[mangled: org/apache/xindice/server/FileResource.getInputStream:()Ljava/io/InputStream;]
FileResource.getName ( ) [abstract] : String
[mangled: org/apache/xindice/server/FileResource.getName:()Ljava/lang/String;]
FileResource.getOutputStream ( ) [abstract] : OutputStream
[mangled: org/apache/xindice/server/FileResource.getOutputStream:()Ljava/io/OutputStream;]
FileResource.getPath ( ) [abstract] : String
[mangled: org/apache/xindice/server/FileResource.getPath:()Ljava/lang/String;]
FileResource.isDirectory ( ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.isDirectory:()Z]
FileResource.isFile ( ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.isFile:()Z]
FileResource.lastModified ( ) [abstract] : long
[mangled: org/apache/xindice/server/FileResource.lastModified:()J]
FileResource.length ( ) [abstract] : long
[mangled: org/apache/xindice/server/FileResource.length:()J]
FileResource.mkdir ( ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.mkdir:()Z]
FileResource.mkdirs ( ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.mkdirs:()Z]
FileResource.move ( String p1 ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.move:(Ljava/lang/String;)Z]
FileResource.rename ( String p1 ) [abstract] : boolean
[mangled: org/apache/xindice/server/FileResource.rename:(Ljava/lang/String;)Z]
cdk-1.0.4.jar, FilerException.class
package org.apache.xindice.core.filer
FilerException.FilerException ( int faultCode )
[mangled: org/apache/xindice/core/filer/FilerException."<init>":(I)V]
FilerException.FilerException ( int faultCode, String message )
[mangled: org/apache/xindice/core/filer/FilerException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, Filter.class
package org.apache.batik.ext.awt.image.renderable
Filter.getBounds2D ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/Filter.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
Filter.getDependencyRegion ( int p1, Rectangle2D p2 ) [abstract] : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/Filter.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
Filter.getDirtyRegion ( int p1, Rectangle2D p2 ) [abstract] : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/Filter.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
Filter.getTimeStamp ( ) [abstract] : long
[mangled: org/apache/batik/ext/awt/image/renderable/Filter.getTimeStamp:()J]
cdk-1.0.4.jar, FilterAlphaRable.class
package org.apache.batik.ext.awt.image.renderable
FilterAlphaRable.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAlphaRable.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
FilterAlphaRable.FilterAlphaRable ( Filter p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAlphaRable."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
FilterAlphaRable.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAlphaRable.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
FilterAlphaRable.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAlphaRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
cdk-1.0.4.jar, FilterAlphaRed.class
package org.apache.batik.ext.awt.image.rendered
FilterAlphaRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/FilterAlphaRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
FilterAlphaRed.FilterAlphaRed ( CachableRed p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/FilterAlphaRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
cdk-1.0.4.jar, FilterAsAlphaRable.class
package org.apache.batik.ext.awt.image.renderable
FilterAsAlphaRable.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAsAlphaRable.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
FilterAsAlphaRable.FilterAsAlphaRable ( Filter p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAsAlphaRable."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
FilterAsAlphaRable.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAsAlphaRable.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
FilterAsAlphaRable.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/FilterAsAlphaRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
cdk-1.0.4.jar, FilterAsAlphaRed.class
package org.apache.batik.ext.awt.image.rendered
FilterAsAlphaRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/FilterAsAlphaRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
FilterAsAlphaRed.FilterAsAlphaRed ( CachableRed p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/FilterAsAlphaRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
cdk-1.0.4.jar, FilterChainRable.class
package org.apache.batik.ext.awt.image.renderable
FilterChainRable.getFilterRegion ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.getFilterRegion:()Ljava/awt/geom/Rectangle2D;]
FilterChainRable.getFilterResolutionX ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.getFilterResolutionX:()I]
FilterChainRable.getFilterResolutionY ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.getFilterResolutionY:()I]
FilterChainRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
FilterChainRable.setFilterRegion ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.setFilterRegion:(Ljava/awt/geom/Rectangle2D;)V]
FilterChainRable.setFilterResolutionX ( int p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.setFilterResolutionX:(I)V]
FilterChainRable.setFilterResolutionY ( int p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.setFilterResolutionY:(I)V]
FilterChainRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, FilterChainRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
FilterChainRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
FilterChainRable8Bit.FilterChainRable8Bit ( Filter p1, Rectangle2D p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/awt/geom/Rectangle2D;)V]
FilterChainRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
FilterChainRable8Bit.getFilterRegion ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.getFilterRegion:()Ljava/awt/geom/Rectangle2D;]
FilterChainRable8Bit.getFilterResolutionX ( ) : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.getFilterResolutionX:()I]
FilterChainRable8Bit.getFilterResolutionY ( ) : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.getFilterResolutionY:()I]
FilterChainRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
FilterChainRable8Bit.paintRable ( Graphics2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.paintRable:(Ljava/awt/Graphics2D;)Z]
FilterChainRable8Bit.setFilterRegion ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.setFilterRegion:(Ljava/awt/geom/Rectangle2D;)V]
FilterChainRable8Bit.setFilterResolutionX ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.setFilterResolutionX:(I)V]
FilterChainRable8Bit.setFilterResolutionY ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.setFilterResolutionY:(I)V]
FilterChainRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterChainRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, FilterColorInterpolation.class
package org.apache.batik.ext.awt.image.renderable
FilterColorInterpolation.getOperationColorSpace ( ) [abstract] : ColorSpace
[mangled: org/apache/batik/ext/awt/image/renderable/FilterColorInterpolation.getOperationColorSpace:()Ljava/awt/color/ColorSpace;]
FilterColorInterpolation.isColorSpaceLinear ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/FilterColorInterpolation.isColorSpaceLinear:()Z]
FilterColorInterpolation.setColorSpaceLinear ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterColorInterpolation.setColorSpaceLinear:(Z)V]
cdk-1.0.4.jar, FilterResRable.class
package org.apache.batik.ext.awt.image.renderable
FilterResRable.getFilterResolutionX ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable.getFilterResolutionX:()I]
FilterResRable.getFilterResolutionY ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable.getFilterResolutionY:()I]
FilterResRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
FilterResRable.setFilterResolutionX ( int p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable.setFilterResolutionX:(I)V]
FilterResRable.setFilterResolutionY ( int p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable.setFilterResolutionY:(I)V]
FilterResRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, FilterResRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
FilterResRable8Bit.allPaintRable ( RenderableImage p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.allPaintRable:(Ljava/awt/image/renderable/RenderableImage;)Z]
FilterResRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
FilterResRable8Bit.distributeAcross ( RenderableImage p1, Graphics2D p2 ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.distributeAcross:(Ljava/awt/image/renderable/RenderableImage;Ljava/awt/Graphics2D;)Z]
FilterResRable8Bit.FilterResRable8Bit ( )
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit."<init>":()V]
FilterResRable8Bit.FilterResRable8Bit ( Filter p1, int p2, int p3 )
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;II)V]
FilterResRable8Bit.getFilterResolutionX ( ) : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.getFilterResolutionX:()I]
FilterResRable8Bit.getFilterResolutionY ( ) : int
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.getFilterResolutionY:()I]
FilterResRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
FilterResRable8Bit.paintRable ( Graphics2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.paintRable:(Ljava/awt/Graphics2D;)Z]
FilterResRable8Bit.setFilterResolutionX ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.setFilterResolutionX:(I)V]
FilterResRable8Bit.setFilterResolutionY ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.setFilterResolutionY:(I)V]
FilterResRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FilterResRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, FingerPrinter.class
package org.openscience.cdk.applications
FingerPrinter.FingerPrinter ( )
[mangled: org/openscience/cdk/applications/FingerPrinter."<init>":()V]
FingerPrinter.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/FingerPrinter.main:([Ljava/lang/String;)V]
cdk-1.0.4.jar, Fingerprinter.class
package org.openscience.cdk.fingerprint
Fingerprinter.findPathes ( IAtomContainer ac, int searchDepth ) : Map
[mangled: org/openscience/cdk/fingerprint/Fingerprinter.findPathes:(Lorg/openscience/cdk/interfaces/IAtomContainer;I)Ljava/util/Map;]
cdk-1.0.4.jar, FlipEdit.class
package org.openscience.cdk.applications.undoredo
FlipEdit.FlipEdit ( HashMap atomCoordsMap )
[mangled: org/openscience/cdk/applications/undoredo/FlipEdit."<init>":(Ljava/util/HashMap;)V]
FlipEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/FlipEdit.getPresentationName:()Ljava/lang/String;]
cdk-1.0.4.jar, FloodRable.class
package org.apache.batik.ext.awt.image.renderable
FloodRable.getFloodPaint ( ) [abstract] : Paint
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable.getFloodPaint:()Ljava/awt/Paint;]
FloodRable.getFloodRegion ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable.getFloodRegion:()Ljava/awt/geom/Rectangle2D;]
FloodRable.setFloodPaint ( Paint p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable.setFloodPaint:(Ljava/awt/Paint;)V]
FloodRable.setFloodRegion ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable.setFloodRegion:(Ljava/awt/geom/Rectangle2D;)V]
cdk-1.0.4.jar, FloodRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
FloodRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
FloodRable8Bit.FloodRable8Bit ( Rectangle2D p1, Paint p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable8Bit."<init>":(Ljava/awt/geom/Rectangle2D;Ljava/awt/Paint;)V]
FloodRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
FloodRable8Bit.getFloodPaint ( ) : Paint
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable8Bit.getFloodPaint:()Ljava/awt/Paint;]
FloodRable8Bit.getFloodRegion ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable8Bit.getFloodRegion:()Ljava/awt/geom/Rectangle2D;]
FloodRable8Bit.setFloodPaint ( Paint p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable8Bit.setFloodPaint:(Ljava/awt/Paint;)V]
FloodRable8Bit.setFloodRegion ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/FloodRable8Bit.setFloodRegion:(Ljava/awt/geom/Rectangle2D;)V]
cdk-1.0.4.jar, FloodRed.class
package org.apache.batik.ext.awt.image.rendered
FloodRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/FloodRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
FloodRed.FloodRed ( Rectangle p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/FloodRed."<init>":(Ljava/awt/Rectangle;)V]
FloodRed.FloodRed ( Rectangle p1, Paint p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/FloodRed."<init>":(Ljava/awt/Rectangle;Ljava/awt/Paint;)V]
FloodRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/FloodRed.getTile:(II)Ljava/awt/image/Raster;]
cdk-1.0.4.jar, Font.class
package org.apache.batik.svggen.font
Font.create ( ) [static] : Font
[mangled: org/apache/batik/svggen/font/Font.create:()Lorg/apache/batik/svggen/font/Font;]
Font.create ( String p1 ) [static] : Font
[mangled: org/apache/batik/svggen/font/Font.create:(Ljava/lang/String;)Lorg/apache/batik/svggen/font/Font;]
Font.Font ( )
[mangled: org/apache/batik/svggen/font/Font."<init>":()V]
Font.getAscent ( ) : int
[mangled: org/apache/batik/svggen/font/Font.getAscent:()I]
Font.getCmapTable ( ) : CmapTable
[mangled: org/apache/batik/svggen/font/Font.getCmapTable:()Lorg/apache/batik/svggen/font/table/CmapTable;]
Font.getDescent ( ) : int
[mangled: org/apache/batik/svggen/font/Font.getDescent:()I]
Font.getGlyph ( int p1 ) : Glyph
[mangled: org/apache/batik/svggen/font/Font.getGlyph:(I)Lorg/apache/batik/svggen/font/Glyph;]
Font.getHeadTable ( ) : HeadTable
[mangled: org/apache/batik/svggen/font/Font.getHeadTable:()Lorg/apache/batik/svggen/font/table/HeadTable;]
Font.getHheaTable ( ) : HheaTable
[mangled: org/apache/batik/svggen/font/Font.getHheaTable:()Lorg/apache/batik/svggen/font/table/HheaTable;]
Font.getHmtxTable ( ) : HmtxTable
[mangled: org/apache/batik/svggen/font/Font.getHmtxTable:()Lorg/apache/batik/svggen/font/table/HmtxTable;]
Font.getLocaTable ( ) : LocaTable
[mangled: org/apache/batik/svggen/font/Font.getLocaTable:()Lorg/apache/batik/svggen/font/table/LocaTable;]
Font.getMaxpTable ( ) : MaxpTable
[mangled: org/apache/batik/svggen/font/Font.getMaxpTable:()Lorg/apache/batik/svggen/font/table/MaxpTable;]
Font.getNameTable ( ) : NameTable
[mangled: org/apache/batik/svggen/font/Font.getNameTable:()Lorg/apache/batik/svggen/font/table/NameTable;]
Font.getNumGlyphs ( ) : int
[mangled: org/apache/batik/svggen/font/Font.getNumGlyphs:()I]
Font.getOS2Table ( ) : Os2Table
[mangled: org/apache/batik/svggen/font/Font.getOS2Table:()Lorg/apache/batik/svggen/font/table/Os2Table;]
Font.getPath ( ) : String
[mangled: org/apache/batik/svggen/font/Font.getPath:()Ljava/lang/String;]
Font.getPostTable ( ) : PostTable
[mangled: org/apache/batik/svggen/font/Font.getPostTable:()Lorg/apache/batik/svggen/font/table/PostTable;]
Font.getTable ( int p1 ) : Table
[mangled: org/apache/batik/svggen/font/Font.getTable:(I)Lorg/apache/batik/svggen/font/table/Table;]
Font.getTableDirectory ( ) : TableDirectory
[mangled: org/apache/batik/svggen/font/Font.getTableDirectory:()Lorg/apache/batik/svggen/font/table/TableDirectory;]
Font.read ( String p1 ) : void
[mangled: org/apache/batik/svggen/font/Font.read:(Ljava/lang/String;)V]
cdk-1.0.4.jar, ForceFieldConfigurator.class
package org.openscience.cdk.modeling.builder3d
ForceFieldConfigurator.getAtomTypes ( ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.getAtomTypes:()Ljava/util/Vector;]
ForceFieldConfigurator.getParameterSet ( ) : Hashtable
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.getParameterSet:()Ljava/util/Hashtable;]
ForceFieldConfigurator.setAtomTypes ( Vector atomtypes ) : void
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.setAtomTypes:(Ljava/util/Vector;)V]
ForceFieldConfigurator.setParameters ( Hashtable parameterset ) : void
[mangled: org/openscience/cdk/modeling/builder3d/ForceFieldConfigurator.setParameters:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, FormalChargeAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
FormalChargeAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/FormalChargeAtom.getOperator:()I]
cdk-1.0.4.jar, FormatRed.class
package org.apache.batik.ext.awt.image.rendered
FormatRed.construct ( CachableRed p1, ColorModel p2 ) [static] : CachableRed
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed.construct:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/image/ColorModel;)Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
FormatRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
FormatRed.FormatRed ( CachableRed p1, ColorModel p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/image/ColorModel;)V]
FormatRed.FormatRed ( CachableRed p1, SampleModel p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/image/SampleModel;)V]
FormatRed.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
FormatRed.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed.getPropertyNames:()[Ljava/lang/String;]
FormatRed.getSource ( ) : CachableRed
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed.getSource:()Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
FormatRed.makeColorModel ( CachableRed p1, SampleModel p2 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed.makeColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/image/SampleModel;)Ljava/awt/image/ColorModel;]
FormatRed.makeSampleModel ( CachableRed p1, ColorModel p2 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/FormatRed.makeSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/image/ColorModel;)Ljava/awt/image/SampleModel;]
cdk-1.0.4.jar, ForwardSeekableStream.class
package org.apache.batik.ext.awt.image.codec
ForwardSeekableStream.available ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.available:()I]
ForwardSeekableStream.canSeekBackwards ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.canSeekBackwards:()Z]
ForwardSeekableStream.close ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.close:()V]
ForwardSeekableStream.ForwardSeekableStream ( InputStream p1 )
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream."<init>":(Ljava/io/InputStream;)V]
ForwardSeekableStream.getFilePointer ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.getFilePointer:()J]
ForwardSeekableStream.mark ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.mark:(I)V]
ForwardSeekableStream.markSupported ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.markSupported:()Z]
ForwardSeekableStream.read ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.read:()I]
ForwardSeekableStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.read:([BII)I]
ForwardSeekableStream.reset ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.reset:()V]
ForwardSeekableStream.seek ( long p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.seek:(J)V]
ForwardSeekableStream.skip ( long p1 ) : long
[mangled: org/apache/batik/ext/awt/image/codec/ForwardSeekableStream.skip:(J)J]
cdk-1.0.4.jar, FourierGridBasis.class
package org.openscience.cdk.math.qm
FourierGridBasis.calcI ( int i, int j, int k, int l ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.calcI:(IIII)D]
FourierGridBasis.calcJ ( int i, int j ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.calcJ:(II)D]
FourierGridBasis.calcS ( int i, int j ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.calcS:(II)D]
FourierGridBasis.calcV ( int i, int j ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.calcV:(II)D]
FourierGridBasis.FourierGridBasis ( int N, double minx, double maxx, IFunction potential )
[mangled: org/openscience/cdk/math/qm/FourierGridBasis."<init>":(IDDLorg/openscience/cdk/math/IFunction;)V]
FourierGridBasis.getMaxX ( ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getMaxX:()D]
FourierGridBasis.getMaxY ( ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getMaxY:()D]
FourierGridBasis.getMaxZ ( ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getMaxZ:()D]
FourierGridBasis.getMinX ( ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getMinX:()D]
FourierGridBasis.getMinY ( ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getMinY:()D]
FourierGridBasis.getMinZ ( ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getMinZ:()D]
FourierGridBasis.getSize ( ) : int
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getSize:()I]
FourierGridBasis.getValue ( int index, double x, double y, double z ) : double
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getValue:(IDDD)D]
FourierGridBasis.getValues ( int index, Matrix m ) : Vector
[mangled: org/openscience/cdk/math/qm/FourierGridBasis.getValues:(ILorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Vector;]
cdk-1.0.4.jar, FpgmTable.class
package org.apache.batik.svggen.font.table
FpgmTable.FpgmTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/FpgmTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
FpgmTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/FpgmTable.getType:()I]
cdk-1.0.4.jar, Fragment.class
package org.openscience.cdk
Fragment.Fragment ( )
[mangled: org/openscience/cdk/Fragment."<init>":()V]
Fragment.getFreeValences ( ) : int
[mangled: org/openscience/cdk/Fragment.getFreeValences:()I]
Fragment.getTitle ( ) : String
[mangled: org/openscience/cdk/Fragment.getTitle:()Ljava/lang/String;]
Fragment.setFreeValences ( int count ) : void
[mangled: org/openscience/cdk/Fragment.setFreeValences:(I)V]
Fragment.setTitle ( String title ) : void
[mangled: org/openscience/cdk/Fragment.setTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, FSFiler.class
package org.apache.xindice.core.filer
FSFiler.close ( ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.close:()Z]
FSFiler.create ( ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.create:()Z]
FSFiler.deleteRecord ( Key key ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.deleteRecord:(Lorg/apache/xindice/core/data/Key;)Z]
FSFiler.drop ( ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.drop:()Z]
FSFiler.exists ( ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.exists:()Z]
FSFiler.flush ( ) : void
[mangled: org/apache/xindice/core/filer/FSFiler.flush:()V]
FSFiler.FSFiler ( )
[mangled: org/apache/xindice/core/filer/FSFiler."<init>":()V]
FSFiler.getName ( ) : String
[mangled: org/apache/xindice/core/filer/FSFiler.getName:()Ljava/lang/String;]
FSFiler.getRecordCount ( ) : long
[mangled: org/apache/xindice/core/filer/FSFiler.getRecordCount:()J]
FSFiler.getRecordSet ( ) : RecordSet
[mangled: org/apache/xindice/core/filer/FSFiler.getRecordSet:()Lorg/apache/xindice/core/data/RecordSet;]
FSFiler.isOpened ( ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.isOpened:()Z]
FSFiler.open ( ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.open:()Z]
FSFiler.readRecord ( Key key ) : Record
[mangled: org/apache/xindice/core/filer/FSFiler.readRecord:(Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/Record;]
FSFiler.setCollection ( Collection collection ) : void
[mangled: org/apache/xindice/core/filer/FSFiler.setCollection:(Lorg/apache/xindice/core/Collection;)V]
FSFiler.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/filer/FSFiler.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
FSFiler.writeRecord ( Key key, Value value ) : boolean
[mangled: org/apache/xindice/core/filer/FSFiler.writeRecord:(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, GammaTransfer.class
package org.apache.batik.ext.awt.image
GammaTransfer.GammaTransfer ( float p1, float p2, float p3 )
[mangled: org/apache/batik/ext/awt/image/GammaTransfer."<init>":(FFF)V]
GammaTransfer.getLookupTable ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/GammaTransfer.getLookupTable:()[B]
cdk-1.0.4.jar, GasteigerPEPEPartialCharges.class
package org.openscience.cdk.charges
GasteigerPEPEPartialCharges.setMaxGasteigerIters ( double iters ) : void
[mangled: org/openscience/cdk/charges/GasteigerPEPEPartialCharges.setMaxGasteigerIters:(D)V]
cdk-1.0.4.jar, Gateway.class
package org.apache.xindice.server
Gateway.enumCookies ( ) : Iterator
[mangled: org/apache/xindice/server/Gateway.enumCookies:()Ljava/util/Iterator;]
Gateway.enumFormValues ( ) : Iterator
[mangled: org/apache/xindice/server/Gateway.enumFormValues:()Ljava/util/Iterator;]
Gateway.enumObjects ( ) : Iterator
[mangled: org/apache/xindice/server/Gateway.enumObjects:()Ljava/util/Iterator;]
Gateway.enumRequestHeader ( ) : Iterator
[mangled: org/apache/xindice/server/Gateway.enumRequestHeader:()Ljava/util/Iterator;]
Gateway.enumResponseHeader ( ) : Iterator
[mangled: org/apache/xindice/server/Gateway.enumResponseHeader:()Ljava/util/Iterator;]
Gateway.Gateway ( )
[mangled: org/apache/xindice/server/Gateway."<init>":()V]
Gateway.getComponent ( String name ) : ScriptComponent
[mangled: org/apache/xindice/server/Gateway.getComponent:(Ljava/lang/String;)Lorg/apache/xindice/server/ScriptComponent;]
Gateway.getContent ( ) [abstract] : ByteBuffer
[mangled: org/apache/xindice/server/Gateway.getContent:()Lorg/apache/xindice/util/ByteBuffer;]
Gateway.getCookie ( String key ) : String
[mangled: org/apache/xindice/server/Gateway.getCookie:(Ljava/lang/String;)Ljava/lang/String;]
Gateway.getCurrentGateway ( ) [static] : Gateway
[mangled: org/apache/xindice/server/Gateway.getCurrentGateway:()Lorg/apache/xindice/server/Gateway;]
Gateway.getFileResource ( String filename ) : FileResource
[mangled: org/apache/xindice/server/Gateway.getFileResource:(Ljava/lang/String;)Lorg/apache/xindice/server/FileResource;]
Gateway.getFormValue ( String key ) : String
[mangled: org/apache/xindice/server/Gateway.getFormValue:(Ljava/lang/String;)Ljava/lang/String;]
Gateway.getGatewayType ( ) [abstract] : String
[mangled: org/apache/xindice/server/Gateway.getGatewayType:()Ljava/lang/String;]
Gateway.getHeaderContent ( int p1 ) [abstract] : ByteBuffer
[mangled: org/apache/xindice/server/Gateway.getHeaderContent:(I)Lorg/apache/xindice/util/ByteBuffer;]
Gateway.getInputStream ( ) [abstract] : InputStream
[mangled: org/apache/xindice/server/Gateway.getInputStream:()Ljava/io/InputStream;]
Gateway.getNativeOutputStream ( ) [abstract] : OutputStream
[mangled: org/apache/xindice/server/Gateway.getNativeOutputStream:()Ljava/io/OutputStream;]
Gateway.getObject ( String name ) : Object
[mangled: org/apache/xindice/server/Gateway.getObject:(Ljava/lang/String;)Ljava/lang/Object;]
Gateway.getOutputStream ( ) [abstract] : OutputStream
[mangled: org/apache/xindice/server/Gateway.getOutputStream:()Ljava/io/OutputStream;]
Gateway.getPathAlias ( ) [abstract] : String
[mangled: org/apache/xindice/server/Gateway.getPathAlias:()Ljava/lang/String;]
Gateway.getRequestHeader ( String key ) : String
[mangled: org/apache/xindice/server/Gateway.getRequestHeader:(Ljava/lang/String;)Ljava/lang/String;]
Gateway.getResource ( String name ) : Object
[mangled: org/apache/xindice/server/Gateway.getResource:(Ljava/lang/String;)Ljava/lang/Object;]
Gateway.getResource ( Versioning versioning, String name ) : Object
[mangled: org/apache/xindice/server/Gateway.getResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)Ljava/lang/Object;]
Gateway.getResponseHeader ( String key ) : String
[mangled: org/apache/xindice/server/Gateway.getResponseHeader:(Ljava/lang/String;)Ljava/lang/String;]
Gateway.getRootURL ( ) [abstract] : String
[mangled: org/apache/xindice/server/Gateway.getRootURL:()Ljava/lang/String;]
Gateway.getScriptBase ( ) [abstract] : String
[mangled: org/apache/xindice/server/Gateway.getScriptBase:()Ljava/lang/String;]
Gateway.getScriptName ( ) [abstract] : String
[mangled: org/apache/xindice/server/Gateway.getScriptName:()Ljava/lang/String;]
Gateway.getScriptPath ( ) [abstract] : String
[mangled: org/apache/xindice/server/Gateway.getScriptPath:()Ljava/lang/String;]
Gateway.getSessionKey ( ) : String
[mangled: org/apache/xindice/server/Gateway.getSessionKey:()Ljava/lang/String;]
Gateway.getTemporaryFileResource ( ) : FileResource
[mangled: org/apache/xindice/server/Gateway.getTemporaryFileResource:()Lorg/apache/xindice/server/FileResource;]
Gateway.getUser ( ) : User
[mangled: org/apache/xindice/server/Gateway.getUser:()Lorg/apache/xindice/server/User;]
Gateway.init ( ) : void
[mangled: org/apache/xindice/server/Gateway.init:()V]
Gateway.isCookieNull ( String key ) : boolean
[mangled: org/apache/xindice/server/Gateway.isCookieNull:(Ljava/lang/String;)Z]
Gateway.isFormValueNull ( String key ) : boolean
[mangled: org/apache/xindice/server/Gateway.isFormValueNull:(Ljava/lang/String;)Z]
Gateway.isObjectNull ( String name ) : boolean
[mangled: org/apache/xindice/server/Gateway.isObjectNull:(Ljava/lang/String;)Z]
Gateway.isRequestHeaderNull ( String key ) : boolean
[mangled: org/apache/xindice/server/Gateway.isRequestHeaderNull:(Ljava/lang/String;)Z]
Gateway.isResponseHeaderNull ( String key ) : boolean
[mangled: org/apache/xindice/server/Gateway.isResponseHeaderNull:(Ljava/lang/String;)Z]
Gateway.logMessage ( int type, String message ) : void
[mangled: org/apache/xindice/server/Gateway.logMessage:(ILjava/lang/String;)V]
Gateway.redirectLocal ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.redirectLocal:(Ljava/lang/String;)V]
Gateway.redirectRemote ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.redirectRemote:(Ljava/lang/String;)V]
Gateway.removeAllObjects ( ) : void
[mangled: org/apache/xindice/server/Gateway.removeAllObjects:()V]
Gateway.removeCookie ( String key ) : void
[mangled: org/apache/xindice/server/Gateway.removeCookie:(Ljava/lang/String;)V]
Gateway.removeFormValue ( String key ) : void
[mangled: org/apache/xindice/server/Gateway.removeFormValue:(Ljava/lang/String;)V]
Gateway.removeObject ( String name ) : void
[mangled: org/apache/xindice/server/Gateway.removeObject:(Ljava/lang/String;)V]
Gateway.removeResource ( String name ) : void
[mangled: org/apache/xindice/server/Gateway.removeResource:(Ljava/lang/String;)V]
Gateway.removeResource ( Versioning versioning, String name ) : void
[mangled: org/apache/xindice/server/Gateway.removeResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
Gateway.removeResponseHeader ( String key ) : void
[mangled: org/apache/xindice/server/Gateway.removeResponseHeader:(Ljava/lang/String;)V]
Gateway.resetOutputStream ( ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.resetOutputStream:()V]
Gateway.runScript ( String name ) : void
[mangled: org/apache/xindice/server/Gateway.runScript:(Ljava/lang/String;)V]
Gateway.send ( ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.send:()V]
Gateway.send ( int p1 ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.send:(I)V]
Gateway.sendError ( ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.sendError:()V]
Gateway.sendError ( int p1 ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.sendError:(I)V]
Gateway.sendError ( int p1, String p2 ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.sendError:(ILjava/lang/String;)V]
Gateway.sendException ( String p1, Exception p2 ) [abstract] : void
[mangled: org/apache/xindice/server/Gateway.sendException:(Ljava/lang/String;Ljava/lang/Exception;)V]
Gateway.setCookie ( String key, String value ) : void
[mangled: org/apache/xindice/server/Gateway.setCookie:(Ljava/lang/String;Ljava/lang/String;)V]
Gateway.setCookie ( String key, String value, Date expires ) : void
[mangled: org/apache/xindice/server/Gateway.setCookie:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;)V]
Gateway.setCookie ( String key, String value, Date expires, String path ) : void
[mangled: org/apache/xindice/server/Gateway.setCookie:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V]
Gateway.setCookie ( String key, String value, Date expires, String path, String domain ) : void
[mangled: org/apache/xindice/server/Gateway.setCookie:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;)V]
Gateway.setCookie ( String key, String value, Date expires, String path, String domain, boolean secure ) : void
[mangled: org/apache/xindice/server/Gateway.setCookie:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;Z)V]
Gateway.setCurrentGateway ( Gateway gateway ) [static] : void
[mangled: org/apache/xindice/server/Gateway.setCurrentGateway:(Lorg/apache/xindice/server/Gateway;)V]
Gateway.setFormValue ( String key, String value ) : void
[mangled: org/apache/xindice/server/Gateway.setFormValue:(Ljava/lang/String;Ljava/lang/String;)V]
Gateway.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/Gateway.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
Gateway.setObject ( String name, Object object ) : void
[mangled: org/apache/xindice/server/Gateway.setObject:(Ljava/lang/String;Ljava/lang/Object;)V]
Gateway.setRequestHeader ( String key, String value ) : void
[mangled: org/apache/xindice/server/Gateway.setRequestHeader:(Ljava/lang/String;Ljava/lang/String;)V]
Gateway.setResource ( String name, Object object ) : void
[mangled: org/apache/xindice/server/Gateway.setResource:(Ljava/lang/String;Ljava/lang/Object;)V]
Gateway.setResource ( Versioning versioning, String name, Object object ) : void
[mangled: org/apache/xindice/server/Gateway.setResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;Ljava/lang/Object;)V]
Gateway.setResponseHeader ( String key, String value ) : void
[mangled: org/apache/xindice/server/Gateway.setResponseHeader:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, GaussianBlurRable.class
package org.apache.batik.ext.awt.image.renderable
GaussianBlurRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
GaussianBlurRable.getStdDeviationX ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable.getStdDeviationX:()D]
GaussianBlurRable.getStdDeviationY ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable.getStdDeviationY:()D]
GaussianBlurRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
GaussianBlurRable.setStdDeviationX ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable.setStdDeviationX:(D)V]
GaussianBlurRable.setStdDeviationY ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable.setStdDeviationY:(D)V]
cdk-1.0.4.jar, GaussianBlurRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
GaussianBlurRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
GaussianBlurRable8Bit.eps_abs_eq ( double p1, double p2 ) [static] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.eps_abs_eq:(DD)Z]
GaussianBlurRable8Bit.eps_eq ( double p1, double p2 ) [static] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.eps_eq:(DD)Z]
GaussianBlurRable8Bit.GaussianBlurRable8Bit ( Filter p1, double p2, double p3 )
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;DD)V]
GaussianBlurRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
GaussianBlurRable8Bit.getDependencyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
GaussianBlurRable8Bit.getDirtyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
GaussianBlurRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
GaussianBlurRable8Bit.getStdDeviationX ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.getStdDeviationX:()D]
GaussianBlurRable8Bit.getStdDeviationY ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.getStdDeviationY:()D]
GaussianBlurRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
GaussianBlurRable8Bit.setStdDeviationX ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.setStdDeviationX:(D)V]
GaussianBlurRable8Bit.setStdDeviationY ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/GaussianBlurRable8Bit.setStdDeviationY:(D)V]
cdk-1.0.4.jar, GaussianBlurRed8Bit.class
package org.apache.batik.ext.awt.image.rendered
GaussianBlurRed8Bit.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/GaussianBlurRed8Bit.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
GaussianBlurRed8Bit.fixColorModel ( CachableRed p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/GaussianBlurRed8Bit.fixColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/ColorModel;]
GaussianBlurRed8Bit.GaussianBlurRed8Bit ( CachableRed p1, double p2, double p3, RenderingHints p4 )
[mangled: org/apache/batik/ext/awt/image/rendered/GaussianBlurRed8Bit."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;DDLjava/awt/RenderingHints;)V]
GaussianBlurRed8Bit.GaussianBlurRed8Bit ( CachableRed p1, double p2, RenderingHints p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/GaussianBlurRed8Bit."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;DLjava/awt/RenderingHints;)V]
GaussianBlurRed8Bit.surroundPixels ( double p1 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/rendered/GaussianBlurRed8Bit.surroundPixels:(D)I]
GaussianBlurRed8Bit.surroundPixels ( double p1, RenderingHints p2 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/rendered/GaussianBlurRed8Bit.surroundPixels:(DLjava/awt/RenderingHints;)I]
cdk-1.0.4.jar, GaussiansBasis.class
package org.openscience.cdk.math.qm
GaussiansBasis.calcD ( double normi, double normj, double alphai, double alphaj, Vector ri, Vector rj ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcD:(DDDDLorg/openscience/cdk/math/Vector;Lorg/openscience/cdk/math/Vector;)D]
GaussiansBasis.calcG ( int n, double t, double alphai, double alphaj, double xi, double xj, double xN ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcG:(IDDDDDD)D]
GaussiansBasis.calcG ( int n, int m, double u, double alphai, double alphaj, double alphak, double alphal, double xi, double xj, double xk, double xl ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcG:(IIDDDDDDDDD)D]
GaussiansBasis.calcI ( int i, int j, int k, int l ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcI:(IIII)D]
GaussiansBasis.calcI ( int ni, int nj, int nk, int nl, double u, double alphai, double alphaj, double alphak, double alphal, double xi, double xj, double xk, double xl ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcI:(IIIIDDDDDDDDD)D]
GaussiansBasis.calcJ ( int i, int j ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcJ:(II)D]
GaussiansBasis.calcJ ( int ni, int nj, double alphai, double alphaj, double xi, double xj ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcJ:(IIDDDD)D]
GaussiansBasis.calcS ( int i, int j ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcS:(II)D]
GaussiansBasis.calcV ( int i, int j ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcV:(II)D]
GaussiansBasis.calcV ( int i, int j, Vector rN, double Z ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.calcV:(IILorg/openscience/cdk/math/Vector;D)D]
GaussiansBasis.GaussiansBasis ( )
[mangled: org/openscience/cdk/math/qm/GaussiansBasis."<init>":()V]
GaussiansBasis.GaussiansBasis ( int[ ] nx, int[ ] ny, int[ ] nz, double[ ] alpha, Vector[ ] r, IAtom[ ] atoms )
[mangled: org/openscience/cdk/math/qm/GaussiansBasis."<init>":([I[I[I[D[Lorg/openscience/cdk/math/Vector;[Lorg/openscience/cdk/interfaces/IAtom;)V]
GaussiansBasis.getMaxX ( ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getMaxX:()D]
GaussiansBasis.getMaxY ( ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getMaxY:()D]
GaussiansBasis.getMaxZ ( ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getMaxZ:()D]
GaussiansBasis.getMinX ( ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getMinX:()D]
GaussiansBasis.getMinY ( ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getMinY:()D]
GaussiansBasis.getMinZ ( ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getMinZ:()D]
GaussiansBasis.getPosition ( int index ) : Vector
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getPosition:(I)Lorg/openscience/cdk/math/Vector;]
GaussiansBasis.getSize ( ) : int
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getSize:()I]
GaussiansBasis.getValue ( int index, double x, double y, double z ) : double
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getValue:(IDDD)D]
GaussiansBasis.getValues ( int index, Matrix m ) : Vector
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.getValues:(ILorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Vector;]
GaussiansBasis.setBasis ( int[ ] nx, int[ ] ny, int[ ] nz, double[ ] alpha, Vector[ ] r, IAtom[ ] atoms ) : void
[mangled: org/openscience/cdk/math/qm/GaussiansBasis.setBasis:([I[I[I[D[Lorg/openscience/cdk/math/Vector;[Lorg/openscience/cdk/interfaces/IAtom;)V]
cdk-1.0.4.jar, GenericAttr.class
package org.apache.batik.dom
GenericAttr.GenericAttr ( )
[mangled: org/apache/batik/dom/GenericAttr."<init>":()V]
GenericAttr.GenericAttr ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/GenericAttr."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericAttr.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericAttr.isReadonly:()Z]
GenericAttr.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericAttr.newNode:()Lorg/w3c/dom/Node;]
GenericAttr.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericAttr.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericAttrNS.class
package org.apache.batik.dom
GenericAttrNS.GenericAttrNS ( )
[mangled: org/apache/batik/dom/GenericAttrNS."<init>":()V]
GenericAttrNS.GenericAttrNS ( String p1, String p2, AbstractDocument p3 )
[mangled: org/apache/batik/dom/GenericAttrNS."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericAttrNS.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericAttrNS.isReadonly:()Z]
GenericAttrNS.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericAttrNS.newNode:()Lorg/w3c/dom/Node;]
GenericAttrNS.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericAttrNS.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericCDATASection.class
package org.apache.batik.dom
GenericCDATASection.createTextNode ( String p1 ) : Text
[mangled: org/apache/batik/dom/GenericCDATASection.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;]
GenericCDATASection.GenericCDATASection ( )
[mangled: org/apache/batik/dom/GenericCDATASection."<init>":()V]
GenericCDATASection.GenericCDATASection ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/GenericCDATASection."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericCDATASection.getNodeName ( ) : String
[mangled: org/apache/batik/dom/GenericCDATASection.getNodeName:()Ljava/lang/String;]
GenericCDATASection.getNodeType ( ) : short
[mangled: org/apache/batik/dom/GenericCDATASection.getNodeType:()S]
GenericCDATASection.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericCDATASection.isReadonly:()Z]
GenericCDATASection.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericCDATASection.newNode:()Lorg/w3c/dom/Node;]
GenericCDATASection.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericCDATASection.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericComment.class
package org.apache.batik.dom
GenericComment.GenericComment ( )
[mangled: org/apache/batik/dom/GenericComment."<init>":()V]
GenericComment.GenericComment ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/GenericComment."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericComment.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericComment.isReadonly:()Z]
GenericComment.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericComment.newNode:()Lorg/w3c/dom/Node;]
GenericComment.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericComment.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericDecoder.class
package org.apache.batik.util.io
GenericDecoder.dispose ( ) : void
[mangled: org/apache/batik/util/io/GenericDecoder.dispose:()V]
GenericDecoder.GenericDecoder ( InputStream p1, String p2 )
[mangled: org/apache/batik/util/io/GenericDecoder."<init>":(Ljava/io/InputStream;Ljava/lang/String;)V]
GenericDecoder.GenericDecoder ( Reader p1 )
[mangled: org/apache/batik/util/io/GenericDecoder."<init>":(Ljava/io/Reader;)V]
GenericDecoder.readChar ( ) : int
[mangled: org/apache/batik/util/io/GenericDecoder.readChar:()I]
cdk-1.0.4.jar, GenericDictionary.class
package org.xmlcml.cml.element
GenericDictionary.createDictionary ( File p1 ) [abstract] : GenericDictionary
[mangled: org/xmlcml/cml/element/GenericDictionary.createDictionary:(Ljava/io/File;)Lorg/xmlcml/cml/element/GenericDictionary;]
GenericDictionary.createDictionaryMap ( File p1, boolean p2 ) [abstract] : GenericDictionaryMap
[mangled: org/xmlcml/cml/element/GenericDictionary.createDictionaryMap:(Ljava/io/File;Z)Lorg/xmlcml/cml/element/GenericDictionaryMap;]
GenericDictionary.getGenericEntry ( String p1 ) [abstract] : GenericEntry
[mangled: org/xmlcml/cml/element/GenericDictionary.getGenericEntry:(Ljava/lang/String;)Lorg/xmlcml/cml/element/GenericEntry;]
GenericDictionary.getNamespace ( ) [abstract] : String
[mangled: org/xmlcml/cml/element/GenericDictionary.getNamespace:()Ljava/lang/String;]
GenericDictionary.getTitle ( ) [abstract] : String
[mangled: org/xmlcml/cml/element/GenericDictionary.getTitle:()Ljava/lang/String;]
GenericDictionary.indexEntries ( ) [abstract] : void
[mangled: org/xmlcml/cml/element/GenericDictionary.indexEntries:()V]
cdk-1.0.4.jar, GenericDictionaryMap.class
package org.xmlcml.cml.element
GenericDictionaryMap.GenericDictionaryMap ( )
[mangled: org/xmlcml/cml/element/GenericDictionaryMap."<init>":()V]
GenericDictionaryMap.GenericDictionaryMap ( File dir, boolean useSubdirectories, GenericDictionary genericDictionary )
[mangled: org/xmlcml/cml/element/GenericDictionaryMap."<init>":(Ljava/io/File;ZLorg/xmlcml/cml/element/GenericDictionary;)V]
GenericDictionaryMap.getDictionary ( NamespaceRefAttribute namespaceRefAttribute ) : GenericDictionary
[mangled: org/xmlcml/cml/element/GenericDictionaryMap.getDictionary:(Lorg/xmlcml/cml/element/NamespaceRefAttribute;)Lorg/xmlcml/cml/element/GenericDictionary;]
GenericDictionaryMap.getDictionary ( String namespaceURI ) : GenericDictionary
[mangled: org/xmlcml/cml/element/GenericDictionaryMap.getDictionary:(Ljava/lang/String;)Lorg/xmlcml/cml/element/GenericDictionary;]
GenericDictionaryMap.getEntry ( NamespaceRefAttribute namespaceRefAttribute ) : GenericEntry
[mangled: org/xmlcml/cml/element/GenericDictionaryMap.getEntry:(Lorg/xmlcml/cml/element/NamespaceRefAttribute;)Lorg/xmlcml/cml/element/GenericEntry;]
cdk-1.0.4.jar, GenericDocument.class
package org.apache.batik.dom
GenericDocument.createAttribute ( String p1 ) : Attr
[mangled: org/apache/batik/dom/GenericDocument.createAttribute:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
GenericDocument.createAttributeNS ( String p1, String p2 ) : Attr
[mangled: org/apache/batik/dom/GenericDocument.createAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
GenericDocument.createCDATASection ( String p1 ) : CDATASection
[mangled: org/apache/batik/dom/GenericDocument.createCDATASection:(Ljava/lang/String;)Lorg/w3c/dom/CDATASection;]
GenericDocument.createComment ( String p1 ) : Comment
[mangled: org/apache/batik/dom/GenericDocument.createComment:(Ljava/lang/String;)Lorg/w3c/dom/Comment;]
GenericDocument.createDocumentFragment ( ) : DocumentFragment
[mangled: org/apache/batik/dom/GenericDocument.createDocumentFragment:()Lorg/w3c/dom/DocumentFragment;]
GenericDocument.createElement ( String p1 ) : Element
[mangled: org/apache/batik/dom/GenericDocument.createElement:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
GenericDocument.createElementNS ( String p1, String p2 ) : Element
[mangled: org/apache/batik/dom/GenericDocument.createElementNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
GenericDocument.createEntityReference ( String p1 ) : EntityReference
[mangled: org/apache/batik/dom/GenericDocument.createEntityReference:(Ljava/lang/String;)Lorg/w3c/dom/EntityReference;]
GenericDocument.createProcessingInstruction ( String p1, String p2 ) : ProcessingInstruction
[mangled: org/apache/batik/dom/GenericDocument.createProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ProcessingInstruction;]
GenericDocument.createTextNode ( String p1 ) : Text
[mangled: org/apache/batik/dom/GenericDocument.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;]
GenericDocument.GenericDocument ( )
[mangled: org/apache/batik/dom/GenericDocument."<init>":()V]
GenericDocument.GenericDocument ( DocumentType p1, DOMImplementation p2 )
[mangled: org/apache/batik/dom/GenericDocument."<init>":(Lorg/w3c/dom/DocumentType;Lorg/w3c/dom/DOMImplementation;)V]
GenericDocument.getById ( String p1, Node p2 ) [static] : Element
[mangled: org/apache/batik/dom/GenericDocument.getById:(Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;]
GenericDocument.getElementById ( String p1 ) : Element
[mangled: org/apache/batik/dom/GenericDocument.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
GenericDocument.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericDocument.isReadonly:()Z]
GenericDocument.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericDocument.newNode:()Lorg/w3c/dom/Node;]
GenericDocument.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericDocument.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericDocumentFragment.class
package org.apache.batik.dom
GenericDocumentFragment.GenericDocumentFragment ( )
[mangled: org/apache/batik/dom/GenericDocumentFragment."<init>":()V]
GenericDocumentFragment.GenericDocumentFragment ( AbstractDocument p1 )
[mangled: org/apache/batik/dom/GenericDocumentFragment."<init>":(Lorg/apache/batik/dom/AbstractDocument;)V]
GenericDocumentFragment.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericDocumentFragment.isReadonly:()Z]
GenericDocumentFragment.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericDocumentFragment.newNode:()Lorg/w3c/dom/Node;]
GenericDocumentFragment.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericDocumentFragment.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericDOMImplementation.class
package org.apache.batik.dom
GenericDOMImplementation.createDocument ( String p1, String p2, DocumentType p3 ) : Document
[mangled: org/apache/batik/dom/GenericDOMImplementation.createDocument:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/DocumentType;)Lorg/w3c/dom/Document;]
GenericDOMImplementation.createDocumentType ( String p1, String p2, String p3 ) : DocumentType
[mangled: org/apache/batik/dom/GenericDOMImplementation.createDocumentType:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/DocumentType;]
GenericDOMImplementation.GenericDOMImplementation ( )
[mangled: org/apache/batik/dom/GenericDOMImplementation."<init>":()V]
GenericDOMImplementation.getDOMImplementation ( ) [static] : DOMImplementation
[mangled: org/apache/batik/dom/GenericDOMImplementation.getDOMImplementation:()Lorg/w3c/dom/DOMImplementation;]
cdk-1.0.4.jar, GenericElement.class
package org.apache.batik.dom
GenericElement.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/GenericElement.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
GenericElement.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/GenericElement.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
GenericElement.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/GenericElement.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
GenericElement.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/GenericElement.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
GenericElement.GenericElement ( )
[mangled: org/apache/batik/dom/GenericElement."<init>":()V]
GenericElement.GenericElement ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/GenericElement."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericElement.getNodeName ( ) : String
[mangled: org/apache/batik/dom/GenericElement.getNodeName:()Ljava/lang/String;]
GenericElement.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericElement.isReadonly:()Z]
GenericElement.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericElement.newNode:()Lorg/w3c/dom/Node;]
GenericElement.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/GenericElement.setNodeName:(Ljava/lang/String;)V]
GenericElement.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericElement.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericElementNS.class
package org.apache.batik.dom
GenericElementNS.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/GenericElementNS.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
GenericElementNS.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/GenericElementNS.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
GenericElementNS.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/GenericElementNS.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
GenericElementNS.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/GenericElementNS.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
GenericElementNS.GenericElementNS ( )
[mangled: org/apache/batik/dom/GenericElementNS."<init>":()V]
GenericElementNS.GenericElementNS ( String p1, String p2, AbstractDocument p3 )
[mangled: org/apache/batik/dom/GenericElementNS."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericElementNS.getNodeName ( ) : String
[mangled: org/apache/batik/dom/GenericElementNS.getNodeName:()Ljava/lang/String;]
GenericElementNS.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericElementNS.isReadonly:()Z]
GenericElementNS.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericElementNS.newNode:()Lorg/w3c/dom/Node;]
GenericElementNS.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/GenericElementNS.setNodeName:(Ljava/lang/String;)V]
GenericElementNS.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericElementNS.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericEntity.class
package org.apache.batik.dom
GenericEntity.GenericEntity ( )
[mangled: org/apache/batik/dom/GenericEntity."<init>":()V]
GenericEntity.GenericEntity ( String p1, String p2, String p3, AbstractDocument p4 )
[mangled: org/apache/batik/dom/GenericEntity."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericEntity.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericEntity.isReadonly:()Z]
GenericEntity.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericEntity.newNode:()Lorg/w3c/dom/Node;]
GenericEntity.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericEntity.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericEntityReference.class
package org.apache.batik.dom
GenericEntityReference.GenericEntityReference ( )
[mangled: org/apache/batik/dom/GenericEntityReference."<init>":()V]
GenericEntityReference.GenericEntityReference ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/GenericEntityReference."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericEntityReference.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericEntityReference.isReadonly:()Z]
GenericEntityReference.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericEntityReference.newNode:()Lorg/w3c/dom/Node;]
GenericEntityReference.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericEntityReference.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericImageHandler.class
package org.apache.batik.svggen
GenericImageHandler.createElement ( SVGGeneratorContext p1 ) [abstract] : Element
[mangled: org/apache/batik/svggen/GenericImageHandler.createElement:(Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/w3c/dom/Element;]
GenericImageHandler.handleImage ( Image p1, Element p2, int p3, int p4, int p5, int p6, SVGGeneratorContext p7 ) [abstract] : AffineTransform
[mangled: org/apache/batik/svggen/GenericImageHandler.handleImage:(Ljava/awt/Image;Lorg/w3c/dom/Element;IIIILorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
GenericImageHandler.handleImage ( RenderableImage p1, Element p2, double p3, double p4, double p5, double p6, SVGGeneratorContext p7 ) [abstract] : AffineTransform
[mangled: org/apache/batik/svggen/GenericImageHandler.handleImage:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;DDDDLorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
GenericImageHandler.handleImage ( RenderedImage p1, Element p2, int p3, int p4, int p5, int p6, SVGGeneratorContext p7 ) [abstract] : AffineTransform
[mangled: org/apache/batik/svggen/GenericImageHandler.handleImage:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;IIIILorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
GenericImageHandler.setDOMTreeManager ( DOMTreeManager p1 ) [abstract] : void
[mangled: org/apache/batik/svggen/GenericImageHandler.setDOMTreeManager:(Lorg/apache/batik/svggen/DOMTreeManager;)V]
cdk-1.0.4.jar, GenericNotation.class
package org.apache.batik.dom
GenericNotation.GenericNotation ( )
[mangled: org/apache/batik/dom/GenericNotation."<init>":()V]
GenericNotation.GenericNotation ( String p1, String p2, String p3, AbstractDocument p4 )
[mangled: org/apache/batik/dom/GenericNotation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericNotation.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericNotation.isReadonly:()Z]
GenericNotation.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericNotation.newNode:()Lorg/w3c/dom/Node;]
GenericNotation.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericNotation.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericProcessingInstruction.class
package org.apache.batik.dom
GenericProcessingInstruction.copyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/GenericProcessingInstruction.copyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
GenericProcessingInstruction.deepCopyInto ( Node p1 ) : Node
[mangled: org/apache/batik/dom/GenericProcessingInstruction.deepCopyInto:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
GenericProcessingInstruction.deepExport ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/GenericProcessingInstruction.deepExport:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
GenericProcessingInstruction.export ( Node p1, AbstractDocument p2 ) : Node
[mangled: org/apache/batik/dom/GenericProcessingInstruction.export:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/AbstractDocument;)Lorg/w3c/dom/Node;]
GenericProcessingInstruction.GenericProcessingInstruction ( )
[mangled: org/apache/batik/dom/GenericProcessingInstruction."<init>":()V]
GenericProcessingInstruction.GenericProcessingInstruction ( String p1, String p2, AbstractDocument p3 )
[mangled: org/apache/batik/dom/GenericProcessingInstruction."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericProcessingInstruction.getTarget ( ) : String
[mangled: org/apache/batik/dom/GenericProcessingInstruction.getTarget:()Ljava/lang/String;]
GenericProcessingInstruction.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericProcessingInstruction.isReadonly:()Z]
GenericProcessingInstruction.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericProcessingInstruction.newNode:()Lorg/w3c/dom/Node;]
GenericProcessingInstruction.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/GenericProcessingInstruction.setNodeName:(Ljava/lang/String;)V]
GenericProcessingInstruction.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericProcessingInstruction.setReadonly:(Z)V]
GenericProcessingInstruction.setTarget ( String p1 ) : void
[mangled: org/apache/batik/dom/GenericProcessingInstruction.setTarget:(Ljava/lang/String;)V]
cdk-1.0.4.jar, GenericText.class
package org.apache.batik.dom
GenericText.createTextNode ( String p1 ) : Text
[mangled: org/apache/batik/dom/GenericText.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;]
GenericText.GenericText ( )
[mangled: org/apache/batik/dom/GenericText."<init>":()V]
GenericText.GenericText ( String p1, AbstractDocument p2 )
[mangled: org/apache/batik/dom/GenericText."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;)V]
GenericText.getNodeName ( ) : String
[mangled: org/apache/batik/dom/GenericText.getNodeName:()Ljava/lang/String;]
GenericText.getNodeType ( ) : short
[mangled: org/apache/batik/dom/GenericText.getNodeType:()S]
GenericText.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/GenericText.isReadonly:()Z]
GenericText.newNode ( ) : Node
[mangled: org/apache/batik/dom/GenericText.newNode:()Lorg/w3c/dom/Node;]
GenericText.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/GenericText.setReadonly:(Z)V]
cdk-1.0.4.jar, GenericUnitListMap.class
package org.xmlcml.cml.element
GenericUnitListMap.GenericUnitListMap ( )
[mangled: org/xmlcml/cml/element/GenericUnitListMap."<init>":()V]
GenericUnitListMap.GenericUnitListMap ( File dir, String type, boolean useSubdirectories )
[mangled: org/xmlcml/cml/element/GenericUnitListMap."<init>":(Ljava/io/File;Ljava/lang/String;Z)V]
GenericUnitListMap.getDictionaries ( File dir, String type, boolean useSubdirectories ) : void
[mangled: org/xmlcml/cml/element/GenericUnitListMap.getDictionaries:(Ljava/io/File;Ljava/lang/String;Z)V]
GenericUnitListMap.getUnit ( UnitAttribute unitAttribute ) : CMLUnit
[mangled: org/xmlcml/cml/element/GenericUnitListMap.getUnit:(Lorg/xmlcml/cml/element/UnitAttribute;)Lorg/xmlcml/cml/element/CMLUnit;]
GenericUnitListMap.getUnitList ( String namespaceURI ) : CMLUnitList
[mangled: org/xmlcml/cml/element/GenericUnitListMap.getUnitList:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLUnitList;]
GenericUnitListMap.getUnitList ( UnitAttribute unitAttribute ) : CMLUnitList
[mangled: org/xmlcml/cml/element/GenericUnitListMap.getUnitList:(Lorg/xmlcml/cml/element/UnitAttribute;)Lorg/xmlcml/cml/element/CMLUnitList;]
cdk-1.0.4.jar, GeometricMinimizer.class
package org.openscience.cdk.modeling.forcefield
GeometricMinimizer.getPotentialParameterSet ( ) : Hashtable
[mangled: org/openscience/cdk/modeling/forcefield/GeometricMinimizer.getPotentialParameterSet:()Ljava/util/Hashtable;]
cdk-1.0.4.jar, GeometryTool.class
package org.xmlcml.cml.tools
GeometryTool.add2DCoordinates ( ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.add2DCoordinates:()V]
GeometryTool.add2DCoordinates ( CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.add2DCoordinates:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
GeometryTool.addCalculated2DCoordinatesForHydrogens ( ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.addCalculated2DCoordinatesForHydrogens:()V]
GeometryTool.addCalculated3DCoordinates ( ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.addCalculated3DCoordinates:()V]
GeometryTool.addCalculatedCoordinatesForHydrogens ( CMLElement.CoordinateType type ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.addCalculatedCoordinatesForHydrogens:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)V]
GeometryTool.calculateCoordsFromZMatrix ( ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.calculateCoordsFromZMatrix:()V]
GeometryTool.calculateGeometry ( boolean calculate, boolean add ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.calculateGeometry:(ZZ)V]
GeometryTool.compareGeometries ( CMLMolecule mol1 ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.compareGeometries:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
GeometryTool.createValenceAngles ( boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/GeometryTool.createValenceAngles:(ZZ)Ljava/util/List;]
GeometryTool.createValenceAngles ( CMLAtomSet atomSet, boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/GeometryTool.createValenceAngles:(Lorg/xmlcml/cml/element/CMLAtomSet;ZZ)Ljava/util/List;]
GeometryTool.createValenceLengths ( boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/GeometryTool.createValenceLengths:(ZZ)Ljava/util/List;]
GeometryTool.createValenceLengths ( CMLAtomSet atomSet, boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/GeometryTool.createValenceLengths:(Lorg/xmlcml/cml/element/CMLAtomSet;ZZ)Ljava/util/List;]
GeometryTool.createValenceTorsions ( boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/GeometryTool.createValenceTorsions:(ZZ)Ljava/util/List;]
GeometryTool.createValenceTorsions ( CMLAtomSet atomSet, boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/GeometryTool.createValenceTorsions:(Lorg/xmlcml/cml/element/CMLAtomSet;ZZ)Ljava/util/List;]
GeometryTool.flip2D ( CMLBond bond, CMLAtom atom ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.flip2D:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;)V]
GeometryTool.GeometryTool ( CMLMolecule molecule )
[mangled: org/xmlcml/cml/tools/GeometryTool."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;)V]
GeometryTool.getNonBondedMatrix ( ) : IntSquareMatrix
[mangled: org/xmlcml/cml/tools/GeometryTool.getNonBondedMatrix:()Lorg/xmlcml/euclid/IntSquareMatrix;]
GeometryTool.layoutDoubleBonds ( ) : void
[mangled: org/xmlcml/cml/tools/GeometryTool.layoutDoubleBonds:()V]
cdk-1.0.4.jar, GeometryTools.class
package org.openscience.cdk.geometry
GeometryTools.center ( IAtomContainer atomCon, Dimension areaDim, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.center:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Dimension;Ljava/util/HashMap;)V]
GeometryTools.center ( IReaction reaction, Dimension areaDim, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.center:(Lorg/openscience/cdk/interfaces/IReaction;Ljava/awt/Dimension;Ljava/util/HashMap;)V]
GeometryTools.get2DCenter ( IAtom[ ] atoms, HashMap renderingCoordinates ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCenter:([Lorg/openscience/cdk/interfaces/IAtom;Ljava/util/HashMap;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DCenter ( IAtomContainer container, HashMap renderingCoordinates ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCenter:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/HashMap;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DCenter ( Iterator atoms, HashMap renderingCoordinates ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCenter:(Ljava/util/Iterator;Ljava/util/HashMap;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DCentreOfMass ( IAtomContainer ac, HashMap renderingCoordinates ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DCentreOfMass:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/HashMap;)Ljavax/vecmath/Point2d;]
GeometryTools.get2DDimension ( IAtomContainer atomCon, HashMap renderingCoordinates ) [static] : Dimension
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DDimension:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/HashMap;)Ljava/awt/Dimension;]
GeometryTools.get2DDimension ( IMoleculeSet setOfMolecules, HashMap renderingCoordinates ) [static] : Dimension
[mangled: org/openscience/cdk/geometry/GeometryTools.get2DDimension:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/HashMap;)Ljava/awt/Dimension;]
GeometryTools.getBestAlignmentForLabel ( IAtomContainer container, IAtom atom, HashMap renderingCoordinates ) [static] : int
[mangled: org/openscience/cdk/geometry/GeometryTools.getBestAlignmentForLabel:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Ljava/util/HashMap;)I]
GeometryTools.getBondCoordinates ( IBond bond, HashMap renderingCoordinates ) [static] : int[ ]
[mangled: org/openscience/cdk/geometry/GeometryTools.getBondCoordinates:(Lorg/openscience/cdk/interfaces/IBond;Ljava/util/HashMap;)[I]
GeometryTools.getBondLengthAverage ( IAtomContainer ac, HashMap renderingCoordinates ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getBondLengthAverage:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/HashMap;)D]
GeometryTools.getClosestAtom ( int xPosition, int yPosition, IChemModel model, IAtom ignore, HashMap renderingCoordinates ) [static] : IAtom
[mangled: org/openscience/cdk/geometry/GeometryTools.getClosestAtom:(IILorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/interfaces/IAtom;Ljava/util/HashMap;)Lorg/openscience/cdk/interfaces/IAtom;]
GeometryTools.getClosestBond ( int xPosition, int yPosition, IAtomContainer atomCon, HashMap renderingCoordinates ) [static] : IBond
[mangled: org/openscience/cdk/geometry/GeometryTools.getClosestBond:(IILorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/HashMap;)Lorg/openscience/cdk/interfaces/IBond;]
GeometryTools.getLength2D ( IBond bond, HashMap renderingCoordinates ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getLength2D:(Lorg/openscience/cdk/interfaces/IBond;Ljava/util/HashMap;)D]
GeometryTools.getMinMax ( IAtomContainer container, HashMap renderingCoordinates ) [static] : double[ ]
[mangled: org/openscience/cdk/geometry/GeometryTools.getMinMax:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/HashMap;)[D]
GeometryTools.getMinMax ( IMoleculeSet setOfMolecules, HashMap renderingCoordinates ) [static] : double[ ]
[mangled: org/openscience/cdk/geometry/GeometryTools.getMinMax:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/HashMap;)[D]
GeometryTools.getScaleFactor ( IAtomContainer ac, double bondLength, HashMap renderingCoordinates ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryTools.getScaleFactor:(Lorg/openscience/cdk/interfaces/IAtomContainer;DLjava/util/HashMap;)D]
GeometryTools.has2DCoordinatesNew ( IChemModel model ) [static] : int
[mangled: org/openscience/cdk/geometry/GeometryTools.has2DCoordinatesNew:(Lorg/openscience/cdk/interfaces/IChemModel;)I]
GeometryTools.has3DCoordinates ( IChemModel model ) [static] : boolean
[mangled: org/openscience/cdk/geometry/GeometryTools.has3DCoordinates:(Lorg/openscience/cdk/interfaces/IChemModel;)Z]
GeometryTools.makeRenderingCoordinates ( IMoleculeSet molset, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.makeRenderingCoordinates:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/util/HashMap;)V]
GeometryTools.scaleMolecule ( IAtomContainer atomCon, Dimension areaDim, double fillFactor, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.scaleMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Dimension;DLjava/util/HashMap;)V]
GeometryTools.scaleMolecule ( IAtomContainer atomCon, double scaleFactor, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.scaleMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;DLjava/util/HashMap;)V]
GeometryTools.sortBy2DDistance ( IAtom[ ] atoms, Point2d point, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.sortBy2DDistance:([Lorg/openscience/cdk/interfaces/IAtom;Ljavax/vecmath/Point2d;Ljava/util/HashMap;)V]
GeometryTools.translate2D ( IAtomContainer atomCon, double transX, double transY, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;DDLjava/util/HashMap;)V]
GeometryTools.translate2D ( IAtomContainer atomCon, Vector2d vector, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Vector2d;Ljava/util/HashMap;)V]
GeometryTools.translate2D ( IReaction reaction, double transX, double transY, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2D:(Lorg/openscience/cdk/interfaces/IReaction;DDLjava/util/HashMap;)V]
GeometryTools.translate2D ( IReaction reaction, Vector2d vector, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2D:(Lorg/openscience/cdk/interfaces/IReaction;Ljavax/vecmath/Vector2d;Ljava/util/HashMap;)V]
GeometryTools.translate2DCenterTo ( IAtomContainer container, Point2d p, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2DCenterTo:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;Ljava/util/HashMap;)V]
GeometryTools.translate2DCentreOfMassTo ( IAtomContainer atomCon, Point2d p, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translate2DCentreOfMassTo:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;Ljava/util/HashMap;)V]
GeometryTools.translateAllPositive ( IAtomContainer atomCon, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translateAllPositive:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/HashMap;)V]
GeometryTools.translateAllPositive ( IReaction reaction, HashMap renderingCoordinates ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryTools.translateAllPositive:(Lorg/openscience/cdk/interfaces/IReaction;Ljava/util/HashMap;)V]
cdk-1.0.4.jar, GeometryToolsInternalCoordinates.class
package org.openscience.cdk.geometry
GeometryToolsInternalCoordinates.calculatePerpendicularUnitVector ( Point2d p1, Point2d p2 ) [static] : Vector2d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.calculatePerpendicularUnitVector:(Ljavax/vecmath/Point2d;Ljavax/vecmath/Point2d;)Ljavax/vecmath/Vector2d;]
GeometryToolsInternalCoordinates.center ( IAtomContainer atomCon, Dimension areaDim ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.center:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Dimension;)V]
GeometryToolsInternalCoordinates.distanceCalculator ( int[ ] coords, double dist ) [static] : int[ ]
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.distanceCalculator:([ID)[I]
GeometryToolsInternalCoordinates.findClosestInSpace ( IAtomContainer ac, IAtom a, int max ) [static] : Vector
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.findClosestInSpace:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;I)Ljava/util/Vector;]
GeometryToolsInternalCoordinates.GeometryToolsInternalCoordinates ( )
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates."<init>":()V]
GeometryToolsInternalCoordinates.get2DCenter ( IAtom[ ] atoms ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get2DCenter:([Lorg/openscience/cdk/interfaces/IAtom;)Ljavax/vecmath/Point2d;]
GeometryToolsInternalCoordinates.get2DCenter ( IAtomContainer container ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get2DCenter:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point2d;]
GeometryToolsInternalCoordinates.get2DCenter ( IRingSet ringSet ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get2DCenter:(Lorg/openscience/cdk/interfaces/IRingSet;)Ljavax/vecmath/Point2d;]
GeometryToolsInternalCoordinates.get2DCenter ( Iterator atoms ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get2DCenter:(Ljava/util/Iterator;)Ljavax/vecmath/Point2d;]
GeometryToolsInternalCoordinates.get2DCentreOfMass ( IAtomContainer ac ) [static] : Point2d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get2DCentreOfMass:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point2d;]
GeometryToolsInternalCoordinates.get2DDimension ( IAtomContainer atomCon ) [static] : Dimension
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get2DDimension:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/awt/Dimension;]
GeometryToolsInternalCoordinates.get3DCenter ( IAtomContainer ac ) [static] : Point3d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get3DCenter:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point3d;]
GeometryToolsInternalCoordinates.get3DCentreOfMass ( IAtomContainer ac ) [static] : Point3d
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.get3DCentreOfMass:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljavax/vecmath/Point3d;]
GeometryToolsInternalCoordinates.getAllAtomRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms, boolean Coords3d ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getAllAtomRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;Z)D]
GeometryToolsInternalCoordinates.getAngle ( double xDiff, double yDiff ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getAngle:(DD)D]
GeometryToolsInternalCoordinates.getAngleRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getAngleRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)D]
GeometryToolsInternalCoordinates.getBestAlignmentForLabel ( IAtomContainer container, IAtom atom ) [static] : int
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getBestAlignmentForLabel:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)I]
GeometryToolsInternalCoordinates.getBondCoordinates ( IBond bond ) [static] : int[ ]
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getBondCoordinates:(Lorg/openscience/cdk/interfaces/IBond;)[I]
GeometryToolsInternalCoordinates.getBondLengthAverage ( IAtomContainer ac ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getBondLengthAverage:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
GeometryToolsInternalCoordinates.getBondLengthAverage3D ( IAtomContainer ac ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getBondLengthAverage3D:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
GeometryToolsInternalCoordinates.getBondLengthRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms, boolean Coords3d ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getBondLengthRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;Z)D]
GeometryToolsInternalCoordinates.getClosestAtom ( int xPosition, int yPosition, IAtomContainer atomCon ) [static] : IAtom
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getClosestAtom:(IILorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtom;]
GeometryToolsInternalCoordinates.getClosestBond ( int xPosition, int yPosition, IAtomContainer atomCon ) [static] : IBond
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getClosestBond:(IILorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IBond;]
GeometryToolsInternalCoordinates.getHeavyAtomRMSD ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms, boolean hetAtomOnly, boolean Coords3d ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getHeavyAtomRMSD:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;ZZ)D]
GeometryToolsInternalCoordinates.getLength2D ( IBond bond ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getLength2D:(Lorg/openscience/cdk/interfaces/IBond;)D]
GeometryToolsInternalCoordinates.getMinMax ( IAtomContainer container ) [static] : double[ ]
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getMinMax:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[D]
GeometryToolsInternalCoordinates.getNormalizationFactor ( IAtomContainer container ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getNormalizationFactor:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
GeometryToolsInternalCoordinates.getScaleFactor ( IAtomContainer ac, double bondLength ) [static] : double
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.getScaleFactor:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)D]
GeometryToolsInternalCoordinates.has2DCoordinates ( IAtom a ) [static] : boolean
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.has2DCoordinates:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
GeometryToolsInternalCoordinates.has2DCoordinates ( IAtomContainer m ) [static] : boolean
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.has2DCoordinates:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
GeometryToolsInternalCoordinates.has2DCoordinates ( IBond b ) [static] : boolean
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.has2DCoordinates:(Lorg/openscience/cdk/interfaces/IBond;)Z]
GeometryToolsInternalCoordinates.has2DCoordinatesNew ( IAtomContainer ac ) [static] : int
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.has2DCoordinatesNew:(Lorg/openscience/cdk/interfaces/IAtomContainer;)I]
GeometryToolsInternalCoordinates.has3DCoordinates ( IAtomContainer ac ) [static] : boolean
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.has3DCoordinates:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
GeometryToolsInternalCoordinates.mapAtomsOfAlignedStructures ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, double searchRadius, Map mappedAtoms ) [static] : Map
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.mapAtomsOfAlignedStructures:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;DLjava/util/Map;)Ljava/util/Map;]
GeometryToolsInternalCoordinates.mapAtomsOfAlignedStructures ( IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map mappedAtoms ) [static] : Map
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.mapAtomsOfAlignedStructures:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Map;)Ljava/util/Map;]
GeometryToolsInternalCoordinates.normalize ( Point3d point ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.normalize:(Ljavax/vecmath/Point3d;)V]
GeometryToolsInternalCoordinates.rotate ( IAtom atom, Point3d p1, Point3d p2, double angle ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.rotate:(Lorg/openscience/cdk/interfaces/IAtom;Ljavax/vecmath/Point3d;Ljavax/vecmath/Point3d;D)V]
GeometryToolsInternalCoordinates.rotate ( IAtomContainer atomCon, Point2d center, double angle ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.rotate:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;D)V]
GeometryToolsInternalCoordinates.scaleMolecule ( IAtomContainer atomCon, Dimension areaDim, double fillFactor ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.scaleMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Dimension;D)V]
GeometryToolsInternalCoordinates.scaleMolecule ( IAtomContainer atomCon, double scaleFactor ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.scaleMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)V]
GeometryToolsInternalCoordinates.sortBy2DDistance ( IAtom[ ] atoms, Point2d point ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.sortBy2DDistance:([Lorg/openscience/cdk/interfaces/IAtom;Ljavax/vecmath/Point2d;)V]
GeometryToolsInternalCoordinates.translate2D ( IAtomContainer atomCon, double transX, double transY ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.translate2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;DD)V]
GeometryToolsInternalCoordinates.translate2D ( IAtomContainer atomCon, Vector2d vector ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.translate2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Vector2d;)V]
GeometryToolsInternalCoordinates.translate2DCenterTo ( IAtomContainer container, Point2d p ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.translate2DCenterTo:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;)V]
GeometryToolsInternalCoordinates.translate2DCentreOfMassTo ( IAtomContainer atomCon, Point2d p ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.translate2DCentreOfMassTo:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljavax/vecmath/Point2d;)V]
GeometryToolsInternalCoordinates.translateAllPositive ( IAtomContainer atomCon ) [static] : void
[mangled: org/openscience/cdk/geometry/GeometryToolsInternalCoordinates.translateAllPositive:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.0.4.jar, GeometryToolTest.class
package org.xmlcml.cml.tools.test
GeometryToolTest.GeometryToolTest ( )
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest."<init>":()V]
GeometryToolTest.makeConnectionTable1 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable1:()V]
GeometryToolTest.makeConnectionTable2 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable2:()V]
GeometryToolTest.makeConnectionTable3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable3:()V]
GeometryToolTest.makeConnectionTable4 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable4:()V]
GeometryToolTest.makeConnectionTable5 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable5:()V]
GeometryToolTest.makeConnectionTable5a ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable5a:()V]
GeometryToolTest.makeConnectionTable6 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable6:()V]
GeometryToolTest.makeConnectionTable7 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable7:()V]
GeometryToolTest.makeConnectionTable8 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable8:()V]
GeometryToolTest.makeConnectionTable9 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTable9:()V]
GeometryToolTest.makeConnectionTableBond0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTableBond0:()V]
GeometryToolTest.makeConnectionTableXmlAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTableXmlAtom0:()V]
GeometryToolTest.makeConnectionTableXmlBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTableXmlBonds:()V]
GeometryToolTest.makeConnectionTableXomAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.makeConnectionTableXomAtom0:()V]
GeometryToolTest.setUp ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.setUp:()V]
GeometryToolTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.suite:()Ljunit/framework/Test;]
GeometryToolTest.testAddBondCMLBond ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testAddBondCMLBond:()V]
GeometryToolTest.testAddSuffixToAtomIDs ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testAddSuffixToAtomIDs:()V]
GeometryToolTest.testAppendToIdsMT ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testAppendToIdsMT:()V]
GeometryToolTest.testBondContains ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testBondContains:()V]
GeometryToolTest.testBondGetAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testBondGetAtom:()V]
GeometryToolTest.testBondGetAtomId ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testBondGetAtomId:()V]
GeometryToolTest.testCalculateBondedAtoms ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCalculateBondedAtoms:()V]
GeometryToolTest.testCalculateBondOrdersFromXYZ3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCalculateBondOrdersFromXYZ3:()V]
GeometryToolTest.testCalculateBondsFromXYZ3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCalculateBondsFromXYZ3:()V]
GeometryToolTest.testCMLConnectionTableCMLMoleculeStringArray ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCMLConnectionTableCMLMoleculeStringArray:()V]
GeometryToolTest.testCreateAndAddBondCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCreateAndAddBondCMLAtomCMLAtom:()V]
GeometryToolTest.testCreateAndAddBondStringString ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCreateAndAddBondStringString:()V]
GeometryToolTest.testCreateUniqueAtomId ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCreateUniqueAtomId:()V]
GeometryToolTest.testCreateValenceAngles ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCreateValenceAngles:()V]
GeometryToolTest.testCreateValenceLengths ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCreateValenceLengths:()V]
GeometryToolTest.testCreateValenceLengthsAtomSet ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCreateValenceLengthsAtomSet:()V]
GeometryToolTest.testCreateValenceTorsions ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testCreateValenceTorsions:()V]
GeometryToolTest.testDeleteAllAtoms ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testDeleteAllAtoms:()V]
GeometryToolTest.testDeleteAllBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testDeleteAllBonds:()V]
GeometryToolTest.testDeleteAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testDeleteAtom:()V]
GeometryToolTest.testGenerateBondIds ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGenerateBondIds:()V]
GeometryToolTest.testGenerateId ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGenerateId:()V]
GeometryToolTest.testGetAtomById ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGetAtomById:()V]
GeometryToolTest.testGetAtomByLabel ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGetAtomByLabel:()V]
GeometryToolTest.testGetAverageBondDistance ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGetAverageBondDistance:()V]
GeometryToolTest.testGetBondList ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGetBondList:()V]
GeometryToolTest.testGetLigandCount ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGetLigandCount:()V]
GeometryToolTest.testGetLigandList ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGetLigandList:()V]
GeometryToolTest.testGetOtherAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testGetOtherAtom:()V]
GeometryToolTest.testIsBondedTo ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testIsBondedTo:()V]
GeometryToolTest.testMergeMolecule ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testMergeMolecule:()V]
GeometryToolTest.testPartitionIntoMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testPartitionIntoMolecules:()V]
GeometryToolTest.testRemoveOverlapping3DAtomsCMLAtomSet ( ) : void
[mangled: org/xmlcml/cml/tools/test/GeometryToolTest.testRemoveOverlapping3DAtomsCMLAtomSet:()V]
cdk-1.0.4.jar, GeomTest.class
package org.xmlcml.euclid.test
GeomTest.GeomTest ( )
[mangled: org/xmlcml/euclid/test/GeomTest."<init>":()V]
GeomTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/GeomTest.setUp:()V]
GeomTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/GeomTest.suite:()Ljunit/framework/Test;]
GeomTest.testDummy ( ) : void
[mangled: org/xmlcml/euclid/test/GeomTest.testDummy:()V]
cdk-1.0.4.jar, GeomTestBase.class
package org.xmlcml.cml.element.test
GeomTestBase.GeomTestBase ( )
[mangled: org/xmlcml/cml/element/test/GeomTestBase."<init>":()V]
GeomTestBase.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/GeomTestBase.setUp:()V]
cdk-1.0.4.jar, GET.class
package org.apache.xindice.server.methods
GET.GET ( )
[mangled: org/apache/xindice/server/methods/GET."<init>":()V]
GET.run ( Gateway gateway ) : void
[mangled: org/apache/xindice/server/methods/GET.run:(Lorg/apache/xindice/server/Gateway;)V]
GET.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/methods/GET.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, GlyfCompositeComp.class
package org.apache.batik.svggen.font.table
GlyfCompositeComp.getArgument1 ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getArgument1:()S]
GlyfCompositeComp.getArgument2 ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getArgument2:()S]
GlyfCompositeComp.getFirstContour ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getFirstContour:()I]
GlyfCompositeComp.getFirstIndex ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getFirstIndex:()I]
GlyfCompositeComp.getFlags ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getFlags:()S]
GlyfCompositeComp.getGlyphIndex ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getGlyphIndex:()S]
GlyfCompositeComp.getScale01 ( ) : double
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getScale01:()D]
GlyfCompositeComp.getScale10 ( ) : double
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getScale10:()D]
GlyfCompositeComp.getXScale ( ) : double
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getXScale:()D]
GlyfCompositeComp.getXTranslate ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getXTranslate:()I]
GlyfCompositeComp.getYScale ( ) : double
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getYScale:()D]
GlyfCompositeComp.getYTranslate ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.getYTranslate:()I]
GlyfCompositeComp.GlyfCompositeComp ( int p1, int p2, ByteArrayInputStream p3 )
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp."<init>":(IILjava/io/ByteArrayInputStream;)V]
GlyfCompositeComp.scaleX ( int p1, int p2 ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.scaleX:(II)I]
GlyfCompositeComp.scaleY ( int p1, int p2 ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeComp.scaleY:(II)I]
cdk-1.0.4.jar, GlyfCompositeDescript.class
package org.apache.batik.svggen.font.table
GlyfCompositeDescript.getComponentCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getComponentCount:()I]
GlyfCompositeDescript.getComponentIndex ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getComponentIndex:(I)I]
GlyfCompositeDescript.getCompositeComp ( int p1 ) : GlyfCompositeComp
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getCompositeComp:(I)Lorg/apache/batik/svggen/font/table/GlyfCompositeComp;]
GlyfCompositeDescript.getCompositeCompEndPt ( int p1 ) : GlyfCompositeComp
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getCompositeCompEndPt:(I)Lorg/apache/batik/svggen/font/table/GlyfCompositeComp;]
GlyfCompositeDescript.getContourCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getContourCount:()I]
GlyfCompositeDescript.getEndPtOfContours ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getEndPtOfContours:(I)I]
GlyfCompositeDescript.getFlags ( int p1 ) : byte
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getFlags:(I)B]
GlyfCompositeDescript.getPointCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getPointCount:()I]
GlyfCompositeDescript.getXCoordinate ( int p1 ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getXCoordinate:(I)S]
GlyfCompositeDescript.getYCoordinate ( int p1 ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.getYCoordinate:(I)S]
GlyfCompositeDescript.GlyfCompositeDescript ( GlyfTable p1, ByteArrayInputStream p2 )
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript."<init>":(Lorg/apache/batik/svggen/font/table/GlyfTable;Ljava/io/ByteArrayInputStream;)V]
GlyfCompositeDescript.isComposite ( ) : boolean
[mangled: org/apache/batik/svggen/font/table/GlyfCompositeDescript.isComposite:()Z]
cdk-1.0.4.jar, GlyfDescript.class
package org.apache.batik.svggen.font.table
GlyfDescript.getContourCount ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getContourCount:()I]
GlyfDescript.getEndPtOfContours ( int p1 ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getEndPtOfContours:(I)I]
GlyfDescript.getFlags ( int p1 ) [abstract] : byte
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getFlags:(I)B]
GlyfDescript.getNumberOfContours ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getNumberOfContours:()I]
GlyfDescript.getPointCount ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getPointCount:()I]
GlyfDescript.getXCoordinate ( int p1 ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getXCoordinate:(I)S]
GlyfDescript.getXMaximum ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getXMaximum:()S]
GlyfDescript.getXMinimum ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getXMinimum:()S]
GlyfDescript.getYCoordinate ( int p1 ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getYCoordinate:(I)S]
GlyfDescript.getYMaximum ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getYMaximum:()S]
GlyfDescript.getYMinimum ( ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.getYMinimum:()S]
GlyfDescript.GlyfDescript ( GlyfTable p1, short p2, ByteArrayInputStream p3 )
[mangled: org/apache/batik/svggen/font/table/GlyfDescript."<init>":(Lorg/apache/batik/svggen/font/table/GlyfTable;SLjava/io/ByteArrayInputStream;)V]
GlyfDescript.isComposite ( ) [abstract] : boolean
[mangled: org/apache/batik/svggen/font/table/GlyfDescript.isComposite:()Z]
cdk-1.0.4.jar, GlyfSimpleDescript.class
package org.apache.batik.svggen.font.table
GlyfSimpleDescript.getContourCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript.getContourCount:()I]
GlyfSimpleDescript.getEndPtOfContours ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript.getEndPtOfContours:(I)I]
GlyfSimpleDescript.getFlags ( int p1 ) : byte
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript.getFlags:(I)B]
GlyfSimpleDescript.getPointCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript.getPointCount:()I]
GlyfSimpleDescript.getXCoordinate ( int p1 ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript.getXCoordinate:(I)S]
GlyfSimpleDescript.getYCoordinate ( int p1 ) : short
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript.getYCoordinate:(I)S]
GlyfSimpleDescript.GlyfSimpleDescript ( GlyfTable p1, short p2, ByteArrayInputStream p3 )
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript."<init>":(Lorg/apache/batik/svggen/font/table/GlyfTable;SLjava/io/ByteArrayInputStream;)V]
GlyfSimpleDescript.isComposite ( ) : boolean
[mangled: org/apache/batik/svggen/font/table/GlyfSimpleDescript.isComposite:()Z]
cdk-1.0.4.jar, GlyfTable.class
package org.apache.batik.svggen.font.table
GlyfTable.getDescription ( int p1 ) : GlyfDescript
[mangled: org/apache/batik/svggen/font/table/GlyfTable.getDescription:(I)Lorg/apache/batik/svggen/font/table/GlyfDescript;]
GlyfTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/GlyfTable.getType:()I]
GlyfTable.GlyfTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/GlyfTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
GlyfTable.init ( int p1, LocaTable p2 ) : void
[mangled: org/apache/batik/svggen/font/table/GlyfTable.init:(ILorg/apache/batik/svggen/font/table/LocaTable;)V]
cdk-1.0.4.jar, Glyph.class
package org.apache.batik.svggen.font
Glyph.getAdvanceWidth ( ) : int
[mangled: org/apache/batik/svggen/font/Glyph.getAdvanceWidth:()I]
Glyph.getLeftSideBearing ( ) : short
[mangled: org/apache/batik/svggen/font/Glyph.getLeftSideBearing:()S]
Glyph.getPoint ( int p1 ) : Point
[mangled: org/apache/batik/svggen/font/Glyph.getPoint:(I)Lorg/apache/batik/svggen/font/Point;]
Glyph.getPointCount ( ) : int
[mangled: org/apache/batik/svggen/font/Glyph.getPointCount:()I]
Glyph.Glyph ( GlyphDescription p1, short p2, int p3 )
[mangled: org/apache/batik/svggen/font/Glyph."<init>":(Lorg/apache/batik/svggen/font/table/GlyphDescription;SI)V]
Glyph.reset ( ) : void
[mangled: org/apache/batik/svggen/font/Glyph.reset:()V]
Glyph.scale ( int p1 ) : void
[mangled: org/apache/batik/svggen/font/Glyph.scale:(I)V]
cdk-1.0.4.jar, GlyphDescription.class
package org.apache.batik.svggen.font.table
GlyphDescription.getContourCount ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getContourCount:()I]
GlyphDescription.getEndPtOfContours ( int p1 ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getEndPtOfContours:(I)I]
GlyphDescription.getFlags ( int p1 ) [abstract] : byte
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getFlags:(I)B]
GlyphDescription.getPointCount ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getPointCount:()I]
GlyphDescription.getXCoordinate ( int p1 ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getXCoordinate:(I)S]
GlyphDescription.getXMaximum ( ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getXMaximum:()S]
GlyphDescription.getXMinimum ( ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getXMinimum:()S]
GlyphDescription.getYCoordinate ( int p1 ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getYCoordinate:(I)S]
GlyphDescription.getYMaximum ( ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getYMaximum:()S]
GlyphDescription.getYMinimum ( ) [abstract] : short
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.getYMinimum:()S]
GlyphDescription.isComposite ( ) [abstract] : boolean
[mangled: org/apache/batik/svggen/font/table/GlyphDescription.isComposite:()Z]
cdk-1.0.4.jar, GnuParser.class
package org.apache.commons.cli
GnuParser.flatten ( Options options, String[ ] arguments, boolean stopAtNonOption ) : String[ ]
[mangled: org/apache/commons/cli/GnuParser.flatten:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;Z)[Ljava/lang/String;]
GnuParser.GnuParser ( )
[mangled: org/apache/commons/cli/GnuParser."<init>":()V]
cdk-1.0.4.jar, GposTable.class
package org.apache.batik.svggen.font.table
GposTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/GposTable.getType:()I]
GposTable.GposTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/GposTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
GposTable.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/GposTable.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, GraphicContext.class
package org.apache.batik.ext.awt.g2d
GraphicContext.addRenderingHints ( Map p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.addRenderingHints:(Ljava/util/Map;)V]
GraphicContext.clip ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.clip:(Ljava/awt/Shape;)V]
GraphicContext.clipRect ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.clipRect:(IIII)V]
GraphicContext.clone ( ) : Object
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.clone:()Ljava/lang/Object;]
GraphicContext.getBackground ( ) : Color
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getBackground:()Ljava/awt/Color;]
GraphicContext.getClip ( ) : Shape
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getClip:()Ljava/awt/Shape;]
GraphicContext.getClipBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getClipBounds:()Ljava/awt/Rectangle;]
GraphicContext.getColor ( ) : Color
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getColor:()Ljava/awt/Color;]
GraphicContext.getComposite ( ) : Composite
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getComposite:()Ljava/awt/Composite;]
GraphicContext.getFont ( ) : Font
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getFont:()Ljava/awt/Font;]
GraphicContext.getFontRenderContext ( ) : FontRenderContext
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getFontRenderContext:()Ljava/awt/font/FontRenderContext;]
GraphicContext.getPaint ( ) : Paint
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getPaint:()Ljava/awt/Paint;]
GraphicContext.getRenderingHint ( RenderingHints.Key p1 ) : Object
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getRenderingHint:(Ljava/awt/RenderingHints$Key;)Ljava/lang/Object;]
GraphicContext.getRenderingHints ( ) : RenderingHints
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getRenderingHints:()Ljava/awt/RenderingHints;]
GraphicContext.getStroke ( ) : Stroke
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getStroke:()Ljava/awt/Stroke;]
GraphicContext.getTransform ( ) : AffineTransform
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getTransform:()Ljava/awt/geom/AffineTransform;]
GraphicContext.getTransformStack ( ) : TransformStackElement[ ]
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.getTransformStack:()[Lorg/apache/batik/ext/awt/g2d/TransformStackElement;]
GraphicContext.GraphicContext ( )
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext."<init>":()V]
GraphicContext.GraphicContext ( AffineTransform p1 )
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext."<init>":(Ljava/awt/geom/AffineTransform;)V]
GraphicContext.isTransformStackValid ( ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.isTransformStackValid:()Z]
GraphicContext.rotate ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.rotate:(D)V]
GraphicContext.rotate ( double p1, double p2, double p3 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.rotate:(DDD)V]
GraphicContext.scale ( double p1, double p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.scale:(DD)V]
GraphicContext.setBackground ( Color p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setBackground:(Ljava/awt/Color;)V]
GraphicContext.setClip ( int p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setClip:(IIII)V]
GraphicContext.setClip ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setClip:(Ljava/awt/Shape;)V]
GraphicContext.setColor ( Color p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setColor:(Ljava/awt/Color;)V]
GraphicContext.setComposite ( Composite p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setComposite:(Ljava/awt/Composite;)V]
GraphicContext.setFont ( Font p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setFont:(Ljava/awt/Font;)V]
GraphicContext.setPaint ( Paint p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setPaint:(Ljava/awt/Paint;)V]
GraphicContext.setRenderingHint ( RenderingHints.Key p1, Object p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V]
GraphicContext.setRenderingHints ( Map p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setRenderingHints:(Ljava/util/Map;)V]
GraphicContext.setStroke ( Stroke p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setStroke:(Ljava/awt/Stroke;)V]
GraphicContext.setTransform ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.setTransform:(Ljava/awt/geom/AffineTransform;)V]
GraphicContext.shear ( double p1, double p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.shear:(DD)V]
GraphicContext.transform ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.transform:(Ljava/awt/geom/AffineTransform;)V]
GraphicContext.translate ( double p1, double p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.translate:(DD)V]
GraphicContext.translate ( int p1, int p2 ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.translate:(II)V]
GraphicContext.validateTransformStack ( ) : void
[mangled: org/apache/batik/ext/awt/g2d/GraphicContext.validateTransformStack:()V]
cdk-1.0.4.jar, GraphicContextDefaults.class
package org.apache.batik.svggen
SVGGeneratorContext.GraphicContextDefaults.getBackground ( ) : Color
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.getBackground:()Ljava/awt/Color;]
SVGGeneratorContext.GraphicContextDefaults.getClip ( ) : Shape
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.getClip:()Ljava/awt/Shape;]
SVGGeneratorContext.GraphicContextDefaults.getComposite ( ) : Composite
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.getComposite:()Ljava/awt/Composite;]
SVGGeneratorContext.GraphicContextDefaults.getFont ( ) : Font
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.getFont:()Ljava/awt/Font;]
SVGGeneratorContext.GraphicContextDefaults.getPaint ( ) : Paint
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.getPaint:()Ljava/awt/Paint;]
SVGGeneratorContext.GraphicContextDefaults.getRenderingHints ( ) : RenderingHints
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.getRenderingHints:()Ljava/awt/RenderingHints;]
SVGGeneratorContext.GraphicContextDefaults.getStroke ( ) : Stroke
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.getStroke:()Ljava/awt/Stroke;]
SVGGeneratorContext.GraphicContextDefaults.setBackground ( Color p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.setBackground:(Ljava/awt/Color;)V]
SVGGeneratorContext.GraphicContextDefaults.setClip ( Shape p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.setClip:(Ljava/awt/Shape;)V]
SVGGeneratorContext.GraphicContextDefaults.setComposite ( Composite p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.setComposite:(Ljava/awt/Composite;)V]
SVGGeneratorContext.GraphicContextDefaults.setFont ( Font p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.setFont:(Ljava/awt/Font;)V]
SVGGeneratorContext.GraphicContextDefaults.setPaint ( Paint p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.setPaint:(Ljava/awt/Paint;)V]
SVGGeneratorContext.GraphicContextDefaults.setRenderingHints ( RenderingHints p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.setRenderingHints:(Ljava/awt/RenderingHints;)V]
SVGGeneratorContext.GraphicContextDefaults.setStroke ( Stroke p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults.setStroke:(Ljava/awt/Stroke;)V]
SVGGeneratorContext.GraphicContextDefaults.SVGGeneratorContext.GraphicContextDefaults ( )
[mangled: org/apache/batik/svggen/SVGGeneratorContext.GraphicContextDefaults."<init>":()V]
cdk-1.0.4.jar, GraphicsUtil.class
package org.apache.batik.ext.awt.image
GraphicsUtil.coerceColorModel ( ColorModel p1, boolean p2 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.coerceColorModel:(Ljava/awt/image/ColorModel;Z)Ljava/awt/image/ColorModel;]
GraphicsUtil.coerceData ( WritableRaster p1, ColorModel p2, boolean p3 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.coerceData:(Ljava/awt/image/WritableRaster;Ljava/awt/image/ColorModel;Z)Ljava/awt/image/ColorModel;]
GraphicsUtil.convertToLsRGB ( CachableRed p1 ) [static] : CachableRed
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.convertToLsRGB:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
GraphicsUtil.convertTosRGB ( CachableRed p1 ) [static] : CachableRed
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.convertTosRGB:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
GraphicsUtil.copyBand ( Raster p1, int p2, WritableRaster p3, int p4 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyBand:(Ljava/awt/image/Raster;ILjava/awt/image/WritableRaster;I)V]
GraphicsUtil.copyBand ( Raster p1, Rectangle p2, int p3, WritableRaster p4, Rectangle p5, int p6 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyBand:(Ljava/awt/image/Raster;Ljava/awt/Rectangle;ILjava/awt/image/WritableRaster;Ljava/awt/Rectangle;I)V]
GraphicsUtil.copyData ( BufferedImage p1, BufferedImage p2 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyData:(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)V]
GraphicsUtil.copyData ( BufferedImage p1, Rectangle p2, BufferedImage p3, Point p4 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyData:(Ljava/awt/image/BufferedImage;Ljava/awt/Rectangle;Ljava/awt/image/BufferedImage;Ljava/awt/Point;)V]
GraphicsUtil.copyData ( Raster p1, WritableRaster p2 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyData:(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
GraphicsUtil.copyData_FALLBACK ( Raster p1, WritableRaster p2 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyData_FALLBACK:(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
GraphicsUtil.copyData_INT_PACK ( Raster p1, WritableRaster p2 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyData_INT_PACK:(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
GraphicsUtil.copyRaster ( Raster p1 ) [static] : WritableRaster
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyRaster:(Ljava/awt/image/Raster;)Ljava/awt/image/WritableRaster;]
GraphicsUtil.copyRaster ( Raster p1, int p2, int p3 ) [static] : WritableRaster
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.copyRaster:(Ljava/awt/image/Raster;II)Ljava/awt/image/WritableRaster;]
GraphicsUtil.createGraphics ( BufferedImage p1 ) [static] : Graphics2D
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.createGraphics:(Ljava/awt/image/BufferedImage;)Ljava/awt/Graphics2D;]
GraphicsUtil.createGraphics ( BufferedImage p1, RenderingHints p2 ) [static] : Graphics2D
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.createGraphics:(Ljava/awt/image/BufferedImage;Ljava/awt/RenderingHints;)Ljava/awt/Graphics2D;]
GraphicsUtil.divide_BYTE_COMP_Data ( WritableRaster p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.divide_BYTE_COMP_Data:(Ljava/awt/image/WritableRaster;)V]
GraphicsUtil.divide_INT_PACK_Data ( WritableRaster p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.divide_INT_PACK_Data:(Ljava/awt/image/WritableRaster;)V]
GraphicsUtil.drawImage ( Graphics2D p1, CachableRed p2 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.drawImage:(Ljava/awt/Graphics2D;Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
GraphicsUtil.drawImage ( Graphics2D p1, RenderableImage p2 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.drawImage:(Ljava/awt/Graphics2D;Ljava/awt/image/renderable/RenderableImage;)V]
GraphicsUtil.drawImage ( Graphics2D p1, RenderableImage p2, RenderContext p3 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.drawImage:(Ljava/awt/Graphics2D;Ljava/awt/image/renderable/RenderableImage;Ljava/awt/image/renderable/RenderContext;)V]
GraphicsUtil.drawImage ( Graphics2D p1, RenderedImage p2 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.drawImage:(Ljava/awt/Graphics2D;Ljava/awt/image/RenderedImage;)V]
GraphicsUtil.getDestination ( Graphics2D p1 ) [static] : BufferedImage
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.getDestination:(Ljava/awt/Graphics2D;)Ljava/awt/image/BufferedImage;]
GraphicsUtil.getDestinationBounds ( Graphics2D p1 ) [static] : Rectangle
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.getDestinationBounds:(Ljava/awt/Graphics2D;)Ljava/awt/Rectangle;]
GraphicsUtil.getDestinationColorModel ( Graphics2D p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.getDestinationColorModel:(Ljava/awt/Graphics2D;)Ljava/awt/image/ColorModel;]
GraphicsUtil.getDestinationColorSpace ( Graphics2D p1 ) [static] : ColorSpace
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.getDestinationColorSpace:(Ljava/awt/Graphics2D;)Ljava/awt/color/ColorSpace;]
GraphicsUtil.GraphicsUtil ( )
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil."<init>":()V]
GraphicsUtil.is_BYTE_COMP_Data ( SampleModel p1 ) [static] : boolean
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.is_BYTE_COMP_Data:(Ljava/awt/image/SampleModel;)Z]
GraphicsUtil.is_INT_PACK_Data ( SampleModel p1, boolean p2 ) [static] : boolean
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.is_INT_PACK_Data:(Ljava/awt/image/SampleModel;Z)Z]
GraphicsUtil.makeLinear_sRGBCM ( boolean p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.makeLinear_sRGBCM:(Z)Ljava/awt/image/ColorModel;]
GraphicsUtil.makeLinearBufferedImage ( int p1, int p2, boolean p3 ) [static] : BufferedImage
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.makeLinearBufferedImage:(IIZ)Ljava/awt/image/BufferedImage;]
GraphicsUtil.makeRasterWritable ( Raster p1 ) [static] : WritableRaster
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.makeRasterWritable:(Ljava/awt/image/Raster;)Ljava/awt/image/WritableRaster;]
GraphicsUtil.makeRasterWritable ( Raster p1, int p2, int p3 ) [static] : WritableRaster
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.makeRasterWritable:(Ljava/awt/image/Raster;II)Ljava/awt/image/WritableRaster;]
GraphicsUtil.mult_BYTE_COMP_Data ( WritableRaster p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.mult_BYTE_COMP_Data:(Ljava/awt/image/WritableRaster;)V]
GraphicsUtil.mult_INT_PACK_Data ( WritableRaster p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.mult_INT_PACK_Data:(Ljava/awt/image/WritableRaster;)V]
GraphicsUtil.wrap ( RenderedImage p1 ) [static] : CachableRed
[mangled: org/apache/batik/ext/awt/image/GraphicsUtil.wrap:(Ljava/awt/image/RenderedImage;)Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
cdk-1.0.4.jar, GraphRenderer.class
package org.openscience.cdk.applications.swing
GraphRenderer.GraphRenderer ( GraphRendererModel model )
[mangled: org/openscience/cdk/applications/swing/GraphRenderer."<init>":(Lorg/openscience/cdk/renderer/GraphRendererModel;)V]
GraphRenderer.paintComponent ( Graphics g ) : void
[mangled: org/openscience/cdk/applications/swing/GraphRenderer.paintComponent:(Ljava/awt/Graphics;)V]
GraphRenderer.translateX ( double x ) : int
[mangled: org/openscience/cdk/applications/swing/GraphRenderer.translateX:(D)I]
GraphRenderer.translateY ( double y ) : int
[mangled: org/openscience/cdk/applications/swing/GraphRenderer.translateY:(D)I]
cdk-1.0.4.jar, GraphRendererModel.class
package org.openscience.cdk.renderer
GraphRendererModel.addFunction ( IFunction function ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.addFunction:(Lorg/openscience/cdk/math/IFunction;)V]
GraphRendererModel.addFunction ( IFunction function, Color color ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.addFunction:(Lorg/openscience/cdk/math/IFunction;Ljava/awt/Color;)V]
GraphRendererModel.getDisplayMode ( ) : int
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getDisplayMode:()I]
GraphRendererModel.getFunction ( int index ) : IFunction
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getFunction:(I)Lorg/openscience/cdk/math/IFunction;]
GraphRendererModel.getFunctionColor ( int index ) : Color
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getFunctionColor:(I)Ljava/awt/Color;]
GraphRendererModel.getFunctionsSize ( ) : int
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getFunctionsSize:()I]
GraphRendererModel.getTitle ( ) : String
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getTitle:()Ljava/lang/String;]
GraphRendererModel.getXMax ( ) : double
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getXMax:()D]
GraphRendererModel.getXMin ( ) : double
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getXMin:()D]
GraphRendererModel.getXTitle ( ) : String
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getXTitle:()Ljava/lang/String;]
GraphRendererModel.getYMax ( ) : double
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getYMax:()D]
GraphRendererModel.getYMin ( ) : double
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getYMin:()D]
GraphRendererModel.getYTitle ( ) : String
[mangled: org/openscience/cdk/renderer/GraphRendererModel.getYTitle:()Ljava/lang/String;]
GraphRendererModel.GraphRendererModel ( )
[mangled: org/openscience/cdk/renderer/GraphRendererModel."<init>":()V]
GraphRendererModel.setDisplayMode ( int mode ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.setDisplayMode:(I)V]
GraphRendererModel.setTitle ( String string ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.setTitle:(Ljava/lang/String;)V]
GraphRendererModel.setX ( double xmin, double xmax ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.setX:(DD)V]
GraphRendererModel.setXTitle ( String string ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.setXTitle:(Ljava/lang/String;)V]
GraphRendererModel.setY ( double ymin, double ymax ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.setY:(DD)V]
GraphRendererModel.setYTitle ( String string ) : void
[mangled: org/openscience/cdk/renderer/GraphRendererModel.setYTitle:(Ljava/lang/String;)V]
cdk-1.0.4.jar, Gray.class
package org.apache.batik.ext.awt.image.codec
PNGEncodeParam.Gray.getBackgroundGray ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.getBackgroundGray:()I]
PNGEncodeParam.Gray.getBitShift ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.getBitShift:()I]
PNGEncodeParam.Gray.getTransparentGray ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.getTransparentGray:()I]
PNGEncodeParam.Gray.isBackgroundSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.isBackgroundSet:()Z]
PNGEncodeParam.Gray.isBitDepthSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.isBitDepthSet:()Z]
PNGEncodeParam.Gray.isBitShiftSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.isBitShiftSet:()Z]
PNGEncodeParam.Gray.PNGEncodeParam.Gray ( )
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray."<init>":()V]
PNGEncodeParam.Gray.setBackgroundGray ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.setBackgroundGray:(I)V]
PNGEncodeParam.Gray.setBitDepth ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.setBitDepth:(I)V]
PNGEncodeParam.Gray.setBitShift ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.setBitShift:(I)V]
PNGEncodeParam.Gray.setTransparentGray ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.setTransparentGray:(I)V]
PNGEncodeParam.Gray.unsetBackground ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.unsetBackground:()V]
PNGEncodeParam.Gray.unsetBitShift ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Gray.unsetBitShift:()V]
cdk-1.0.4.jar, GsubTable.class
package org.apache.batik.svggen.font.table
GsubTable.getFeatureList ( ) : FeatureList
[mangled: org/apache/batik/svggen/font/table/GsubTable.getFeatureList:()Lorg/apache/batik/svggen/font/table/FeatureList;]
GsubTable.getLookupList ( ) : LookupList
[mangled: org/apache/batik/svggen/font/table/GsubTable.getLookupList:()Lorg/apache/batik/svggen/font/table/LookupList;]
GsubTable.getScriptList ( ) : ScriptList
[mangled: org/apache/batik/svggen/font/table/GsubTable.getScriptList:()Lorg/apache/batik/svggen/font/table/ScriptList;]
GsubTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/GsubTable.getType:()I]
GsubTable.GsubTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/GsubTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
GsubTable.read ( int p1, RandomAccessFile p2, int p3 ) : LookupSubtable
[mangled: org/apache/batik/svggen/font/table/GsubTable.read:(ILjava/io/RandomAccessFile;I)Lorg/apache/batik/svggen/font/table/LookupSubtable;]
GsubTable.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/GsubTable.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, HashFiler.class
package org.apache.xindice.core.filer
HashFiler.create ( ) : boolean
[mangled: org/apache/xindice/core/filer/HashFiler.create:()Z]
HashFiler.createFileHeader ( ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/HashFiler.createFileHeader:()Lorg/apache/xindice/core/filer/Paged$FileHeader;]
HashFiler.createFileHeader ( boolean read ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/HashFiler.createFileHeader:(Z)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
HashFiler.createFileHeader ( long pageCount ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/HashFiler.createFileHeader:(J)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
HashFiler.createFileHeader ( long pageCount, int pageSize ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/HashFiler.createFileHeader:(JI)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
HashFiler.createPageHeader ( ) : Paged.PageHeader
[mangled: org/apache/xindice/core/filer/HashFiler.createPageHeader:()Lorg/apache/xindice/core/filer/Paged$PageHeader;]
HashFiler.deleteRecord ( Key key ) : boolean
[mangled: org/apache/xindice/core/filer/HashFiler.deleteRecord:(Lorg/apache/xindice/core/data/Key;)Z]
HashFiler.flush ( ) : void
[mangled: org/apache/xindice/core/filer/HashFiler.flush:()V]
HashFiler.getConfig ( ) : Configuration
[mangled: org/apache/xindice/core/filer/HashFiler.getConfig:()Lorg/apache/xindice/util/Configuration;]
HashFiler.getName ( ) : String
[mangled: org/apache/xindice/core/filer/HashFiler.getName:()Ljava/lang/String;]
HashFiler.getRecordCount ( ) : long
[mangled: org/apache/xindice/core/filer/HashFiler.getRecordCount:()J]
HashFiler.getRecordSet ( ) : RecordSet
[mangled: org/apache/xindice/core/filer/HashFiler.getRecordSet:()Lorg/apache/xindice/core/data/RecordSet;]
HashFiler.HashFiler ( )
[mangled: org/apache/xindice/core/filer/HashFiler."<init>":()V]
HashFiler.open ( ) : boolean
[mangled: org/apache/xindice/core/filer/HashFiler.open:()Z]
HashFiler.readRecord ( Key key ) : Record
[mangled: org/apache/xindice/core/filer/HashFiler.readRecord:(Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/Record;]
HashFiler.setCollection ( Collection collection ) : void
[mangled: org/apache/xindice/core/filer/HashFiler.setCollection:(Lorg/apache/xindice/core/Collection;)V]
HashFiler.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/filer/HashFiler.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
HashFiler.setLocation ( String location ) : void
[mangled: org/apache/xindice/core/filer/HashFiler.setLocation:(Ljava/lang/String;)V]
HashFiler.writeRecord ( Key key, Value value ) : boolean
[mangled: org/apache/xindice/core/filer/HashFiler.writeRecord:(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, HashTable.class
package org.apache.batik.dom.util
HashTable.clear ( ) : void
[mangled: org/apache/batik/dom/util/HashTable.clear:()V]
HashTable.get ( Object p1 ) : Object
[mangled: org/apache/batik/dom/util/HashTable.get:(Ljava/lang/Object;)Ljava/lang/Object;]
HashTable.HashTable ( )
[mangled: org/apache/batik/dom/util/HashTable."<init>":()V]
HashTable.HashTable ( HashTable p1 )
[mangled: org/apache/batik/dom/util/HashTable."<init>":(Lorg/apache/batik/dom/util/HashTable;)V]
HashTable.HashTable ( int p1 )
[mangled: org/apache/batik/dom/util/HashTable."<init>":(I)V]
HashTable.item ( int p1 ) : Object
[mangled: org/apache/batik/dom/util/HashTable.item:(I)Ljava/lang/Object;]
HashTable.key ( int p1 ) : Object
[mangled: org/apache/batik/dom/util/HashTable.key:(I)Ljava/lang/Object;]
HashTable.put ( Object p1, Object p2 ) : Object
[mangled: org/apache/batik/dom/util/HashTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
HashTable.rehash ( ) : void
[mangled: org/apache/batik/dom/util/HashTable.rehash:()V]
HashTable.remove ( Object p1 ) : Object
[mangled: org/apache/batik/dom/util/HashTable.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
HashTable.size ( ) : int
[mangled: org/apache/batik/dom/util/HashTable.size:()I]
cdk-1.0.4.jar, HashTableStack.class
package org.apache.batik.dom.util
HashTableStack.get ( String p1 ) : String
[mangled: org/apache/batik/dom/util/HashTableStack.get:(Ljava/lang/String;)Ljava/lang/String;]
HashTableStack.HashTableStack ( )
[mangled: org/apache/batik/dom/util/HashTableStack."<init>":()V]
HashTableStack.pop ( ) : void
[mangled: org/apache/batik/dom/util/HashTableStack.pop:()V]
HashTableStack.push ( ) : void
[mangled: org/apache/batik/dom/util/HashTableStack.push:()V]
HashTableStack.put ( String p1, Object p2 ) : String
[mangled: org/apache/batik/dom/util/HashTableStack.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;]
cdk-1.0.4.jar, HasUnits.class
package org.xmlcml.cml.element
HasUnits.convertToSI ( UnitListMap p1 ) [abstract] : void
[mangled: org/xmlcml/cml/element/HasUnits.convertToSI:(Lorg/xmlcml/cml/element/UnitListMap;)V]
HasUnits.setUnits ( String p1, String p2 ) [abstract] : void
[mangled: org/xmlcml/cml/element/HasUnits.setUnits:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, HeadTable.class
package org.apache.batik.svggen.font.table
HeadTable.getCheckSumAdjustment ( ) : int
[mangled: org/apache/batik/svggen/font/table/HeadTable.getCheckSumAdjustment:()I]
HeadTable.getCreated ( ) : long
[mangled: org/apache/batik/svggen/font/table/HeadTable.getCreated:()J]
HeadTable.getFlags ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getFlags:()S]
HeadTable.getFontDirectionHint ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getFontDirectionHint:()S]
HeadTable.getFontRevision ( ) : int
[mangled: org/apache/batik/svggen/font/table/HeadTable.getFontRevision:()I]
HeadTable.getGlyphDataFormat ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getGlyphDataFormat:()S]
HeadTable.getIndexToLocFormat ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getIndexToLocFormat:()S]
HeadTable.getLowestRecPPEM ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getLowestRecPPEM:()S]
HeadTable.getMacStyle ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getMacStyle:()S]
HeadTable.getModified ( ) : long
[mangled: org/apache/batik/svggen/font/table/HeadTable.getModified:()J]
HeadTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/HeadTable.getType:()I]
HeadTable.getUnitsPerEm ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getUnitsPerEm:()S]
HeadTable.getVersionNumber ( ) : int
[mangled: org/apache/batik/svggen/font/table/HeadTable.getVersionNumber:()I]
HeadTable.getXMax ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getXMax:()S]
HeadTable.getXMin ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getXMin:()S]
HeadTable.getYMax ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getYMax:()S]
HeadTable.getYMin ( ) : short
[mangled: org/apache/batik/svggen/font/table/HeadTable.getYMin:()S]
HeadTable.HeadTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/HeadTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
HeadTable.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/HeadTable.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, HelpFormatter.class
package org.apache.commons.cli
HelpFormatter.createPadding ( int len ) : String
[mangled: org/apache/commons/cli/HelpFormatter.createPadding:(I)Ljava/lang/String;]
HelpFormatter.findWrapPos ( String text, int width, int startPos ) : int
[mangled: org/apache/commons/cli/HelpFormatter.findWrapPos:(Ljava/lang/String;II)I]
HelpFormatter.HelpFormatter ( )
[mangled: org/apache/commons/cli/HelpFormatter."<init>":()V]
HelpFormatter.printHelp ( int width, String cmdLineSyntax, String header, Options options, String footer ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(ILjava/lang/String;Ljava/lang/String;Lorg/apache/commons/cli/Options;Ljava/lang/String;)V]
HelpFormatter.printHelp ( int width, String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(ILjava/lang/String;Ljava/lang/String;Lorg/apache/commons/cli/Options;Ljava/lang/String;Z)V]
HelpFormatter.printHelp ( PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(Ljava/io/PrintWriter;ILjava/lang/String;Ljava/lang/String;Lorg/apache/commons/cli/Options;IILjava/lang/String;)V]
HelpFormatter.printHelp ( PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer, boolean autoUsage ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(Ljava/io/PrintWriter;ILjava/lang/String;Ljava/lang/String;Lorg/apache/commons/cli/Options;IILjava/lang/String;Z)V]
HelpFormatter.printHelp ( String cmdLineSyntax, Options options ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(Ljava/lang/String;Lorg/apache/commons/cli/Options;)V]
HelpFormatter.printHelp ( String cmdLineSyntax, Options options, boolean autoUsage ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(Ljava/lang/String;Lorg/apache/commons/cli/Options;Z)V]
HelpFormatter.printHelp ( String cmdLineSyntax, String header, Options options, String footer ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/commons/cli/Options;Ljava/lang/String;)V]
HelpFormatter.printHelp ( String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printHelp:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/commons/cli/Options;Ljava/lang/String;Z)V]
HelpFormatter.printOptions ( PrintWriter pw, int width, Options options, int leftPad, int descPad ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printOptions:(Ljava/io/PrintWriter;ILorg/apache/commons/cli/Options;II)V]
HelpFormatter.printUsage ( PrintWriter pw, int width, String app, Options options ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printUsage:(Ljava/io/PrintWriter;ILjava/lang/String;Lorg/apache/commons/cli/Options;)V]
HelpFormatter.printUsage ( PrintWriter pw, int width, String cmdLineSyntax ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printUsage:(Ljava/io/PrintWriter;ILjava/lang/String;)V]
HelpFormatter.printWrapped ( PrintWriter pw, int width, int nextLineTabStop, String text ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printWrapped:(Ljava/io/PrintWriter;IILjava/lang/String;)V]
HelpFormatter.printWrapped ( PrintWriter pw, int width, String text ) : void
[mangled: org/apache/commons/cli/HelpFormatter.printWrapped:(Ljava/io/PrintWriter;ILjava/lang/String;)V]
HelpFormatter.renderOptions ( StringBuffer sb, int width, Options options, int leftPad, int descPad ) : StringBuffer
[mangled: org/apache/commons/cli/HelpFormatter.renderOptions:(Ljava/lang/StringBuffer;ILorg/apache/commons/cli/Options;II)Ljava/lang/StringBuffer;]
HelpFormatter.renderWrappedText ( StringBuffer sb, int width, int nextLineTabStop, String text ) : StringBuffer
[mangled: org/apache/commons/cli/HelpFormatter.renderWrappedText:(Ljava/lang/StringBuffer;IILjava/lang/String;)Ljava/lang/StringBuffer;]
HelpFormatter.rtrim ( String s ) : String
[mangled: org/apache/commons/cli/HelpFormatter.rtrim:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.0.4.jar, HheaTable.class
package org.apache.batik.svggen.font.table
HheaTable.getAdvanceWidthMax ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getAdvanceWidthMax:()S]
HheaTable.getAscender ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getAscender:()S]
HheaTable.getCaretSlopeRise ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getCaretSlopeRise:()S]
HheaTable.getCaretSlopeRun ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getCaretSlopeRun:()S]
HheaTable.getDescender ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getDescender:()S]
HheaTable.getLineGap ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getLineGap:()S]
HheaTable.getMetricDataFormat ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getMetricDataFormat:()S]
HheaTable.getMinLeftSideBearing ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getMinLeftSideBearing:()S]
HheaTable.getMinRightSideBearing ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getMinRightSideBearing:()S]
HheaTable.getNumberOfHMetrics ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getNumberOfHMetrics:()S]
HheaTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/HheaTable.getType:()I]
HheaTable.getXMaxExtent ( ) : short
[mangled: org/apache/batik/svggen/font/table/HheaTable.getXMaxExtent:()S]
HheaTable.HheaTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/HheaTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, HmtxTable.class
package org.apache.batik.svggen.font.table
HmtxTable.getAdvanceWidth ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/HmtxTable.getAdvanceWidth:(I)I]
HmtxTable.getLeftSideBearing ( int p1 ) : short
[mangled: org/apache/batik/svggen/font/table/HmtxTable.getLeftSideBearing:(I)S]
HmtxTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/HmtxTable.getType:()I]
HmtxTable.HmtxTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/HmtxTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
HmtxTable.init ( int p1, int p2 ) : void
[mangled: org/apache/batik/svggen/font/table/HmtxTable.init:(II)V]
cdk-1.0.4.jar, HOSECodeGenerator.class
package org.openscience.cdk.tools
HOSECodeGenerator.getSpheres ( Molecule ac, IAtom root, int noOfSpheres, boolean ringsize ) : List[ ]
[mangled: org/openscience/cdk/tools/HOSECodeGenerator.getSpheres:(Lorg/openscience/cdk/Molecule;Lorg/openscience/cdk/interfaces/IAtom;IZ)[Ljava/util/List;]
cdk-1.0.4.jar, HTTPServer.class
package org.apache.xindice.server.services
HTTPServer.getProtocol ( ) : String
[mangled: org/apache/xindice/server/services/HTTPServer.getProtocol:()Ljava/lang/String;]
HTTPServer.HTTPServer ( )
[mangled: org/apache/xindice/server/services/HTTPServer."<init>":()V]
HTTPServer.initialize ( ) : int
[mangled: org/apache/xindice/server/services/HTTPServer.initialize:()I]
HTTPServer.run ( ) : void
[mangled: org/apache/xindice/server/services/HTTPServer.run:()V]
HTTPServer.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/services/HTTPServer.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, HueckelAromaticityDetector.class
package org.openscience.cdk.aromaticity
HueckelAromaticityDetector.detectAromaticity ( IAtomContainer atomContainer ) [static] : boolean
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.detectAromaticity:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
HueckelAromaticityDetector.detectAromaticity ( IAtomContainer atomContainer, boolean removeAromatictyFlags ) [static] : boolean
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.detectAromaticity:(Lorg/openscience/cdk/interfaces/IAtomContainer;Z)Z]
HueckelAromaticityDetector.detectAromaticity ( IAtomContainer atomContainer, boolean removeAromatictyFlags, AllRingsFinder arf ) [static] : boolean
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.detectAromaticity:(Lorg/openscience/cdk/interfaces/IAtomContainer;ZLorg/openscience/cdk/ringsearch/AllRingsFinder;)Z]
HueckelAromaticityDetector.detectAromaticity ( IAtomContainer atomContainer, IRingSet ringSet ) [static] : boolean
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.detectAromaticity:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;)Z]
HueckelAromaticityDetector.detectAromaticity ( IAtomContainer atomContainer, IRingSet ringSet, boolean removeAromaticityFlags ) [static] : boolean
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.detectAromaticity:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;Z)Z]
HueckelAromaticityDetector.getRingSet ( ) [static] : IRingSet
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.getRingSet:()Lorg/openscience/cdk/interfaces/IRingSet;]
HueckelAromaticityDetector.HueckelAromaticityDetector ( )
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector."<init>":()V]
HueckelAromaticityDetector.setRingFlags ( IRingSet ringset ) [static] : void
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.setRingFlags:(Lorg/openscience/cdk/interfaces/IRingSet;)V]
HueckelAromaticityDetector.setTimeout ( long timeout ) [static] : void
[mangled: org/openscience/cdk/aromaticity/HueckelAromaticityDetector.setTimeout:(J)V]
cdk-1.0.4.jar, HybridizationMatcher.class
package org.openscience.cdk.atomtype
HybridizationMatcher.findMatchingAtomType ( IAtomContainer atomContainer, IAtom atom ) : IAtomType
[mangled: org/openscience/cdk/atomtype/HybridizationMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomType;]
HybridizationMatcher.HybridizationMatcher ( )
[mangled: org/openscience/cdk/atomtype/HybridizationMatcher."<init>":()V]
cdk-1.0.4.jar, HybridizationStateATMatcher.class
package org.openscience.cdk.atomtype
HybridizationStateATMatcher.findMatchingAtomType ( IAtomContainer atomContainer, IAtom atom ) : IAtomType
[mangled: org/openscience/cdk/atomtype/HybridizationStateATMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomType;]
HybridizationStateATMatcher.HybridizationStateATMatcher ( )
[mangled: org/openscience/cdk/atomtype/HybridizationStateATMatcher."<init>":()V]
cdk-1.0.4.jar, HydrogenAdder.class
package org.openscience.cdk.tools
HydrogenAdder.addExplicitHydrogensToSatisfyValency ( IAtomContainer container, IAtom atom ) : IAtomContainer
[mangled: org/openscience/cdk/tools/HydrogenAdder.addExplicitHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
HydrogenAdder.addExplicitHydrogensToSatisfyValency ( IAtomContainer container, IAtom atom, IAtomContainer totalContainer ) : IAtomContainer
[mangled: org/openscience/cdk/tools/HydrogenAdder.addExplicitHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
HydrogenAdder.addExplicitHydrogensToSatisfyValency ( IAtomContainer container, IAtom atom, int count, IAtomContainer totalContainer ) : IAtomContainer
[mangled: org/openscience/cdk/tools/HydrogenAdder.addExplicitHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;ILorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
HydrogenAdder.addExplicitHydrogensToSatisfyValency ( IAtomContainer molecule ) : IAtomContainer
[mangled: org/openscience/cdk/tools/HydrogenAdder.addExplicitHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
HydrogenAdder.addHydrogensToSatisfyValency ( IAtomContainer container, IAtom atom, IAtomContainer totalContainer ) : IAtomContainer *DEPRECATED*
[mangled: org/openscience/cdk/tools/HydrogenAdder.addHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
HydrogenAdder.addHydrogensToSatisfyValency ( IMolecule molecule ) : IAtomContainer
[mangled: org/openscience/cdk/tools/HydrogenAdder.addHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IMolecule;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
HydrogenAdder.addImplicitHydrogensToSatisfyValency ( IAtomContainer container ) : HashMap
[mangled: org/openscience/cdk/tools/HydrogenAdder.addImplicitHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/HashMap;]
HydrogenAdder.addImplicitHydrogensToSatisfyValency ( IAtomContainer container, IAtom atom ) : int[ ]
[mangled: org/openscience/cdk/tools/HydrogenAdder.addImplicitHydrogensToSatisfyValency:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)[I]
HydrogenAdder.HydrogenAdder ( )
[mangled: org/openscience/cdk/tools/HydrogenAdder."<init>":()V]
HydrogenAdder.HydrogenAdder ( IValencyChecker valencyChecker )
[mangled: org/openscience/cdk/tools/HydrogenAdder."<init>":(Lorg/openscience/cdk/tools/IValencyChecker;)V]
HydrogenAdder.HydrogenAdder ( String valencyCheckerInterfaceClassName )
[mangled: org/openscience/cdk/tools/HydrogenAdder."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, HydrogenPlacer.class
package org.openscience.cdk.layout
HydrogenPlacer.placeHydrogens2D ( IAtomContainer atomContainer, double bondLength, HashMap renderingCoordinates ) : void
[mangled: org/openscience/cdk/layout/HydrogenPlacer.placeHydrogens2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;DLjava/util/HashMap;)V]
HydrogenPlacer.placeHydrogens2D ( IAtomContainer atomContainer, IAtom atom, double bondLength, HashMap renderingCoordinates ) : void
[mangled: org/openscience/cdk/layout/HydrogenPlacer.placeHydrogens2D:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;DLjava/util/HashMap;)V]
cdk-1.0.4.jar, HydrogenRearrangementDeltaReaction.class
package org.openscience.cdk.reaction.type
HydrogenRearrangementDeltaReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementDeltaReaction.getParameterNames:()[Ljava/lang/String;]
HydrogenRearrangementDeltaReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementDeltaReaction.getParameters:()[Ljava/lang/Object;]
HydrogenRearrangementDeltaReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementDeltaReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
HydrogenRearrangementDeltaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementDeltaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
HydrogenRearrangementDeltaReaction.HydrogenRearrangementDeltaReaction ( )
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementDeltaReaction."<init>":()V]
HydrogenRearrangementDeltaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementDeltaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
HydrogenRearrangementDeltaReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementDeltaReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, HydrogenRearrangementGammaReaction.class
package org.openscience.cdk.reaction.type
HydrogenRearrangementGammaReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementGammaReaction.getParameterNames:()[Ljava/lang/String;]
HydrogenRearrangementGammaReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementGammaReaction.getParameters:()[Ljava/lang/Object;]
HydrogenRearrangementGammaReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementGammaReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
HydrogenRearrangementGammaReaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementGammaReaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
HydrogenRearrangementGammaReaction.HydrogenRearrangementGammaReaction ( )
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementGammaReaction."<init>":()V]
HydrogenRearrangementGammaReaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementGammaReaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
HydrogenRearrangementGammaReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/HydrogenRearrangementGammaReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, HyperconjugationReaction.class
package org.openscience.cdk.reaction.type
HyperconjugationReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/HyperconjugationReaction.getParameterNames:()[Ljava/lang/String;]
HyperconjugationReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/HyperconjugationReaction.getParameters:()[Ljava/lang/Object;]
HyperconjugationReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/HyperconjugationReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
HyperconjugationReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/HyperconjugationReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, IAtom.class
package org.openscience.cdk.interfaces
IAtom.getCharge ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtom.getCharge:()D]
IAtom.getHydrogenCount ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAtom.getHydrogenCount:()I]
IAtom.getStereoParity ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAtom.getStereoParity:()I]
IAtom.setCharge ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtom.setCharge:(D)V]
IAtom.setHydrogenCount ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtom.setHydrogenCount:(I)V]
IAtom.setStereoParity ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtom.setStereoParity:(I)V]
cdk-1.0.4.jar, IAtomContainer.class
package org.openscience.cdk.interfaces
IAtomContainer.addBond ( int p1, int p2, double p3 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomContainer.addBond:(IID)V]
IAtomContainer.addBond ( int p1, int p2, double p3, int p4 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomContainer.addBond:(IIDI)V]
IAtomContainer.atoms ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IAtomContainer.atoms:()Ljava/util/Iterator;]
IAtomContainer.bonds ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IAtomContainer.bonds:()Ljava/util/Iterator;]
IAtomContainer.electronContainers ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IAtomContainer.electronContainers:()Ljava/util/Iterator;]
IAtomContainer.getMaximumBondOrder ( IAtom p1 ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomContainer.getMaximumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)D]
IAtomContainer.getMinimumBondOrder ( IAtom p1 ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomContainer.getMinimumBondOrder:(Lorg/openscience/cdk/interfaces/IAtom;)D]
IAtomContainer.lonePairs ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IAtomContainer.lonePairs:()Ljava/util/Iterator;]
IAtomContainer.singleElectrons ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IAtomContainer.singleElectrons:()Ljava/util/Iterator;]
cdk-1.0.4.jar, IAtomContainerSet.class
package org.openscience.cdk.interfaces
IAtomContainerSet.atomContainers ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.atomContainers:()Ljava/util/Iterator;]
IAtomContainerSet.getMultiplier ( IAtomContainer p1 ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.getMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;)D]
IAtomContainerSet.getMultiplier ( int p1 ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.getMultiplier:(I)D]
IAtomContainerSet.getMultipliers ( ) [abstract] : double[ ]
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.getMultipliers:()[D]
IAtomContainerSet.setMultiplier ( IAtomContainer p1, double p2 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.setMultiplier:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)Z]
IAtomContainerSet.setMultiplier ( int p1, double p2 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.setMultiplier:(ID)V]
IAtomContainerSet.setMultipliers ( double[ ] p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IAtomContainerSet.setMultipliers:([D)Z]
cdk-1.0.4.jar, IAtomType.class
package org.openscience.cdk.interfaces
IAtomType.getBondOrderSum ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomType.getBondOrderSum:()D]
IAtomType.getCovalentRadius ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomType.getCovalentRadius:()D]
IAtomType.getFormalCharge ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAtomType.getFormalCharge:()I]
IAtomType.getFormalNeighbourCount ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAtomType.getFormalNeighbourCount:()I]
IAtomType.getHybridization ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAtomType.getHybridization:()I]
IAtomType.getMaxBondOrder ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomType.getMaxBondOrder:()D]
IAtomType.getValency ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IAtomType.getValency:()I]
IAtomType.getVanderwaalsRadius ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IAtomType.getVanderwaalsRadius:()D]
IAtomType.setBondOrderSum ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setBondOrderSum:(D)V]
IAtomType.setCovalentRadius ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setCovalentRadius:(D)V]
IAtomType.setFormalCharge ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setFormalCharge:(I)V]
IAtomType.setFormalNeighbourCount ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setFormalNeighbourCount:(I)V]
IAtomType.setHybridization ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setHybridization:(I)V]
IAtomType.setMaxBondOrder ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setMaxBondOrder:(D)V]
IAtomType.setValency ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setValency:(I)V]
IAtomType.setVanderwaalsRadius ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IAtomType.setVanderwaalsRadius:(D)V]
cdk-1.0.4.jar, IAtomTypeGuesser.class
package org.openscience.cdk.atomtype
IAtomTypeGuesser.possbibleAtomTypes ( IAtomContainer p1, IAtom p2 ) [abstract] : List
[mangled: org/openscience/cdk/atomtype/IAtomTypeGuesser.possbibleAtomTypes:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Ljava/util/List;]
cdk-1.0.4.jar, IBasis.class
package org.openscience.cdk.math.qm
IBasis.calcI ( int p1, int p2, int p3, int p4 ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.calcI:(IIII)D]
IBasis.calcJ ( int p1, int p2 ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.calcJ:(II)D]
IBasis.calcS ( int p1, int p2 ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.calcS:(II)D]
IBasis.calcV ( int p1, int p2 ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.calcV:(II)D]
IBasis.getMaxX ( ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.getMaxX:()D]
IBasis.getMaxY ( ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.getMaxY:()D]
IBasis.getMaxZ ( ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.getMaxZ:()D]
IBasis.getMinX ( ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.getMinX:()D]
IBasis.getMinY ( ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.getMinY:()D]
IBasis.getMinZ ( ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.getMinZ:()D]
IBasis.getSize ( ) [abstract] : int
[mangled: org/openscience/cdk/math/qm/IBasis.getSize:()I]
IBasis.getValue ( int p1, double p2, double p3, double p4 ) [abstract] : double
[mangled: org/openscience/cdk/math/qm/IBasis.getValue:(IDDD)D]
IBasis.getValues ( int p1, Matrix p2 ) [abstract] : Vector
[mangled: org/openscience/cdk/math/qm/IBasis.getValues:(ILorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Vector;]
cdk-1.0.4.jar, IBond.class
package org.openscience.cdk.interfaces
IBond.atoms ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IBond.atoms:()Ljava/util/Iterator;]
IBond.getOrder ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IBond.getOrder:()D]
IBond.setOrder ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IBond.setOrder:(D)V]
cdk-1.0.4.jar, ICCColorSpaceExt.class
package org.apache.batik.ext.awt.color
ICCColorSpaceExt.absoluteColorimetricToRGB ( float[ ] p1 ) : float[ ]
[mangled: org/apache/batik/ext/awt/color/ICCColorSpaceExt.absoluteColorimetricToRGB:([F)[F]
ICCColorSpaceExt.ICCColorSpaceExt ( ICC_Profile p1, int p2 )
[mangled: org/apache/batik/ext/awt/color/ICCColorSpaceExt."<init>":(Ljava/awt/color/ICC_Profile;I)V]
ICCColorSpaceExt.intendedToRGB ( float[ ] p1 ) : float[ ]
[mangled: org/apache/batik/ext/awt/color/ICCColorSpaceExt.intendedToRGB:([F)[F]
ICCColorSpaceExt.perceptualToRGB ( float[ ] p1 ) : float[ ]
[mangled: org/apache/batik/ext/awt/color/ICCColorSpaceExt.perceptualToRGB:([F)[F]
ICCColorSpaceExt.relativeColorimetricToRGB ( float[ ] p1 ) : float[ ]
[mangled: org/apache/batik/ext/awt/color/ICCColorSpaceExt.relativeColorimetricToRGB:([F)[F]
ICCColorSpaceExt.saturationToRGB ( float[ ] p1 ) : float[ ]
[mangled: org/apache/batik/ext/awt/color/ICCColorSpaceExt.saturationToRGB:([F)[F]
cdk-1.0.4.jar, ICDKEditBus.class
package org.openscience.cdk.applications.plugin
ICDKEditBus.getAPIVersion ( ) [abstract] : String
[mangled: org/openscience/cdk/applications/plugin/ICDKEditBus.getAPIVersion:()Ljava/lang/String;]
ICDKEditBus.getChemFile ( ) [abstract] : IChemFile
[mangled: org/openscience/cdk/applications/plugin/ICDKEditBus.getChemFile:()Lorg/openscience/cdk/interfaces/IChemFile;]
ICDKEditBus.getChemModel ( ) [abstract] : IChemModel
[mangled: org/openscience/cdk/applications/plugin/ICDKEditBus.getChemModel:()Lorg/openscience/cdk/interfaces/IChemModel;]
ICDKEditBus.runScript ( String p1, String p2 ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKEditBus.runScript:(Ljava/lang/String;Ljava/lang/String;)V]
ICDKEditBus.showChemFile ( IChemFile p1 ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKEditBus.showChemFile:(Lorg/openscience/cdk/interfaces/IChemFile;)V]
ICDKEditBus.showChemFile ( Reader p1 ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKEditBus.showChemFile:(Ljava/io/Reader;)V]
ICDKEditBus.showChemModel ( IChemModel p1 ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKEditBus.showChemModel:(Lorg/openscience/cdk/interfaces/IChemModel;)V]
cdk-1.0.4.jar, ICDKPlugin.class
package org.openscience.cdk.applications.plugin
ICDKPlugin.getAPIVersion ( ) [abstract] : String
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.getAPIVersion:()Ljava/lang/String;]
ICDKPlugin.getMenu ( ) [abstract] : JMenu
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.getMenu:()Ljavax/swing/JMenu;]
ICDKPlugin.getName ( ) [abstract] : String
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.getName:()Ljava/lang/String;]
ICDKPlugin.getPluginConfigPanel ( ) [abstract] : JPanel
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.getPluginConfigPanel:()Ljavax/swing/JPanel;]
ICDKPlugin.getPluginLicense ( ) [abstract] : String
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.getPluginLicense:()Ljava/lang/String;]
ICDKPlugin.getPluginPanel ( ) [abstract] : JPanel
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.getPluginPanel:()Ljavax/swing/JPanel;]
ICDKPlugin.getPluginVersion ( ) [abstract] : String
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.getPluginVersion:()Ljava/lang/String;]
ICDKPlugin.setEditBus ( ICDKEditBus p1 ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.setEditBus:(Lorg/openscience/cdk/applications/plugin/ICDKEditBus;)V]
ICDKPlugin.setPropertyDirectory ( String p1 ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.setPropertyDirectory:(Ljava/lang/String;)V]
ICDKPlugin.start ( ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.start:()V]
ICDKPlugin.stateChanged ( IChemObjectChangeEvent p1 ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.stateChanged:(Lorg/openscience/cdk/interfaces/IChemObjectChangeEvent;)V]
ICDKPlugin.stop ( ) [abstract] : void
[mangled: org/openscience/cdk/applications/plugin/ICDKPlugin.stop:()V]
cdk-1.0.4.jar, IChemFile.class
package org.openscience.cdk.interfaces
IChemFile.chemSequences ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IChemFile.chemSequences:()Ljava/util/Iterator;]
cdk-1.0.4.jar, IChemObject.class
package org.openscience.cdk.interfaces
IChemObject.getProperties ( ) [abstract] : Hashtable
[mangled: org/openscience/cdk/interfaces/IChemObject.getProperties:()Ljava/util/Hashtable;]
IChemObject.setProperties ( Hashtable p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IChemObject.setProperties:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, IChemObjectBuilder.class
package org.openscience.cdk.interfaces
IChemObjectBuilder.newBond ( IAtom p1, IAtom p2, double p3 ) [abstract] : IBond
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;D)Lorg/openscience/cdk/interfaces/IBond;]
IChemObjectBuilder.newBond ( IAtom p1, IAtom p2, double p3, int p4 ) [abstract] : IBond
[mangled: org/openscience/cdk/interfaces/IChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;DI)Lorg/openscience/cdk/interfaces/IBond;]
cdk-1.0.4.jar, IChemObjectReader.class
package org.openscience.cdk.io
IChemObjectReader.read ( IChemObject p1 ) [abstract] : IChemObject
[mangled: org/openscience/cdk/io/IChemObjectReader.read:(Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/interfaces/IChemObject;]
cdk-1.0.4.jar, IChemSequence.class
package org.openscience.cdk.interfaces
IChemSequence.chemModels ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IChemSequence.chemModels:()Ljava/util/Iterator;]
cdk-1.0.4.jar, ICrystal.class
package org.openscience.cdk.interfaces
ICrystal.getZ ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/ICrystal.getZ:()I]
ICrystal.setZ ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/ICrystal.setZ:(I)V]
cdk-1.0.4.jar, IdentityTransfer.class
package org.apache.batik.ext.awt.image
IdentityTransfer.getLookupTable ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/IdentityTransfer.getLookupTable:()[B]
IdentityTransfer.IdentityTransfer ( )
[mangled: org/apache/batik/ext/awt/image/IdentityTransfer."<init>":()V]
cdk-1.0.4.jar, IElectronContainer.class
package org.openscience.cdk.interfaces
IElectronContainer.getElectronCount ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IElectronContainer.getElectronCount:()I]
IElectronContainer.setElectronCount ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IElectronContainer.setElectronCount:(I)V]
cdk-1.0.4.jar, IElement.class
package org.openscience.cdk.interfaces
IElement.getAtomicNumber ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IElement.getAtomicNumber:()I]
IElement.setAtomicNumber ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IElement.setAtomicNumber:(I)V]
cdk-1.0.4.jar, IFunction.class
package org.openscience.cdk.math
IFunction.getValue ( double p1, double p2, double p3 ) [abstract] : double
[mangled: org/openscience/cdk/math/IFunction.getValue:(DDD)D]
IFunction.getValues ( Matrix p1 ) [abstract] : Vector
[mangled: org/openscience/cdk/math/IFunction.getValues:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Vector;]
cdk-1.0.4.jar, IIsotope.class
package org.openscience.cdk.interfaces
IIsotope.getExactMass ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IIsotope.getExactMass:()D]
IIsotope.getMassNumber ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IIsotope.getMassNumber:()I]
IIsotope.getNaturalAbundance ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IIsotope.getNaturalAbundance:()D]
IIsotope.setExactMass ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IIsotope.setExactMass:(D)V]
IIsotope.setMassNumber ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IIsotope.setMassNumber:(I)V]
IIsotope.setNaturalAbundance ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IIsotope.setNaturalAbundance:(D)V]
cdk-1.0.4.jar, ImageCacher.class
package org.apache.batik.svggen
ImageCacher.getDOMTreeManager ( ) : DOMTreeManager
[mangled: org/apache/batik/svggen/ImageCacher.getDOMTreeManager:()Lorg/apache/batik/svggen/DOMTreeManager;]
ImageCacher.ImageCacher ( )
[mangled: org/apache/batik/svggen/ImageCacher."<init>":()V]
ImageCacher.ImageCacher ( DOMTreeManager p1 )
[mangled: org/apache/batik/svggen/ImageCacher."<init>":(Lorg/apache/batik/svggen/DOMTreeManager;)V]
ImageCacher.lookup ( ByteArrayOutputStream p1, int p2, int p3, SVGGeneratorContext p4 ) : String
[mangled: org/apache/batik/svggen/ImageCacher.lookup:(Ljava/io/ByteArrayOutputStream;IILorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/lang/String;]
ImageCacher.setDOMTreeManager ( DOMTreeManager p1 ) : void
[mangled: org/apache/batik/svggen/ImageCacher.setDOMTreeManager:(Lorg/apache/batik/svggen/DOMTreeManager;)V]
cdk-1.0.4.jar, ImageDecoder.class
package org.apache.batik.ext.awt.image.codec
ImageDecoder.decodeAsRaster ( ) [abstract] : Raster
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.decodeAsRaster:()Ljava/awt/image/Raster;]
ImageDecoder.decodeAsRaster ( int p1 ) [abstract] : Raster
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.decodeAsRaster:(I)Ljava/awt/image/Raster;]
ImageDecoder.decodeAsRenderedImage ( ) [abstract] : RenderedImage
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.decodeAsRenderedImage:()Ljava/awt/image/RenderedImage;]
ImageDecoder.decodeAsRenderedImage ( int p1 ) [abstract] : RenderedImage
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.decodeAsRenderedImage:(I)Ljava/awt/image/RenderedImage;]
ImageDecoder.getInputStream ( ) [abstract] : SeekableStream
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.getInputStream:()Lorg/apache/batik/ext/awt/image/codec/SeekableStream;]
ImageDecoder.getNumPages ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.getNumPages:()I]
ImageDecoder.getParam ( ) [abstract] : ImageDecodeParam
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.getParam:()Lorg/apache/batik/ext/awt/image/codec/ImageDecodeParam;]
ImageDecoder.setParam ( ImageDecodeParam p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoder.setParam:(Lorg/apache/batik/ext/awt/image/codec/ImageDecodeParam;)V]
cdk-1.0.4.jar, ImageDecoderImpl.class
package org.apache.batik.ext.awt.image.codec
ImageDecoderImpl.decodeAsRaster ( ) : Raster
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.decodeAsRaster:()Ljava/awt/image/Raster;]
ImageDecoderImpl.decodeAsRaster ( int p1 ) : Raster
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.decodeAsRaster:(I)Ljava/awt/image/Raster;]
ImageDecoderImpl.decodeAsRenderedImage ( ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.decodeAsRenderedImage:()Ljava/awt/image/RenderedImage;]
ImageDecoderImpl.decodeAsRenderedImage ( int p1 ) [abstract] : RenderedImage
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.decodeAsRenderedImage:(I)Ljava/awt/image/RenderedImage;]
ImageDecoderImpl.getInputStream ( ) : SeekableStream
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.getInputStream:()Lorg/apache/batik/ext/awt/image/codec/SeekableStream;]
ImageDecoderImpl.getNumPages ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.getNumPages:()I]
ImageDecoderImpl.getParam ( ) : ImageDecodeParam
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.getParam:()Lorg/apache/batik/ext/awt/image/codec/ImageDecodeParam;]
ImageDecoderImpl.ImageDecoderImpl ( InputStream p1, ImageDecodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl."<init>":(Ljava/io/InputStream;Lorg/apache/batik/ext/awt/image/codec/ImageDecodeParam;)V]
ImageDecoderImpl.ImageDecoderImpl ( SeekableStream p1, ImageDecodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl."<init>":(Lorg/apache/batik/ext/awt/image/codec/SeekableStream;Lorg/apache/batik/ext/awt/image/codec/ImageDecodeParam;)V]
ImageDecoderImpl.setParam ( ImageDecodeParam p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageDecoderImpl.setParam:(Lorg/apache/batik/ext/awt/image/codec/ImageDecodeParam;)V]
cdk-1.0.4.jar, ImageEncoder.class
package org.apache.batik.ext.awt.image.codec
ImageEncoder.encode ( Raster p1, ColorModel p2 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoder.encode:(Ljava/awt/image/Raster;Ljava/awt/image/ColorModel;)V]
ImageEncoder.encode ( RenderedImage p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoder.encode:(Ljava/awt/image/RenderedImage;)V]
ImageEncoder.getOutputStream ( ) [abstract] : OutputStream
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoder.getOutputStream:()Ljava/io/OutputStream;]
ImageEncoder.getParam ( ) [abstract] : ImageEncodeParam
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoder.getParam:()Lorg/apache/batik/ext/awt/image/codec/ImageEncodeParam;]
ImageEncoder.setParam ( ImageEncodeParam p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoder.setParam:(Lorg/apache/batik/ext/awt/image/codec/ImageEncodeParam;)V]
cdk-1.0.4.jar, ImageEncoderImpl.class
package org.apache.batik.ext.awt.image.codec
ImageEncoderImpl.encode ( Raster p1, ColorModel p2 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoderImpl.encode:(Ljava/awt/image/Raster;Ljava/awt/image/ColorModel;)V]
ImageEncoderImpl.encode ( RenderedImage p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoderImpl.encode:(Ljava/awt/image/RenderedImage;)V]
ImageEncoderImpl.getOutputStream ( ) : OutputStream
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoderImpl.getOutputStream:()Ljava/io/OutputStream;]
ImageEncoderImpl.getParam ( ) : ImageEncodeParam
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoderImpl.getParam:()Lorg/apache/batik/ext/awt/image/codec/ImageEncodeParam;]
ImageEncoderImpl.ImageEncoderImpl ( OutputStream p1, ImageEncodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoderImpl."<init>":(Ljava/io/OutputStream;Lorg/apache/batik/ext/awt/image/codec/ImageEncodeParam;)V]
ImageEncoderImpl.setParam ( ImageEncodeParam p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/ImageEncoderImpl.setParam:(Lorg/apache/batik/ext/awt/image/codec/ImageEncodeParam;)V]
cdk-1.0.4.jar, ImageHandler.class
package org.apache.batik.svggen
ImageHandler.handleImage ( Image p1, Element p2, SVGGeneratorContext p3 ) [abstract] : void
[mangled: org/apache/batik/svggen/ImageHandler.handleImage:(Ljava/awt/Image;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
ImageHandler.handleImage ( RenderableImage p1, Element p2, SVGGeneratorContext p3 ) [abstract] : void
[mangled: org/apache/batik/svggen/ImageHandler.handleImage:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
ImageHandler.handleImage ( RenderedImage p1, Element p2, SVGGeneratorContext p3 ) [abstract] : void
[mangled: org/apache/batik/svggen/ImageHandler.handleImage:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
cdk-1.0.4.jar, ImageHandlerBase64Encoder.class
package org.apache.batik.svggen
ImageHandlerBase64Encoder.buildBufferedImage ( Dimension p1 ) : BufferedImage
[mangled: org/apache/batik/svggen/ImageHandlerBase64Encoder.buildBufferedImage:(Ljava/awt/Dimension;)Ljava/awt/image/BufferedImage;]
ImageHandlerBase64Encoder.encodeImage ( RenderedImage p1, OutputStream p2 ) : void
[mangled: org/apache/batik/svggen/ImageHandlerBase64Encoder.encodeImage:(Ljava/awt/image/RenderedImage;Ljava/io/OutputStream;)V]
ImageHandlerBase64Encoder.handleEmptyImage ( Element p1 ) : void
[mangled: org/apache/batik/svggen/ImageHandlerBase64Encoder.handleEmptyImage:(Lorg/w3c/dom/Element;)V]
ImageHandlerBase64Encoder.handleHREF ( Image p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/ImageHandlerBase64Encoder.handleHREF:(Ljava/awt/Image;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
ImageHandlerBase64Encoder.handleHREF ( RenderableImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/ImageHandlerBase64Encoder.handleHREF:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
ImageHandlerBase64Encoder.handleHREF ( RenderedImage p1, Element p2, SVGGeneratorContext p3 ) : void
[mangled: org/apache/batik/svggen/ImageHandlerBase64Encoder.handleHREF:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
ImageHandlerBase64Encoder.ImageHandlerBase64Encoder ( )
[mangled: org/apache/batik/svggen/ImageHandlerBase64Encoder."<init>":()V]
cdk-1.0.4.jar, ImageHandlerJPEGEncoder.class
package org.apache.batik.svggen
ImageHandlerJPEGEncoder.buildBufferedImage ( Dimension p1 ) : BufferedImage
[mangled: org/apache/batik/svggen/ImageHandlerJPEGEncoder.buildBufferedImage:(Ljava/awt/Dimension;)Ljava/awt/image/BufferedImage;]
ImageHandlerJPEGEncoder.encodeImage ( BufferedImage p1, File p2 ) : void
[mangled: org/apache/batik/svggen/ImageHandlerJPEGEncoder.encodeImage:(Ljava/awt/image/BufferedImage;Ljava/io/File;)V]
ImageHandlerJPEGEncoder.getPrefix ( ) : String
[mangled: org/apache/batik/svggen/ImageHandlerJPEGEncoder.getPrefix:()Ljava/lang/String;]
ImageHandlerJPEGEncoder.getSuffix ( ) : String
[mangled: org/apache/batik/svggen/ImageHandlerJPEGEncoder.getSuffix:()Ljava/lang/String;]
ImageHandlerJPEGEncoder.ImageHandlerJPEGEncoder ( String p1, String p2 )
[mangled: org/apache/batik/svggen/ImageHandlerJPEGEncoder."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, ImageHandlerPNGEncoder.class
package org.apache.batik.svggen
ImageHandlerPNGEncoder.buildBufferedImage ( Dimension p1 ) : BufferedImage
[mangled: org/apache/batik/svggen/ImageHandlerPNGEncoder.buildBufferedImage:(Ljava/awt/Dimension;)Ljava/awt/image/BufferedImage;]
ImageHandlerPNGEncoder.encodeImage ( BufferedImage p1, File p2 ) : void
[mangled: org/apache/batik/svggen/ImageHandlerPNGEncoder.encodeImage:(Ljava/awt/image/BufferedImage;Ljava/io/File;)V]
ImageHandlerPNGEncoder.getPrefix ( ) : String
[mangled: org/apache/batik/svggen/ImageHandlerPNGEncoder.getPrefix:()Ljava/lang/String;]
ImageHandlerPNGEncoder.getSuffix ( ) : String
[mangled: org/apache/batik/svggen/ImageHandlerPNGEncoder.getSuffix:()Ljava/lang/String;]
ImageHandlerPNGEncoder.ImageHandlerPNGEncoder ( String p1, String p2 )
[mangled: org/apache/batik/svggen/ImageHandlerPNGEncoder."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, ImageTagRegistry.class
package org.apache.batik.ext.awt.image.spi
ImageTagRegistry.checkCache ( ParsedURL p1, ICCColorSpaceExt p2 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.checkCache:(Lorg/apache/batik/util/ParsedURL;Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ImageTagRegistry.flushCache ( ) : void
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.flushCache:()V]
ImageTagRegistry.getBrokenLinkImage ( Object p1, String p2, Object[ ] p3 ) [static] : Filter
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.getBrokenLinkImage:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ImageTagRegistry.getRegisteredExtensions ( ) : List
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.getRegisteredExtensions:()Ljava/util/List;]
ImageTagRegistry.getRegisteredMimeTypes ( ) : List
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.getRegisteredMimeTypes:()Ljava/util/List;]
ImageTagRegistry.getRegistry ( ) [static] : ImageTagRegistry
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.getRegistry:()Lorg/apache/batik/ext/awt/image/spi/ImageTagRegistry;]
ImageTagRegistry.ImageTagRegistry ( )
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry."<init>":()V]
ImageTagRegistry.ImageTagRegistry ( URLImageCache p1, URLImageCache p2 )
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry."<init>":(Lorg/apache/batik/ext/awt/image/URLImageCache;Lorg/apache/batik/ext/awt/image/URLImageCache;)V]
ImageTagRegistry.readStream ( InputStream p1 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.readStream:(Ljava/io/InputStream;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ImageTagRegistry.readStream ( InputStream p1, ICCColorSpaceExt p2 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.readStream:(Ljava/io/InputStream;Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ImageTagRegistry.readURL ( InputStream p1, ParsedURL p2, ICCColorSpaceExt p3, boolean p4, boolean p5 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.readURL:(Ljava/io/InputStream;Lorg/apache/batik/util/ParsedURL;Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;ZZ)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ImageTagRegistry.readURL ( ParsedURL p1 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.readURL:(Lorg/apache/batik/util/ParsedURL;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ImageTagRegistry.readURL ( ParsedURL p1, ICCColorSpaceExt p2 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.readURL:(Lorg/apache/batik/util/ParsedURL;Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ImageTagRegistry.register ( RegistryEntry p1 ) : void
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.register:(Lorg/apache/batik/ext/awt/image/spi/RegistryEntry;)V]
ImageTagRegistry.setBrokenLinkProvider ( BrokenLinkProvider p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/spi/ImageTagRegistry.setBrokenLinkProvider:(Lorg/apache/batik/ext/awt/image/spi/BrokenLinkProvider;)V]
cdk-1.0.4.jar, IMapping.class
package org.openscience.cdk.interfaces
IMapping.relatedChemObjects ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IMapping.relatedChemObjects:()Ljava/util/Iterator;]
cdk-1.0.4.jar, IMatrix.class
package org.openscience.cdk.math
IMatrix.add ( IMatrix b ) : IMatrix
[mangled: org/openscience/cdk/math/IMatrix.add:(Lorg/openscience/cdk/math/IMatrix;)Lorg/openscience/cdk/math/IMatrix;]
IMatrix.add ( IMatrix b, IMatrix result ) : void
[mangled: org/openscience/cdk/math/IMatrix.add:(Lorg/openscience/cdk/math/IMatrix;Lorg/openscience/cdk/math/IMatrix;)V]
IMatrix.contraction ( ) : Complex
[mangled: org/openscience/cdk/math/IMatrix.contraction:()Lorg/openscience/cdk/math/Complex;]
IMatrix.duplicate ( ) : IMatrix
[mangled: org/openscience/cdk/math/IMatrix.duplicate:()Lorg/openscience/cdk/math/IMatrix;]
IMatrix.duplicate ( IMatrix result ) : void
[mangled: org/openscience/cdk/math/IMatrix.duplicate:(Lorg/openscience/cdk/math/IMatrix;)V]
IMatrix.getColumns ( ) : int
[mangled: org/openscience/cdk/math/IMatrix.getColumns:()I]
IMatrix.getRows ( ) : int
[mangled: org/openscience/cdk/math/IMatrix.getRows:()I]
IMatrix.getVectorFromColumn ( int index ) : IVector
[mangled: org/openscience/cdk/math/IMatrix.getVectorFromColumn:(I)Lorg/openscience/cdk/math/IVector;]
IMatrix.getVectorFromDiagonal ( ) : IVector
[mangled: org/openscience/cdk/math/IMatrix.getVectorFromDiagonal:()Lorg/openscience/cdk/math/IVector;]
IMatrix.getVectorFromRow ( int index ) : IVector
[mangled: org/openscience/cdk/math/IMatrix.getVectorFromRow:(I)Lorg/openscience/cdk/math/IVector;]
IMatrix.IMatrix ( int rows, int columns )
[mangled: org/openscience/cdk/math/IMatrix."<init>":(II)V]
IMatrix.IMatrix ( Matrix m )
[mangled: org/openscience/cdk/math/IMatrix."<init>":(Lorg/openscience/cdk/math/Matrix;)V]
IMatrix.mul ( Complex a ) : IMatrix
[mangled: org/openscience/cdk/math/IMatrix.mul:(Lorg/openscience/cdk/math/Complex;)Lorg/openscience/cdk/math/IMatrix;]
IMatrix.mul ( Complex a, IMatrix result ) : void
[mangled: org/openscience/cdk/math/IMatrix.mul:(Lorg/openscience/cdk/math/Complex;Lorg/openscience/cdk/math/IMatrix;)V]
IMatrix.mul ( IMatrix b ) : IMatrix
[mangled: org/openscience/cdk/math/IMatrix.mul:(Lorg/openscience/cdk/math/IMatrix;)Lorg/openscience/cdk/math/IMatrix;]
IMatrix.mul ( IMatrix b, IMatrix result ) : void
[mangled: org/openscience/cdk/math/IMatrix.mul:(Lorg/openscience/cdk/math/IMatrix;Lorg/openscience/cdk/math/IMatrix;)V]
IMatrix.mul ( IVector a ) : IVector
[mangled: org/openscience/cdk/math/IMatrix.mul:(Lorg/openscience/cdk/math/IVector;)Lorg/openscience/cdk/math/IVector;]
IMatrix.mul ( IVector a, IVector result ) : void
[mangled: org/openscience/cdk/math/IMatrix.mul:(Lorg/openscience/cdk/math/IVector;Lorg/openscience/cdk/math/IVector;)V]
IMatrix.reshape ( int newrows, int newcolumns ) : void
[mangled: org/openscience/cdk/math/IMatrix.reshape:(II)V]
IMatrix.similar ( IMatrix U ) : IMatrix
[mangled: org/openscience/cdk/math/IMatrix.similar:(Lorg/openscience/cdk/math/IMatrix;)Lorg/openscience/cdk/math/IMatrix;]
IMatrix.similar ( IMatrix U, IMatrix result ) : void
[mangled: org/openscience/cdk/math/IMatrix.similar:(Lorg/openscience/cdk/math/IMatrix;Lorg/openscience/cdk/math/IMatrix;)V]
IMatrix.sub ( IMatrix b ) : IMatrix
[mangled: org/openscience/cdk/math/IMatrix.sub:(Lorg/openscience/cdk/math/IMatrix;)Lorg/openscience/cdk/math/IMatrix;]
IMatrix.sub ( IMatrix b, IMatrix result ) : void
[mangled: org/openscience/cdk/math/IMatrix.sub:(Lorg/openscience/cdk/math/IMatrix;Lorg/openscience/cdk/math/IMatrix;)V]
IMatrix.toString ( ) : String
[mangled: org/openscience/cdk/math/IMatrix.toString:()Ljava/lang/String;]
IMatrix.transpose ( ) : IMatrix
[mangled: org/openscience/cdk/math/IMatrix.transpose:()Lorg/openscience/cdk/math/IMatrix;]
IMatrix.transpose ( IMatrix result ) : void
[mangled: org/openscience/cdk/math/IMatrix.transpose:(Lorg/openscience/cdk/math/IMatrix;)V]
cdk-1.0.4.jar, IMoleculeSet.class
package org.openscience.cdk.interfaces
IMoleculeSet.molecules ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IMoleculeSet.molecules:()Ljava/util/Iterator;]
cdk-1.0.4.jar, ImplicitHCountAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
ImplicitHCountAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ImplicitHCountAtom.getOperator:()I]
ImplicitHCountAtom.ImplicitHCountAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/ImplicitHCountAtom."<init>":()V]
cdk-1.0.4.jar, ImportTree.class
package org.apache.xindice.tools.command
ImportTree.createCollection ( String baseCollection, String newCollection ) : String
[mangled: org/apache/xindice/tools/command/ImportTree.createCollection:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ImportTree.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/ImportTree.execute:(Ljava/util/Hashtable;)Z]
ImportTree.importFile ( String baseCollection, String path, String name ) : void
[mangled: org/apache/xindice/tools/command/ImportTree.importFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ImportTree.ImportTree ( )
[mangled: org/apache/xindice/tools/command/ImportTree."<init>":()V]
cdk-1.0.4.jar, InChIGeneratorFactory.class
package org.openscience.cdk.inchi
InChIGeneratorFactory.getInChIToStructure ( String inchi ) : InChIToStructure
[mangled: org/openscience/cdk/inchi/InChIGeneratorFactory.getInChIToStructure:(Ljava/lang/String;)Lorg/openscience/cdk/inchi/InChIToStructure;]
InChIGeneratorFactory.getInChIToStructure ( String inchi, List options ) : InChIToStructure
[mangled: org/openscience/cdk/inchi/InChIGeneratorFactory.getInChIToStructure:(Ljava/lang/String;Ljava/util/List;)Lorg/openscience/cdk/inchi/InChIToStructure;]
InChIGeneratorFactory.getInChIToStructure ( String inchi, String options ) : InChIToStructure
[mangled: org/openscience/cdk/inchi/InChIGeneratorFactory.getInChIToStructure:(Ljava/lang/String;Ljava/lang/String;)Lorg/openscience/cdk/inchi/InChIToStructure;]
cdk-1.0.4.jar, INChIReader.class
package org.openscience.cdk.io
INChIReader.INChIReader ( Reader input ) *DEPRECATED*
[mangled: org/openscience/cdk/io/INChIReader."<init>":(Ljava/io/Reader;)V]
cdk-1.0.4.jar, InChIToStructure.class
package org.openscience.cdk.inchi
InChIToStructure.generateAtomContainerFromInchi ( ) : void
[mangled: org/openscience/cdk/inchi/InChIToStructure.generateAtomContainerFromInchi:()V]
InChIToStructure.InChIToStructure ( String inchi )
[mangled: org/openscience/cdk/inchi/InChIToStructure."<init>":(Ljava/lang/String;)V]
InChIToStructure.InChIToStructure ( String inchi, List options )
[mangled: org/openscience/cdk/inchi/InChIToStructure."<init>":(Ljava/lang/String;Ljava/util/List;)V]
InChIToStructure.InChIToStructure ( String inchi, String options )
[mangled: org/openscience/cdk/inchi/InChIToStructure."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, InCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.InCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.InCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, InCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.InCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.InCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, INDEX.class
package org.openscience.dadml
INDEX.getACCESS_PREFIX ( ) : String
[mangled: org/openscience/dadml/INDEX.getACCESS_PREFIX:()Ljava/lang/String;]
INDEX.getACCESS_SUFFIX ( ) : String
[mangled: org/openscience/dadml/INDEX.getACCESS_SUFFIX:()Ljava/lang/String;]
INDEX.getACCESS_TYPE ( ) : String
[mangled: org/openscience/dadml/INDEX.getACCESS_TYPE:()Ljava/lang/String;]
INDEX.getDATA_URL ( ) : String
[mangled: org/openscience/dadml/INDEX.getDATA_URL:()Ljava/lang/String;]
INDEX.getTYPE ( ) : String
[mangled: org/openscience/dadml/INDEX.getTYPE:()Ljava/lang/String;]
INDEX.INDEX ( )
[mangled: org/openscience/dadml/INDEX."<init>":()V]
INDEX.setACCESS_PREFIX ( String s ) : void
[mangled: org/openscience/dadml/INDEX.setACCESS_PREFIX:(Ljava/lang/String;)V]
INDEX.setACCESS_SUFFIX ( String s ) : void
[mangled: org/openscience/dadml/INDEX.setACCESS_SUFFIX:(Ljava/lang/String;)V]
INDEX.setACCESS_TYPE ( String s ) : void
[mangled: org/openscience/dadml/INDEX.setACCESS_TYPE:(Ljava/lang/String;)V]
INDEX.setDATA_URL ( String s ) : void
[mangled: org/openscience/dadml/INDEX.setDATA_URL:(Ljava/lang/String;)V]
INDEX.setTYPE ( String s ) : void
[mangled: org/openscience/dadml/INDEX.setTYPE:(Ljava/lang/String;)V]
cdk-1.0.4.jar, Indexer.class
package org.apache.xindice.core.indexer
Indexer.add ( String p1, Key p2, int p3, int p4, short p5, short p6 ) [abstract] : void
[mangled: org/apache/xindice/core/indexer/Indexer.add:(Ljava/lang/String;Lorg/apache/xindice/core/data/Key;IISS)V]
Indexer.flush ( ) [abstract] : void
[mangled: org/apache/xindice/core/indexer/Indexer.flush:()V]
Indexer.getIndexStyle ( ) [abstract] : String
[mangled: org/apache/xindice/core/indexer/Indexer.getIndexStyle:()Ljava/lang/String;]
Indexer.getPattern ( ) [abstract] : String
[mangled: org/apache/xindice/core/indexer/Indexer.getPattern:()Ljava/lang/String;]
Indexer.queryMatches ( IndexQuery p1 ) [abstract] : IndexMatch[ ]
[mangled: org/apache/xindice/core/indexer/Indexer.queryMatches:(Lorg/apache/xindice/core/indexer/IndexQuery;)[Lorg/apache/xindice/core/indexer/IndexMatch;]
Indexer.remove ( String p1, Key p2, int p3, int p4, short p5, short p6 ) [abstract] : void
[mangled: org/apache/xindice/core/indexer/Indexer.remove:(Ljava/lang/String;Lorg/apache/xindice/core/data/Key;IISS)V]
Indexer.setCollection ( Collection p1 ) [abstract] : void
[mangled: org/apache/xindice/core/indexer/Indexer.setCollection:(Lorg/apache/xindice/core/Collection;)V]
cdk-1.0.4.jar, IndexerException.class
package org.apache.xindice.core.indexer
IndexerException.IndexerException ( int faultCode )
[mangled: org/apache/xindice/core/indexer/IndexerException."<init>":(I)V]
IndexerException.IndexerException ( int faultCode, String message )
[mangled: org/apache/xindice/core/indexer/IndexerException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, IndexImage.class
package org.apache.batik.ext.awt.image.rendered
IndexImage.getIndexedImage ( BufferedImage p1, int p2 ) [static] : BufferedImage
[mangled: org/apache/batik/ext/awt/image/rendered/IndexImage.getIndexedImage:(Ljava/awt/image/BufferedImage;I)Ljava/awt/image/BufferedImage;]
IndexImage.IndexImage ( )
[mangled: org/apache/batik/ext/awt/image/rendered/IndexImage."<init>":()V]
cdk-1.0.4.jar, IndexManager.class
package org.apache.xindice.core.indexer
IndexManager.addDocument ( Key key, Document doc ) : void
[mangled: org/apache/xindice/core/indexer/IndexManager.addDocument:(Lorg/apache/xindice/core/data/Key;Lorg/w3c/dom/Document;)V]
IndexManager.create ( Configuration cfg ) : Indexer
[mangled: org/apache/xindice/core/indexer/IndexManager.create:(Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/indexer/Indexer;]
IndexManager.drop ( String name ) : boolean
[mangled: org/apache/xindice/core/indexer/IndexManager.drop:(Ljava/lang/String;)Z]
IndexManager.get ( String name ) : Indexer
[mangled: org/apache/xindice/core/indexer/IndexManager.get:(Ljava/lang/String;)Lorg/apache/xindice/core/indexer/Indexer;]
IndexManager.getBestIndexer ( String style, IndexPattern pattern ) : Indexer
[mangled: org/apache/xindice/core/indexer/IndexManager.getBestIndexer:(Ljava/lang/String;Lorg/apache/xindice/core/indexer/IndexPattern;)Lorg/apache/xindice/core/indexer/Indexer;]
IndexManager.IndexManager ( Collection collection )
[mangled: org/apache/xindice/core/indexer/IndexManager."<init>":(Lorg/apache/xindice/core/Collection;)V]
IndexManager.list ( ) : String[ ]
[mangled: org/apache/xindice/core/indexer/IndexManager.list:()[Ljava/lang/String;]
IndexManager.register ( Class c, Configuration cfg ) : Indexer
[mangled: org/apache/xindice/core/indexer/IndexManager.register:(Ljava/lang/Class;Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/indexer/Indexer;]
IndexManager.removeDocument ( Key key, Document doc ) : void
[mangled: org/apache/xindice/core/indexer/IndexManager.removeDocument:(Lorg/apache/xindice/core/data/Key;Lorg/w3c/dom/Document;)V]
IndexManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/indexer/IndexManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
IndexManager.unregister ( String name ) : void
[mangled: org/apache/xindice/core/indexer/IndexManager.unregister:(Ljava/lang/String;)V]
cdk-1.0.4.jar, IndexMatch.class
package org.apache.xindice.core.indexer
IndexMatch.compareTo ( Object obj ) : int
[mangled: org/apache/xindice/core/indexer/IndexMatch.compareTo:(Ljava/lang/Object;)I]
IndexMatch.getAttribute ( ) : short
[mangled: org/apache/xindice/core/indexer/IndexMatch.getAttribute:()S]
IndexMatch.getElement ( ) : short
[mangled: org/apache/xindice/core/indexer/IndexMatch.getElement:()S]
IndexMatch.getKey ( ) : Key
[mangled: org/apache/xindice/core/indexer/IndexMatch.getKey:()Lorg/apache/xindice/core/data/Key;]
IndexMatch.getLength ( ) : int
[mangled: org/apache/xindice/core/indexer/IndexMatch.getLength:()I]
IndexMatch.getPosition ( ) : int
[mangled: org/apache/xindice/core/indexer/IndexMatch.getPosition:()I]
IndexMatch.IndexMatch ( )
[mangled: org/apache/xindice/core/indexer/IndexMatch."<init>":()V]
IndexMatch.IndexMatch ( Key key, IndexPattern pattern )
[mangled: org/apache/xindice/core/indexer/IndexMatch."<init>":(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/indexer/IndexPattern;)V]
IndexMatch.IndexMatch ( Key key, int pos, int len )
[mangled: org/apache/xindice/core/indexer/IndexMatch."<init>":(Lorg/apache/xindice/core/data/Key;II)V]
IndexMatch.IndexMatch ( Key key, int pos, int len, short elem, short attr )
[mangled: org/apache/xindice/core/indexer/IndexMatch."<init>":(Lorg/apache/xindice/core/data/Key;IISS)V]
IndexMatch.toString ( ) : String
[mangled: org/apache/xindice/core/indexer/IndexMatch.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, IndexPattern.class
package org.apache.xindice.core.indexer
IndexPattern.equals ( Object obj ) : boolean
[mangled: org/apache/xindice/core/indexer/IndexPattern.equals:(Ljava/lang/Object;)Z]
IndexPattern.getAttributeID ( ) : short
[mangled: org/apache/xindice/core/indexer/IndexPattern.getAttributeID:()S]
IndexPattern.getAttributeName ( ) : String
[mangled: org/apache/xindice/core/indexer/IndexPattern.getAttributeName:()Ljava/lang/String;]
IndexPattern.getElementID ( ) : short
[mangled: org/apache/xindice/core/indexer/IndexPattern.getElementID:()S]
IndexPattern.getElementName ( ) : String
[mangled: org/apache/xindice/core/indexer/IndexPattern.getElementName:()Ljava/lang/String;]
IndexPattern.getMatchLevel ( IndexPattern p ) : int
[mangled: org/apache/xindice/core/indexer/IndexPattern.getMatchLevel:(Lorg/apache/xindice/core/indexer/IndexPattern;)I]
IndexPattern.hashCode ( ) : int
[mangled: org/apache/xindice/core/indexer/IndexPattern.hashCode:()I]
IndexPattern.IndexPattern ( SymbolTable symbols, short elemID )
[mangled: org/apache/xindice/core/indexer/IndexPattern."<init>":(Lorg/apache/xindice/xml/SymbolTable;S)V]
IndexPattern.IndexPattern ( SymbolTable symbols, short elemID, short attrID )
[mangled: org/apache/xindice/core/indexer/IndexPattern."<init>":(Lorg/apache/xindice/xml/SymbolTable;SS)V]
IndexPattern.IndexPattern ( SymbolTable symbols, short elemID, String attrName )
[mangled: org/apache/xindice/core/indexer/IndexPattern."<init>":(Lorg/apache/xindice/xml/SymbolTable;SLjava/lang/String;)V]
IndexPattern.IndexPattern ( SymbolTable symbols, String pattern, NamespaceMap nsMap )
[mangled: org/apache/xindice/core/indexer/IndexPattern."<init>":(Lorg/apache/xindice/xml/SymbolTable;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;)V]
IndexPattern.read ( DataInputStream dis ) : void
[mangled: org/apache/xindice/core/indexer/IndexPattern.read:(Ljava/io/DataInputStream;)V]
IndexPattern.write ( DataOutputStream dos ) : void
[mangled: org/apache/xindice/core/indexer/IndexPattern.write:(Ljava/io/DataOutputStream;)V]
cdk-1.0.4.jar, IndexQuery.class
package org.apache.xindice.core.indexer
IndexQuery.getLength ( ) : int
[mangled: org/apache/xindice/core/indexer/IndexQuery.getLength:()I]
IndexQuery.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/IndexQuery.getOperator:()I]
IndexQuery.getPattern ( ) : IndexPattern
[mangled: org/apache/xindice/core/indexer/IndexQuery.getPattern:()Lorg/apache/xindice/core/indexer/IndexPattern;]
IndexQuery.getValue ( int index ) : Value
[mangled: org/apache/xindice/core/indexer/IndexQuery.getValue:(I)Lorg/apache/xindice/core/data/Value;]
IndexQuery.getValues ( ) : Value[ ]
[mangled: org/apache/xindice/core/indexer/IndexQuery.getValues:()[Lorg/apache/xindice/core/data/Value;]
IndexQuery.IndexQuery ( IndexPattern pattern )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, int op, String val1 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;ILjava/lang/String;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, int op, String val1, String val2 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;ILjava/lang/String;Ljava/lang/String;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, int op, Value val1 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;ILorg/apache/xindice/core/data/Value;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, int op, Value val1, Value val2 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;ILorg/apache/xindice/core/data/Value;Lorg/apache/xindice/core/data/Value;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, int op, Value[ ] vals )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;I[Lorg/apache/xindice/core/data/Value;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, String val1, String val2 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;Ljava/lang/String;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, Value val1, Value val2 )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;Lorg/apache/xindice/core/data/Value;)V]
IndexQuery.IndexQuery ( IndexPattern pattern, Value[ ] vals )
[mangled: org/apache/xindice/core/indexer/IndexQuery."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;[Lorg/apache/xindice/core/data/Value;)V]
IndexQuery.testValue ( String value ) : boolean
[mangled: org/apache/xindice/core/indexer/IndexQuery.testValue:(Ljava/lang/String;)Z]
IndexQuery.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/IndexQuery.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryANY.class
package org.apache.xindice.core.indexer.helpers
IndexQueryANY.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryANY.getOperator:()I]
IndexQueryANY.IndexQueryANY ( IndexPattern pattern )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryANY."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;)V]
IndexQueryANY.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryANY.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryBW.class
package org.apache.xindice.core.indexer.helpers
IndexQueryBW.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBW.getOperator:()I]
IndexQueryBW.IndexQueryBW ( IndexPattern pattern, String val1, String val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;Ljava/lang/String;)V]
IndexQueryBW.IndexQueryBW ( IndexPattern pattern, Value val1, Value val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryBW.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBW.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryBWX.class
package org.apache.xindice.core.indexer.helpers
IndexQueryBWX.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBWX.getOperator:()I]
IndexQueryBWX.IndexQueryBWX ( IndexPattern pattern, String val1, String val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBWX."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;Ljava/lang/String;)V]
IndexQueryBWX.IndexQueryBWX ( IndexPattern pattern, Value val1, Value val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBWX."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryBWX.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryBWX.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryEQ.class
package org.apache.xindice.core.indexer.helpers
IndexQueryEQ.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryEQ.getOperator:()I]
IndexQueryEQ.IndexQueryEQ ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQueryEQ.IndexQueryEQ ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryEQ.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryEQ.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryGEQ.class
package org.apache.xindice.core.indexer.helpers
IndexQueryGEQ.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGEQ.getOperator:()I]
IndexQueryGEQ.IndexQueryGEQ ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQueryGEQ.IndexQueryGEQ ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryGEQ.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGEQ.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryGT.class
package org.apache.xindice.core.indexer.helpers
IndexQueryGT.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGT.getOperator:()I]
IndexQueryGT.IndexQueryGT ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGT."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQueryGT.IndexQueryGT ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGT."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryGT.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryGT.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryIN.class
package org.apache.xindice.core.indexer.helpers
IndexQueryIN.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryIN.getOperator:()I]
IndexQueryIN.IndexQueryIN ( IndexPattern pattern, Value[ ] vals )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryIN."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;[Lorg/apache/xindice/core/data/Value;)V]
IndexQueryIN.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryIN.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryLEQ.class
package org.apache.xindice.core.indexer.helpers
IndexQueryLEQ.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLEQ.getOperator:()I]
IndexQueryLEQ.IndexQueryLEQ ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQueryLEQ.IndexQueryLEQ ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryLEQ.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLEQ.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryLT.class
package org.apache.xindice.core.indexer.helpers
IndexQueryLT.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLT.getOperator:()I]
IndexQueryLT.IndexQueryLT ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLT."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQueryLT.IndexQueryLT ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLT."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryLT.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryLT.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryNBW.class
package org.apache.xindice.core.indexer.helpers
IndexQueryNBW.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBW.getOperator:()I]
IndexQueryNBW.IndexQueryNBW ( IndexPattern pattern, String val1, String val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;Ljava/lang/String;)V]
IndexQueryNBW.IndexQueryNBW ( IndexPattern pattern, Value val1, Value val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryNBW.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBW.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryNBWX.class
package org.apache.xindice.core.indexer.helpers
IndexQueryNBWX.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBWX.getOperator:()I]
IndexQueryNBWX.IndexQueryNBWX ( IndexPattern pattern, String val1, String val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBWX."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;Ljava/lang/String;)V]
IndexQueryNBWX.IndexQueryNBWX ( IndexPattern pattern, Value val1, Value val2 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBWX."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryNBWX.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNBWX.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryNEQ.class
package org.apache.xindice.core.indexer.helpers
IndexQueryNEQ.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNEQ.getOperator:()I]
IndexQueryNEQ.IndexQueryNEQ ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQueryNEQ.IndexQueryNEQ ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNEQ."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryNEQ.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNEQ.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryNIN.class
package org.apache.xindice.core.indexer.helpers
IndexQueryNIN.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNIN.getOperator:()I]
IndexQueryNIN.IndexQueryNIN ( IndexPattern pattern, Value[ ] vals )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNIN."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;[Lorg/apache/xindice/core/data/Value;)V]
IndexQueryNIN.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNIN.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQueryNSW.class
package org.apache.xindice.core.indexer.helpers
IndexQueryNSW.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNSW.getOperator:()I]
IndexQueryNSW.IndexQueryNSW ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNSW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQueryNSW.IndexQueryNSW ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNSW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQueryNSW.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQueryNSW.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, IndexQuerySW.class
package org.apache.xindice.core.indexer.helpers
IndexQuerySW.getOperator ( ) : int
[mangled: org/apache/xindice/core/indexer/helpers/IndexQuerySW.getOperator:()I]
IndexQuerySW.IndexQuerySW ( IndexPattern pattern, String val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQuerySW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Ljava/lang/String;)V]
IndexQuerySW.IndexQuerySW ( IndexPattern pattern, Value val1 )
[mangled: org/apache/xindice/core/indexer/helpers/IndexQuerySW."<init>":(Lorg/apache/xindice/core/indexer/IndexPattern;Lorg/apache/xindice/core/data/Value;)V]
IndexQuerySW.testValue ( Value value ) : boolean
[mangled: org/apache/xindice/core/indexer/helpers/IndexQuerySW.testValue:(Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, InsetsManager.class
package org.apache.batik.ext.swing
JGridBagPanel.InsetsManager.getInsets ( int p1, int p2 ) [abstract] : Insets
[mangled: org/apache/batik/ext/swing/JGridBagPanel.InsetsManager.getInsets:(II)Ljava/awt/Insets;]
cdk-1.0.4.jar, Int2RangeTest.class
package org.xmlcml.euclid.test
Int2RangeTest.Int2RangeTest ( )
[mangled: org/xmlcml/euclid/test/Int2RangeTest."<init>":()V]
Int2RangeTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.main:([Ljava/lang/String;)V]
Int2RangeTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.setUp:()V]
Int2RangeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Int2RangeTest.suite:()Ljunit/framework/Test;]
Int2RangeTest.testAdd ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testAdd:()V]
Int2RangeTest.testGetXRange ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testGetXRange:()V]
Int2RangeTest.testGetYRange ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testGetYRange:()V]
Int2RangeTest.testIncludesInt2 ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testIncludesInt2:()V]
Int2RangeTest.testIncludesInt2Range ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testIncludesInt2Range:()V]
Int2RangeTest.testInt2Range ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testInt2Range:()V]
Int2RangeTest.testInt2RangeInt2Range ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testInt2RangeInt2Range:()V]
Int2RangeTest.testInt2RangeIntRangeIntRange ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testInt2RangeIntRangeIntRange:()V]
Int2RangeTest.testIntersectionWith ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testIntersectionWith:()V]
Int2RangeTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testIsEqualTo:()V]
Int2RangeTest.testIsValid ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testIsValid:()V]
Int2RangeTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/Int2RangeTest.testPlus:()V]
cdk-1.0.4.jar, Int2Test.class
package org.xmlcml.euclid.test
Int2Test.Int2Test ( )
[mangled: org/xmlcml/euclid/test/Int2Test."<init>":()V]
Int2Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.setUp:()V]
Int2Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Int2Test.suite:()Ljunit/framework/Test;]
Int2Test.testClear ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testClear:()V]
Int2Test.testDotProduct ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testDotProduct:()V]
Int2Test.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testElementAt:()V]
Int2Test.testGetMidPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testGetMidPoint:()V]
Int2Test.testGetX ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testGetX:()V]
Int2Test.testGetY ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testGetY:()V]
Int2Test.testInt2 ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testInt2:()V]
Int2Test.testInt2Int2 ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testInt2Int2:()V]
Int2Test.testInt2IntInt ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testInt2IntInt:()V]
Int2Test.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testIsEqualTo:()V]
Int2Test.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testMultiplyBy:()V]
Int2Test.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testNegative:()V]
Int2Test.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testPlus:()V]
Int2Test.testSetX ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testSetX:()V]
Int2Test.testSetY ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testSetY:()V]
Int2Test.testSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testSortAscending:()V]
Int2Test.testSortDescending ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testSortDescending:()V]
Int2Test.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testSubtract:()V]
Int2Test.testSwap ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testSwap:()V]
Int2Test.testToString ( ) : void
[mangled: org/xmlcml/euclid/test/Int2Test.testToString:()V]
cdk-1.0.4.jar, IntArrayAttribute.class
package org.xmlcml.cml.base
IntArrayAttribute.checkValue ( int[ ] ii ) : void
[mangled: org/xmlcml/cml/base/IntArrayAttribute.checkValue:([I)V]
IntArrayAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/IntArrayAttribute.getCMLValue:()Ljava/lang/Object;]
IntArrayAttribute.getIntegerArray ( ) : int[ ]
[mangled: org/xmlcml/cml/base/IntArrayAttribute.getIntegerArray:()[I]
IntArrayAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/IntArrayAttribute.getJavaGetMethod:()Ljava/lang/String;]
IntArrayAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/IntArrayAttribute.getJavaShortClassName:()Ljava/lang/String;]
IntArrayAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/IntArrayAttribute.getJavaType:()Ljava/lang/String;]
IntArrayAttribute.IntArrayAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/IntArrayAttribute."<init>":(Lnu/xom/Attribute;)V]
IntArrayAttribute.IntArrayAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/IntArrayAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
IntArrayAttribute.IntArrayAttribute ( IntArrayAttribute att )
[mangled: org/xmlcml/cml/base/IntArrayAttribute."<init>":(Lorg/xmlcml/cml/base/IntArrayAttribute;)V]
IntArrayAttribute.IntArrayAttribute ( String name )
[mangled: org/xmlcml/cml/base/IntArrayAttribute."<init>":(Ljava/lang/String;)V]
IntArrayAttribute.setCMLValue ( int[ ] ii ) : void
[mangled: org/xmlcml/cml/base/IntArrayAttribute.setCMLValue:([I)V]
IntArrayAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/IntArrayAttribute.setCMLValue:(Ljava/lang/String;)V]
IntArrayAttribute.split ( String s, String delim ) [static] : int[ ]
[mangled: org/xmlcml/cml/base/IntArrayAttribute.split:(Ljava/lang/String;Ljava/lang/String;)[I]
cdk-1.0.4.jar, IntArrayAttributeTest.class
package org.xmlcml.cml.base.test
IntArrayAttributeTest.IntArrayAttributeTest ( )
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest."<init>":()V]
IntArrayAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.setUp:()V]
IntArrayAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.suite:()Ljunit/framework/Test;]
IntArrayAttributeTest.testCheckValue ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.testCheckValue:()V]
IntArrayAttributeTest.testGetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.testGetCMLValue:()V]
IntArrayAttributeTest.testGetIntArray ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.testGetIntArray:()V]
IntArrayAttributeTest.testIntArrayAttributeIntArrayAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.testIntArrayAttributeIntArrayAttribute:()V]
IntArrayAttributeTest.testSetCMLValueIntArray ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.testSetCMLValueIntArray:()V]
IntArrayAttributeTest.testSetCMLValueString ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.testSetCMLValueString:()V]
IntArrayAttributeTest.testSplit ( ) : void
[mangled: org/xmlcml/cml/base/test/IntArrayAttributeTest.testSplit:()V]
cdk-1.0.4.jar, IntArrayTest.class
package org.xmlcml.euclid.test
IntArrayTest.assertEquals ( String p1, int[ ] p2, IntArray p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.assertEquals:(Ljava/lang/String;[ILorg/xmlcml/euclid/IntArray;)V]
IntArrayTest.assertEquals ( String p1, IntArray p2, IntArray p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/IntArray;Lorg/xmlcml/euclid/IntArray;)V]
IntArrayTest.IntArrayTest ( )
[mangled: org/xmlcml/euclid/test/IntArrayTest."<init>":()V]
IntArrayTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.setUp:()V]
IntArrayTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/IntArrayTest.suite:()Ljunit/framework/Test;]
IntArrayTest.testAbsSumAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testAbsSumAllElements:()V]
IntArrayTest.testAddArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testAddArray:()V]
IntArrayTest.testAddElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testAddElement:()V]
IntArrayTest.testClearArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testClearArray:()V]
IntArrayTest.testCumulativeSum ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testCumulativeSum:()V]
IntArrayTest.testDeleteElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testDeleteElement:()V]
IntArrayTest.testDeleteElementsIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testDeleteElementsIntInt:()V]
IntArrayTest.testDotProduct ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testDotProduct:()V]
IntArrayTest.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testElementAt:()V]
IntArrayTest.testEqualsIntArrayDouble ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testEqualsIntArrayDouble:()V]
IntArrayTest.testGetArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetArray:()V]
IntArrayTest.testGetMax ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetMax:()V]
IntArrayTest.testGetMin ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetMin:()V]
IntArrayTest.testGetRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetRange:()V]
IntArrayTest.testGetReorderedArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetReorderedArray:()V]
IntArrayTest.testGetReverseArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetReverseArray:()V]
IntArrayTest.testGetStringValues ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetStringValues:()V]
IntArrayTest.testGetSubArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testGetSubArray:()V]
IntArrayTest.testIndexOfLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIndexOfLargestElement:()V]
IntArrayTest.testIndexOfSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIndexOfSmallestElement:()V]
IntArrayTest.testIndexSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIndexSortAscending:()V]
IntArrayTest.testIndexSortDescending ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIndexSortDescending:()V]
IntArrayTest.testInnerProduct ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testInnerProduct:()V]
IntArrayTest.testInRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testInRange:()V]
IntArrayTest.testInsertArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testInsertArray:()V]
IntArrayTest.testInsertElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testInsertElementAt:()V]
IntArrayTest.testIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArray:()V]
IntArrayTest.testIntArrayDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayDoubleArray:()V]
IntArrayTest.testIntArrayInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayInt:()V]
IntArrayTest.testIntArrayIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayIntArray:()V]
IntArrayTest.testIntArrayIntArrayIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayIntArrayIntArray:()V]
IntArrayTest.testIntArrayIntArrayIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayIntArrayIntInt:()V]
IntArrayTest.testIntArrayIntDouble ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayIntDouble:()V]
IntArrayTest.testIntArrayIntDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayIntDoubleArray:()V]
IntArrayTest.testIntArrayIntDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayIntDoubleDouble:()V]
IntArrayTest.testIntArrayString ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayString:()V]
IntArrayTest.testIntArrayStringArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIntArrayStringArray:()V]
IntArrayTest.testIsClear ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIsClear:()V]
IntArrayTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testIsEqualTo:()V]
IntArrayTest.testLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testLargestElement:()V]
IntArrayTest.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testMultiplyBy:()V]
IntArrayTest.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testNegative:()V]
IntArrayTest.testOutOfRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testOutOfRange:()V]
IntArrayTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testPlus:()V]
IntArrayTest.testReverse ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testReverse:()V]
IntArrayTest.testSetAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSetAllElements:()V]
IntArrayTest.testSetElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSetElementAt:()V]
IntArrayTest.testSetElements ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSetElements:()V]
IntArrayTest.testSize ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSize:()V]
IntArrayTest.testSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSmallestElement:()V]
IntArrayTest.testSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSortAscending:()V]
IntArrayTest.testSortDescending ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSortDescending:()V]
IntArrayTest.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSubtract:()V]
IntArrayTest.testSubtractEquals ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSubtractEquals:()V]
IntArrayTest.testSumAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testSumAllElements:()V]
IntArrayTest.testTrim ( ) : void
[mangled: org/xmlcml/euclid/test/IntArrayTest.testTrim:()V]
cdk-1.0.4.jar, IntAttribute.class
package org.xmlcml.cml.base
IntAttribute.checkValue ( int i ) : void
[mangled: org/xmlcml/cml/base/IntAttribute.checkValue:(I)V]
IntAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/IntAttribute.getCMLValue:()Ljava/lang/Object;]
IntAttribute.getInt ( ) : int
[mangled: org/xmlcml/cml/base/IntAttribute.getInt:()I]
IntAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/IntAttribute.getJavaGetMethod:()Ljava/lang/String;]
IntAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/IntAttribute.getJavaShortClassName:()Ljava/lang/String;]
IntAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/IntAttribute.getJavaType:()Ljava/lang/String;]
IntAttribute.IntAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/IntAttribute."<init>":(Lnu/xom/Attribute;)V]
IntAttribute.IntAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/IntAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
IntAttribute.IntAttribute ( IntAttribute att )
[mangled: org/xmlcml/cml/base/IntAttribute."<init>":(Lorg/xmlcml/cml/base/IntAttribute;)V]
IntAttribute.IntAttribute ( String name )
[mangled: org/xmlcml/cml/base/IntAttribute."<init>":(Ljava/lang/String;)V]
IntAttribute.setCMLValue ( int i ) : void
[mangled: org/xmlcml/cml/base/IntAttribute.setCMLValue:(I)V]
IntAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/IntAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, IntAttributeTest.class
package org.xmlcml.cml.base.test
IntAttributeTest.IntAttributeTest ( )
[mangled: org/xmlcml/cml/base/test/IntAttributeTest."<init>":()V]
IntAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.setUp:()V]
IntAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.suite:()Ljunit/framework/Test;]
IntAttributeTest.testCheckValue ( ) : void
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.testCheckValue:()V]
IntAttributeTest.testGetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.testGetCMLValue:()V]
IntAttributeTest.testGetInt ( ) : void
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.testGetInt:()V]
IntAttributeTest.testIntAttributeIntAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.testIntAttributeIntAttribute:()V]
IntAttributeTest.testSetCMLValueInt ( ) : void
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.testSetCMLValueInt:()V]
IntAttributeTest.testSetCMLValueString ( ) : void
[mangled: org/xmlcml/cml/base/test/IntAttributeTest.testSetCMLValueString:()V]
cdk-1.0.4.jar, InterruptableSmilesParser.class
package org.openscience.cdk.smiles
InterruptableSmilesParser.InterruptableSmilesParser ( IChemObjectBuilder builder )
[mangled: org/openscience/cdk/smiles/InterruptableSmilesParser."<init>":(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)V]
InterruptableSmilesParser.parseSmiles ( String smiles, long timeout ) : IMolecule
[mangled: org/openscience/cdk/smiles/InterruptableSmilesParser.parseSmiles:(Ljava/lang/String;J)Lorg/openscience/cdk/interfaces/IMolecule;]
cdk-1.0.4.jar, IntMatrixTest.class
package org.xmlcml.euclid.test
IntMatrixTest.assertEquals ( String p1, int p2, int p3, int[ ] p4, IntMatrix p5 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.assertEquals:(Ljava/lang/String;II[ILorg/xmlcml/euclid/IntMatrix;)V]
IntMatrixTest.assertEquals ( String p1, IntMatrix p2, IntMatrix p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/IntMatrix;Lorg/xmlcml/euclid/IntMatrix;)V]
IntMatrixTest.IntMatrixTest ( )
[mangled: org/xmlcml/euclid/test/IntMatrixTest."<init>":()V]
IntMatrixTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.setUp:()V]
IntMatrixTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/IntMatrixTest.suite:()Ljunit/framework/Test;]
IntMatrixTest.testAppendColumnDataIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testAppendColumnDataIntArray:()V]
IntMatrixTest.testAppendColumnDataIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testAppendColumnDataIntMatrix:()V]
IntMatrixTest.testAppendRowDataIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testAppendRowDataIntArray:()V]
IntMatrixTest.testAppendRowDataIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testAppendRowDataIntMatrix:()V]
IntMatrixTest.testClearMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testClearMatrix:()V]
IntMatrixTest.testColumnwiseDivide ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testColumnwiseDivide:()V]
IntMatrixTest.testDeleteColumn ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testDeleteColumn:()V]
IntMatrixTest.testDeleteColumns ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testDeleteColumns:()V]
IntMatrixTest.testDeleteRow ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testDeleteRow:()V]
IntMatrixTest.testDeleteRows ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testDeleteRows:()V]
IntMatrixTest.testElementAtInt2 ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testElementAtInt2:()V]
IntMatrixTest.testElementAtIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testElementAtIntInt:()V]
IntMatrixTest.testElementsInRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testElementsInRange:()V]
IntMatrixTest.testExtractColumnData ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testExtractColumnData:()V]
IntMatrixTest.testExtractRowData ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testExtractRowData:()V]
IntMatrixTest.testExtractSubMatrixData ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testExtractSubMatrixData:()V]
IntMatrixTest.testGetFormat ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testGetFormat:()V]
IntMatrixTest.testGetIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testGetIntMatrix:()V]
IntMatrixTest.testGetMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testGetMatrix:()V]
IntMatrixTest.testGetMatrixAsArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testGetMatrixAsArray:()V]
IntMatrixTest.testGetRowsCols ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testGetRowsCols:()V]
IntMatrixTest.testGetTranspose ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testGetTranspose:()V]
IntMatrixTest.testIndexOfLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIndexOfLargestElement:()V]
IntMatrixTest.testIndexOfLargestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIndexOfLargestElementInColumn:()V]
IntMatrixTest.testIndexOfLargestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIndexOfLargestElementInRow:()V]
IntMatrixTest.testIndexOfSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIndexOfSmallestElement:()V]
IntMatrixTest.testIndexOfSmallestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIndexOfSmallestElementInColumn:()V]
IntMatrixTest.testIndexOfSmallestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIndexOfSmallestElementInRow:()V]
IntMatrixTest.testInsertColumnDataIntIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testInsertColumnDataIntIntArray:()V]
IntMatrixTest.testInsertColumnDataIntIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testInsertColumnDataIntIntMatrix:()V]
IntMatrixTest.testInsertColumns ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testInsertColumns:()V]
IntMatrixTest.testInsertRowDataIntIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testInsertRowDataIntIntArray:()V]
IntMatrixTest.testInsertRowDataIntIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testInsertRowDataIntIntMatrix:()V]
IntMatrixTest.testInsertRows ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testInsertRows:()V]
IntMatrixTest.testIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIntMatrix:()V]
IntMatrixTest.testIntMatrixIntegerArrayArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIntMatrixIntegerArrayArray:()V]
IntMatrixTest.testIntMatrixIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIntMatrixIntInt:()V]
IntMatrixTest.testIntMatrixIntIntInteger ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIntMatrixIntIntInteger:()V]
IntMatrixTest.testIntMatrixIntIntIntegerArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIntMatrixIntIntIntegerArray:()V]
IntMatrixTest.testIntMatrixIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIntMatrixIntMatrix:()V]
IntMatrixTest.testIntMatrixIntMatrixIntIntIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIntMatrixIntMatrixIntIntIntInt:()V]
IntMatrixTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIsEqualTo:()V]
IntMatrixTest.testIsSquare ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testIsSquare:()V]
IntMatrixTest.testLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testLargestElement:()V]
IntMatrixTest.testLargestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testLargestElementInColumn:()V]
IntMatrixTest.testLargestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testLargestElementInRow:()V]
IntMatrixTest.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testMultiplyBy:()V]
IntMatrixTest.testMultiplyEquals ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testMultiplyEquals:()V]
IntMatrixTest.testMultiplyIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testMultiplyIntArray:()V]
IntMatrixTest.testMultiplyIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testMultiplyIntMatrix:()V]
IntMatrixTest.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testNegative:()V]
IntMatrixTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testPlus:()V]
IntMatrixTest.testReorderColumnsBy ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReorderColumnsBy:()V]
IntMatrixTest.testReorderRowsBy ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReorderRowsBy:()V]
IntMatrixTest.testReplaceColumnDataIntIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReplaceColumnDataIntIntArray:()V]
IntMatrixTest.testReplaceColumnDataIntIntegerArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReplaceColumnDataIntIntegerArray:()V]
IntMatrixTest.testReplaceColumnDataIntIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReplaceColumnDataIntIntMatrix:()V]
IntMatrixTest.testReplaceRowDataIntIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReplaceRowDataIntIntArray:()V]
IntMatrixTest.testReplaceRowDataIntIntegerArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReplaceRowDataIntIntegerArray:()V]
IntMatrixTest.testReplaceRowDataIntIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReplaceRowDataIntIntMatrix:()V]
IntMatrixTest.testReplaceSubMatrixData ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testReplaceSubMatrixData:()V]
IntMatrixTest.testSetAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testSetAllElements:()V]
IntMatrixTest.testSetElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testSetElementAt:()V]
IntMatrixTest.testSetFormat ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testSetFormat:()V]
IntMatrixTest.testSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testSmallestElement:()V]
IntMatrixTest.testSmallestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testSmallestElementInColumn:()V]
IntMatrixTest.testSmallestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testSmallestElementInRow:()V]
IntMatrixTest.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testSubtract:()V]
IntMatrixTest.testWriteXML ( ) : void
[mangled: org/xmlcml/euclid/test/IntMatrixTest.testWriteXML:()V]
cdk-1.0.4.jar, IntRangeTest.class
package org.xmlcml.euclid.test
IntRangeTest.IntRangeTest ( )
[mangled: org/xmlcml/euclid/test/IntRangeTest."<init>":()V]
IntRangeTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.main:([Ljava/lang/String;)V]
IntRangeTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.setUp:()V]
IntRangeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/IntRangeTest.suite:()Ljunit/framework/Test;]
IntRangeTest.testAdd ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testAdd:()V]
IntRangeTest.testContains ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testContains:()V]
IntRangeTest.testGetMax ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testGetMax:()V]
IntRangeTest.testGetMin ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testGetMin:()V]
IntRangeTest.testGetRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testGetRange:()V]
IntRangeTest.testIncludesInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIncludesInt:()V]
IntRangeTest.testIncludesIntRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIncludesIntRange:()V]
IntRangeTest.testIntersectionWith ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIntersectionWith:()V]
IntRangeTest.testIntRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIntRange:()V]
IntRangeTest.testIntRangeIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIntRangeIntInt:()V]
IntRangeTest.testIntRangeIntRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIntRangeIntRange:()V]
IntRangeTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIsEqualTo:()V]
IntRangeTest.testIsValid ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testIsValid:()V]
IntRangeTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/IntRangeTest.testPlus:()V]
cdk-1.0.4.jar, IntSetTest.class
package org.xmlcml.euclid.test
IntSetTest.assertEquals ( String p1, int[ ] p2, IntSet p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntSetTest.assertEquals:(Ljava/lang/String;[ILorg/xmlcml/euclid/IntSet;)V]
IntSetTest.assertEquals ( String p1, IntSet p2, IntSet p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntSetTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/IntSet;Lorg/xmlcml/euclid/IntSet;)V]
IntSetTest.IntSetTest ( )
[mangled: org/xmlcml/euclid/test/IntSetTest."<init>":()V]
IntSetTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.setUp:()V]
IntSetTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/IntSetTest.suite:()Ljunit/framework/Test;]
IntSetTest.testAddElement ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testAddElement:()V]
IntSetTest.testAddRange ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testAddRange:()V]
IntSetTest.testAddSet ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testAddSet:()V]
IntSetTest.testContains ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testContains:()V]
IntSetTest.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testElementAt:()V]
IntSetTest.testGetElements ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testGetElements:()V]
IntSetTest.testGetIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testGetIntArray:()V]
IntSetTest.testIntersectionWith ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIntersectionWith:()V]
IntSetTest.testIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIntSet:()V]
IntSetTest.testIntSetInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIntSetInt:()V]
IntSetTest.testIntSetIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIntSetIntArray:()V]
IntSetTest.testIntSetIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIntSetIntInt:()V]
IntSetTest.testIntSetIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIntSetIntSet:()V]
IntSetTest.testIntSetIntSetIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIntSetIntSetIntSet:()V]
IntSetTest.testInverseMap ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testInverseMap:()V]
IntSetTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testIsEqualTo:()V]
IntSetTest.testNotIn ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testNotIn:()V]
IntSetTest.testSetMax ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testSetMax:()V]
IntSetTest.testSetMin ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testSetMin:()V]
IntSetTest.testSize ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testSize:()V]
IntSetTest.testSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/IntSetTest.testSortAscending:()V]
cdk-1.0.4.jar, IntSquareMatrixTest.class
package org.xmlcml.euclid.test
IntSquareMatrixTest.IntSquareMatrixTest ( )
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest."<init>":()V]
IntSquareMatrixTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.setUp:()V]
IntSquareMatrixTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.suite:()Ljunit/framework/Test;]
IntSquareMatrixTest.testCopyLowerToUpper ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testCopyLowerToUpper:()V]
IntSquareMatrixTest.testCopyUpperToLower ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testCopyUpperToLower:()V]
IntSquareMatrixTest.testDiagonal ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testDiagonal:()V]
IntSquareMatrixTest.testIntSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrix:()V]
IntSquareMatrixTest.testIntSquareMatrixInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrixInt:()V]
IntSquareMatrixTest.testIntSquareMatrixIntegerArrayArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrixIntegerArrayArray:()V]
IntSquareMatrixTest.testIntSquareMatrixIntInteger ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrixIntInteger:()V]
IntSquareMatrixTest.testIntSquareMatrixIntIntegerArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrixIntIntegerArray:()V]
IntSquareMatrixTest.testIntSquareMatrixIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrixIntMatrix:()V]
IntSquareMatrixTest.testIntSquareMatrixIntMatrixIntIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrixIntMatrixIntIntInt:()V]
IntSquareMatrixTest.testIntSquareMatrixIntSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIntSquareMatrixIntSquareMatrix:()V]
IntSquareMatrixTest.testIsEqualToIntSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIsEqualToIntSquareMatrix:()V]
IntSquareMatrixTest.testIsLowerTriangular ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIsLowerTriangular:()V]
IntSquareMatrixTest.testIsOrthogonal ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIsOrthogonal:()V]
IntSquareMatrixTest.testIsSymmetric ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIsSymmetric:()V]
IntSquareMatrixTest.testIsUnit ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIsUnit:()V]
IntSquareMatrixTest.testIsUpperTriangular ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testIsUpperTriangular:()V]
IntSquareMatrixTest.testLowerTriangle ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testLowerTriangle:()V]
IntSquareMatrixTest.testMultiplyIntSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testMultiplyIntSquareMatrix:()V]
IntSquareMatrixTest.testOuterProduct ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testOuterProduct:()V]
IntSquareMatrixTest.testPlusIntSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testPlusIntSquareMatrix:()V]
IntSquareMatrixTest.testSubtractIntSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testSubtractIntSquareMatrix:()V]
IntSquareMatrixTest.testTranspose ( ) : void
[mangled: org/xmlcml/euclid/test/IntSquareMatrixTest.testTranspose:()V]
cdk-1.0.4.jar, IntTest.class
package org.xmlcml.euclid.test
IntTest.assertEquals ( String p1, int[ ] p2, int[ ] p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntTest.assertEquals:(Ljava/lang/String;[I[I)V]
IntTest.assertNotEquals ( String p1, int[ ] p2, int[ ] p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/IntTest.assertNotEquals:(Ljava/lang/String;[I[I)V]
IntTest.IntTest ( )
[mangled: org/xmlcml/euclid/test/IntTest."<init>":()V]
IntTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/IntTest.suite:()Ljunit/framework/Test;]
IntTest.testInitArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntTest.testInitArray:()V]
IntTest.testZeroArray ( ) : void
[mangled: org/xmlcml/euclid/test/IntTest.testZeroArray:()V]
cdk-1.0.4.jar, InvalidContextException.class
package org.apache.xindice.core.objects
InvalidContextException.InvalidContextException ( )
[mangled: org/apache/xindice/core/objects/InvalidContextException."<init>":()V]
InvalidContextException.InvalidContextException ( String message )
[mangled: org/apache/xindice/core/objects/InvalidContextException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, InvalidCredentialsException.class
package org.apache.xindice.core.security
InvalidCredentialsException.InvalidCredentialsException ( )
[mangled: org/apache/xindice/core/security/InvalidCredentialsException."<init>":()V]
InvalidCredentialsException.InvalidCredentialsException ( String message )
[mangled: org/apache/xindice/core/security/InvalidCredentialsException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, InvalidPasswordException.class
package org.apache.xindice.core.security
InvalidPasswordException.InvalidPasswordException ( )
[mangled: org/apache/xindice/core/security/InvalidPasswordException."<init>":()V]
InvalidPasswordException.InvalidPasswordException ( String message )
[mangled: org/apache/xindice/core/security/InvalidPasswordException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, InvokeXmlObject.class
package org.apache.xindice.tools.command
InvokeXmlObject.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/InvokeXmlObject.execute:(Ljava/util/Hashtable;)Z]
InvokeXmlObject.InvokeXmlObject ( )
[mangled: org/apache/xindice/tools/command/InvokeXmlObject."<init>":()V]
cdk-1.0.4.jar, IPAtomicDescriptor.class
package org.openscience.cdk.qsar.descriptors.atomic
IPAtomicDescriptor.calculate ( IAtom atom, IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPAtomicDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor.getParameterNames:()[Ljava/lang/String;]
IPAtomicDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor.getParameters:()[Ljava/lang/Object;]
IPAtomicDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IPAtomicDescriptor.getReactionSet ( ) : IReactionSet
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor.getReactionSet:()Lorg/openscience/cdk/interfaces/IReactionSet;]
IPAtomicDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
IPAtomicDescriptor.IPAtomicDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor."<init>":()V]
IPAtomicDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IPAtomicDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, IPBondDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
IPBondDescriptor.calculate ( IBond bond, IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPBondDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor.getParameterNames:()[Ljava/lang/String;]
IPBondDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor.getParameters:()[Ljava/lang/Object;]
IPBondDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IPBondDescriptor.getReactionSet ( ) : IReactionSet
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor.getReactionSet:()Lorg/openscience/cdk/interfaces/IReactionSet;]
IPBondDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
IPBondDescriptor.IPBondDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor."<init>":()V]
IPBondDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/bond/IPBondDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, IPDBAtom.class
package org.openscience.cdk.interfaces
IPDBAtom.getHetAtom ( ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getHetAtom:()Z]
IPDBAtom.getOccupancy ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getOccupancy:()D]
IPDBAtom.getOxt ( ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getOxt:()Z]
IPDBAtom.getSerial ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getSerial:()I]
IPDBAtom.getTempFactor ( ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IPDBAtom.getTempFactor:()D]
IPDBAtom.setHetAtom ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setHetAtom:(Z)V]
IPDBAtom.setOccupancy ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setOccupancy:(D)V]
IPDBAtom.setOxt ( boolean p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setOxt:(Z)V]
IPDBAtom.setSerial ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setSerial:(I)V]
IPDBAtom.setTempFactor ( double p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBAtom.setTempFactor:(D)V]
cdk-1.0.4.jar, IPDBStructure.class
package org.openscience.cdk.interfaces
IPDBStructure.getEndChainID ( ) [abstract] : char
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getEndChainID:()C]
IPDBStructure.getEndInsertionCode ( ) [abstract] : char
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getEndInsertionCode:()C]
IPDBStructure.getEndSequenceNumber ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getEndSequenceNumber:()I]
IPDBStructure.getStartChainID ( ) [abstract] : char
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getStartChainID:()C]
IPDBStructure.getStartInsertionCode ( ) [abstract] : char
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getStartInsertionCode:()C]
IPDBStructure.getStartSequenceNumber ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IPDBStructure.getStartSequenceNumber:()I]
IPDBStructure.setEndChainID ( char p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setEndChainID:(C)V]
IPDBStructure.setEndInsertionCode ( char p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setEndInsertionCode:(C)V]
IPDBStructure.setEndSequenceNumber ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setEndSequenceNumber:(I)V]
IPDBStructure.setStartChainID ( char p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setStartChainID:(C)V]
IPDBStructure.setStartInsertionCode ( char p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setStartInsertionCode:(C)V]
IPDBStructure.setStartSequenceNumber ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IPDBStructure.setStartSequenceNumber:(I)V]
cdk-1.0.4.jar, IPMolecularDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
IPMolecularDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPMolecularDescriptor.calculatePlus ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.calculatePlus:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
IPMolecularDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
IPMolecularDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.getParameterNames:()[Ljava/lang/String;]
IPMolecularDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.getParameters:()[Ljava/lang/Object;]
IPMolecularDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IPMolecularDescriptor.getReactionSet ( ) : IReactionSet
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.getReactionSet:()Lorg/openscience/cdk/interfaces/IReactionSet;]
IPMolecularDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
IPMolecularDescriptor.IPMolecularDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor."<init>":()V]
IPMolecularDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/IPMolecularDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, IQueryAtom.class
package org.openscience.cdk.isomorphism.matchers
IQueryAtom.setOperator ( String p1 ) [abstract] : void
[mangled: org/openscience/cdk/isomorphism/matchers/IQueryAtom.setOperator:(Ljava/lang/String;)V]
cdk-1.0.4.jar, IReaction.class
package org.openscience.cdk.interfaces
IReaction.addProduct ( IMolecule p1, double p2 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReaction.addProduct:(Lorg/openscience/cdk/interfaces/IMolecule;D)V]
IReaction.addReactant ( IMolecule p1, double p2 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReaction.addReactant:(Lorg/openscience/cdk/interfaces/IMolecule;D)V]
IReaction.getDirection ( ) [abstract] : int
[mangled: org/openscience/cdk/interfaces/IReaction.getDirection:()I]
IReaction.getProductCoefficient ( IMolecule p1 ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IReaction.getProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)D]
IReaction.getProductCoefficients ( ) [abstract] : double[ ]
[mangled: org/openscience/cdk/interfaces/IReaction.getProductCoefficients:()[D]
IReaction.getReactantCoefficient ( IMolecule p1 ) [abstract] : double
[mangled: org/openscience/cdk/interfaces/IReaction.getReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)D]
IReaction.getReactantCoefficients ( ) [abstract] : double[ ]
[mangled: org/openscience/cdk/interfaces/IReaction.getReactantCoefficients:()[D]
IReaction.mappings ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IReaction.mappings:()Ljava/util/Iterator;]
IReaction.setDirection ( int p1 ) [abstract] : void
[mangled: org/openscience/cdk/interfaces/IReaction.setDirection:(I)V]
IReaction.setProductCoefficient ( IMolecule p1, double p2 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;D)Z]
IReaction.setProductCoefficients ( double[ ] p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setProductCoefficients:([D)Z]
IReaction.setReactantCoefficient ( IMolecule p1, double p2 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;D)Z]
IReaction.setReactantCoefficients ( double[ ] p1 ) [abstract] : boolean
[mangled: org/openscience/cdk/interfaces/IReaction.setReactantCoefficients:([D)Z]
cdk-1.0.4.jar, IReactionProcess.class
package org.openscience.cdk.reaction
IReactionProcess.getParameterNames ( ) [abstract] : String[ ]
[mangled: org/openscience/cdk/reaction/IReactionProcess.getParameterNames:()[Ljava/lang/String;]
IReactionProcess.getParameters ( ) [abstract] : Object[ ]
[mangled: org/openscience/cdk/reaction/IReactionProcess.getParameters:()[Ljava/lang/Object;]
IReactionProcess.getParameterType ( String p1 ) [abstract] : Object
[mangled: org/openscience/cdk/reaction/IReactionProcess.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
IReactionProcess.setParameters ( Object[ ] p1 ) [abstract] : void
[mangled: org/openscience/cdk/reaction/IReactionProcess.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, IReactionSet.class
package org.openscience.cdk.interfaces
IReactionSet.reactions ( ) [abstract] : Iterator
[mangled: org/openscience/cdk/interfaces/IReactionSet.reactions:()Ljava/util/Iterator;]
cdk-1.0.4.jar, IRingSet.class
package org.openscience.cdk.interfaces
IRingSet.getConnectedRings ( IRing p1 ) [abstract] : List
[mangled: org/openscience/cdk/interfaces/IRingSet.getConnectedRings:(Lorg/openscience/cdk/interfaces/IRing;)Ljava/util/List;]
IRingSet.getRings ( IBond p1 ) [abstract] : List
[mangled: org/openscience/cdk/interfaces/IRingSet.getRings:(Lorg/openscience/cdk/interfaces/IBond;)Ljava/util/List;]
cdk-1.0.4.jar, ISO_8859_1Decoder.class
package org.apache.batik.util.io
ISO_8859_1Decoder.ISO_8859_1Decoder ( InputStream p1 )
[mangled: org/apache/batik/util/io/ISO_8859_1Decoder."<init>":(Ljava/io/InputStream;)V]
ISO_8859_1Decoder.readChar ( ) : int
[mangled: org/apache/batik/util/io/ISO_8859_1Decoder.readChar:()I]
cdk-1.0.4.jar, ISO_8859_1DecoderFactory.class
package org.apache.batik.util.io
StreamNormalizingReader.ISO_8859_1DecoderFactory.createCharDecoder ( InputStream p1 ) : CharDecoder
[mangled: org/apache/batik/util/io/StreamNormalizingReader.ISO_8859_1DecoderFactory.createCharDecoder:(Ljava/io/InputStream;)Lorg/apache/batik/util/io/CharDecoder;]
StreamNormalizingReader.ISO_8859_1DecoderFactory.StreamNormalizingReader.ISO_8859_1DecoderFactory ( )
[mangled: org/apache/batik/util/io/StreamNormalizingReader.ISO_8859_1DecoderFactory."<init>":()V]
cdk-1.0.4.jar, Isotope.class
package org.openscience.cdk
Isotope.getExactMass ( ) : double
[mangled: org/openscience/cdk/Isotope.getExactMass:()D]
Isotope.getMassNumber ( ) : int
[mangled: org/openscience/cdk/Isotope.getMassNumber:()I]
Isotope.getNaturalAbundance ( ) : double
[mangled: org/openscience/cdk/Isotope.getNaturalAbundance:()D]
Isotope.setExactMass ( double exactMass ) : void
[mangled: org/openscience/cdk/Isotope.setExactMass:(D)V]
Isotope.setMassNumber ( int massNumber ) : void
[mangled: org/openscience/cdk/Isotope.setMassNumber:(I)V]
Isotope.setNaturalAbundance ( double naturalAbundance ) : void
[mangled: org/openscience/cdk/Isotope.setNaturalAbundance:(D)V]
cdk-1.0.4.jar, IsotopeGenerator.class
package org.openscience.cdk.tools
IsotopeGenerator.getIsotopes ( IAtomContainer container ) : IAtomContainerSet
[mangled: org/openscience/cdk/tools/IsotopeGenerator.getIsotopes:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainerSet;]
IsotopeGenerator.IsotopeGenerator ( )
[mangled: org/openscience/cdk/tools/IsotopeGenerator."<init>":()V]
IsotopeGenerator.IsotopeGenerator ( double minAb )
[mangled: org/openscience/cdk/tools/IsotopeGenerator."<init>":(D)V]
cdk-1.0.4.jar, IStrand.class
package org.openscience.cdk.interfaces
IStrand.getMonomers ( ) [abstract] : Hashtable
[mangled: org/openscience/cdk/interfaces/IStrand.getMonomers:()Ljava/util/Hashtable;]
cdk-1.0.4.jar, IteratingSMILESReader.class
package org.openscience.cdk.io.iterator
IteratingSMILESReader.IteratingSMILESReader ( Reader in )
[mangled: org/openscience/cdk/io/iterator/IteratingSMILESReader."<init>":(Ljava/io/Reader;)V]
cdk-1.0.4.jar, IUndoRedoHandler.class
package org.openscience.cdk.applications.undoredo
IUndoRedoHandler.postEdit ( UndoableEdit p1 ) [abstract] : void
[mangled: org/openscience/cdk/applications/undoredo/IUndoRedoHandler.postEdit:(Ljavax/swing/undo/UndoableEdit;)V]
cdk-1.0.4.jar, IValencyChecker.class
package org.openscience.cdk.tools
IValencyChecker.calculateNumberOfImplicitHydrogens ( IAtom p1, IAtomContainer p2 ) [abstract] : int
[mangled: org/openscience/cdk/tools/IValencyChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)I]
cdk-1.0.4.jar, IVector.class
package org.openscience.cdk.math
IVector.add ( IVector b ) : IVector
[mangled: org/openscience/cdk/math/IVector.add:(Lorg/openscience/cdk/math/IVector;)Lorg/openscience/cdk/math/IVector;]
IVector.add ( IVector b, IVector result ) : void
[mangled: org/openscience/cdk/math/IVector.add:(Lorg/openscience/cdk/math/IVector;Lorg/openscience/cdk/math/IVector;)V]
IVector.dot ( IVector b ) : Complex
[mangled: org/openscience/cdk/math/IVector.dot:(Lorg/openscience/cdk/math/IVector;)Lorg/openscience/cdk/math/Complex;]
IVector.duplicate ( ) : IVector
[mangled: org/openscience/cdk/math/IVector.duplicate:()Lorg/openscience/cdk/math/IVector;]
IVector.duplicate ( IVector result ) : void
[mangled: org/openscience/cdk/math/IVector.duplicate:(Lorg/openscience/cdk/math/IVector;)V]
IVector.getSize ( ) : int
[mangled: org/openscience/cdk/math/IVector.getSize:()I]
IVector.IVector ( int size )
[mangled: org/openscience/cdk/math/IVector."<init>":(I)V]
IVector.mul ( double b ) : IVector
[mangled: org/openscience/cdk/math/IVector.mul:(D)Lorg/openscience/cdk/math/IVector;]
IVector.mul ( double b, IVector result ) : void
[mangled: org/openscience/cdk/math/IVector.mul:(DLorg/openscience/cdk/math/IVector;)V]
IVector.reshape ( int newsize ) : void
[mangled: org/openscience/cdk/math/IVector.reshape:(I)V]
IVector.sub ( IVector b ) : IVector
[mangled: org/openscience/cdk/math/IVector.sub:(Lorg/openscience/cdk/math/IVector;)Lorg/openscience/cdk/math/IVector;]
IVector.sub ( IVector b, IVector result ) : void
[mangled: org/openscience/cdk/math/IVector.sub:(Lorg/openscience/cdk/math/IVector;Lorg/openscience/cdk/math/IVector;)V]
IVector.toString ( ) : String
[mangled: org/openscience/cdk/math/IVector.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, IWekaModel.class
package org.openscience.cdk.qsar.model.weka
IWekaModel.getOptions ( ) [abstract] : String[ ]
[mangled: org/openscience/cdk/qsar/model/weka/IWekaModel.getOptions:()[Ljava/lang/String;]
IWekaModel.getPredictPredicted ( ) [abstract] : Object[ ]
[mangled: org/openscience/cdk/qsar/model/weka/IWekaModel.getPredictPredicted:()[Ljava/lang/Object;]
IWekaModel.setOptions ( String[ ] p1 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/weka/IWekaModel.setOptions:([Ljava/lang/String;)V]
IWekaModel.setParameters ( Object[ ][ ] p1 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/weka/IWekaModel.setParameters:([[Ljava/lang/Object;)V]
IWekaModel.setParametersCDK ( String p1 ) [abstract] : void
[mangled: org/openscience/cdk/qsar/model/weka/IWekaModel.setParametersCDK:(Ljava/lang/String;)V]
cdk-1.0.4.jar, JAffineTransformChooser.class
package org.apache.batik.ext.swing
JAffineTransformChooser.addToPanelAtRow ( String p1, Document p2, String p3, JGridBagPanel p4, int p5 ) : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.addToPanelAtRow:(Ljava/lang/String;Ljavax/swing/text/Document;Ljava/lang/String;Lorg/apache/batik/ext/swing/JGridBagPanel;I)V]
JAffineTransformChooser.build ( ) : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.build:()V]
JAffineTransformChooser.buildPanel ( String p1, String p2, Document p3, String p4, Document p5, String p6, String p7, boolean p8 ) : Component
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.buildPanel:(Ljava/lang/String;Ljava/lang/String;Ljavax/swing/text/Document;Ljava/lang/String;Ljavax/swing/text/Document;Ljava/lang/String;Ljava/lang/String;Z)Ljava/awt/Component;]
JAffineTransformChooser.buildRotatePanel ( ) : Component
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.buildRotatePanel:()Ljava/awt/Component;]
JAffineTransformChooser.createDialog ( Component p1, String p2 ) [static] : JAffineTransformChooser.Dialog
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.createDialog:(Ljava/awt/Component;Ljava/lang/String;)Lorg/apache/batik/ext/swing/JAffineTransformChooser$Dialog;]
JAffineTransformChooser.getAffineTransform ( ) : AffineTransform
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.getAffineTransform:()Ljava/awt/geom/AffineTransform;]
JAffineTransformChooser.JAffineTransformChooser ( )
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser."<init>":()V]
JAffineTransformChooser.main ( String[ ] p1 ) [static] : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.main:([Ljava/lang/String;)V]
JAffineTransformChooser.setAffineTransform ( AffineTransform p1 ) : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.setAffineTransform:(Ljava/awt/geom/AffineTransform;)V]
JAffineTransformChooser.setPanelBorder ( JComponent p1, String p2 ) : void
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.setPanelBorder:(Ljavax/swing/JComponent;Ljava/lang/String;)V]
JAffineTransformChooser.showDialog ( Component p1, String p2 ) [static] : AffineTransform
[mangled: org/apache/batik/ext/swing/JAffineTransformChooser.showDialog:(Ljava/awt/Component;Ljava/lang/String;)Ljava/awt/geom/AffineTransform;]
cdk-1.0.4.jar, JCPUndoRedoHandler.class
package org.openscience.cdk.applications.undoredo
JCPUndoRedoHandler.JCPUndoRedoHandler ( Controller2DModel c2dm )
[mangled: org/openscience/cdk/applications/undoredo/JCPUndoRedoHandler."<init>":(Lorg/openscience/cdk/controller/Controller2DModel;)V]
JCPUndoRedoHandler.postEdit ( UndoableEdit edit ) : void
[mangled: org/openscience/cdk/applications/undoredo/JCPUndoRedoHandler.postEdit:(Ljavax/swing/undo/UndoableEdit;)V]
JCPUndoRedoHandler.setC2dm ( Controller2DModel c2dm ) : void
[mangled: org/openscience/cdk/applications/undoredo/JCPUndoRedoHandler.setC2dm:(Lorg/openscience/cdk/controller/Controller2DModel;)V]
cdk-1.0.4.jar, JDKRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
JDKRegistryEntry.handleURL ( ParsedURL p1, boolean p2 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.handleURL:(Lorg/apache/batik/util/ParsedURL;Z)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
JDKRegistryEntry.isCompatibleURL ( ParsedURL p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.isCompatibleURL:(Lorg/apache/batik/util/ParsedURL;)Z]
JDKRegistryEntry.JDKRegistryEntry ( )
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry."<init>":()V]
JDKRegistryEntry.loadImage ( Image p1, DeferRable p2 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.loadImage:(Ljava/awt/Image;Lorg/apache/batik/ext/awt/image/renderable/DeferRable;)Ljava/awt/image/RenderedImage;]
cdk-1.0.4.jar, JExternalFrame.class
package org.openscience.cdk.applications.swing
JExternalFrame.dispose ( ) : void
[mangled: org/openscience/cdk/applications/swing/JExternalFrame.dispose:()V]
JExternalFrame.JExternalFrame ( )
[mangled: org/openscience/cdk/applications/swing/JExternalFrame."<init>":()V]
JExternalFrame.show ( Component comp ) : void
[mangled: org/openscience/cdk/applications/swing/JExternalFrame.show:(Ljava/awt/Component;)V]
cdk-1.0.4.jar, JFontChooser.class
package com.ozten.font
JFontChooser.getAvailableFont ( ) [static] : Font
[mangled: com/ozten/font/JFontChooser.getAvailableFont:()Ljava/awt/Font;]
JFontChooser.getFontSizes ( ) : String[ ]
[mangled: com/ozten/font/JFontChooser.getFontSizes:()[Ljava/lang/String;]
JFontChooser.getJDialog ( ) : JDialog
[mangled: com/ozten/font/JFontChooser.getJDialog:()Ljavax/swing/JDialog;]
JFontChooser.getPreviewFont ( ) : Font
[mangled: com/ozten/font/JFontChooser.getPreviewFont:()Ljava/awt/Font;]
JFontChooser.getPreviewText ( ) : JTextArea
[mangled: com/ozten/font/JFontChooser.getPreviewText:()Ljavax/swing/JTextArea;]
JFontChooser.getSystemFonts ( ) [static] : String[ ]
[mangled: com/ozten/font/JFontChooser.getSystemFonts:()[Ljava/lang/String;]
JFontChooser.JFontChooser ( )
[mangled: com/ozten/font/JFontChooser."<init>":()V]
JFontChooser.JFontChooser ( Font init )
[mangled: com/ozten/font/JFontChooser."<init>":(Ljava/awt/Font;)V]
JFontChooser.JFontChooser ( Font init, String sampleText )
[mangled: com/ozten/font/JFontChooser."<init>":(Ljava/awt/Font;Ljava/lang/String;)V]
JFontChooser.main ( String[ ] args ) [static] : void
[mangled: com/ozten/font/JFontChooser.main:([Ljava/lang/String;)V]
JFontChooser.setJDialog ( JDialog d ) : void
[mangled: com/ozten/font/JFontChooser.setJDialog:(Ljavax/swing/JDialog;)V]
JFontChooser.setPreviewFont ( Font f ) : void
[mangled: com/ozten/font/JFontChooser.setPreviewFont:(Ljava/awt/Font;)V]
JFontChooser.setPreviewText ( String s ) : void
[mangled: com/ozten/font/JFontChooser.setPreviewText:(Ljava/lang/String;)V]
JFontChooser.showDialog ( Component c ) [static] : Font
[mangled: com/ozten/font/JFontChooser.showDialog:(Ljava/awt/Component;)Ljava/awt/Font;]
JFontChooser.showDialog ( Component c, String title ) [static] : Font
[mangled: com/ozten/font/JFontChooser.showDialog:(Ljava/awt/Component;Ljava/lang/String;)Ljava/awt/Font;]
JFontChooser.showDialog ( Component c, String title, String sampleText ) [static] : Font
[mangled: com/ozten/font/JFontChooser.showDialog:(Ljava/awt/Component;Ljava/lang/String;Ljava/lang/String;)Ljava/awt/Font;]
JFontChooser.showDialog ( Component component, String title, String sampleText, Font initial ) [static] : Font
[mangled: com/ozten/font/JFontChooser.showDialog:(Ljava/awt/Component;Ljava/lang/String;Ljava/lang/String;Ljava/awt/Font;)Ljava/awt/Font;]
cdk-1.0.4.jar, JFontChooserTest.class
package com.ozten.font
JFontChooserTest.JFontChooserTest ( String p1 )
[mangled: com/ozten/font/JFontChooserTest."<init>":(Ljava/lang/String;)V]
JFontChooserTest.main ( String[ ] p1 ) [static] : void
[mangled: com/ozten/font/JFontChooserTest.main:([Ljava/lang/String;)V]
JFontChooserTest.setUp ( ) : void
[mangled: com/ozten/font/JFontChooserTest.setUp:()V]
JFontChooserTest.suite ( ) [static] : Test
[mangled: com/ozten/font/JFontChooserTest.suite:()Ljunit/framework/Test;]
JFontChooserTest.testAvailableFont ( ) : void
[mangled: com/ozten/font/JFontChooserTest.testAvailableFont:()V]
JFontChooserTest.testDefaultConstructor ( ) : void
[mangled: com/ozten/font/JFontChooserTest.testDefaultConstructor:()V]
JFontChooserTest.testFontConstructor ( ) : void
[mangled: com/ozten/font/JFontChooserTest.testFontConstructor:()V]
cdk-1.0.4.jar, JGridBagPanel.class
package org.apache.batik.ext.swing
JGridBagPanel.add ( Component p1, int p2, int p3, int p4, int p5, int p6, int p7, double p8, double p9 ) : void
[mangled: org/apache/batik/ext/swing/JGridBagPanel.add:(Ljava/awt/Component;IIIIIIDD)V]
JGridBagPanel.JGridBagPanel ( )
[mangled: org/apache/batik/ext/swing/JGridBagPanel."<init>":()V]
JGridBagPanel.JGridBagPanel ( JGridBagPanel.InsetsManager p1 )
[mangled: org/apache/batik/ext/swing/JGridBagPanel."<init>":(Lorg/apache/batik/ext/swing/JGridBagPanel$InsetsManager;)V]
JGridBagPanel.setLayout ( LayoutManager p1 ) : void
[mangled: org/apache/batik/ext/swing/JGridBagPanel.setLayout:(Ljava/awt/LayoutManager;)V]
cdk-1.0.4.jar, JniInchiNativeCodeLoader.class
package net.sf.jniinchi
JniInchiNativeCodeLoader.getLoader ( ) [static] : JniInchiNativeCodeLoader
[mangled: net/sf/jniinchi/JniInchiNativeCodeLoader.getLoader:()Lnet/sf/jniinchi/JniInchiNativeCodeLoader;]
JniInchiNativeCodeLoader.load ( ) : void
[mangled: net/sf/jniinchi/JniInchiNativeCodeLoader.load:()V]
JniInchiNativeCodeLoader.setDebug ( boolean debug ) [static] : void
[mangled: net/sf/jniinchi/JniInchiNativeCodeLoader.setDebug:(Z)V]
cdk-1.0.4.jar, JniInchiOutput.class
package net.sf.jniinchi
JniInchiOutput.JniInchiOutput ( )
[mangled: net/sf/jniinchi/JniInchiOutput."<init>":()V]
cdk-1.0.4.jar, JniInchiOutputStructure.class
package net.sf.jniinchi
JniInchiOutputStructure.JniInchiOutputStructure ( )
[mangled: net/sf/jniinchi/JniInchiOutputStructure."<init>":()V]
cdk-1.0.4.jar, JniInchiWrapper.class
package net.sf.jniinchi
JniInchiWrapper.LibInchiGetVersionMajor ( ) [static] : int
[mangled: net/sf/jniinchi/JniInchiWrapper.LibInchiGetVersionMajor:()I]
JniInchiWrapper.LibInchiGetVersionMinor ( ) [static] : int
[mangled: net/sf/jniinchi/JniInchiWrapper.LibInchiGetVersionMinor:()I]
cdk-1.0.4.jar, JPEGRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
JPEGRegistryEntry.handleStream ( InputStream p1, ParsedURL p2, boolean p3 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/JPEGRegistryEntry.handleStream:(Ljava/io/InputStream;Lorg/apache/batik/util/ParsedURL;Z)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
JPEGRegistryEntry.JPEGRegistryEntry ( )
[mangled: org/apache/batik/ext/awt/image/spi/JPEGRegistryEntry."<init>":()V]
cdk-1.0.4.jar, KEGGConverter.class
package org.xmlcml.cml.legacy.react
KEGGConverter.KEGGConverter ( )
[mangled: org/xmlcml/cml/legacy/react/KEGGConverter."<init>":()V]
KEGGConverter.read ( LineNumberReader br ) : Document
[mangled: org/xmlcml/cml/legacy/react/KEGGConverter.read:(Ljava/io/LineNumberReader;)Lnu/xom/Document;]
cdk-1.0.4.jar, Kernel.class
package org.apache.xindice.server
Kernel.addComponent ( ScriptComponent component ) : boolean
[mangled: org/apache/xindice/server/Kernel.addComponent:(Lorg/apache/xindice/server/ScriptComponent;)Z]
Kernel.addComponent ( ScriptComponent component, String name ) : boolean
[mangled: org/apache/xindice/server/Kernel.addComponent:(Lorg/apache/xindice/server/ScriptComponent;Ljava/lang/String;)Z]
Kernel.addScript ( String name, Script script ) : boolean
[mangled: org/apache/xindice/server/Kernel.addScript:(Ljava/lang/String;Lorg/apache/xindice/server/Script;)Z]
Kernel.addService ( Service service ) : boolean
[mangled: org/apache/xindice/server/Kernel.addService:(Lorg/apache/xindice/server/Service;)Z]
Kernel.addTask ( Task task, long interval ) : void
[mangled: org/apache/xindice/server/Kernel.addTask:(Lorg/apache/xindice/server/Task;J)V]
Kernel.deleteUser ( String username ) : void
[mangled: org/apache/xindice/server/Kernel.deleteUser:(Ljava/lang/String;)V]
Kernel.disposeOf ( Object obj ) [static] : void
[mangled: org/apache/xindice/server/Kernel.disposeOf:(Ljava/lang/Object;)V]
Kernel.getCommonConfig ( ) : Configuration
[mangled: org/apache/xindice/server/Kernel.getCommonConfig:()Lorg/apache/xindice/util/Configuration;]
Kernel.getComponent ( String name ) : ScriptComponent
[mangled: org/apache/xindice/server/Kernel.getComponent:(Ljava/lang/String;)Lorg/apache/xindice/server/ScriptComponent;]
Kernel.getFileResource ( String filename ) : FileResource
[mangled: org/apache/xindice/server/Kernel.getFileResource:(Ljava/lang/String;)Lorg/apache/xindice/server/FileResource;]
Kernel.getFilters ( Versioning versioning ) : ScriptFilter[ ]
[mangled: org/apache/xindice/server/Kernel.getFilters:(Lorg/apache/xindice/server/Versioning;)[Lorg/apache/xindice/server/ScriptFilter;]
Kernel.getResource ( String name ) : Object
[mangled: org/apache/xindice/server/Kernel.getResource:(Ljava/lang/String;)Ljava/lang/Object;]
Kernel.getResource ( Versioning versioning, String name ) : Object
[mangled: org/apache/xindice/server/Kernel.getResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)Ljava/lang/Object;]
Kernel.getScript ( String name ) : Script
[mangled: org/apache/xindice/server/Kernel.getScript:(Ljava/lang/String;)Lorg/apache/xindice/server/Script;]
Kernel.getService ( String name ) : Service
[mangled: org/apache/xindice/server/Kernel.getService:(Ljava/lang/String;)Lorg/apache/xindice/server/Service;]
Kernel.getTemporaryFileResource ( ) : FileResource
[mangled: org/apache/xindice/server/Kernel.getTemporaryFileResource:()Lorg/apache/xindice/server/FileResource;]
Kernel.getUser ( String username ) : User
[mangled: org/apache/xindice/server/Kernel.getUser:(Ljava/lang/String;)Lorg/apache/xindice/server/User;]
Kernel.isRunning ( ) : boolean
[mangled: org/apache/xindice/server/Kernel.isRunning:()Z]
Kernel.Kernel ( )
[mangled: org/apache/xindice/server/Kernel."<init>":()V]
Kernel.Kernel ( String name )
[mangled: org/apache/xindice/server/Kernel."<init>":(Ljava/lang/String;)V]
Kernel.Kernel ( String name, boolean exit )
[mangled: org/apache/xindice/server/Kernel."<init>":(Ljava/lang/String;Z)V]
Kernel.listServices ( ) : String[ ]
[mangled: org/apache/xindice/server/Kernel.listServices:()[Ljava/lang/String;]
Kernel.listUsers ( ) : String[ ]
[mangled: org/apache/xindice/server/Kernel.listUsers:()[Ljava/lang/String;]
Kernel.listUsers ( String startsWith ) : String[ ]
[mangled: org/apache/xindice/server/Kernel.listUsers:(Ljava/lang/String;)[Ljava/lang/String;]
Kernel.lockResource ( String name ) : void
[mangled: org/apache/xindice/server/Kernel.lockResource:(Ljava/lang/String;)V]
Kernel.lockResource ( Versioning versioning, String name ) : void
[mangled: org/apache/xindice/server/Kernel.lockResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
Kernel.logMessage ( int type, String host, String message ) : void
[mangled: org/apache/xindice/server/Kernel.logMessage:(ILjava/lang/String;Ljava/lang/String;)V]
Kernel.logMessage ( int type, String host, String user, String message ) : void
[mangled: org/apache/xindice/server/Kernel.logMessage:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
Kernel.logMessage ( int type, String message ) : void
[mangled: org/apache/xindice/server/Kernel.logMessage:(ILjava/lang/String;)V]
Kernel.newUser ( ) : User
[mangled: org/apache/xindice/server/Kernel.newUser:()Lorg/apache/xindice/server/User;]
Kernel.removeComponent ( String name ) : boolean
[mangled: org/apache/xindice/server/Kernel.removeComponent:(Ljava/lang/String;)Z]
Kernel.removeResource ( String name ) : void
[mangled: org/apache/xindice/server/Kernel.removeResource:(Ljava/lang/String;)V]
Kernel.removeResource ( Versioning versioning, String name ) : void
[mangled: org/apache/xindice/server/Kernel.removeResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
Kernel.removeScript ( String name ) : void
[mangled: org/apache/xindice/server/Kernel.removeScript:(Ljava/lang/String;)V]
Kernel.removeService ( Service service ) : boolean
[mangled: org/apache/xindice/server/Kernel.removeService:(Lorg/apache/xindice/server/Service;)Z]
Kernel.removeTask ( Task task ) : void
[mangled: org/apache/xindice/server/Kernel.removeTask:(Lorg/apache/xindice/server/Task;)V]
Kernel.run ( ) : void
[mangled: org/apache/xindice/server/Kernel.run:()V]
Kernel.runScript ( Script script, Gateway gateway, boolean useFilters ) : void
[mangled: org/apache/xindice/server/Kernel.runScript:(Lorg/apache/xindice/server/Script;Lorg/apache/xindice/server/Gateway;Z)V]
Kernel.runScript ( String name, Gateway gateway, boolean useFilters ) : void
[mangled: org/apache/xindice/server/Kernel.runScript:(Ljava/lang/String;Lorg/apache/xindice/server/Gateway;Z)V]
Kernel.setKernelOf ( Object obj ) : void
[mangled: org/apache/xindice/server/Kernel.setKernelOf:(Ljava/lang/Object;)V]
Kernel.setResource ( String name, Object object ) : void
[mangled: org/apache/xindice/server/Kernel.setResource:(Ljava/lang/String;Ljava/lang/Object;)V]
Kernel.setResource ( Versioning versioning, String name, Object object ) : void
[mangled: org/apache/xindice/server/Kernel.setResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;Ljava/lang/Object;)V]
Kernel.setUser ( User user ) : void
[mangled: org/apache/xindice/server/Kernel.setUser:(Lorg/apache/xindice/server/User;)V]
Kernel.shutDown ( int exitCode ) : void
[mangled: org/apache/xindice/server/Kernel.shutDown:(I)V]
Kernel.shutDown ( int exitCode, boolean exit ) : void
[mangled: org/apache/xindice/server/Kernel.shutDown:(IZ)V]
Kernel.startServices ( ) : boolean
[mangled: org/apache/xindice/server/Kernel.startServices:()Z]
Kernel.stopServices ( ) : void
[mangled: org/apache/xindice/server/Kernel.stopServices:()V]
Kernel.unlockResource ( String name ) : void
[mangled: org/apache/xindice/server/Kernel.unlockResource:(Ljava/lang/String;)V]
Kernel.unlockResource ( Versioning versioning, String name ) : void
[mangled: org/apache/xindice/server/Kernel.unlockResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
cdk-1.0.4.jar, KernelAccess.class
package org.apache.xindice.server
KernelAccess.setKernel ( Kernel p1 ) [abstract] : void
[mangled: org/apache/xindice/server/KernelAccess.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
cdk-1.0.4.jar, KerningPair.class
package org.apache.batik.svggen.font.table
KerningPair.getLeft ( ) : int
[mangled: org/apache/batik/svggen/font/table/KerningPair.getLeft:()I]
KerningPair.getRight ( ) : int
[mangled: org/apache/batik/svggen/font/table/KerningPair.getRight:()I]
KerningPair.getValue ( ) : short
[mangled: org/apache/batik/svggen/font/table/KerningPair.getValue:()S]
KerningPair.KerningPair ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/KerningPair."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, KernSubtable.class
package org.apache.batik.svggen.font.table
KernSubtable.getKerningPair ( int p1 ) [abstract] : KerningPair
[mangled: org/apache/batik/svggen/font/table/KernSubtable.getKerningPair:(I)Lorg/apache/batik/svggen/font/table/KerningPair;]
KernSubtable.getKerningPairCount ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/KernSubtable.getKerningPairCount:()I]
KernSubtable.KernSubtable ( )
[mangled: org/apache/batik/svggen/font/table/KernSubtable."<init>":()V]
KernSubtable.read ( RandomAccessFile p1 ) [static] : KernSubtable
[mangled: org/apache/batik/svggen/font/table/KernSubtable.read:(Ljava/io/RandomAccessFile;)Lorg/apache/batik/svggen/font/table/KernSubtable;]
cdk-1.0.4.jar, KernSubtableFormat0.class
package org.apache.batik.svggen.font.table
KernSubtableFormat0.getKerningPair ( int p1 ) : KerningPair
[mangled: org/apache/batik/svggen/font/table/KernSubtableFormat0.getKerningPair:(I)Lorg/apache/batik/svggen/font/table/KerningPair;]
KernSubtableFormat0.getKerningPairCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/KernSubtableFormat0.getKerningPairCount:()I]
KernSubtableFormat0.KernSubtableFormat0 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/KernSubtableFormat0."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, KernSubtableFormat2.class
package org.apache.batik.svggen.font.table
KernSubtableFormat2.getKerningPair ( int p1 ) : KerningPair
[mangled: org/apache/batik/svggen/font/table/KernSubtableFormat2.getKerningPair:(I)Lorg/apache/batik/svggen/font/table/KerningPair;]
KernSubtableFormat2.getKerningPairCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/KernSubtableFormat2.getKerningPairCount:()I]
KernSubtableFormat2.KernSubtableFormat2 ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/KernSubtableFormat2."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, KernTable.class
package org.apache.batik.svggen.font.table
KernTable.getSubtable ( int p1 ) : KernSubtable
[mangled: org/apache/batik/svggen/font/table/KernTable.getSubtable:(I)Lorg/apache/batik/svggen/font/table/KernSubtable;]
KernTable.getSubtableCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/KernTable.getSubtableCount:()I]
KernTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/KernTable.getType:()I]
KernTable.KernTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/KernTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, Key.class
package org.apache.xindice.core.data
Key.equals ( Object obj ) : boolean
[mangled: org/apache/xindice/core/data/Key.equals:(Ljava/lang/Object;)Z]
Key.equals ( Value value ) : boolean
[mangled: org/apache/xindice/core/data/Key.equals:(Lorg/apache/xindice/core/data/Value;)Z]
Key.getHash ( ) : int
[mangled: org/apache/xindice/core/data/Key.getHash:()I]
Key.hashCode ( ) : int
[mangled: org/apache/xindice/core/data/Key.hashCode:()I]
Key.Key ( byte[ ] data )
[mangled: org/apache/xindice/core/data/Key."<init>":([B)V]
Key.Key ( byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/core/data/Key."<init>":([BII)V]
Key.Key ( String data )
[mangled: org/apache/xindice/core/data/Key."<init>":(Ljava/lang/String;)V]
Key.Key ( Value value )
[mangled: org/apache/xindice/core/data/Key."<init>":(Lorg/apache/xindice/core/data/Value;)V]
cdk-1.0.4.jar, KeyEventFactory.class
package org.apache.batik.dom.events
DocumentEventSupport.KeyEventFactory.createEvent ( ) : Event
[mangled: org/apache/batik/dom/events/DocumentEventSupport.KeyEventFactory.createEvent:()Lorg/w3c/dom/events/Event;]
DocumentEventSupport.KeyEventFactory.DocumentEventSupport.KeyEventFactory ( )
[mangled: org/apache/batik/dom/events/DocumentEventSupport.KeyEventFactory."<init>":()V]
cdk-1.0.4.jar, KeyHelper.class
package org.apache.xindice.client.corba.db
KeyHelper.extract ( CORBA.Any a ) [static] : byte[ ]
[mangled: org/apache/xindice/client/corba/db/KeyHelper.extract:(Lorg/omg/CORBA/Any;)[B]
KeyHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/KeyHelper.id:()Ljava/lang/String;]
KeyHelper.insert ( CORBA.Any a, byte[ ] t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/KeyHelper.insert:(Lorg/omg/CORBA/Any;[B)V]
KeyHelper.KeyHelper ( )
[mangled: org/apache/xindice/client/corba/db/KeyHelper."<init>":()V]
KeyHelper.read ( CORBA.portable.InputStream istream ) [static] : byte[ ]
[mangled: org/apache/xindice/client/corba/db/KeyHelper.read:(Lorg/omg/CORBA/portable/InputStream;)[B]
KeyHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/KeyHelper.type:()Lorg/omg/CORBA/TypeCode;]
KeyHelper.write ( CORBA.portable.OutputStream ostream, byte[ ] value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/KeyHelper.write:(Lorg/omg/CORBA/portable/OutputStream;[B)V]
cdk-1.0.4.jar, KeyHolder.class
package org.apache.xindice.client.corba.db
KeyHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/KeyHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
KeyHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/KeyHolder._type:()Lorg/omg/CORBA/TypeCode;]
KeyHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/KeyHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
KeyHolder.KeyHolder ( )
[mangled: org/apache/xindice/client/corba/db/KeyHolder."<init>":()V]
KeyHolder.KeyHolder ( byte[ ] initial )
[mangled: org/apache/xindice/client/corba/db/KeyHolder."<init>":([B)V]
cdk-1.0.4.jar, LangSys.class
package org.apache.batik.svggen.font.table
LangSys.isFeatureIndexed ( int p1 ) : boolean
[mangled: org/apache/batik/svggen/font/table/LangSys.isFeatureIndexed:(I)Z]
LangSys.LangSys ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/LangSys."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, LangSysRecord.class
package org.apache.batik.svggen.font.table
LangSysRecord.getOffset ( ) : int
[mangled: org/apache/batik/svggen/font/table/LangSysRecord.getOffset:()I]
LangSysRecord.getTag ( ) : int
[mangled: org/apache/batik/svggen/font/table/LangSysRecord.getTag:()I]
LangSysRecord.LangSysRecord ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/LangSysRecord."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, LargestChainDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
LargestChainDescriptor.breadthFirstSearch ( IAtomContainer container, Vector sphere, Vector path ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LargestChainDescriptor.breadthFirstSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Vector;Ljava/util/Vector;)V]
cdk-1.0.4.jar, LargestPiSystemDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
LargestPiSystemDescriptor.breadthFirstSearch ( IAtomContainer container, Vector sphere, Vector path ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LargestPiSystemDescriptor.breadthFirstSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Vector;Ljava/util/Vector;)V]
cdk-1.0.4.jar, Ligature.class
package org.apache.batik.svggen.font.table
Ligature.getGlyphCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/Ligature.getGlyphCount:()I]
Ligature.getGlyphId ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/Ligature.getGlyphId:(I)I]
Ligature.Ligature ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/Ligature."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, LigatureSet.class
package org.apache.batik.svggen.font.table
LigatureSet.LigatureSet ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/LigatureSet."<init>":(Ljava/io/RandomAccessFile;I)V]
cdk-1.0.4.jar, LigatureSubst.class
package org.apache.batik.svggen.font.table
LigatureSubst.LigatureSubst ( )
[mangled: org/apache/batik/svggen/font/table/LigatureSubst."<init>":()V]
LigatureSubst.read ( RandomAccessFile p1, int p2 ) [static] : LigatureSubst
[mangled: org/apache/batik/svggen/font/table/LigatureSubst.read:(Ljava/io/RandomAccessFile;I)Lorg/apache/batik/svggen/font/table/LigatureSubst;]
cdk-1.0.4.jar, LigatureSubstFormat1.class
package org.apache.batik.svggen.font.table
LigatureSubstFormat1.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/LigatureSubstFormat1.getFormat:()I]
LigatureSubstFormat1.LigatureSubstFormat1 ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/LigatureSubstFormat1."<init>":(Ljava/io/RandomAccessFile;I)V]
cdk-1.0.4.jar, Light.class
package org.apache.batik.ext.awt.image
Light.getColor ( boolean p1 ) [abstract] : double[ ]
[mangled: org/apache/batik/ext/awt/image/Light.getColor:(Z)[D]
Light.getLight ( double p1, double p2, double p3, double[ ] p4 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/Light.getLight:(DDD[D)V]
Light.getLightMap ( double p1, double p2, double p3, double p4, int p5, int p6, double[ ][ ][ ] p7 ) [abstract] : double[ ][ ][ ]
[mangled: org/apache/batik/ext/awt/image/Light.getLightMap:(DDDDII[[[D)[[[D]
Light.getLightRow ( double p1, double p2, double p3, int p4, double[ ][ ] p5, double[ ][ ] p6 ) [abstract] : double[ ][ ]
[mangled: org/apache/batik/ext/awt/image/Light.getLightRow:(DDDI[[D[[D)[[D]
Light.isConstant ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/Light.isConstant:()Z]
Light.setColor ( Color p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/Light.setColor:(Ljava/awt/Color;)V]
cdk-1.0.4.jar, LightenCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.LightenCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.LightenCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, LightenCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.LightenCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.LightenCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, Line3Test.class
package org.xmlcml.euclid.test
Line3Test.assertEquals ( String p1, Line3 p2, Line3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Line3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Line3;Lorg/xmlcml/euclid/Line3;D)V]
Line3Test.assertEquals ( String p1, Point3 p2, Vector3 p3, Line3 p4, double p5 ) [static] : void
[mangled: org/xmlcml/euclid/test/Line3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Vector3;Lorg/xmlcml/euclid/Line3;D)V]
Line3Test.Line3Test ( )
[mangled: org/xmlcml/euclid/test/Line3Test."<init>":()V]
Line3Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.setUp:()V]
Line3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Line3Test.suite:()Ljunit/framework/Test;]
Line3Test.testContainsPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testContainsPoint:()V]
Line3Test.testGetClosestPointTo ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testGetClosestPointTo:()V]
Line3Test.testGetDistanceFromPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testGetDistanceFromPoint:()V]
Line3Test.testGetIntersectionWith ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testGetIntersectionWith:()V]
Line3Test.testIsAntiparallelTo ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testIsAntiparallelTo:()V]
Line3Test.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testIsEqualTo:()V]
Line3Test.testIsParallelTo ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testIsParallelTo:()V]
Line3Test.testLine3 ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testLine3:()V]
Line3Test.testLine3Line3 ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testLine3Line3:()V]
Line3Test.testLine3Point3Point3 ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testLine3Point3Point3:()V]
Line3Test.testLine3Point3Vector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testLine3Point3Vector3:()V]
Line3Test.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testNegative:()V]
Line3Test.testTransform ( ) : void
[mangled: org/xmlcml/euclid/test/Line3Test.testTransform:()V]
cdk-1.0.4.jar, LinearGradientPaint.class
package org.apache.batik.ext.awt
LinearGradientPaint.createContext ( ColorModel p1, Rectangle p2, Rectangle2D p3, AffineTransform p4, RenderingHints p5 ) : PaintContext
[mangled: org/apache/batik/ext/awt/LinearGradientPaint.createContext:(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;]
LinearGradientPaint.getEndPoint ( ) : Point2D
[mangled: org/apache/batik/ext/awt/LinearGradientPaint.getEndPoint:()Ljava/awt/geom/Point2D;]
LinearGradientPaint.getStartPoint ( ) : Point2D
[mangled: org/apache/batik/ext/awt/LinearGradientPaint.getStartPoint:()Ljava/awt/geom/Point2D;]
LinearGradientPaint.LinearGradientPaint ( float p1, float p2, float p3, float p4, float[ ] p5, Color[ ] p6 )
[mangled: org/apache/batik/ext/awt/LinearGradientPaint."<init>":(FFFF[F[Ljava/awt/Color;)V]
LinearGradientPaint.LinearGradientPaint ( float p1, float p2, float p3, float p4, float[ ] p5, Color[ ] p6, MultipleGradientPaint.CycleMethodEnum p7 )
[mangled: org/apache/batik/ext/awt/LinearGradientPaint."<init>":(FFFF[F[Ljava/awt/Color;Lorg/apache/batik/ext/awt/MultipleGradientPaint$CycleMethodEnum;)V]
LinearGradientPaint.LinearGradientPaint ( Point2D p1, Point2D p2, float[ ] p3, Color[ ] p4 )
[mangled: org/apache/batik/ext/awt/LinearGradientPaint."<init>":(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;[F[Ljava/awt/Color;)V]
LinearGradientPaint.LinearGradientPaint ( Point2D p1, Point2D p2, float[ ] p3, Color[ ] p4, MultipleGradientPaint.CycleMethodEnum p5, MultipleGradientPaint.ColorSpaceEnum p6 )
[mangled: org/apache/batik/ext/awt/LinearGradientPaint."<init>":(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;[F[Ljava/awt/Color;Lorg/apache/batik/ext/awt/MultipleGradientPaint$CycleMethodEnum;Lorg/apache/batik/ext/awt/MultipleGradientPaint$ColorSpaceEnum;)V]
LinearGradientPaint.LinearGradientPaint ( Point2D p1, Point2D p2, float[ ] p3, Color[ ] p4, MultipleGradientPaint.CycleMethodEnum p5, MultipleGradientPaint.ColorSpaceEnum p6, AffineTransform p7 )
[mangled: org/apache/batik/ext/awt/LinearGradientPaint."<init>":(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;[F[Ljava/awt/Color;Lorg/apache/batik/ext/awt/MultipleGradientPaint$CycleMethodEnum;Lorg/apache/batik/ext/awt/MultipleGradientPaint$ColorSpaceEnum;Ljava/awt/geom/AffineTransform;)V]
cdk-1.0.4.jar, LinearTransfer.class
package org.apache.batik.ext.awt.image
LinearTransfer.getLookupTable ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/LinearTransfer.getLookupTable:()[B]
LinearTransfer.LinearTransfer ( float p1, float p2 )
[mangled: org/apache/batik/ext/awt/image/LinearTransfer."<init>":(FF)V]
cdk-1.0.4.jar, Link.class
package org.apache.batik.dom.util
HashTableStack.Link.HashTableStack.Link ( HashTableStack.Link p1 )
[mangled: org/apache/batik/dom/util/HashTableStack.Link."<init>":(Lorg/apache/batik/dom/util/HashTableStack$Link;)V]
package org.apache.batik.util
RunnableQueue.Link.RunnableQueue.Link ( Runnable p1 )
[mangled: org/apache/batik/util/RunnableQueue.Link."<init>":(Ljava/lang/Runnable;)V]
RunnableQueue.Link.unlock ( ) : void
[mangled: org/apache/batik/util/RunnableQueue.Link.unlock:()V]
cdk-1.0.4.jar, ListCollectionDocuments.class
package org.apache.xindice.tools.command
ListCollectionDocuments.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/ListCollectionDocuments.execute:(Ljava/util/Hashtable;)Z]
ListCollectionDocuments.ListCollectionDocuments ( )
[mangled: org/apache/xindice/tools/command/ListCollectionDocuments."<init>":()V]
cdk-1.0.4.jar, ListCollections.class
package org.apache.xindice.tools.command
ListCollections.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/ListCollections.execute:(Ljava/util/Hashtable;)Z]
ListCollections.ListCollections ( )
[mangled: org/apache/xindice/tools/command/ListCollections."<init>":()V]
cdk-1.0.4.jar, ListCollectionXMLObjects.class
package org.apache.xindice.tools.command
ListCollectionXMLObjects.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/ListCollectionXMLObjects.execute:(Ljava/util/Hashtable;)Z]
ListCollectionXMLObjects.ListCollectionXMLObjects ( )
[mangled: org/apache/xindice/tools/command/ListCollectionXMLObjects."<init>":()V]
cdk-1.0.4.jar, ListeningTableModel.class
package org.openscience.cdk.applications.swing
ListeningTableModel.getColumnClass ( int aColumn ) : Class
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.getColumnClass:(I)Ljava/lang/Class;]
ListeningTableModel.getColumnCount ( ) : int
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.getColumnCount:()I]
ListeningTableModel.getColumnName ( int aColumn ) : String
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.getColumnName:(I)Ljava/lang/String;]
ListeningTableModel.getRowCount ( ) : int
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.getRowCount:()I]
ListeningTableModel.getValueAt ( int aRow, int aColumn ) : Object
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.getValueAt:(II)Ljava/lang/Object;]
ListeningTableModel.isCellEditable ( int row, int column ) : boolean
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.isCellEditable:(II)Z]
ListeningTableModel.ListeningTableModel ( TableModel model )
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel."<init>":(Ljavax/swing/table/TableModel;)V]
ListeningTableModel.setValueAt ( Object aValue, int aRow, int aColumn ) : void
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.setValueAt:(Ljava/lang/Object;II)V]
ListeningTableModel.tableChanged ( TableModelEvent event ) : void
[mangled: org/openscience/cdk/applications/swing/ListeningTableModel.tableChanged:(Ljavax/swing/event/TableModelEvent;)V]
cdk-1.0.4.jar, ListIndexers.class
package org.apache.xindice.tools.command
ListIndexers.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/ListIndexers.execute:(Ljava/util/Hashtable;)Z]
ListIndexers.ListIndexers ( )
[mangled: org/apache/xindice/tools/command/ListIndexers."<init>":()V]
cdk-1.0.4.jar, LocaleGroup.class
package org.apache.batik.i18n
LocaleGroup.getLocale ( ) : Locale
[mangled: org/apache/batik/i18n/LocaleGroup.getLocale:()Ljava/util/Locale;]
LocaleGroup.LocaleGroup ( )
[mangled: org/apache/batik/i18n/LocaleGroup."<init>":()V]
LocaleGroup.setLocale ( Locale p1 ) : void
[mangled: org/apache/batik/i18n/LocaleGroup.setLocale:(Ljava/util/Locale;)V]
cdk-1.0.4.jar, Localizable.class
package org.apache.batik.i18n
Localizable.formatMessage ( String p1, Object[ ] p2 ) [abstract] : String
[mangled: org/apache/batik/i18n/Localizable.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Localizable.getLocale ( ) [abstract] : Locale
[mangled: org/apache/batik/i18n/Localizable.getLocale:()Ljava/util/Locale;]
Localizable.setLocale ( Locale p1 ) [abstract] : void
[mangled: org/apache/batik/i18n/Localizable.setLocale:(Ljava/util/Locale;)V]
cdk-1.0.4.jar, LocalizableSupport.class
package org.apache.batik.i18n
LocalizableSupport.formatMessage ( String p1, Object[ ] p2 ) : String
[mangled: org/apache/batik/i18n/LocalizableSupport.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
LocalizableSupport.getDefaultLocale ( ) : Locale
[mangled: org/apache/batik/i18n/LocalizableSupport.getDefaultLocale:()Ljava/util/Locale;]
LocalizableSupport.getLocale ( ) : Locale
[mangled: org/apache/batik/i18n/LocalizableSupport.getLocale:()Ljava/util/Locale;]
LocalizableSupport.getLocaleGroup ( ) : LocaleGroup
[mangled: org/apache/batik/i18n/LocalizableSupport.getLocaleGroup:()Lorg/apache/batik/i18n/LocaleGroup;]
LocalizableSupport.getResourceBundle ( ) : ResourceBundle
[mangled: org/apache/batik/i18n/LocalizableSupport.getResourceBundle:()Ljava/util/ResourceBundle;]
LocalizableSupport.LocalizableSupport ( String p1 )
[mangled: org/apache/batik/i18n/LocalizableSupport."<init>":(Ljava/lang/String;)V]
LocalizableSupport.LocalizableSupport ( String p1, ClassLoader p2 )
[mangled: org/apache/batik/i18n/LocalizableSupport."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;)V]
LocalizableSupport.setDefaultLocale ( Locale p1 ) : void
[mangled: org/apache/batik/i18n/LocalizableSupport.setDefaultLocale:(Ljava/util/Locale;)V]
LocalizableSupport.setLocale ( Locale p1 ) : void
[mangled: org/apache/batik/i18n/LocalizableSupport.setLocale:(Ljava/util/Locale;)V]
LocalizableSupport.setLocaleGroup ( LocaleGroup p1 ) : void
[mangled: org/apache/batik/i18n/LocalizableSupport.setLocaleGroup:(Lorg/apache/batik/i18n/LocaleGroup;)V]
cdk-1.0.4.jar, LocalSecurityManager.class
package org.apache.xindice.core.security
LocalSecurityManager.authenticate ( String username, String password ) : Credentials
[mangled: org/apache/xindice/core/security/LocalSecurityManager.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/xindice/core/security/Credentials;]
LocalSecurityManager.checkAccess ( String resource, int requestedAccess ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.checkAccess:(Ljava/lang/String;I)V]
LocalSecurityManager.checkAccess ( String resource, int requestedAccess, Credentials cred ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.checkAccess:(Ljava/lang/String;ILorg/apache/xindice/core/security/Credentials;)V]
LocalSecurityManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/core/security/LocalSecurityManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
LocalSecurityManager.getName ( ) : String
[mangled: org/apache/xindice/core/security/LocalSecurityManager.getName:()Ljava/lang/String;]
LocalSecurityManager.handleCollection ( String base, Configuration config ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.handleCollection:(Ljava/lang/String;Lorg/apache/xindice/util/Configuration;)V]
LocalSecurityManager.handleConfig ( String resourceName, Configuration config ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.handleConfig:(Ljava/lang/String;Lorg/apache/xindice/util/Configuration;)V]
LocalSecurityManager.LocalSecurityManager ( Database db, boolean disabled )
[mangled: org/apache/xindice/core/security/LocalSecurityManager."<init>":(Lorg/apache/xindice/core/Database;Z)V]
LocalSecurityManager.logout ( ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.logout:()V]
LocalSecurityManager.processChildren ( String resourceName, String childContainer, String child, Configuration config ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.processChildren:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/xindice/util/Configuration;)V]
LocalSecurityManager.readConfig ( ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.readConfig:()V]
LocalSecurityManager.setActive ( ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.setActive:()V]
LocalSecurityManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/security/LocalSecurityManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, LocaTable.class
package org.apache.batik.svggen.font.table
LocaTable.getOffset ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/LocaTable.getOffset:(I)I]
LocaTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/LocaTable.getType:()I]
LocaTable.init ( int p1, boolean p2 ) : void
[mangled: org/apache/batik/svggen/font/table/LocaTable.init:(IZ)V]
LocaTable.LocaTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/LocaTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, LockableLink.class
package org.apache.batik.util
RunnableQueue.LockableLink.isLocked ( ) : boolean
[mangled: org/apache/batik/util/RunnableQueue.LockableLink.isLocked:()Z]
RunnableQueue.LockableLink.lock ( ) : void
[mangled: org/apache/batik/util/RunnableQueue.LockableLink.lock:()V]
RunnableQueue.LockableLink.RunnableQueue.LockableLink ( Runnable p1 )
[mangled: org/apache/batik/util/RunnableQueue.LockableLink."<init>":(Ljava/lang/Runnable;)V]
RunnableQueue.LockableLink.unlock ( ) : void
[mangled: org/apache/batik/util/RunnableQueue.LockableLink.unlock:()V]
cdk-1.0.4.jar, LockManager.class
package org.apache.xindice.util
LockManager.acquireExclusiveLock ( long id ) : void
[mangled: org/apache/xindice/util/LockManager.acquireExclusiveLock:(J)V]
LockManager.acquireExclusiveLock ( Object key ) : void
[mangled: org/apache/xindice/util/LockManager.acquireExclusiveLock:(Ljava/lang/Object;)V]
LockManager.acquireSharedLock ( long id ) : void
[mangled: org/apache/xindice/util/LockManager.acquireSharedLock:(J)V]
LockManager.acquireSharedLock ( Object key ) : void
[mangled: org/apache/xindice/util/LockManager.acquireSharedLock:(Ljava/lang/Object;)V]
LockManager.LockManager ( int maxLocks )
[mangled: org/apache/xindice/util/LockManager."<init>":(I)V]
LockManager.releaseExclusiveLock ( long id ) : void
[mangled: org/apache/xindice/util/LockManager.releaseExclusiveLock:(J)V]
LockManager.releaseExclusiveLock ( Object key ) : void
[mangled: org/apache/xindice/util/LockManager.releaseExclusiveLock:(Ljava/lang/Object;)V]
LockManager.releaseSharedLock ( long id ) : void
[mangled: org/apache/xindice/util/LockManager.releaseSharedLock:(J)V]
LockManager.releaseSharedLock ( Object key ) : void
[mangled: org/apache/xindice/util/LockManager.releaseSharedLock:(Ljava/lang/Object;)V]
cdk-1.0.4.jar, LogManager.class
package org.apache.xindice.server
LogManager.logMessage ( int p1, String p2 ) [abstract] : void
[mangled: org/apache/xindice/server/LogManager.logMessage:(ILjava/lang/String;)V]
LogManager.logMessage ( int p1, String p2, String p3 ) [abstract] : void
[mangled: org/apache/xindice/server/LogManager.logMessage:(ILjava/lang/String;Ljava/lang/String;)V]
LogManager.logMessage ( int p1, String p2, String p3, String p4 ) [abstract] : void
[mangled: org/apache/xindice/server/LogManager.logMessage:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, LonePairElectronChecker.class
package org.openscience.cdk.tools
LonePairElectronChecker.getAtomTypeFactory ( IChemObjectBuilder builder ) : AtomTypeFactory
[mangled: org/openscience/cdk/tools/LonePairElectronChecker.getAtomTypeFactory:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/config/AtomTypeFactory;]
LonePairElectronChecker.LonePairElectronChecker ( String atomTypeList )
[mangled: org/openscience/cdk/tools/LonePairElectronChecker."<init>":(Ljava/lang/String;)V]
LonePairElectronChecker.newSaturate ( IAtom atom, IAtomContainer ac ) : void
[mangled: org/openscience/cdk/tools/LonePairElectronChecker.newSaturate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
LonePairElectronChecker.newSaturate ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/tools/LonePairElectronChecker.newSaturate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.0.4.jar, LongestAliphaticChainDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
LongestAliphaticChainDescriptor.breadthFirstSearch ( IAtomContainer container, Vector sphere, Vector path ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LongestAliphaticChainDescriptor.breadthFirstSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Vector;Ljava/util/Vector;)V]
cdk-1.0.4.jar, Lookup.class
package org.apache.batik.svggen.font.table
Lookup.getSubtable ( int p1 ) : LookupSubtable
[mangled: org/apache/batik/svggen/font/table/Lookup.getSubtable:(I)Lorg/apache/batik/svggen/font/table/LookupSubtable;]
Lookup.getSubtableCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/Lookup.getSubtableCount:()I]
Lookup.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/Lookup.getType:()I]
Lookup.Lookup ( LookupSubtableFactory p1, RandomAccessFile p2, int p3 )
[mangled: org/apache/batik/svggen/font/table/Lookup."<init>":(Lorg/apache/batik/svggen/font/table/LookupSubtableFactory;Ljava/io/RandomAccessFile;I)V]
cdk-1.0.4.jar, LookupList.class
package org.apache.batik.svggen.font.table
LookupList.getLookup ( Feature p1, int p2 ) : Lookup
[mangled: org/apache/batik/svggen/font/table/LookupList.getLookup:(Lorg/apache/batik/svggen/font/table/Feature;I)Lorg/apache/batik/svggen/font/table/Lookup;]
LookupList.LookupList ( RandomAccessFile p1, int p2, LookupSubtableFactory p3 )
[mangled: org/apache/batik/svggen/font/table/LookupList."<init>":(Ljava/io/RandomAccessFile;ILorg/apache/batik/svggen/font/table/LookupSubtableFactory;)V]
cdk-1.0.4.jar, LookupSubtable.class
package org.apache.batik.svggen.font.table
LookupSubtable.LookupSubtable ( )
[mangled: org/apache/batik/svggen/font/table/LookupSubtable."<init>":()V]
cdk-1.0.4.jar, LookupSubtableFactory.class
package org.apache.batik.svggen.font.table
LookupSubtableFactory.read ( int p1, RandomAccessFile p2, int p3 ) [abstract] : LookupSubtable
[mangled: org/apache/batik/svggen/font/table/LookupSubtableFactory.read:(ILjava/io/RandomAccessFile;I)Lorg/apache/batik/svggen/font/table/LookupSubtable;]
cdk-1.0.4.jar, LRUCache.class
package org.apache.batik.ext.awt.image.rendered
LRUCache.add ( LRUCache.LRUObj p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.add:(Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;)V]
LRUCache.flush ( ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.flush:()V]
LRUCache.getUsed ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.getUsed:()I]
LRUCache.LRUCache ( int p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache."<init>":(I)V]
LRUCache.print ( ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.print:()V]
LRUCache.remove ( LRUCache.LRUObj p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.remove:(Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;)V]
LRUCache.setSize ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.setSize:(I)V]
LRUCache.touch ( LRUCache.LRUObj p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.touch:(Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;)V]
cdk-1.0.4.jar, LRUNode.class
package org.apache.batik.ext.awt.image.rendered
LRUCache.LRUNode.getObj ( ) : LRUCache.LRUObj
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.LRUNode.getObj:()Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;]
LRUCache.LRUNode.LRUCache.LRUNode ( LRUCache p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.LRUNode."<init>":(Lorg/apache/batik/ext/awt/image/rendered/LRUCache;)V]
LRUCache.LRUNode.setObj ( LRUCache.LRUObj p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.LRUNode.setObj:(Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;)V]
cdk-1.0.4.jar, LRUObj.class
package org.apache.batik.ext.awt.image.rendered
LRUCache.LRUObj.lruGet ( ) [abstract] : LRUCache.LRUNode
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.LRUObj.lruGet:()Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;]
LRUCache.LRUObj.lruRemove ( ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.LRUObj.lruRemove:()V]
LRUCache.LRUObj.lruSet ( LRUCache.LRUNode p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/rendered/LRUCache.LRUObj.lruSet:(Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;)V]
cdk-1.0.4.jar, MACiEFormat.class
package org.openscience.cdk.io.formats
MACiEFormat.getFormatName ( ) : String
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getFormatName:()Ljava/lang/String;]
MACiEFormat.getInstance ( ) [static] : IResourceFormat
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getInstance:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
MACiEFormat.getMIMEType ( ) : String
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getMIMEType:()Ljava/lang/String;]
MACiEFormat.getNameExtensions ( ) : String[ ]
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getNameExtensions:()[Ljava/lang/String;]
MACiEFormat.getPreferredNameExtension ( ) : String
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getPreferredNameExtension:()Ljava/lang/String;]
MACiEFormat.getReaderClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getReaderClassName:()Ljava/lang/String;]
MACiEFormat.getRequiredDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getRequiredDataFeatures:()I]
MACiEFormat.getSupportedDataFeatures ( ) : int
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getSupportedDataFeatures:()I]
MACiEFormat.getWriterClassName ( ) : String
[mangled: org/openscience/cdk/io/formats/MACiEFormat.getWriterClassName:()Ljava/lang/String;]
MACiEFormat.isXMLBased ( ) : boolean
[mangled: org/openscience/cdk/io/formats/MACiEFormat.isXMLBased:()Z]
MACiEFormat.matches ( int lineNumber, String line ) : boolean
[mangled: org/openscience/cdk/io/formats/MACiEFormat.matches:(ILjava/lang/String;)Z]
cdk-1.0.4.jar, MACiEReader.class
package org.openscience.cdk.io
MACiEReader.accepts ( Class classObject ) : boolean
[mangled: org/openscience/cdk/io/MACiEReader.accepts:(Ljava/lang/Class;)Z]
MACiEReader.accepts ( IChemObject object ) : boolean
[mangled: org/openscience/cdk/io/MACiEReader.accepts:(Lorg/openscience/cdk/interfaces/IChemObject;)Z]
MACiEReader.close ( ) : void
[mangled: org/openscience/cdk/io/MACiEReader.close:()V]
MACiEReader.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/MACiEReader.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
MACiEReader.getIOSettings ( ) : IOSetting[ ]
[mangled: org/openscience/cdk/io/MACiEReader.getIOSettings:()[Lorg/openscience/cdk/io/setting/IOSetting;]
MACiEReader.MACiEReader ( )
[mangled: org/openscience/cdk/io/MACiEReader."<init>":()V]
MACiEReader.MACiEReader ( InputStream input )
[mangled: org/openscience/cdk/io/MACiEReader."<init>":(Ljava/io/InputStream;)V]
MACiEReader.MACiEReader ( Reader in )
[mangled: org/openscience/cdk/io/MACiEReader."<init>":(Ljava/io/Reader;)V]
MACiEReader.read ( IChemObject object ) : IChemObject
[mangled: org/openscience/cdk/io/MACiEReader.read:(Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/interfaces/IChemObject;]
MACiEReader.setReader ( InputStream input ) : void
[mangled: org/openscience/cdk/io/MACiEReader.setReader:(Ljava/io/InputStream;)V]
MACiEReader.setReader ( Reader input ) : void
[mangled: org/openscience/cdk/io/MACiEReader.setReader:(Ljava/io/Reader;)V]
cdk-1.0.4.jar, MagicNumber.class
package org.apache.batik.ext.awt.image.spi
MagicNumberRegistryEntry.MagicNumber.MagicNumberRegistryEntry.MagicNumber ( int p1, byte[ ] p2 )
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry.MagicNumber."<init>":(I[B)V]
cdk-1.0.4.jar, MagicNumberRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
MagicNumberRegistryEntry.getReadlimit ( ) : int
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry.getReadlimit:()I]
MagicNumberRegistryEntry.handleStream ( InputStream p1, ParsedURL p2, boolean p3 ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry.handleStream:(Ljava/io/InputStream;Lorg/apache/batik/util/ParsedURL;Z)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
MagicNumberRegistryEntry.isCompatibleStream ( InputStream p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry.isCompatibleStream:(Ljava/io/InputStream;)Z]
MagicNumberRegistryEntry.MagicNumberRegistryEntry ( String p1, String p2, String p3, int p4, byte[ ] p5 )
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I[B)V]
MagicNumberRegistryEntry.MagicNumberRegistryEntry ( String p1, String p2, String p3, MagicNumberRegistryEntry.MagicNumber[ ] p4 )
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Lorg/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry$MagicNumber;)V]
MagicNumberRegistryEntry.MagicNumberRegistryEntry ( String p1, String[ ] p2, String[ ] p3, int p4, byte[ ] p5 )
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry."<init>":(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;I[B)V]
MagicNumberRegistryEntry.MagicNumberRegistryEntry ( String p1, String[ ] p2, String[ ] p3, MagicNumberRegistryEntry.MagicNumber[ ] p4 )
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry."<init>":(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Lorg/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry$MagicNumber;)V]
MagicNumberRegistryEntry.MagicNumberRegistryEntry ( String p1, String[ ] p2, String[ ] p3, MagicNumberRegistryEntry.MagicNumber[ ] p4, float p5 )
[mangled: org/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry."<init>":(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Lorg/apache/batik/ext/awt/image/spi/MagicNumberRegistryEntry$MagicNumber;F)V]
cdk-1.0.4.jar, ManagedObject.class
package org.apache.xindice.client.xmldb
ManagedObject.remove ( ) [abstract] : void
[mangled: org/apache/xindice/client/xmldb/ManagedObject.remove:()V]
cdk-1.0.4.jar, ManagerService.class
package org.apache.xindice.server
ManagerService.setServiceManager ( ServiceManager p1 ) [abstract] : void
[mangled: org/apache/xindice/server/ManagerService.setServiceManager:(Lorg/apache/xindice/server/ServiceManager;)V]
cdk-1.0.4.jar, MapArgs.class
package org.apache.xindice.core.objects
MapArgs.get ( String name ) : Variant
[mangled: org/apache/xindice/core/objects/MapArgs.get:(Ljava/lang/String;)Lorg/apache/xindice/core/objects/Variant;]
MapArgs.list ( ) : String[ ]
[mangled: org/apache/xindice/core/objects/MapArgs.list:()[Ljava/lang/String;]
MapArgs.MapArgs ( Map map )
[mangled: org/apache/xindice/core/objects/MapArgs."<init>":(Ljava/util/Map;)V]
cdk-1.0.4.jar, Mapping.class
package org.openscience.cdk
Mapping.relatedChemObjects ( ) : Iterator
[mangled: org/openscience/cdk/Mapping.relatedChemObjects:()Ljava/util/Iterator;]
cdk-1.0.4.jar, Matrix.class
package org.openscience.cdk.math
Matrix.add ( Matrix b ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.add:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Matrix;]
Matrix.contraction ( ) : double
[mangled: org/openscience/cdk/math/Matrix.contraction:()D]
Matrix.diagonalize ( int nrot ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.diagonalize:(I)Lorg/openscience/cdk/math/Matrix;]
Matrix.duplicate ( ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.duplicate:()Lorg/openscience/cdk/math/Matrix;]
Matrix.elimination ( Matrix matrix, Vector vector ) [static] : Vector
[mangled: org/openscience/cdk/math/Matrix.elimination:(Lorg/openscience/cdk/math/Matrix;Lorg/openscience/cdk/math/Vector;)Lorg/openscience/cdk/math/Vector;]
Matrix.getColumns ( ) : int
[mangled: org/openscience/cdk/math/Matrix.getColumns:()I]
Matrix.getRows ( ) : int
[mangled: org/openscience/cdk/math/Matrix.getRows:()I]
Matrix.getVectorFromColumn ( int index ) : Vector
[mangled: org/openscience/cdk/math/Matrix.getVectorFromColumn:(I)Lorg/openscience/cdk/math/Vector;]
Matrix.getVectorFromDiagonal ( ) : Vector
[mangled: org/openscience/cdk/math/Matrix.getVectorFromDiagonal:()Lorg/openscience/cdk/math/Vector;]
Matrix.getVectorFromRow ( int index ) : Vector
[mangled: org/openscience/cdk/math/Matrix.getVectorFromRow:(I)Lorg/openscience/cdk/math/Vector;]
Matrix.Matrix ( double[ ][ ] array )
[mangled: org/openscience/cdk/math/Matrix."<init>":([[D)V]
Matrix.Matrix ( int rows, int columns )
[mangled: org/openscience/cdk/math/Matrix."<init>":(II)V]
Matrix.mul ( double a ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.mul:(D)Lorg/openscience/cdk/math/Matrix;]
Matrix.mul ( Matrix b ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.mul:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Matrix;]
Matrix.mul ( Vector a ) : Vector
[mangled: org/openscience/cdk/math/Matrix.mul:(Lorg/openscience/cdk/math/Vector;)Lorg/openscience/cdk/math/Vector;]
Matrix.normalize ( Matrix S ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.normalize:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Matrix;]
Matrix.orthonormalize ( Matrix S ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.orthonormalize:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Matrix;]
Matrix.similar ( Matrix U ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.similar:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Matrix;]
Matrix.sub ( Matrix b ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.sub:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Matrix;]
Matrix.toString ( ) : String
[mangled: org/openscience/cdk/math/Matrix.toString:()Ljava/lang/String;]
Matrix.transpose ( ) : Matrix
[mangled: org/openscience/cdk/math/Matrix.transpose:()Lorg/openscience/cdk/math/Matrix;]
cdk-1.0.4.jar, MatrixTest.class
package org.xmlcml.euclid.test
MatrixTest.assertEquals ( String p1, IntMatrix p2, IntMatrix p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/MatrixTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/IntMatrix;Lorg/xmlcml/euclid/IntMatrix;)V]
MatrixTest.assertEquals ( String p1, RealMatrix p2, RealMatrix p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/MatrixTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/RealMatrix;Lorg/xmlcml/euclid/RealMatrix;D)V]
MatrixTest.MatrixTest ( )
[mangled: org/xmlcml/euclid/test/MatrixTest."<init>":()V]
MatrixTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/MatrixTest.setUp:()V]
MatrixTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/MatrixTest.suite:()Ljunit/framework/Test;]
MatrixTest.testIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/MatrixTest.testIntMatrix:()V]
MatrixTest.testRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/MatrixTest.testRealMatrix:()V]
cdk-1.0.4.jar, MaxpTable.class
package org.apache.batik.svggen.font.table
MaxpTable.getMaxComponentDepth ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxComponentDepth:()I]
MaxpTable.getMaxComponentElements ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxComponentElements:()I]
MaxpTable.getMaxCompositeContours ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxCompositeContours:()I]
MaxpTable.getMaxCompositePoints ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxCompositePoints:()I]
MaxpTable.getMaxContours ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxContours:()I]
MaxpTable.getMaxFunctionDefs ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxFunctionDefs:()I]
MaxpTable.getMaxInstructionDefs ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxInstructionDefs:()I]
MaxpTable.getMaxPoints ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxPoints:()I]
MaxpTable.getMaxSizeOfInstructions ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxSizeOfInstructions:()I]
MaxpTable.getMaxStackElements ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxStackElements:()I]
MaxpTable.getMaxStorage ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxStorage:()I]
MaxpTable.getMaxTwilightPoints ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxTwilightPoints:()I]
MaxpTable.getMaxZones ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getMaxZones:()I]
MaxpTable.getNumGlyphs ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getNumGlyphs:()I]
MaxpTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/MaxpTable.getType:()I]
MaxpTable.MaxpTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/MaxpTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, MD5.class
package org.apache.xindice.util
MD5.md ( String pswd ) [static] : String
[mangled: org/apache/xindice/util/MD5.md:(Ljava/lang/String;)Ljava/lang/String;]
MD5.MD5 ( )
[mangled: org/apache/xindice/util/MD5."<init>":()V]
cdk-1.0.4.jar, MDLConverter.class
package org.xmlcml.cml.legacy.molecule
MDLConverter.getVersion ( ) : String
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.getVersion:()Ljava/lang/String;]
MDLConverter.main ( String[ ] args ) [static] : void
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.main:([Ljava/lang/String;)V]
MDLConverter.MDLConverter ( )
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter."<init>":()V]
MDLConverter.readMOL ( Reader reader ) : CMLMolecule
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.readMOL:(Ljava/io/Reader;)Lorg/xmlcml/cml/element/CMLMolecule;]
MDLConverter.readXML ( Reader reader ) : Document
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.readXML:(Ljava/io/Reader;)Lnu/xom/Document;]
MDLConverter.setVersion ( String version ) : void
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.setVersion:(Ljava/lang/String;)V]
MDLConverter.writeMOL ( Writer writer ) : void
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.writeMOL:(Ljava/io/Writer;)V]
MDLConverter.writeMOL ( Writer writer, CMLMolecule mol ) : void
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.writeMOL:(Ljava/io/Writer;Lorg/xmlcml/cml/element/CMLMolecule;)V]
MDLConverter.writeXML ( OutputStream os ) : void
[mangled: org/xmlcml/cml/legacy/molecule/MDLConverter.writeXML:(Ljava/io/OutputStream;)V]
cdk-1.0.4.jar, MDLConverterTest.class
package org.xmlcml.cml.legacy.molecule.test
MDLConverterTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.main:([Ljava/lang/String;)V]
MDLConverterTest.MDLConverterTest ( )
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest."<init>":()V]
MDLConverterTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.suite:()Ljunit/framework/Test;]
MDLConverterTest.testCMLtoMOL ( ) : void
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.testCMLtoMOL:()V]
MDLConverterTest.testCMLtoMOLv3 ( ) : void
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.testCMLtoMOLv3:()V]
MDLConverterTest.testMOLroundtrip ( ) : void
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.testMOLroundtrip:()V]
MDLConverterTest.testMOLtoCML ( ) : void
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.testMOLtoCML:()V]
MDLConverterTest.testMOLv3roundtrip ( ) : void
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.testMOLv3roundtrip:()V]
MDLConverterTest.testMOLv3toCML ( ) : void
[mangled: org/xmlcml/cml/legacy/molecule/test/MDLConverterTest.testMOLv3toCML:()V]
cdk-1.0.4.jar, MDLWriter.class
package org.openscience.cdk.io
MDLWriter.dontWriteAromatic ( ) : void
[mangled: org/openscience/cdk/io/MDLWriter.dontWriteAromatic:()V]
MDLWriter.setSdFields ( Map map ) : void
[mangled: org/openscience/cdk/io/MDLWriter.setSdFields:(Ljava/util/Map;)V]
MDLWriter.writeMolecule ( IMolecule container ) : void
[mangled: org/openscience/cdk/io/MDLWriter.writeMolecule:(Lorg/openscience/cdk/interfaces/IMolecule;)V]
cdk-1.0.4.jar, MemFiler.class
package org.apache.xindice.core.filer
MemFiler.close ( ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.close:()Z]
MemFiler.create ( ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.create:()Z]
MemFiler.deleteRecord ( Key key ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.deleteRecord:(Lorg/apache/xindice/core/data/Key;)Z]
MemFiler.drop ( ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.drop:()Z]
MemFiler.exists ( ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.exists:()Z]
MemFiler.flush ( ) : void
[mangled: org/apache/xindice/core/filer/MemFiler.flush:()V]
MemFiler.getName ( ) : String
[mangled: org/apache/xindice/core/filer/MemFiler.getName:()Ljava/lang/String;]
MemFiler.getRecordCount ( ) : long
[mangled: org/apache/xindice/core/filer/MemFiler.getRecordCount:()J]
MemFiler.getRecordSet ( ) : RecordSet
[mangled: org/apache/xindice/core/filer/MemFiler.getRecordSet:()Lorg/apache/xindice/core/data/RecordSet;]
MemFiler.isOpened ( ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.isOpened:()Z]
MemFiler.MemFiler ( )
[mangled: org/apache/xindice/core/filer/MemFiler."<init>":()V]
MemFiler.MemFiler ( Map hashTable )
[mangled: org/apache/xindice/core/filer/MemFiler."<init>":(Ljava/util/Map;)V]
MemFiler.MemFiler ( Map hashTable, boolean readOnly )
[mangled: org/apache/xindice/core/filer/MemFiler."<init>":(Ljava/util/Map;Z)V]
MemFiler.open ( ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.open:()Z]
MemFiler.readRecord ( Key key ) : Record
[mangled: org/apache/xindice/core/filer/MemFiler.readRecord:(Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/Record;]
MemFiler.setCollection ( Collection collection ) : void
[mangled: org/apache/xindice/core/filer/MemFiler.setCollection:(Lorg/apache/xindice/core/Collection;)V]
MemFiler.writeRecord ( Key key, Value value ) : boolean
[mangled: org/apache/xindice/core/filer/MemFiler.writeRecord:(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/data/Value;)Z]
cdk-1.0.4.jar, MemoryCacheSeekableStream.class
package org.apache.batik.ext.awt.image.codec
MemoryCacheSeekableStream.canSeekBackwards ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/MemoryCacheSeekableStream.canSeekBackwards:()Z]
MemoryCacheSeekableStream.getFilePointer ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/MemoryCacheSeekableStream.getFilePointer:()J]
MemoryCacheSeekableStream.MemoryCacheSeekableStream ( InputStream p1 )
[mangled: org/apache/batik/ext/awt/image/codec/MemoryCacheSeekableStream."<init>":(Ljava/io/InputStream;)V]
MemoryCacheSeekableStream.read ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/MemoryCacheSeekableStream.read:()I]
MemoryCacheSeekableStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/MemoryCacheSeekableStream.read:([BII)I]
MemoryCacheSeekableStream.seek ( long p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/MemoryCacheSeekableStream.seek:(J)V]
cdk-1.0.4.jar, MergeMoleculesEdit.class
package org.openscience.cdk.applications.undoredo
MergeMoleculesEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/MergeMoleculesEdit.canRedo:()Z]
MergeMoleculesEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/MergeMoleculesEdit.canUndo:()Z]
MergeMoleculesEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/MergeMoleculesEdit.getPresentationName:()Ljava/lang/String;]
MergeMoleculesEdit.MergeMoleculesEdit ( IChemModel chemModel, ArrayList undoredoContainer, String type )
[mangled: org/openscience/cdk/applications/undoredo/MergeMoleculesEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Ljava/util/ArrayList;Ljava/lang/String;)V]
MergeMoleculesEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/MergeMoleculesEdit.redo:()V]
MergeMoleculesEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/MergeMoleculesEdit.undo:()V]
cdk-1.0.4.jar, Messages.class
package org.apache.batik.ext.swing
Messages.formatMessage ( String p1, Object[ ] p2 ) [static] : String
[mangled: org/apache/batik/ext/swing/Messages.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Messages.getLocale ( ) [static] : Locale
[mangled: org/apache/batik/ext/swing/Messages.getLocale:()Ljava/util/Locale;]
Messages.getString ( String p1 ) [static] : String
[mangled: org/apache/batik/ext/swing/Messages.getString:(Ljava/lang/String;)Ljava/lang/String;]
Messages.Messages ( )
[mangled: org/apache/batik/ext/swing/Messages."<init>":()V]
Messages.setLocale ( Locale p1 ) [static] : void
[mangled: org/apache/batik/ext/swing/Messages.setLocale:(Ljava/util/Locale;)V]
package org.apache.batik.svggen.font
Messages.formatMessage ( String p1, Object[ ] p2 ) [static] : String
[mangled: org/apache/batik/svggen/font/Messages.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Messages.getLocale ( ) [static] : Locale
[mangled: org/apache/batik/svggen/font/Messages.getLocale:()Ljava/util/Locale;]
Messages.Messages ( )
[mangled: org/apache/batik/svggen/font/Messages."<init>":()V]
Messages.setLocale ( Locale p1 ) [static] : void
[mangled: org/apache/batik/svggen/font/Messages.setLocale:(Ljava/util/Locale;)V]
package org.apache.batik.util
Messages.formatMessage ( String p1, Object[ ] p2 ) [static] : String
[mangled: org/apache/batik/util/Messages.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Messages.getCharacter ( String p1 ) [static] : int
[mangled: org/apache/batik/util/Messages.getCharacter:(Ljava/lang/String;)I]
Messages.getInteger ( String p1 ) [static] : int
[mangled: org/apache/batik/util/Messages.getInteger:(Ljava/lang/String;)I]
Messages.getLocale ( ) [static] : Locale
[mangled: org/apache/batik/util/Messages.getLocale:()Ljava/util/Locale;]
Messages.getString ( String p1 ) [static] : String
[mangled: org/apache/batik/util/Messages.getString:(Ljava/lang/String;)Ljava/lang/String;]
Messages.Messages ( )
[mangled: org/apache/batik/util/Messages."<init>":()V]
Messages.setLocale ( Locale p1 ) [static] : void
[mangled: org/apache/batik/util/Messages.setLocale:(Ljava/util/Locale;)V]
package org.apache.batik.util.io
Messages.formatMessage ( String p1, Object[ ] p2 ) [static] : String
[mangled: org/apache/batik/util/io/Messages.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Messages.getLocale ( ) [static] : Locale
[mangled: org/apache/batik/util/io/Messages.getLocale:()Ljava/util/Locale;]
Messages.Messages ( )
[mangled: org/apache/batik/util/io/Messages."<init>":()V]
Messages.setLocale ( Locale p1 ) [static] : void
[mangled: org/apache/batik/util/io/Messages.setLocale:(Ljava/util/Locale;)V]
package org.apache.batik.util.resources
Messages.formatMessage ( String p1, Object[ ] p2 ) [static] : String
[mangled: org/apache/batik/util/resources/Messages.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Messages.getLocale ( ) [static] : Locale
[mangled: org/apache/batik/util/resources/Messages.getLocale:()Ljava/util/Locale;]
Messages.Messages ( )
[mangled: org/apache/batik/util/resources/Messages."<init>":()V]
Messages.setLocale ( Locale p1 ) [static] : void
[mangled: org/apache/batik/util/resources/Messages.setLocale:(Ljava/util/Locale;)V]
cdk-1.0.4.jar, MetadataNameAttribute.class
package org.xmlcml.cml.element
MetadataNameAttribute.checkAttribute ( CMLElement element, GenericDictionaryMap dictionaryMap ) : List
[mangled: org/xmlcml/cml/element/MetadataNameAttribute.checkAttribute:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
MetadataNameAttribute.MetadataNameAttribute ( )
[mangled: org/xmlcml/cml/element/MetadataNameAttribute."<init>":()V]
MetadataNameAttribute.MetadataNameAttribute ( Attribute att )
[mangled: org/xmlcml/cml/element/MetadataNameAttribute."<init>":(Lnu/xom/Attribute;)V]
MetadataNameAttribute.MetadataNameAttribute ( String name, String value )
[mangled: org/xmlcml/cml/element/MetadataNameAttribute."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, MethodNotFoundException.class
package org.apache.xindice.core.objects
MethodNotFoundException.MethodNotFoundException ( )
[mangled: org/apache/xindice/core/objects/MethodNotFoundException."<init>":()V]
MethodNotFoundException.MethodNotFoundException ( String message )
[mangled: org/apache/xindice/core/objects/MethodNotFoundException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, MFAnalyser.class
package org.openscience.cdk.tools
MFAnalyser.analyseAtomContainer ( IAtomContainer ac ) : String
[mangled: org/openscience/cdk/tools/MFAnalyser.analyseAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/lang/String;]
MFAnalyser.generateElementFormula ( IMolecule mol, String[ ] elements ) [static] : String
[mangled: org/openscience/cdk/tools/MFAnalyser.generateElementFormula:(Lorg/openscience/cdk/interfaces/IMolecule;[Ljava/lang/String;)Ljava/lang/String;]
MFAnalyser.getAtomContainer ( ) : IAtomContainer
[mangled: org/openscience/cdk/tools/MFAnalyser.getAtomContainer:()Lorg/openscience/cdk/interfaces/IAtomContainer;]
MFAnalyser.getAtomCount ( String thisElement ) : int
[mangled: org/openscience/cdk/tools/MFAnalyser.getAtomCount:(Ljava/lang/String;)I]
MFAnalyser.getCanonicalMass ( ) : float
[mangled: org/openscience/cdk/tools/MFAnalyser.getCanonicalMass:()F]
MFAnalyser.getCanonicalMass ( IElement element ) [static] : double
[mangled: org/openscience/cdk/tools/MFAnalyser.getCanonicalMass:(Lorg/openscience/cdk/interfaces/IElement;)D]
MFAnalyser.getDBE ( ) : float
[mangled: org/openscience/cdk/tools/MFAnalyser.getDBE:()F]
MFAnalyser.getElementCount ( ) : int
[mangled: org/openscience/cdk/tools/MFAnalyser.getElementCount:()I]
MFAnalyser.getElements ( ) : List
[mangled: org/openscience/cdk/tools/MFAnalyser.getElements:()Ljava/util/List;]
MFAnalyser.getFormulaHashtable ( ) : Map
[mangled: org/openscience/cdk/tools/MFAnalyser.getFormulaHashtable:()Ljava/util/Map;]
MFAnalyser.getHeavyAtoms ( ) : List
[mangled: org/openscience/cdk/tools/MFAnalyser.getHeavyAtoms:()Ljava/util/List;]
MFAnalyser.getHTMLMolecularFormula ( ) : String
[mangled: org/openscience/cdk/tools/MFAnalyser.getHTMLMolecularFormula:()Ljava/lang/String;]
MFAnalyser.getHTMLMolecularFormulaWithCharge ( ) : String
[mangled: org/openscience/cdk/tools/MFAnalyser.getHTMLMolecularFormulaWithCharge:()Ljava/lang/String;]
MFAnalyser.getMass ( ) : float
[mangled: org/openscience/cdk/tools/MFAnalyser.getMass:()F]
MFAnalyser.getMolecularFormula ( ) : String
[mangled: org/openscience/cdk/tools/MFAnalyser.getMolecularFormula:()Ljava/lang/String;]
MFAnalyser.getNaturalMass ( ) : float
[mangled: org/openscience/cdk/tools/MFAnalyser.getNaturalMass:()F]
MFAnalyser.getNaturalMass ( IElement element ) [static] : double
[mangled: org/openscience/cdk/tools/MFAnalyser.getNaturalMass:(Lorg/openscience/cdk/interfaces/IElement;)D]
MFAnalyser.MFAnalyser ( IAtomContainer ac )
[mangled: org/openscience/cdk/tools/MFAnalyser."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
MFAnalyser.MFAnalyser ( IAtomContainer ac, boolean useboth )
[mangled: org/openscience/cdk/tools/MFAnalyser."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Z)V]
MFAnalyser.MFAnalyser ( String MF, IAtomContainer target )
[mangled: org/openscience/cdk/tools/MFAnalyser."<init>":(Ljava/lang/String;Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
MFAnalyser.removeHydrogensPreserveMultiplyBonded ( ) : IAtomContainer
[mangled: org/openscience/cdk/tools/MFAnalyser.removeHydrogensPreserveMultiplyBonded:()Lorg/openscience/cdk/interfaces/IAtomContainer;]
cdk-1.0.4.jar, MiscTest.class
package org.xmlcml.cml.element.test
MiscTest.MiscTest ( )
[mangled: org/xmlcml/cml/element/test/MiscTest."<init>":()V]
MiscTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/MiscTest.setUp:()V]
MiscTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/MiscTest.suite:()Ljunit/framework/Test;]
MiscTest.testXomText ( ) : void
[mangled: org/xmlcml/cml/element/test/MiscTest.testXomText:()V]
cdk-1.0.4.jar, MissingArgumentException.class
package org.apache.commons.cli
MissingArgumentException.MissingArgumentException ( String message )
[mangled: org/apache/commons/cli/MissingArgumentException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, MissingOptionException.class
package org.apache.commons.cli
MissingOptionException.MissingOptionException ( String message )
[mangled: org/apache/commons/cli/MissingOptionException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, MM2BasedAtomTypePattern.class
package org.openscience.cdk.modeling.builder3d
MM2BasedAtomTypePattern.getAtomTypePatterns ( ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MM2BasedAtomTypePattern.getAtomTypePatterns:()Ljava/util/Vector;]
cdk-1.0.4.jar, MM2BasedParameterSetReader.class
package org.openscience.cdk.modeling.builder3d
MM2BasedParameterSetReader.getAtomTypes ( ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MM2BasedParameterSetReader.getAtomTypes:()Ljava/util/Vector;]
MM2BasedParameterSetReader.getParamterSet ( ) : Hashtable
[mangled: org/openscience/cdk/modeling/builder3d/MM2BasedParameterSetReader.getParamterSet:()Ljava/util/Hashtable;]
cdk-1.0.4.jar, MMFF94BasedAtomTypePattern.class
package org.openscience.cdk.modeling.builder3d
MMFF94BasedAtomTypePattern.getAtomTypePatterns ( ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94BasedAtomTypePattern.getAtomTypePatterns:()Ljava/util/Vector;]
cdk-1.0.4.jar, MMFF94BasedParameterSetReader.class
package org.openscience.cdk.modeling.builder3d
MMFF94BasedParameterSetReader.getAtomTypes ( ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94BasedParameterSetReader.getAtomTypes:()Ljava/util/Vector;]
MMFF94BasedParameterSetReader.getParamterSet ( ) : Hashtable
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94BasedParameterSetReader.getParamterSet:()Ljava/util/Hashtable;]
cdk-1.0.4.jar, MMFF94EnergyFunction.class
package org.openscience.cdk.modeling.forcefield
MMFF94EnergyFunction.MMFF94EnergyFunction ( IAtomContainer molecule, Hashtable mmff94Tables )
[mangled: org/openscience/cdk/modeling/forcefield/MMFF94EnergyFunction."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, MMFF94ParametersCall.class
package org.openscience.cdk.modeling.builder3d
MMFF94ParametersCall.getAngleData ( String angleType, String id1, String id2, String id3 ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getAngleData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Vector;]
MMFF94ParametersCall.getBondAngleInteractionData ( String strbndType, String id1, String id2, String id3 ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getBondAngleInteractionData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Vector;]
MMFF94ParametersCall.getBondData ( String code, String id1, String id2 ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getBondData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Vector;]
MMFF94ParametersCall.getDefaultStretchBendData ( int iR, int jR, int kR ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getDefaultStretchBendData:(III)Ljava/util/Vector;]
MMFF94ParametersCall.getTorsionData ( String code, String id1, String id2, String id3, String id4 ) : Vector
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.getTorsionData:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Vector;]
MMFF94ParametersCall.initialize ( Hashtable parameterSet ) : void
[mangled: org/openscience/cdk/modeling/builder3d/MMFF94ParametersCall.initialize:(Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, MoleculeAtomBondTest.class
package org.xmlcml.cml.element.test
MoleculeAtomBondTest.makeCrystal ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeCrystal:()V]
MoleculeAtomBondTest.makeMol1 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol1:()V]
MoleculeAtomBondTest.makeMol2 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol2:()V]
MoleculeAtomBondTest.makeMol3 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol3:()V]
MoleculeAtomBondTest.makeMol4 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol4:()V]
MoleculeAtomBondTest.makeMol5 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol5:()V]
MoleculeAtomBondTest.makeMol5a ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol5a:()V]
MoleculeAtomBondTest.makeMol6 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol6:()V]
MoleculeAtomBondTest.makeMol7 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol7:()V]
MoleculeAtomBondTest.makeMol8 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol8:()V]
MoleculeAtomBondTest.makeMol9 ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.makeMol9:()V]
MoleculeAtomBondTest.MoleculeAtomBondTest ( )
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest."<init>":()V]
MoleculeAtomBondTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.setUp:()V]
MoleculeAtomBondTest.testParse ( ) : void
[mangled: org/xmlcml/cml/element/test/MoleculeAtomBondTest.testParse:()V]
cdk-1.0.4.jar, MoleculeListPanel.class
package org.openscience.cdk.applications.swing
MoleculeListPanel.addStructure ( MoleculeViewer2D moleculeViewer ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListPanel.addStructure:(Lorg/openscience/cdk/applications/swing/MoleculeViewer2D;)V]
MoleculeListPanel.addStructure ( MoleculeViewer2D moleculeViewer, String title ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListPanel.addStructure:(Lorg/openscience/cdk/applications/swing/MoleculeViewer2D;Ljava/lang/String;)V]
MoleculeListPanel.clear ( ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListPanel.clear:()V]
MoleculeListPanel.getMolViewDim ( ) : Dimension
[mangled: org/openscience/cdk/applications/swing/MoleculeListPanel.getMolViewDim:()Ljava/awt/Dimension;]
MoleculeListPanel.MoleculeListPanel ( )
[mangled: org/openscience/cdk/applications/swing/MoleculeListPanel."<init>":()V]
MoleculeListPanel.setMolViewDim ( Dimension molViewDim ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListPanel.setMolViewDim:(Ljava/awt/Dimension;)V]
cdk-1.0.4.jar, MoleculeListViewer.class
package org.openscience.cdk.applications.swing
MoleculeListViewer.addStructure ( IMolecule molecule, boolean generateCoordinates, boolean drawNumbers, String title ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.addStructure:(Lorg/openscience/cdk/interfaces/IMolecule;ZZLjava/lang/String;)V]
MoleculeListViewer.addStructure ( IMolecule molecule, String title ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.addStructure:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/String;)V]
MoleculeListViewer.addStructure ( IMolecule molecule, String title, boolean generateCoordinates, boolean drawNumbers ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.addStructure:(Lorg/openscience/cdk/interfaces/IMolecule;Ljava/lang/String;ZZ)V]
MoleculeListViewer.addStructure ( MoleculeViewer2D moleculeViewer ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.addStructure:(Lorg/openscience/cdk/applications/swing/MoleculeViewer2D;)V]
MoleculeListViewer.addStructure ( MoleculeViewer2D moleculeViewer, String title ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.addStructure:(Lorg/openscience/cdk/applications/swing/MoleculeViewer2D;Ljava/lang/String;)V]
MoleculeListViewer.clear ( ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.clear:()V]
MoleculeListViewer.getMolViewDim ( ) : Dimension
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.getMolViewDim:()Ljava/awt/Dimension;]
MoleculeListViewer.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.main:([Ljava/lang/String;)V]
MoleculeListViewer.MoleculeListViewer ( )
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer."<init>":()V]
MoleculeListViewer.paint ( Graphics graphics ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.paint:(Ljava/awt/Graphics;)V]
MoleculeListViewer.setMolViewDim ( Dimension molViewDim ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeListViewer.setMolViewDim:(Ljava/awt/Dimension;)V]
cdk-1.0.4.jar, MoleculeSet.class
package org.openscience.cdk
MoleculeSet.molecules ( ) : Iterator
[mangled: org/openscience/cdk/MoleculeSet.molecules:()Ljava/util/Iterator;]
cdk-1.0.4.jar, MoleculesTable.class
package org.openscience.cdk.applications.swing
MoleculesTable.display ( ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculesTable.display:()V]
MoleculesTable.MoleculesTable ( IMoleculeSet set )
[mangled: org/openscience/cdk/applications/swing/MoleculesTable."<init>":(Lorg/openscience/cdk/interfaces/IMoleculeSet;)V]
MoleculesTable.stateChanged ( EventObject e ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculesTable.stateChanged:(Ljava/util/EventObject;)V]
cdk-1.0.4.jar, MoleculeTool.class
package org.xmlcml.cml.tools
MoleculeTool.addSuffixToAtomIDs ( String suffix ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.addSuffixToAtomIDs:(Ljava/lang/String;)V]
MoleculeTool.addWedgeHatchBond ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.addWedgeHatchBond:(Lorg/xmlcml/cml/element/CMLAtom;)V]
MoleculeTool.adjustBondOrdersAndChargesToValency ( PiSystemManager piSystemManager ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.adjustBondOrdersAndChargesToValency:(Lorg/xmlcml/cml/tools/PiSystemManager;)V]
MoleculeTool.adjustBondOrdersToValency ( PiSystemManager piSystemManager ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.adjustBondOrdersToValency:(Lorg/xmlcml/cml/tools/PiSystemManager;)V]
MoleculeTool.adjustHydrogenCountsToValency ( CMLAtom atom, CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.adjustHydrogenCountsToValency:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
MoleculeTool.adjustHydrogenCountsToValency ( CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.adjustHydrogenCountsToValency:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
MoleculeTool.appendToId ( CMLAtom atom, String s ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.appendToId:(Lorg/xmlcml/cml/element/CMLAtom;Ljava/lang/String;)V]
MoleculeTool.calculate3DCoordinatesForLigands ( CMLAtom atom, int geometry, double length, double angle ) : CMLAtomSet
[mangled: org/xmlcml/cml/tools/MoleculeTool.calculate3DCoordinatesForLigands:(Lorg/xmlcml/cml/element/CMLAtom;IDD)Lorg/xmlcml/cml/element/CMLAtomSet;]
MoleculeTool.calculateBondedAtoms ( ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.calculateBondedAtoms:()V]
MoleculeTool.calculateBondLength ( CMLBond bond, CMLElement.CoordinateType type ) : double
[mangled: org/xmlcml/cml/tools/MoleculeTool.calculateBondLength:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)D]
MoleculeTool.calculateBondOrdersFromXYZ3 ( ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.calculateBondOrdersFromXYZ3:()V]
MoleculeTool.calculateBondsToAndJoin ( CMLMolecule molecule2 ) : boolean
[mangled: org/xmlcml/cml/tools/MoleculeTool.calculateBondsToAndJoin:(Lorg/xmlcml/cml/element/CMLMolecule;)Z]
MoleculeTool.contractExplicitHydrogens ( CMLAtom atom, CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.contractExplicitHydrogens:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
MoleculeTool.contractExplicitHydrogens ( CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.contractExplicitHydrogens:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
MoleculeTool.createMolecule ( CMLMolecule molecule, String[ ] atomIds ) [static] : CMLMolecule
[mangled: org/xmlcml/cml/tools/MoleculeTool.createMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;[Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLMolecule;]
MoleculeTool.createPrioritizedLigand ( CMLAtom atom, CMLAtomSet atomSetTool, CMLAtom upstreamAtom ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.createPrioritizedLigand:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtom;)V]
MoleculeTool.createValenceLengths ( CMLAtomSet atomSet, boolean calculate, boolean add ) : List
[mangled: org/xmlcml/cml/tools/MoleculeTool.createValenceLengths:(Lorg/xmlcml/cml/element/CMLAtomSet;ZZ)Ljava/util/List;]
MoleculeTool.deleteHydrogen ( CMLAtom atom ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.deleteHydrogen:(Lorg/xmlcml/cml/element/CMLAtom;)V]
MoleculeTool.distributeMolecularChargeToN4 ( ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.distributeMolecularChargeToN4:()V]
MoleculeTool.expandImplicitHydrogens ( CMLAtom atom, CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.expandImplicitHydrogens:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
MoleculeTool.expandImplicitHydrogens ( CMLMolecule.HydrogenControl control ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.expandImplicitHydrogens:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)V]
MoleculeTool.generateBondIds ( ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.generateBondIds:()V]
MoleculeTool.getAtomRefs4 ( CMLBond bond ) : CMLAtom[ ]
[mangled: org/xmlcml/cml/tools/MoleculeTool.getAtomRefs4:(Lorg/xmlcml/cml/element/CMLBond;)[Lorg/xmlcml/cml/element/CMLAtom;]
MoleculeTool.getAtomSet ( CMLBondSet bondSet ) : CMLAtomSet
[mangled: org/xmlcml/cml/tools/MoleculeTool.getAtomSet:(Lorg/xmlcml/cml/element/CMLBondSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
MoleculeTool.getAtomsWithSameMappedNeighbours00 ( AtomMatcher atomMatcher, CMLAtomSet atomSet1, CMLAtomSet atomSet2, CMLMap from1to2map ) : AtomPair
[mangled: org/xmlcml/cml/tools/MoleculeTool.getAtomsWithSameMappedNeighbours00:(Lorg/xmlcml/cml/tools/AtomMatcher;Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLMap;)Lorg/xmlcml/cml/tools/AtomPair;]
MoleculeTool.getAverage2DBondLength ( CMLBondSet bondSet, String[ ] excludeElements, String[ ] includeElements ) : double
[mangled: org/xmlcml/cml/tools/MoleculeTool.getAverage2DBondLength:(Lorg/xmlcml/cml/element/CMLBondSet;[Ljava/lang/String;[Ljava/lang/String;)D]
MoleculeTool.getAverageBondLength ( CMLElement.CoordinateType type ) : double
[mangled: org/xmlcml/cml/tools/MoleculeTool.getAverageBondLength:(Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)D]
MoleculeTool.getBondOrderSum ( CMLAtom atom ) : int
[mangled: org/xmlcml/cml/tools/MoleculeTool.getBondOrderSum:(Lorg/xmlcml/cml/element/CMLAtom;)I]
MoleculeTool.getBondSet ( CMLAtomSet atomSet ) : CMLBondSet
[mangled: org/xmlcml/cml/tools/MoleculeTool.getBondSet:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLBondSet;]
MoleculeTool.getClockwiseLigands ( CMLAtom atom, CMLAtom[ ] atom4 ) : CMLAtom[ ]
[mangled: org/xmlcml/cml/tools/MoleculeTool.getClockwiseLigands:(Lorg/xmlcml/cml/element/CMLAtom;[Lorg/xmlcml/cml/element/CMLAtom;)[Lorg/xmlcml/cml/element/CMLAtom;]
MoleculeTool.getClonedMolecule ( CMLAtomSet atomSet, CMLBondSet bondSet ) : CMLMolecule
[mangled: org/xmlcml/cml/tools/MoleculeTool.getClonedMolecule:(Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLBondSet;)Lorg/xmlcml/cml/element/CMLMolecule;]
MoleculeTool.getDoubleBondEquivalents ( CMLAtom atom, CMLElement.FormalChargeControl fcd ) : int
[mangled: org/xmlcml/cml/tools/MoleculeTool.getDoubleBondEquivalents:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/base/CMLElement$FormalChargeControl;)I]
MoleculeTool.getDownstreamAtoms ( CMLAtom atom, CMLAtomSet atomSet, CMLAtom otherAtom ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.getDownstreamAtoms:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtomSet;Lorg/xmlcml/cml/element/CMLAtom;)V]
MoleculeTool.getDownstreamAtoms ( CMLBond bond, CMLAtom atom ) : CMLAtomSet
[mangled: org/xmlcml/cml/tools/MoleculeTool.getDownstreamAtoms:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtomSet;]
MoleculeTool.getGeometricHybridization ( CMLAtom atom ) : CMLElement.Hybridization
[mangled: org/xmlcml/cml/tools/MoleculeTool.getGeometricHybridization:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/base/CMLElement$Hybridization;]
MoleculeTool.getHydrogenValencyGroup ( CMLAtom atom ) : int
[mangled: org/xmlcml/cml/tools/MoleculeTool.getHydrogenValencyGroup:(Lorg/xmlcml/cml/element/CMLAtom;)I]
MoleculeTool.getLoneElectronCount ( CMLAtom atom ) : int
[mangled: org/xmlcml/cml/tools/MoleculeTool.getLoneElectronCount:(Lorg/xmlcml/cml/element/CMLAtom;)I]
MoleculeTool.getMappedBondViaAtoms ( CMLMap map, CMLBond bond0, CMLMap.Direction toFrom ) : CMLBond
[mangled: org/xmlcml/cml/tools/MoleculeTool.getMappedBondViaAtoms:(Lorg/xmlcml/cml/element/CMLMap;Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLMap$Direction;)Lorg/xmlcml/cml/element/CMLBond;]
MoleculeTool.getMaximumId ( String prefix ) : int
[mangled: org/xmlcml/cml/tools/MoleculeTool.getMaximumId:(Ljava/lang/String;)I]
MoleculeTool.getNewLigandsSortedByAtomicNumber ( CMLAtom atom, CMLAtomSet markedAtoms ) : CMLAtom[ ]
[mangled: org/xmlcml/cml/tools/MoleculeTool.getNewLigandsSortedByAtomicNumber:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtomSet;)[Lorg/xmlcml/cml/element/CMLAtom;]
MoleculeTool.getNonHydrogenLigandList ( CMLAtom atom ) : List
[mangled: org/xmlcml/cml/tools/MoleculeTool.getNonHydrogenLigandList:(Lorg/xmlcml/cml/element/CMLAtom;)Ljava/util/List;]
MoleculeTool.getPrioritizedLigand ( CMLAtom atom, CMLAtom ligandAt ) : CMLAtomSet
[mangled: org/xmlcml/cml/tools/MoleculeTool.getPrioritizedLigand:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtomSet;]
MoleculeTool.getPrioritizedLigands ( CMLAtom atom ) : CMLAtomSet[ ]
[mangled: org/xmlcml/cml/tools/MoleculeTool.getPrioritizedLigands:(Lorg/xmlcml/cml/element/CMLAtom;)[Lorg/xmlcml/cml/element/CMLAtomSet;]
MoleculeTool.getSenseOf3Ligands ( CMLAtom atom, CMLAtom[ ] array ) : double
[mangled: org/xmlcml/cml/tools/MoleculeTool.getSenseOf3Ligands:(Lorg/xmlcml/cml/element/CMLAtom;[Lorg/xmlcml/cml/element/CMLAtom;)D]
MoleculeTool.getSubstituentLigandList ( CMLBond bond, CMLAtom atom ) : List
[mangled: org/xmlcml/cml/tools/MoleculeTool.getSubstituentLigandList:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;)Ljava/util/List;]
MoleculeTool.getSumNonHydrogenBondOrder ( CMLAtom atom ) : int
[mangled: org/xmlcml/cml/tools/MoleculeTool.getSumNonHydrogenBondOrder:(Lorg/xmlcml/cml/element/CMLAtom;)I]
MoleculeTool.markSpecial ( ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.markSpecial:()V]
MoleculeTool.markupCommonMolecules ( ) : boolean
[mangled: org/xmlcml/cml/tools/MoleculeTool.markupCommonMolecules:()Z]
MoleculeTool.MoleculeTool ( CMLMolecule molecule )
[mangled: org/xmlcml/cml/tools/MoleculeTool."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;)V]
MoleculeTool.removeOverlapping3DAtoms ( CMLMolecule mol, CMLElement.CoordinateType type ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.removeOverlapping3DAtoms:(Lorg/xmlcml/cml/element/CMLMolecule;Lorg/xmlcml/cml/base/CMLElement$CoordinateType;)V]
MoleculeTool.sprout ( CMLAtomSet atomSet ) : CMLAtomSet
[mangled: org/xmlcml/cml/tools/MoleculeTool.sprout:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
MoleculeTool.transferChargeToFreePiElectrons ( ) : void
[mangled: org/xmlcml/cml/tools/MoleculeTool.transferChargeToFreePiElectrons:()V]
cdk-1.0.4.jar, MoleculeToolTest.class
package org.xmlcml.cml.tools.test
MoleculeToolTest.makeMoleculeTool1 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool1:()V]
MoleculeToolTest.makeMoleculeTool2 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool2:()V]
MoleculeToolTest.makeMoleculeTool3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool3:()V]
MoleculeToolTest.makeMoleculeTool4 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool4:()V]
MoleculeToolTest.makeMoleculeTool5 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool5:()V]
MoleculeToolTest.makeMoleculeTool5a ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool5a:()V]
MoleculeToolTest.makeMoleculeTool6 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool6:()V]
MoleculeToolTest.makeMoleculeTool7 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool7:()V]
MoleculeToolTest.makeMoleculeTool8 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool8:()V]
MoleculeToolTest.makeMoleculeTool9 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeTool9:()V]
MoleculeToolTest.makeMoleculeToolBond0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeToolBond0:()V]
MoleculeToolTest.makeMoleculeToolXmlAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeToolXmlAtom0:()V]
MoleculeToolTest.makeMoleculeToolXmlBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeToolXmlBonds:()V]
MoleculeToolTest.makeMoleculeToolXomAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.makeMoleculeToolXomAtom0:()V]
MoleculeToolTest.MoleculeToolTest ( )
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest."<init>":()V]
MoleculeToolTest.setUp ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.setUp:()V]
MoleculeToolTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.suite:()Ljunit/framework/Test;]
MoleculeToolTest.testAddCoords ( ) [static] : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testAddCoords:()V]
MoleculeToolTest.testAdjustBondOrdersAndChargesToValency ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testAdjustBondOrdersAndChargesToValency:()V]
MoleculeToolTest.testAdjustBondOrdersToValency ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testAdjustBondOrdersToValency:()V]
MoleculeToolTest.testAdjustHydrogenCountsToValency ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testAdjustHydrogenCountsToValency:()V]
MoleculeToolTest.testDeleteHydrogen ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testDeleteHydrogen:()V]
MoleculeToolTest.testDistributeMolecularChargeToN4 ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testDistributeMolecularChargeToN4:()V]
MoleculeToolTest.testExpandImplicitHydrogens ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testExpandImplicitHydrogens:()V]
MoleculeToolTest.testGetBondOrderSum ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testGetBondOrderSum:()V]
MoleculeToolTest.testGetDoubleBondEquivalents ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testGetDoubleBondEquivalents:()V]
MoleculeToolTest.testGetDoubleBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testGetDoubleBonds:()V]
MoleculeToolTest.testGetGeometricHybridization ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testGetGeometricHybridization:()V]
MoleculeToolTest.testGetHydrogenLigand ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testGetHydrogenLigand:()V]
MoleculeToolTest.testGetHydrogenValencyGroup ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testGetHydrogenValencyGroup:()V]
MoleculeToolTest.testGetSumNonHydrogenBondOrder ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testGetSumNonHydrogenBondOrder:()V]
MoleculeToolTest.testMarkupCommonMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testMarkupCommonMolecules:()V]
MoleculeToolTest.testSetBondOrders ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testSetBondOrders:()V]
MoleculeToolTest.testSetGeometricHybridization ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testSetGeometricHybridization:()V]
MoleculeToolTest.testSetPreferredBondOrders ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testSetPreferredBondOrders:()V]
MoleculeToolTest.testTransferChargeToFreePiElectrons ( ) : void
[mangled: org/xmlcml/cml/tools/test/MoleculeToolTest.testTransferChargeToFreePiElectrons:()V]
cdk-1.0.4.jar, MoleculeViewer2D.class
package org.openscience.cdk.applications.swing
MoleculeViewer2D.display ( ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.display:()V]
MoleculeViewer2D.display ( IMolecule molecule, boolean generateCoordinates ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.display:(Lorg/openscience/cdk/interfaces/IMolecule;Z)V]
MoleculeViewer2D.display ( IMolecule molecule, boolean generateCoordinates, boolean drawNumbers ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.display:(Lorg/openscience/cdk/interfaces/IMolecule;ZZ)V]
MoleculeViewer2D.display ( IMolecule molecule, boolean generateCoordinates, boolean drawNumbers, int closeOperation, String title ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.display:(Lorg/openscience/cdk/interfaces/IMolecule;ZZILjava/lang/String;)V]
MoleculeViewer2D.display ( IMolecule molecule, boolean generateCoordinates, String title ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.display:(Lorg/openscience/cdk/interfaces/IMolecule;ZLjava/lang/String;)V]
MoleculeViewer2D.getAtomContainer ( ) : IAtomContainer
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.getAtomContainer:()Lorg/openscience/cdk/interfaces/IAtomContainer;]
MoleculeViewer2D.getFrame ( ) : JFrame
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.getFrame:()Ljavax/swing/JFrame;]
MoleculeViewer2D.getRenderer2DModel ( ) : Renderer2DModel
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.getRenderer2DModel:()Lorg/openscience/cdk/renderer/Renderer2DModel;]
MoleculeViewer2D.getViewer ( IMolecule molecule, boolean generateCoordinates, boolean drawNumbers ) [static] : MoleculeViewer2D
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.getViewer:(Lorg/openscience/cdk/interfaces/IMolecule;ZZ)Lorg/openscience/cdk/applications/swing/MoleculeViewer2D;]
MoleculeViewer2D.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.main:([Ljava/lang/String;)V]
MoleculeViewer2D.MoleculeViewer2D ( )
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D."<init>":()V]
MoleculeViewer2D.MoleculeViewer2D ( IAtomContainer atomContainer )
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
MoleculeViewer2D.MoleculeViewer2D ( IAtomContainer atomContainer, Renderer2DModel r2dm )
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
MoleculeViewer2D.paint ( Graphics graphics ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.paint:(Ljava/awt/Graphics;)V]
MoleculeViewer2D.setAtomContainer ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.setAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
MoleculeViewer2D.setFrame ( JFrame frame ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.setFrame:(Ljavax/swing/JFrame;)V]
MoleculeViewer2D.setRenderer2DModel ( Renderer2DModel r2dm ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.setRenderer2DModel:(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
MoleculeViewer2D.stateChanged ( EventObject eventObject ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2D.stateChanged:(Ljava/util/EventObject;)V]
cdk-1.0.4.jar, MoleculeViewer2DPanel.class
package org.openscience.cdk.applications.swing
MoleculeViewer2DPanel.display ( MoleculeViewer2DPanel moleculeViewer, IMolecule molecule, boolean generateCoordinates ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.display:(Lorg/openscience/cdk/applications/swing/MoleculeViewer2DPanel;Lorg/openscience/cdk/interfaces/IMolecule;Z)V]
MoleculeViewer2DPanel.display ( MoleculeViewer2DPanel moleculeViewer, IMolecule molecule, boolean generateCoordinates, boolean drawNumbers ) [static] : MoleculeViewer2DPanel
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.display:(Lorg/openscience/cdk/applications/swing/MoleculeViewer2DPanel;Lorg/openscience/cdk/interfaces/IMolecule;ZZ)Lorg/openscience/cdk/applications/swing/MoleculeViewer2DPanel;]
MoleculeViewer2DPanel.getAtomContainer ( ) : IAtomContainer
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.getAtomContainer:()Lorg/openscience/cdk/interfaces/IAtomContainer;]
MoleculeViewer2DPanel.getRenderer2DModel ( ) : Renderer2DModel
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.getRenderer2DModel:()Lorg/openscience/cdk/renderer/Renderer2DModel;]
MoleculeViewer2DPanel.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.main:([Ljava/lang/String;)V]
MoleculeViewer2DPanel.MoleculeViewer2DPanel ( )
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel."<init>":()V]
MoleculeViewer2DPanel.MoleculeViewer2DPanel ( IAtomContainer atomContainer )
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
MoleculeViewer2DPanel.MoleculeViewer2DPanel ( IAtomContainer atomContainer, Renderer2DModel r2dm )
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
MoleculeViewer2DPanel.paint ( Graphics graphics ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.paint:(Ljava/awt/Graphics;)V]
MoleculeViewer2DPanel.setAtomContainer ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.setAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
MoleculeViewer2DPanel.setRenderer2DModel ( Renderer2DModel r2dm ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.setRenderer2DModel:(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
MoleculeViewer2DPanel.stateChanged ( EventObject eventObject ) : void
[mangled: org/openscience/cdk/applications/swing/MoleculeViewer2DPanel.stateChanged:(Ljava/util/EventObject;)V]
cdk-1.0.4.jar, Morgan.class
package org.xmlcml.cml.tools
Morgan.getAtomSetList ( ) : List
[mangled: org/xmlcml/cml/tools/Morgan.getAtomSetList:()Ljava/util/List;]
Morgan.getMorganList ( ) : List
[mangled: org/xmlcml/cml/tools/Morgan.getMorganList:()Ljava/util/List;]
Morgan.getNumber ( CMLAtom atom ) [static] : int
[mangled: org/xmlcml/cml/tools/Morgan.getNumber:(Lorg/xmlcml/cml/element/CMLAtom;)I]
Morgan.Morgan ( CMLAtomSet atomSet )
[mangled: org/xmlcml/cml/tools/Morgan."<init>":(Lorg/xmlcml/cml/element/CMLAtomSet;)V]
Morgan.Morgan ( CMLMolecule molecule )
[mangled: org/xmlcml/cml/tools/Morgan."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;)V]
Morgan.setAlgorithm ( String alg ) : void
[mangled: org/xmlcml/cml/tools/Morgan.setAlgorithm:(Ljava/lang/String;)V]
cdk-1.0.4.jar, MorganNumbersTools.class
package org.openscience.cdk.graph.invariant
MorganNumbersTools.getLongMorganNumbers ( IAtomContainer atomContainer ) [static] : long[ ]
[mangled: org/openscience/cdk/graph/invariant/MorganNumbersTools.getLongMorganNumbers:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[J]
MorganNumbersTools.getMorganNumbers ( IAtomContainer atomContainer ) [static] : int[ ] *DEPRECATED*
[mangled: org/openscience/cdk/graph/invariant/MorganNumbersTools.getMorganNumbers:(Lorg/openscience/cdk/interfaces/IAtomContainer;)[I]
cdk-1.0.4.jar, MorphologyOp.class
package org.apache.batik.ext.awt.image.rendered
MorphologyOp.createCompatibleDestImage ( BufferedImage p1, ColorModel p2 ) : BufferedImage
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.createCompatibleDestImage:(Ljava/awt/image/BufferedImage;Ljava/awt/image/ColorModel;)Ljava/awt/image/BufferedImage;]
MorphologyOp.createCompatibleDestRaster ( Raster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.createCompatibleDestRaster:(Ljava/awt/image/Raster;)Ljava/awt/image/WritableRaster;]
MorphologyOp.filter ( BufferedImage p1, BufferedImage p2 ) : BufferedImage
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.filter:(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;]
MorphologyOp.filter ( Raster p1, WritableRaster p2 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.filter:(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
MorphologyOp.getBounds2D ( BufferedImage p1 ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.getBounds2D:(Ljava/awt/image/BufferedImage;)Ljava/awt/geom/Rectangle2D;]
MorphologyOp.getBounds2D ( Raster p1 ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.getBounds2D:(Ljava/awt/image/Raster;)Ljava/awt/geom/Rectangle2D;]
MorphologyOp.getPoint2D ( Point2D p1, Point2D p2 ) : Point2D
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.getPoint2D:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;]
MorphologyOp.getRenderingHints ( ) : RenderingHints
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp.getRenderingHints:()Ljava/awt/RenderingHints;]
MorphologyOp.MorphologyOp ( int p1, int p2, boolean p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/MorphologyOp."<init>":(IIZ)V]
cdk-1.0.4.jar, MorphologyRable.class
package org.apache.batik.ext.awt.image.renderable
MorphologyRable.getDoDilation ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.getDoDilation:()Z]
MorphologyRable.getRadiusX ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.getRadiusX:()D]
MorphologyRable.getRadiusY ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.getRadiusY:()D]
MorphologyRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
MorphologyRable.setDoDilation ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.setDoDilation:(Z)V]
MorphologyRable.setRadiusX ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.setRadiusX:(D)V]
MorphologyRable.setRadiusY ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.setRadiusY:(D)V]
MorphologyRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, MorphologyRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
MorphologyRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
MorphologyRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
MorphologyRable8Bit.getDependencyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
MorphologyRable8Bit.getDirtyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
MorphologyRable8Bit.getDoDilation ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.getDoDilation:()Z]
MorphologyRable8Bit.getRadiusX ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.getRadiusX:()D]
MorphologyRable8Bit.getRadiusY ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.getRadiusY:()D]
MorphologyRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
MorphologyRable8Bit.MorphologyRable8Bit ( Filter p1, double p2, double p3, boolean p4 )
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;DDZ)V]
MorphologyRable8Bit.setDoDilation ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.setDoDilation:(Z)V]
MorphologyRable8Bit.setRadiusX ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.setRadiusX:(D)V]
MorphologyRable8Bit.setRadiusY ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.setRadiusY:(D)V]
MorphologyRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/MorphologyRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, MouseEventFactory.class
package org.apache.batik.dom.events
DocumentEventSupport.MouseEventFactory.createEvent ( ) : Event
[mangled: org/apache/batik/dom/events/DocumentEventSupport.MouseEventFactory.createEvent:()Lorg/w3c/dom/events/Event;]
DocumentEventSupport.MouseEventFactory.DocumentEventSupport.MouseEventFactory ( )
[mangled: org/apache/batik/dom/events/DocumentEventSupport.MouseEventFactory."<init>":()V]
cdk-1.0.4.jar, MoveAtomEdit.class
package org.openscience.cdk.applications.undoredo
MoveAtomEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/MoveAtomEdit.canRedo:()Z]
MoveAtomEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/MoveAtomEdit.canUndo:()Z]
MoveAtomEdit.MoveAtomEdit ( IAtomContainer undoRedoContainer, int deltaX, int deltaY, HashMap renderingCoordinates )
[mangled: org/openscience/cdk/applications/undoredo/MoveAtomEdit."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;IILjava/util/HashMap;)V]
MoveAtomEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/MoveAtomEdit.redo:()V]
MoveAtomEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/MoveAtomEdit.undo:()V]
cdk-1.0.4.jar, MultipleGradientPaint.class
package org.apache.batik.ext.awt
MultipleGradientPaint.createContext ( ColorModel p1, Rectangle p2, Rectangle2D p3, AffineTransform p4, RenderingHints p5 ) [abstract] : PaintContext
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.createContext:(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;]
MultipleGradientPaint.getColors ( ) : Color[ ]
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.getColors:()[Ljava/awt/Color;]
MultipleGradientPaint.getColorSpace ( ) : MultipleGradientPaint.ColorSpaceEnum
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.getColorSpace:()Lorg/apache/batik/ext/awt/MultipleGradientPaint$ColorSpaceEnum;]
MultipleGradientPaint.getCycleMethod ( ) : MultipleGradientPaint.CycleMethodEnum
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.getCycleMethod:()Lorg/apache/batik/ext/awt/MultipleGradientPaint$CycleMethodEnum;]
MultipleGradientPaint.getFractions ( ) : float[ ]
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.getFractions:()[F]
MultipleGradientPaint.getTransform ( ) : AffineTransform
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.getTransform:()Ljava/awt/geom/AffineTransform;]
MultipleGradientPaint.getTransparency ( ) : int
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint.getTransparency:()I]
MultipleGradientPaint.MultipleGradientPaint ( float[ ] p1, Color[ ] p2, MultipleGradientPaint.CycleMethodEnum p3, MultipleGradientPaint.ColorSpaceEnum p4, AffineTransform p5 )
[mangled: org/apache/batik/ext/awt/MultipleGradientPaint."<init>":([F[Ljava/awt/Color;Lorg/apache/batik/ext/awt/MultipleGradientPaint$CycleMethodEnum;Lorg/apache/batik/ext/awt/MultipleGradientPaint$ColorSpaceEnum;Ljava/awt/geom/AffineTransform;)V]
cdk-1.0.4.jar, MultiplyAlphaRed.class
package org.apache.batik.ext.awt.image.rendered
MultiplyAlphaRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
MultiplyAlphaRed.fixColorModel ( CachableRed p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed.fixColorModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/ColorModel;]
MultiplyAlphaRed.fixSampleModel ( CachableRed p1 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed.fixSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/image/SampleModel;]
MultiplyAlphaRed.INT_PACK_BYTE_COMP_Impl ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed.INT_PACK_BYTE_COMP_Impl:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
MultiplyAlphaRed.is_INT_PACK_BYTE_COMP ( SampleModel p1, SampleModel p2 ) : boolean
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed.is_INT_PACK_BYTE_COMP:(Ljava/awt/image/SampleModel;Ljava/awt/image/SampleModel;)Z]
MultiplyAlphaRed.makeBounds ( CachableRed p1, CachableRed p2 ) [static] : Rectangle
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed.makeBounds:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/awt/Rectangle;]
MultiplyAlphaRed.makeList ( CachableRed p1, CachableRed p2 ) [static] : List
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed.makeList:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)Ljava/util/List;]
MultiplyAlphaRed.MultiplyAlphaRed ( CachableRed p1, CachableRed p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/MultiplyAlphaRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
cdk-1.0.4.jar, MultiplyCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.MultiplyCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.MultiplyCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, MultiplyCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.MultiplyCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.MultiplyCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, MutationEventFactory.class
package org.apache.batik.dom.events
DocumentEventSupport.MutationEventFactory.createEvent ( ) : Event
[mangled: org/apache/batik/dom/events/DocumentEventSupport.MutationEventFactory.createEvent:()Lorg/w3c/dom/events/Event;]
DocumentEventSupport.MutationEventFactory.DocumentEventSupport.MutationEventFactory ( )
[mangled: org/apache/batik/dom/events/DocumentEventSupport.MutationEventFactory."<init>":()V]
cdk-1.0.4.jar, MyImgObs.class
package org.apache.batik.ext.awt.image.spi
JDKRegistryEntry.MyImgObs.clear ( ) : void
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.MyImgObs.clear:()V]
JDKRegistryEntry.MyImgObs.imageUpdate ( Image p1, int p2, int p3, int p4, int p5, int p6 ) : boolean
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.MyImgObs.imageUpdate:(Ljava/awt/Image;IIIII)Z]
JDKRegistryEntry.MyImgObs.JDKRegistryEntry.MyImgObs ( JDKRegistryEntry p1 )
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.MyImgObs."<init>":(Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry;)V]
JDKRegistryEntry.MyImgObs.waitTilHeightDone ( ) : void
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.MyImgObs.waitTilHeightDone:()V]
JDKRegistryEntry.MyImgObs.waitTilImageDone ( ) : void
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.MyImgObs.waitTilImageDone:()V]
JDKRegistryEntry.MyImgObs.waitTilWidthDone ( ) : void
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.MyImgObs.waitTilWidthDone:()V]
JDKRegistryEntry.MyImgObs.waitTilWidthHeightDone ( ) : void
[mangled: org/apache/batik/ext/awt/image/spi/JDKRegistryEntry.MyImgObs.waitTilWidthHeightDone:()V]
cdk-1.0.4.jar, Named.class
package org.apache.xindice.util
Named.getName ( ) [abstract] : String
[mangled: org/apache/xindice/util/Named.getName:()Ljava/lang/String;]
cdk-1.0.4.jar, NamedNodeHashMap.class
package org.apache.batik.dom
AbstractElement.NamedNodeHashMap.AbstractElement.NamedNodeHashMap ( AbstractElement p1 )
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap."<init>":(Lorg/apache/batik/dom/AbstractElement;)V]
AbstractElement.NamedNodeHashMap.checkNode ( Node p1 ) : void
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.checkNode:(Lorg/w3c/dom/Node;)V]
AbstractElement.NamedNodeHashMap.get ( String p1, String p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.get:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.getLength ( ) : int
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.getLength:()I]
AbstractElement.NamedNodeHashMap.getNamedItem ( String p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.getNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.getNamedItemNS ( String p1, String p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.getNamedItemNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.hashCode ( String p1, String p2 ) : int
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.hashCode:(Ljava/lang/String;Ljava/lang/String;)I]
AbstractElement.NamedNodeHashMap.item ( int p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.item:(I)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.put ( String p1, String p2, Node p3 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.put:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.rehash ( ) : void
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.rehash:()V]
AbstractElement.NamedNodeHashMap.remove ( String p1, String p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.remove:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.removeNamedItem ( String p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.removeNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.removeNamedItemNS ( String p1, String p2 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.removeNamedItemNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.setNamedItem ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.setNamedItem:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.setNamedItem ( String p1, String p2, Node p3 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.setNamedItem:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
AbstractElement.NamedNodeHashMap.setNamedItemNS ( Node p1 ) : Node
[mangled: org/apache/batik/dom/AbstractElement.NamedNodeHashMap.setNamedItemNS:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
cdk-1.0.4.jar, NamedNodeMapImpl.class
package org.apache.xindice.xml.dom
NamedNodeMapImpl.getNamedItem ( String name ) : Node
[mangled: org/apache/xindice/xml/dom/NamedNodeMapImpl.getNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
NamedNodeMapImpl.getNamedItemNS ( String namespaceURI, String localName ) : Node
[mangled: org/apache/xindice/xml/dom/NamedNodeMapImpl.getNamedItemNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
NamedNodeMapImpl.NamedNodeMapImpl ( NodeImpl owner )
[mangled: org/apache/xindice/xml/dom/NamedNodeMapImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;)V]
NamedNodeMapImpl.removeNamedItem ( String name ) : Node
[mangled: org/apache/xindice/xml/dom/NamedNodeMapImpl.removeNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
NamedNodeMapImpl.removeNamedItemNS ( String namespaceURI, String localName ) : Node
[mangled: org/apache/xindice/xml/dom/NamedNodeMapImpl.removeNamedItemNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
NamedNodeMapImpl.setNamedItem ( Node arg ) : Node
[mangled: org/apache/xindice/xml/dom/NamedNodeMapImpl.setNamedItem:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NamedNodeMapImpl.setNamedItemNS ( Node arg ) : Node
[mangled: org/apache/xindice/xml/dom/NamedNodeMapImpl.setNamedItemNS:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
cdk-1.0.4.jar, NamedProfileCache.class
package org.apache.batik.ext.awt.color
NamedProfileCache.clear ( String p1 ) : void
[mangled: org/apache/batik/ext/awt/color/NamedProfileCache.clear:(Ljava/lang/String;)V]
NamedProfileCache.getDefaultCache ( ) [static] : NamedProfileCache
[mangled: org/apache/batik/ext/awt/color/NamedProfileCache.getDefaultCache:()Lorg/apache/batik/ext/awt/color/NamedProfileCache;]
NamedProfileCache.isDone ( String p1 ) : boolean
[mangled: org/apache/batik/ext/awt/color/NamedProfileCache.isDone:(Ljava/lang/String;)Z]
NamedProfileCache.isPresent ( String p1 ) : boolean
[mangled: org/apache/batik/ext/awt/color/NamedProfileCache.isPresent:(Ljava/lang/String;)Z]
NamedProfileCache.NamedProfileCache ( )
[mangled: org/apache/batik/ext/awt/color/NamedProfileCache."<init>":()V]
NamedProfileCache.put ( String p1, ICCColorSpaceExt p2 ) : void
[mangled: org/apache/batik/ext/awt/color/NamedProfileCache.put:(Ljava/lang/String;Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;)V]
NamedProfileCache.request ( String p1 ) : ICCColorSpaceExt
[mangled: org/apache/batik/ext/awt/color/NamedProfileCache.request:(Ljava/lang/String;)Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;]
cdk-1.0.4.jar, NamedVal.class
package org.apache.xindice.client.corba.db
NamedVal.NamedVal ( )
[mangled: org/apache/xindice/client/corba/db/NamedVal."<init>":()V]
NamedVal.NamedVal ( String nam, String val )
[mangled: org/apache/xindice/client/corba/db/NamedVal."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, NamedValHelper.class
package org.apache.xindice.client.corba.db
NamedValHelper.extract ( CORBA.Any a ) [static] : NamedVal
[mangled: org/apache/xindice/client/corba/db/NamedValHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/NamedVal;]
NamedValHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/NamedValHelper.id:()Ljava/lang/String;]
NamedValHelper.insert ( CORBA.Any a, NamedVal t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NamedValHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/NamedVal;)V]
NamedValHelper.NamedValHelper ( )
[mangled: org/apache/xindice/client/corba/db/NamedValHelper."<init>":()V]
NamedValHelper.read ( CORBA.portable.InputStream istream ) [static] : NamedVal
[mangled: org/apache/xindice/client/corba/db/NamedValHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/NamedVal;]
NamedValHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/NamedValHelper.type:()Lorg/omg/CORBA/TypeCode;]
NamedValHelper.write ( CORBA.portable.OutputStream ostream, NamedVal value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NamedValHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/NamedVal;)V]
cdk-1.0.4.jar, NamedValHolder.class
package org.apache.xindice.client.corba.db
NamedValHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/NamedValHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
NamedValHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/NamedValHolder._type:()Lorg/omg/CORBA/TypeCode;]
NamedValHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/NamedValHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
NamedValHolder.NamedValHolder ( )
[mangled: org/apache/xindice/client/corba/db/NamedValHolder."<init>":()V]
NamedValHolder.NamedValHolder ( NamedVal initial )
[mangled: org/apache/xindice/client/corba/db/NamedValHolder."<init>":(Lorg/apache/xindice/client/corba/db/NamedVal;)V]
cdk-1.0.4.jar, NamedValsHelper.class
package org.apache.xindice.client.corba.db
NamedValsHelper.extract ( CORBA.Any a ) [static] : NamedVal[ ]
[mangled: org/apache/xindice/client/corba/db/NamedValsHelper.extract:(Lorg/omg/CORBA/Any;)[Lorg/apache/xindice/client/corba/db/NamedVal;]
NamedValsHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/NamedValsHelper.id:()Ljava/lang/String;]
NamedValsHelper.insert ( CORBA.Any a, NamedVal[ ] t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NamedValsHelper.insert:(Lorg/omg/CORBA/Any;[Lorg/apache/xindice/client/corba/db/NamedVal;)V]
NamedValsHelper.NamedValsHelper ( )
[mangled: org/apache/xindice/client/corba/db/NamedValsHelper."<init>":()V]
NamedValsHelper.read ( CORBA.portable.InputStream istream ) [static] : NamedVal[ ]
[mangled: org/apache/xindice/client/corba/db/NamedValsHelper.read:(Lorg/omg/CORBA/portable/InputStream;)[Lorg/apache/xindice/client/corba/db/NamedVal;]
NamedValsHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/NamedValsHelper.type:()Lorg/omg/CORBA/TypeCode;]
NamedValsHelper.write ( CORBA.portable.OutputStream ostream, NamedVal[ ] value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NamedValsHelper.write:(Lorg/omg/CORBA/portable/OutputStream;[Lorg/apache/xindice/client/corba/db/NamedVal;)V]
cdk-1.0.4.jar, NamedValsHolder.class
package org.apache.xindice.client.corba.db
NamedValsHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/NamedValsHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
NamedValsHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/NamedValsHolder._type:()Lorg/omg/CORBA/TypeCode;]
NamedValsHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/NamedValsHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
NamedValsHolder.NamedValsHolder ( )
[mangled: org/apache/xindice/client/corba/db/NamedValsHolder."<init>":()V]
NamedValsHolder.NamedValsHolder ( NamedVal[ ] initial )
[mangled: org/apache/xindice/client/corba/db/NamedValsHolder."<init>":([Lorg/apache/xindice/client/corba/db/NamedVal;)V]
cdk-1.0.4.jar, NameHelper.class
package org.apache.xindice.client.corba.db
NameHelper.extract ( CORBA.Any a ) [static] : String
[mangled: org/apache/xindice/client/corba/db/NameHelper.extract:(Lorg/omg/CORBA/Any;)Ljava/lang/String;]
NameHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/NameHelper.id:()Ljava/lang/String;]
NameHelper.insert ( CORBA.Any a, String t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NameHelper.insert:(Lorg/omg/CORBA/Any;Ljava/lang/String;)V]
NameHelper.NameHelper ( )
[mangled: org/apache/xindice/client/corba/db/NameHelper."<init>":()V]
NameHelper.read ( CORBA.portable.InputStream istream ) [static] : String
[mangled: org/apache/xindice/client/corba/db/NameHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Ljava/lang/String;]
NameHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/NameHelper.type:()Lorg/omg/CORBA/TypeCode;]
NameHelper.write ( CORBA.portable.OutputStream ostream, String value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NameHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Ljava/lang/String;)V]
cdk-1.0.4.jar, NameIndexer.class
package org.apache.xindice.core.indexer
NameIndexer.add ( String value, Key key, int pos, int len, short elemID, short attrID ) : void
[mangled: org/apache/xindice/core/indexer/NameIndexer.add:(Ljava/lang/String;Lorg/apache/xindice/core/data/Key;IISS)V]
NameIndexer.flush ( ) : void
[mangled: org/apache/xindice/core/indexer/NameIndexer.flush:()V]
NameIndexer.getConfig ( ) : Configuration
[mangled: org/apache/xindice/core/indexer/NameIndexer.getConfig:()Lorg/apache/xindice/util/Configuration;]
NameIndexer.getIndexStyle ( ) : String
[mangled: org/apache/xindice/core/indexer/NameIndexer.getIndexStyle:()Ljava/lang/String;]
NameIndexer.getName ( ) : String
[mangled: org/apache/xindice/core/indexer/NameIndexer.getName:()Ljava/lang/String;]
NameIndexer.getPattern ( ) : String
[mangled: org/apache/xindice/core/indexer/NameIndexer.getPattern:()Ljava/lang/String;]
NameIndexer.NameIndexer ( )
[mangled: org/apache/xindice/core/indexer/NameIndexer."<init>":()V]
NameIndexer.queryMatches ( IndexQuery query ) : IndexMatch[ ]
[mangled: org/apache/xindice/core/indexer/NameIndexer.queryMatches:(Lorg/apache/xindice/core/indexer/IndexQuery;)[Lorg/apache/xindice/core/indexer/IndexMatch;]
NameIndexer.remove ( String value, Key key, int pos, int len, short elemID, short attrID ) : void
[mangled: org/apache/xindice/core/indexer/NameIndexer.remove:(Ljava/lang/String;Lorg/apache/xindice/core/data/Key;IISS)V]
NameIndexer.setCollection ( Collection collection ) : void
[mangled: org/apache/xindice/core/indexer/NameIndexer.setCollection:(Lorg/apache/xindice/core/Collection;)V]
NameIndexer.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/indexer/NameIndexer.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
NameIndexer.setLocation ( String location ) : void
[mangled: org/apache/xindice/core/indexer/NameIndexer.setLocation:(Ljava/lang/String;)V]
cdk-1.0.4.jar, NameRecord.class
package org.apache.batik.svggen.font.table
NameRecord.getEncodingId ( ) : short
[mangled: org/apache/batik/svggen/font/table/NameRecord.getEncodingId:()S]
NameRecord.getLanguageId ( ) : short
[mangled: org/apache/batik/svggen/font/table/NameRecord.getLanguageId:()S]
NameRecord.getNameId ( ) : short
[mangled: org/apache/batik/svggen/font/table/NameRecord.getNameId:()S]
NameRecord.getPlatformId ( ) : short
[mangled: org/apache/batik/svggen/font/table/NameRecord.getPlatformId:()S]
NameRecord.getRecordString ( ) : String
[mangled: org/apache/batik/svggen/font/table/NameRecord.getRecordString:()Ljava/lang/String;]
NameRecord.loadString ( RandomAccessFile p1, int p2 ) : void
[mangled: org/apache/batik/svggen/font/table/NameRecord.loadString:(Ljava/io/RandomAccessFile;I)V]
NameRecord.NameRecord ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/NameRecord."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, NamesHelper.class
package org.apache.xindice.client.corba.db
NamesHelper.extract ( CORBA.Any a ) [static] : String[ ]
[mangled: org/apache/xindice/client/corba/db/NamesHelper.extract:(Lorg/omg/CORBA/Any;)[Ljava/lang/String;]
NamesHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/NamesHelper.id:()Ljava/lang/String;]
NamesHelper.insert ( CORBA.Any a, String[ ] t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NamesHelper.insert:(Lorg/omg/CORBA/Any;[Ljava/lang/String;)V]
NamesHelper.NamesHelper ( )
[mangled: org/apache/xindice/client/corba/db/NamesHelper."<init>":()V]
NamesHelper.read ( CORBA.portable.InputStream istream ) [static] : String[ ]
[mangled: org/apache/xindice/client/corba/db/NamesHelper.read:(Lorg/omg/CORBA/portable/InputStream;)[Ljava/lang/String;]
NamesHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/NamesHelper.type:()Lorg/omg/CORBA/TypeCode;]
NamesHelper.write ( CORBA.portable.OutputStream ostream, String[ ] value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/NamesHelper.write:(Lorg/omg/CORBA/portable/OutputStream;[Ljava/lang/String;)V]
cdk-1.0.4.jar, NamesHolder.class
package org.apache.xindice.client.corba.db
NamesHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/NamesHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
NamesHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/NamesHolder._type:()Lorg/omg/CORBA/TypeCode;]
NamesHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/NamesHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
NamesHolder.NamesHolder ( )
[mangled: org/apache/xindice/client/corba/db/NamesHolder."<init>":()V]
NamesHolder.NamesHolder ( String[ ] initial )
[mangled: org/apache/xindice/client/corba/db/NamesHolder."<init>":([Ljava/lang/String;)V]
cdk-1.0.4.jar, NamespaceMap.class
package org.apache.xindice.xml
NamespaceMap.clearNamespaces ( ) : void
[mangled: org/apache/xindice/xml/NamespaceMap.clearNamespaces:()V]
NamespaceMap.getContextNode ( ) : Node
[mangled: org/apache/xindice/xml/NamespaceMap.getContextNode:()Lorg/w3c/dom/Node;]
NamespaceMap.getDefaultNamespaceURI ( ) : String
[mangled: org/apache/xindice/xml/NamespaceMap.getDefaultNamespaceURI:()Ljava/lang/String;]
NamespaceMap.getNamespaceURI ( String prefix ) : String
[mangled: org/apache/xindice/xml/NamespaceMap.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
NamespaceMap.includeNamespaces ( Map nsMap, boolean override ) : void
[mangled: org/apache/xindice/xml/NamespaceMap.includeNamespaces:(Ljava/util/Map;Z)V]
NamespaceMap.NamespaceMap ( )
[mangled: org/apache/xindice/xml/NamespaceMap."<init>":()V]
NamespaceMap.removeDefaultNamespace ( ) : void
[mangled: org/apache/xindice/xml/NamespaceMap.removeDefaultNamespace:()V]
NamespaceMap.removeNamespace ( String prefix ) : void
[mangled: org/apache/xindice/xml/NamespaceMap.removeNamespace:(Ljava/lang/String;)V]
NamespaceMap.setDefaultNamespace ( String uri ) : void
[mangled: org/apache/xindice/xml/NamespaceMap.setDefaultNamespace:(Ljava/lang/String;)V]
NamespaceMap.setNamespace ( String prefix, String uri ) : void
[mangled: org/apache/xindice/xml/NamespaceMap.setNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, NamespaceRefAttribute.class
package org.xmlcml.cml.element
NamespaceRefAttribute.check ( CMLElement element, String name, String attributeName, GenericDictionaryMap dictionaryMap ) : List
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.check:(Lorg/xmlcml/cml/base/CMLElement;Ljava/lang/String;Ljava/lang/String;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
NamespaceRefAttribute.checkAttribute ( CMLElement p1, GenericDictionaryMap p2 ) [abstract] : List
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.checkAttribute:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
NamespaceRefAttribute.checkAttribute ( File file, GenericDictionaryMap dictionaryMap ) : List
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.checkAttribute:(Ljava/io/File;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
NamespaceRefAttribute.createValue ( String prefix, String value ) [static] : String
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.createValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
NamespaceRefAttribute.getDictionary ( GenericDictionaryMap dictionaryMap ) : GenericDictionary
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.getDictionary:(Lorg/xmlcml/cml/element/GenericDictionaryMap;)Lorg/xmlcml/cml/element/GenericDictionary;]
NamespaceRefAttribute.getElement ( ) : Element
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.getElement:()Lnu/xom/Element;]
NamespaceRefAttribute.getEntry ( GenericDictionaryMap dictionaryMap ) : GenericEntry
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.getEntry:(Lorg/xmlcml/cml/element/GenericDictionaryMap;)Lorg/xmlcml/cml/element/GenericEntry;]
NamespaceRefAttribute.getIdRef ( ) : String
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.getIdRef:()Ljava/lang/String;]
NamespaceRefAttribute.getNamespaceURIString ( ) : String
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.getNamespaceURIString:()Ljava/lang/String;]
NamespaceRefAttribute.getPrefix ( ) : String
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.getPrefix:()Ljava/lang/String;]
NamespaceRefAttribute.NamespaceRefAttribute ( Attribute att )
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute."<init>":(Lnu/xom/Attribute;)V]
NamespaceRefAttribute.NamespaceRefAttribute ( String name )
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute."<init>":(Ljava/lang/String;)V]
NamespaceRefAttribute.NamespaceRefAttribute ( String name, String value )
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
NamespaceRefAttribute.setCMLValue ( String value ) : void
[mangled: org/xmlcml/cml/element/NamespaceRefAttribute.setCMLValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, NameTable.class
package org.apache.batik.svggen.font.table
NameTable.getRecord ( short p1 ) : String
[mangled: org/apache/batik/svggen/font/table/NameTable.getRecord:(S)Ljava/lang/String;]
NameTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/NameTable.getType:()I]
NameTable.NameTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/NameTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, NNAtomParity.class
package org.openscience.cdk.nonotify
NNAtomParity.addListener ( IChemObjectListener col ) : void
[mangled: org/openscience/cdk/nonotify/NNAtomParity.addListener:(Lorg/openscience/cdk/interfaces/IChemObjectListener;)V]
NNAtomParity.getBuilder ( ) : IChemObjectBuilder
[mangled: org/openscience/cdk/nonotify/NNAtomParity.getBuilder:()Lorg/openscience/cdk/interfaces/IChemObjectBuilder;]
cdk-1.0.4.jar, NNBond.class
package org.openscience.cdk.nonotify
NNBond.NNBond ( IAtom atom1, IAtom atom2, double order )
[mangled: org/openscience/cdk/nonotify/NNBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;D)V]
NNBond.NNBond ( IAtom atom1, IAtom atom2, double order, int stereo )
[mangled: org/openscience/cdk/nonotify/NNBond."<init>":(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;DI)V]
cdk-1.0.4.jar, Node.class
package org.apache.batik.util
DoublyLinkedList.Node.DoublyLinkedList.Node ( )
[mangled: org/apache/batik/util/DoublyLinkedList.Node."<init>":()V]
DoublyLinkedList.Node.getNext ( ) : DoublyLinkedList.Node
[mangled: org/apache/batik/util/DoublyLinkedList.Node.getNext:()Lorg/apache/batik/util/DoublyLinkedList$Node;]
DoublyLinkedList.Node.getPrev ( ) : DoublyLinkedList.Node
[mangled: org/apache/batik/util/DoublyLinkedList.Node.getPrev:()Lorg/apache/batik/util/DoublyLinkedList$Node;]
DoublyLinkedList.Node.insertBefore ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.Node.insertBefore:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.Node.setNext ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.Node.setNext:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.Node.setPrev ( DoublyLinkedList.Node p1 ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.Node.setPrev:(Lorg/apache/batik/util/DoublyLinkedList$Node;)V]
DoublyLinkedList.Node.unlink ( ) : void
[mangled: org/apache/batik/util/DoublyLinkedList.Node.unlink:()V]
cdk-1.0.4.jar, NodeEventTarget.class
package org.apache.batik.dom.events
NodeEventTarget.getEventSupport ( ) [abstract] : EventSupport
[mangled: org/apache/batik/dom/events/NodeEventTarget.getEventSupport:()Lorg/apache/batik/dom/events/EventSupport;]
NodeEventTarget.getParentNodeEventTarget ( ) [abstract] : NodeEventTarget
[mangled: org/apache/batik/dom/events/NodeEventTarget.getParentNodeEventTarget:()Lorg/apache/batik/dom/events/NodeEventTarget;]
cdk-1.0.4.jar, NodeImpl.class
package org.apache.xindice.xml.dom
NodeImpl.appendChild ( Node newChild ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.checkLoaded:()V]
NodeImpl.checkReadOnly ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.checkReadOnly:()V]
NodeImpl.cloneNode ( boolean deep ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.cloneNode:(Z)Lorg/w3c/dom/Node;]
NodeImpl.expandSource ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.expandSource:()V]
NodeImpl.getAttributes ( ) : NamedNodeMap
[mangled: org/apache/xindice/xml/dom/NodeImpl.getAttributes:()Lorg/w3c/dom/NamedNodeMap;]
NodeImpl.getChildNodes ( ) : NodeList
[mangled: org/apache/xindice/xml/dom/NodeImpl.getChildNodes:()Lorg/w3c/dom/NodeList;]
NodeImpl.getDataBytes ( ) : byte[ ]
[mangled: org/apache/xindice/xml/dom/NodeImpl.getDataBytes:()[B]
NodeImpl.getDataLen ( ) : int
[mangled: org/apache/xindice/xml/dom/NodeImpl.getDataLen:()I]
NodeImpl.getDataPos ( ) : int
[mangled: org/apache/xindice/xml/dom/NodeImpl.getDataPos:()I]
NodeImpl.getFirstChild ( ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.getFirstChild:()Lorg/w3c/dom/Node;]
NodeImpl.getKey ( ) : Object
[mangled: org/apache/xindice/xml/dom/NodeImpl.getKey:()Ljava/lang/Object;]
NodeImpl.getLastChild ( ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.getLastChild:()Lorg/w3c/dom/Node;]
NodeImpl.getLocalName ( ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.getLocalName:()Ljava/lang/String;]
NodeImpl.getNamespaceURI ( ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.getNamespaceURI:()Ljava/lang/String;]
NodeImpl.getNextSibling ( ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.getNextSibling:()Lorg/w3c/dom/Node;]
NodeImpl.getNextSibling ( Node node ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.getNodeName ( ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.getNodeName:()Ljava/lang/String;]
NodeImpl.getNodeType ( ) [abstract] : short
[mangled: org/apache/xindice/xml/dom/NodeImpl.getNodeType:()S]
NodeImpl.getNodeValue ( ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.getNodeValue:()Ljava/lang/String;]
NodeImpl.getOwnerDocument ( ) : Document
[mangled: org/apache/xindice/xml/dom/NodeImpl.getOwnerDocument:()Lorg/w3c/dom/Document;]
NodeImpl.getParentNode ( ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.getParentNode:()Lorg/w3c/dom/Node;]
NodeImpl.getPrefix ( ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.getPrefix:()Ljava/lang/String;]
NodeImpl.getPreviousSibling ( ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.getPreviousSibling:()Lorg/w3c/dom/Node;]
NodeImpl.getPreviousSibling ( Node node ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.getPreviousSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.getSource ( ) : NodeSource
[mangled: org/apache/xindice/xml/dom/NodeImpl.getSource:()Lorg/apache/xindice/xml/NodeSource;]
NodeImpl.getSymbolID ( ) : short
[mangled: org/apache/xindice/xml/dom/NodeImpl.getSymbolID:()S]
NodeImpl.getUserData ( String key ) : Object
[mangled: org/apache/xindice/xml/dom/NodeImpl.getUserData:(Ljava/lang/String;)Ljava/lang/Object;]
NodeImpl.hasAttributes ( ) : boolean
[mangled: org/apache/xindice/xml/dom/NodeImpl.hasAttributes:()Z]
NodeImpl.hasChildNodes ( ) : boolean
[mangled: org/apache/xindice/xml/dom/NodeImpl.hasChildNodes:()Z]
NodeImpl.insertBefore ( Node newChild, Node refChild ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.insertBefore:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.isDefined ( ) : boolean
[mangled: org/apache/xindice/xml/dom/NodeImpl.isDefined:()Z]
NodeImpl.isDirty ( ) : boolean
[mangled: org/apache/xindice/xml/dom/NodeImpl.isDirty:()Z]
NodeImpl.isLoaded ( ) : boolean
[mangled: org/apache/xindice/xml/dom/NodeImpl.isLoaded:()Z]
NodeImpl.isSameNode ( Node other ) : boolean
[mangled: org/apache/xindice/xml/dom/NodeImpl.isSameNode:(Lorg/w3c/dom/Node;)Z]
NodeImpl.isSupported ( String feature, String version ) : boolean
[mangled: org/apache/xindice/xml/dom/NodeImpl.isSupported:(Ljava/lang/String;Ljava/lang/String;)Z]
NodeImpl.load ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.load:()V]
NodeImpl.lookupDefaultNamespaceURI ( ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.lookupDefaultNamespaceURI:()Ljava/lang/String;]
NodeImpl.lookupNamespacePrefix ( String namespaceURI ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.lookupNamespacePrefix:(Ljava/lang/String;)Ljava/lang/String;]
NodeImpl.lookupNamespaceURI ( String prefix ) : String
[mangled: org/apache/xindice/xml/dom/NodeImpl.lookupNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
NodeImpl.NodeImpl ( )
[mangled: org/apache/xindice/xml/dom/NodeImpl."<init>":()V]
NodeImpl.NodeImpl ( byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/NodeImpl."<init>":([BII)V]
NodeImpl.NodeImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/NodeImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
NodeImpl.NodeImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/NodeImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
NodeImpl.normalize ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.normalize:()V]
NodeImpl.normalizeNS ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.normalizeNS:()V]
NodeImpl.removeChild ( Node oldChild ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.replaceChild ( Node newChild, Node oldChild ) : Node
[mangled: org/apache/xindice/xml/dom/NodeImpl.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.setDataBytes ( byte[ ] data ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setDataBytes:([B)V]
NodeImpl.setDataBytes ( byte[ ] data, int pos, int len ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setDataBytes:([BII)V]
NodeImpl.setDataLen ( int len ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setDataLen:(I)V]
NodeImpl.setDataPos ( int pos ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setDataPos:(I)V]
NodeImpl.setDirty ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setDirty:()V]
NodeImpl.setNodeName ( String nodeName ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setNodeName:(Ljava/lang/String;)V]
NodeImpl.setNodeValue ( String nodeValue ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setNodeValue:(Ljava/lang/String;)V]
NodeImpl.setParentNode ( NodeImpl parentNode ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setParentNode:(Lorg/apache/xindice/xml/dom/NodeImpl;)V]
NodeImpl.setPrefix ( String prefix ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setPrefix:(Ljava/lang/String;)V]
NodeImpl.setSource ( NodeSource source ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.setSource:(Lorg/apache/xindice/xml/NodeSource;)V]
NodeImpl.setUserData ( Object data, String key ) : Object
[mangled: org/apache/xindice/xml/dom/NodeImpl.setUserData:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
NodeImpl.unload ( ) : void
[mangled: org/apache/xindice/xml/dom/NodeImpl.unload:()V]
cdk-1.0.4.jar, NodeListImpl.class
package org.apache.xindice.xml.dom
NodeListImpl.getLength ( ) : int
[mangled: org/apache/xindice/xml/dom/NodeListImpl.getLength:()I]
NodeListImpl.item ( int index ) : Node
[mangled: org/apache/xindice/xml/dom/NodeListImpl.item:(I)Lorg/w3c/dom/Node;]
NodeListImpl.NodeListImpl ( NodeImpl owner )
[mangled: org/apache/xindice/xml/dom/NodeListImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;)V]
cdk-1.0.4.jar, NodeListSet.class
package org.apache.xindice.core.query
NodeListSet.getNextNode ( ) : Node
[mangled: org/apache/xindice/core/query/NodeListSet.getNextNode:()Lorg/w3c/dom/Node;]
NodeListSet.hasMoreNodes ( ) : boolean
[mangled: org/apache/xindice/core/query/NodeListSet.hasMoreNodes:()Z]
NodeListSet.NodeListSet ( NodeList list )
[mangled: org/apache/xindice/core/query/NodeListSet."<init>":(Lorg/w3c/dom/NodeList;)V]
cdk-1.0.4.jar, NodeSet.class
package org.apache.xindice.core.data
NodeSet.getNextNode ( ) [abstract] : Node
[mangled: org/apache/xindice/core/data/NodeSet.getNextNode:()Lorg/w3c/dom/Node;]
NodeSet.hasMoreNodes ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/data/NodeSet.hasMoreNodes:()Z]
cdk-1.0.4.jar, NodeSource.class
package org.apache.xindice.xml
NodeSource.getCanonicalName ( ) : String
[mangled: org/apache/xindice/xml/NodeSource.getCanonicalName:()Ljava/lang/String;]
NodeSource.getCollection ( ) : Collection
[mangled: org/apache/xindice/xml/NodeSource.getCollection:()Lorg/apache/xindice/core/Collection;]
NodeSource.getKey ( ) : Key
[mangled: org/apache/xindice/xml/NodeSource.getKey:()Lorg/apache/xindice/core/data/Key;]
NodeSource.NodeSource ( Collection collection )
[mangled: org/apache/xindice/xml/NodeSource."<init>":(Lorg/apache/xindice/core/Collection;)V]
NodeSource.NodeSource ( Collection collection, Key key )
[mangled: org/apache/xindice/xml/NodeSource."<init>":(Lorg/apache/xindice/core/Collection;Lorg/apache/xindice/core/data/Key;)V]
cdk-1.0.4.jar, NoNotificationChemObjectBuilder.class
package org.openscience.cdk.nonotify
NoNotificationChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, double order ) : IBond
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;D)Lorg/openscience/cdk/interfaces/IBond;]
NoNotificationChemObjectBuilder.newBond ( IAtom atom1, IAtom atom2, double order, int stereo ) : IBond
[mangled: org/openscience/cdk/nonotify/NoNotificationChemObjectBuilder.newBond:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;DI)Lorg/openscience/cdk/interfaces/IBond;]
cdk-1.0.4.jar, NormalizingReader.class
package org.apache.batik.util.io
NormalizingReader.getColumn ( ) [abstract] : int
[mangled: org/apache/batik/util/io/NormalizingReader.getColumn:()I]
NormalizingReader.getLine ( ) [abstract] : int
[mangled: org/apache/batik/util/io/NormalizingReader.getLine:()I]
NormalizingReader.NormalizingReader ( )
[mangled: org/apache/batik/util/io/NormalizingReader."<init>":()V]
NormalizingReader.read ( char[ ] p1, int p2, int p3 ) : int
[mangled: org/apache/batik/util/io/NormalizingReader.read:([CII)I]
cdk-1.0.4.jar, NotationImpl.class
package org.apache.xindice.xml.dom
NotationImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/NotationImpl.getNodeType:()S]
NotationImpl.getPublicId ( ) : String
[mangled: org/apache/xindice/xml/dom/NotationImpl.getPublicId:()Ljava/lang/String;]
NotationImpl.getSystemId ( ) : String
[mangled: org/apache/xindice/xml/dom/NotationImpl.getSystemId:()Ljava/lang/String;]
NotationImpl.NotationImpl ( )
[mangled: org/apache/xindice/xml/dom/NotationImpl."<init>":()V]
NotationImpl.NotationImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/NotationImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
NotationImpl.NotationImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/NotationImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
cdk-1.0.4.jar, NumericalSurface.class
package org.openscience.cdk.geometry.surface
NumericalSurface.NumericalSurface ( IAtomContainer atomContainer, double solvent_radius, int tesslevel, String vdwRadiusFile )
[mangled: org/openscience/cdk/geometry/surface/NumericalSurface."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainer;DILjava/lang/String;)V]
cdk-1.0.4.jar, ObjectPool.class
package org.apache.xindice.util
ObjectPool.createObject ( ) [abstract] : Poolable
[mangled: org/apache/xindice/util/ObjectPool.createObject:()Lorg/apache/xindice/util/Poolable;]
ObjectPool.getObject ( ) : Poolable
[mangled: org/apache/xindice/util/ObjectPool.getObject:()Lorg/apache/xindice/util/Poolable;]
ObjectPool.isEmpty ( ) : boolean
[mangled: org/apache/xindice/util/ObjectPool.isEmpty:()Z]
ObjectPool.ObjectPool ( )
[mangled: org/apache/xindice/util/ObjectPool."<init>":()V]
ObjectPool.putObject ( Poolable object ) : void
[mangled: org/apache/xindice/util/ObjectPool.putObject:(Lorg/apache/xindice/util/Poolable;)V]
cdk-1.0.4.jar, ObjectQueue.class
package org.apache.xindice.util
ObjectQueue.add ( Object value ) : void
[mangled: org/apache/xindice/util/ObjectQueue.add:(Ljava/lang/Object;)V]
ObjectQueue.clear ( ) : void
[mangled: org/apache/xindice/util/ObjectQueue.clear:()V]
ObjectQueue.isEmpty ( ) : boolean
[mangled: org/apache/xindice/util/ObjectQueue.isEmpty:()Z]
ObjectQueue.ObjectQueue ( )
[mangled: org/apache/xindice/util/ObjectQueue."<init>":()V]
ObjectQueue.peek ( ) : Object
[mangled: org/apache/xindice/util/ObjectQueue.peek:()Ljava/lang/Object;]
ObjectQueue.remove ( ) : Object
[mangled: org/apache/xindice/util/ObjectQueue.remove:()Ljava/lang/Object;]
ObjectQueue.size ( ) : int
[mangled: org/apache/xindice/util/ObjectQueue.size:()I]
cdk-1.0.4.jar, ObjectStack.class
package org.apache.xindice.util
ObjectStack.clear ( ) : void
[mangled: org/apache/xindice/util/ObjectStack.clear:()V]
ObjectStack.isEmpty ( ) : boolean
[mangled: org/apache/xindice/util/ObjectStack.isEmpty:()Z]
ObjectStack.ObjectStack ( )
[mangled: org/apache/xindice/util/ObjectStack."<init>":()V]
ObjectStack.peek ( ) : Object
[mangled: org/apache/xindice/util/ObjectStack.peek:()Ljava/lang/Object;]
ObjectStack.pop ( ) : Object
[mangled: org/apache/xindice/util/ObjectStack.pop:()Ljava/lang/Object;]
ObjectStack.push ( Object value ) : void
[mangled: org/apache/xindice/util/ObjectStack.push:(Ljava/lang/Object;)V]
ObjectStack.size ( ) : int
[mangled: org/apache/xindice/util/ObjectStack.size:()I]
cdk-1.0.4.jar, OffsetRable.class
package org.apache.batik.ext.awt.image.renderable
OffsetRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/OffsetRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
OffsetRable.getXoffset ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/OffsetRable.getXoffset:()D]
OffsetRable.getYoffset ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/OffsetRable.getYoffset:()D]
OffsetRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/OffsetRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
OffsetRable.setXoffset ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/OffsetRable.setXoffset:(D)V]
OffsetRable.setYoffset ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/OffsetRable.setYoffset:(D)V]
cdk-1.0.4.jar, OneElectronJob.class
package org.openscience.cdk.math.qm
OneElectronJob.calculate ( ) : Orbitals
[mangled: org/openscience/cdk/math/qm/OneElectronJob.calculate:()Lorg/openscience/cdk/math/qm/Orbitals;]
OneElectronJob.getEnergies ( ) : Vector
[mangled: org/openscience/cdk/math/qm/OneElectronJob.getEnergies:()Lorg/openscience/cdk/math/Vector;]
OneElectronJob.OneElectronJob ( Orbitals orbitals )
[mangled: org/openscience/cdk/math/qm/OneElectronJob."<init>":(Lorg/openscience/cdk/math/qm/Orbitals;)V]
cdk-1.0.4.jar, OperatorContainer.class
package org.openscience.cdk.isomorphism.matchers.smarts
OperatorContainer.addElement ( String str ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OperatorContainer.addElement:(Ljava/lang/String;)V]
OperatorContainer.hasMoreElements ( ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OperatorContainer.hasMoreElements:()Z]
OperatorContainer.nextElement ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OperatorContainer.nextElement:()Ljava/lang/String;]
OperatorContainer.OperatorContainer ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OperatorContainer."<init>":()V]
OperatorContainer.size ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OperatorContainer.size:()I]
cdk-1.0.4.jar, Option.class
package org.apache.commons.cli
Option.addValue ( String value ) : boolean
[mangled: org/apache/commons/cli/Option.addValue:(Ljava/lang/String;)Z]
Option.clone ( ) : Object
[mangled: org/apache/commons/cli/Option.clone:()Ljava/lang/Object;]
Option.getArgName ( ) : String
[mangled: org/apache/commons/cli/Option.getArgName:()Ljava/lang/String;]
Option.getArgs ( ) : int
[mangled: org/apache/commons/cli/Option.getArgs:()I]
Option.getDescription ( ) : String
[mangled: org/apache/commons/cli/Option.getDescription:()Ljava/lang/String;]
Option.getId ( ) : int
[mangled: org/apache/commons/cli/Option.getId:()I]
Option.getLongOpt ( ) : String
[mangled: org/apache/commons/cli/Option.getLongOpt:()Ljava/lang/String;]
Option.getOpt ( ) : String
[mangled: org/apache/commons/cli/Option.getOpt:()Ljava/lang/String;]
Option.getType ( ) : Object
[mangled: org/apache/commons/cli/Option.getType:()Ljava/lang/Object;]
Option.getValue ( ) : String
[mangled: org/apache/commons/cli/Option.getValue:()Ljava/lang/String;]
Option.getValue ( int index ) : String
[mangled: org/apache/commons/cli/Option.getValue:(I)Ljava/lang/String;]
Option.getValue ( String defaultValue ) : String
[mangled: org/apache/commons/cli/Option.getValue:(Ljava/lang/String;)Ljava/lang/String;]
Option.getValues ( ) : String[ ]
[mangled: org/apache/commons/cli/Option.getValues:()[Ljava/lang/String;]
Option.getValueSeparator ( ) : char
[mangled: org/apache/commons/cli/Option.getValueSeparator:()C]
Option.getValuesList ( ) : List
[mangled: org/apache/commons/cli/Option.getValuesList:()Ljava/util/List;]
Option.hasArg ( ) : boolean
[mangled: org/apache/commons/cli/Option.hasArg:()Z]
Option.hasArgName ( ) : boolean
[mangled: org/apache/commons/cli/Option.hasArgName:()Z]
Option.hasArgs ( ) : boolean
[mangled: org/apache/commons/cli/Option.hasArgs:()Z]
Option.hasLongOpt ( ) : boolean
[mangled: org/apache/commons/cli/Option.hasLongOpt:()Z]
Option.hasOptionalArg ( ) : boolean
[mangled: org/apache/commons/cli/Option.hasOptionalArg:()Z]
Option.isRequired ( ) : boolean
[mangled: org/apache/commons/cli/Option.isRequired:()Z]
Option.Option ( String opt, boolean hasArg, String description )
[mangled: org/apache/commons/cli/Option."<init>":(Ljava/lang/String;ZLjava/lang/String;)V]
Option.Option ( String opt, String description )
[mangled: org/apache/commons/cli/Option."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Option.Option ( String opt, String longOpt, boolean hasArg, String description )
[mangled: org/apache/commons/cli/Option."<init>":(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V]
Option.setArgName ( String argName ) : void
[mangled: org/apache/commons/cli/Option.setArgName:(Ljava/lang/String;)V]
Option.setArgs ( int num ) : void
[mangled: org/apache/commons/cli/Option.setArgs:(I)V]
Option.setLongOpt ( String longOpt ) : void
[mangled: org/apache/commons/cli/Option.setLongOpt:(Ljava/lang/String;)V]
Option.setOptionalArg ( boolean optionalArg ) : void
[mangled: org/apache/commons/cli/Option.setOptionalArg:(Z)V]
Option.setRequired ( boolean required ) : void
[mangled: org/apache/commons/cli/Option.setRequired:(Z)V]
Option.setType ( Object type ) : void
[mangled: org/apache/commons/cli/Option.setType:(Ljava/lang/Object;)V]
Option.setValueSeparator ( char sep ) : void
[mangled: org/apache/commons/cli/Option.setValueSeparator:(C)V]
Option.toString ( ) : String
[mangled: org/apache/commons/cli/Option.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, OptionBuilder.class
package org.apache.commons.cli
OptionBuilder.create ( ) [static] : Option
[mangled: org/apache/commons/cli/OptionBuilder.create:()Lorg/apache/commons/cli/Option;]
OptionBuilder.create ( char opt ) [static] : Option
[mangled: org/apache/commons/cli/OptionBuilder.create:(C)Lorg/apache/commons/cli/Option;]
OptionBuilder.create ( String opt ) [static] : Option
[mangled: org/apache/commons/cli/OptionBuilder.create:(Ljava/lang/String;)Lorg/apache/commons/cli/Option;]
OptionBuilder.hasArg ( ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.hasArg:()Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.hasArg ( boolean hasArg ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.hasArg:(Z)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.hasArgs ( ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.hasArgs:()Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.hasArgs ( int num ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.hasArgs:(I)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.hasOptionalArg ( ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.hasOptionalArg:()Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.hasOptionalArgs ( ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.hasOptionalArgs:()Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.hasOptionalArgs ( int numArgs ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.hasOptionalArgs:(I)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.isRequired ( ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.isRequired:()Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.isRequired ( boolean required ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.isRequired:(Z)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.withArgName ( String name ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.withArgName:(Ljava/lang/String;)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.withDescription ( String description ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.withDescription:(Ljava/lang/String;)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.withLongOpt ( String longopt ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.withLongOpt:(Ljava/lang/String;)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.withType ( Object type ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.withType:(Ljava/lang/Object;)Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.withValueSeparator ( ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.withValueSeparator:()Lorg/apache/commons/cli/OptionBuilder;]
OptionBuilder.withValueSeparator ( char sep ) [static] : OptionBuilder
[mangled: org/apache/commons/cli/OptionBuilder.withValueSeparator:(C)Lorg/apache/commons/cli/OptionBuilder;]
cdk-1.0.4.jar, OptionGroup.class
package org.apache.commons.cli
OptionGroup.addOption ( Option opt ) : OptionGroup
[mangled: org/apache/commons/cli/OptionGroup.addOption:(Lorg/apache/commons/cli/Option;)Lorg/apache/commons/cli/OptionGroup;]
OptionGroup.getNames ( ) : Collection
[mangled: org/apache/commons/cli/OptionGroup.getNames:()Ljava/util/Collection;]
OptionGroup.getOptions ( ) : Collection
[mangled: org/apache/commons/cli/OptionGroup.getOptions:()Ljava/util/Collection;]
OptionGroup.getSelected ( ) : String
[mangled: org/apache/commons/cli/OptionGroup.getSelected:()Ljava/lang/String;]
OptionGroup.isRequired ( ) : boolean
[mangled: org/apache/commons/cli/OptionGroup.isRequired:()Z]
OptionGroup.OptionGroup ( )
[mangled: org/apache/commons/cli/OptionGroup."<init>":()V]
OptionGroup.setRequired ( boolean required ) : void
[mangled: org/apache/commons/cli/OptionGroup.setRequired:(Z)V]
OptionGroup.setSelected ( Option opt ) : void
[mangled: org/apache/commons/cli/OptionGroup.setSelected:(Lorg/apache/commons/cli/Option;)V]
OptionGroup.toString ( ) : String
[mangled: org/apache/commons/cli/OptionGroup.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, OptionIOSetting.class
package org.openscience.cdk.io.setting
OptionIOSetting.getOptions ( ) : Vector
[mangled: org/openscience/cdk/io/setting/OptionIOSetting.getOptions:()Ljava/util/Vector;]
OptionIOSetting.OptionIOSetting ( String name, int level, String question, Vector settings, String defaultSetting )
[mangled: org/openscience/cdk/io/setting/OptionIOSetting."<init>":(Ljava/lang/String;ILjava/lang/String;Ljava/util/Vector;Ljava/lang/String;)V]
cdk-1.0.4.jar, Options.class
package org.apache.commons.cli
Options.addOption ( Option opt ) : Options
[mangled: org/apache/commons/cli/Options.addOption:(Lorg/apache/commons/cli/Option;)Lorg/apache/commons/cli/Options;]
Options.addOption ( String opt, boolean hasArg, String description ) : Options
[mangled: org/apache/commons/cli/Options.addOption:(Ljava/lang/String;ZLjava/lang/String;)Lorg/apache/commons/cli/Options;]
Options.addOption ( String opt, String longOpt, boolean hasArg, String description ) : Options
[mangled: org/apache/commons/cli/Options.addOption:(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)Lorg/apache/commons/cli/Options;]
Options.addOptionGroup ( OptionGroup group ) : Options
[mangled: org/apache/commons/cli/Options.addOptionGroup:(Lorg/apache/commons/cli/OptionGroup;)Lorg/apache/commons/cli/Options;]
Options.getOption ( String opt ) : Option
[mangled: org/apache/commons/cli/Options.getOption:(Ljava/lang/String;)Lorg/apache/commons/cli/Option;]
Options.getOptionGroup ( Option opt ) : OptionGroup
[mangled: org/apache/commons/cli/Options.getOptionGroup:(Lorg/apache/commons/cli/Option;)Lorg/apache/commons/cli/OptionGroup;]
Options.getOptions ( ) : Collection
[mangled: org/apache/commons/cli/Options.getOptions:()Ljava/util/Collection;]
Options.getRequiredOptions ( ) : List
[mangled: org/apache/commons/cli/Options.getRequiredOptions:()Ljava/util/List;]
Options.hasOption ( String opt ) : boolean
[mangled: org/apache/commons/cli/Options.hasOption:(Ljava/lang/String;)Z]
Options.Options ( )
[mangled: org/apache/commons/cli/Options."<init>":()V]
Options.toString ( ) : String
[mangled: org/apache/commons/cli/Options.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, Orbitals.class
package org.openscience.cdk.math.qm
Orbitals.getBasis ( ) : IBasis
[mangled: org/openscience/cdk/math/qm/Orbitals.getBasis:()Lorg/openscience/cdk/math/qm/IBasis;]
Orbitals.getCoefficients ( ) : Matrix
[mangled: org/openscience/cdk/math/qm/Orbitals.getCoefficients:()Lorg/openscience/cdk/math/Matrix;]
Orbitals.getCountBasis ( ) : int
[mangled: org/openscience/cdk/math/qm/Orbitals.getCountBasis:()I]
Orbitals.getCountElectrons ( ) : int
[mangled: org/openscience/cdk/math/qm/Orbitals.getCountElectrons:()I]
Orbitals.getCountOrbitals ( ) : int
[mangled: org/openscience/cdk/math/qm/Orbitals.getCountOrbitals:()I]
Orbitals.getValue ( int index, double x, double y, double z ) : double
[mangled: org/openscience/cdk/math/qm/Orbitals.getValue:(IDDD)D]
Orbitals.getValues ( int index, Matrix m ) : Vector
[mangled: org/openscience/cdk/math/qm/Orbitals.getValues:(ILorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Vector;]
Orbitals.Orbitals ( IBasis basis )
[mangled: org/openscience/cdk/math/qm/Orbitals."<init>":(Lorg/openscience/cdk/math/qm/IBasis;)V]
Orbitals.Orbitals ( IBasis basis, Matrix C )
[mangled: org/openscience/cdk/math/qm/Orbitals."<init>":(Lorg/openscience/cdk/math/qm/IBasis;Lorg/openscience/cdk/math/Matrix;)V]
Orbitals.setCoefficients ( Matrix C ) : void
[mangled: org/openscience/cdk/math/qm/Orbitals.setCoefficients:(Lorg/openscience/cdk/math/Matrix;)V]
Orbitals.setCountElectrons ( int count ) : void
[mangled: org/openscience/cdk/math/qm/Orbitals.setCountElectrons:(I)V]
cdk-1.0.4.jar, OrderQueryBond.class
package org.openscience.cdk.isomorphism.matchers
OrderQueryBond.OrderQueryBond ( IQueryAtom atom1, IQueryAtom atom2, double order )
[mangled: org/openscience/cdk/isomorphism/matchers/OrderQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;D)V]
package org.openscience.cdk.isomorphism.matchers.smarts
OrderQueryBond.OrderQueryBond ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OrderQueryBond."<init>":()V]
OrderQueryBond.OrderQueryBond ( IQueryAtom atom1, IQueryAtom atom2, double order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/OrderQueryBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;D)V]
cdk-1.0.4.jar, Os2Table.class
package org.apache.batik.svggen.font.table
Os2Table.getAvgCharWidth ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getAvgCharWidth:()S]
Os2Table.getCodePageRange1 ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getCodePageRange1:()I]
Os2Table.getCodePageRange2 ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getCodePageRange2:()I]
Os2Table.getFamilyClass ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getFamilyClass:()S]
Os2Table.getFirstCharIndex ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getFirstCharIndex:()I]
Os2Table.getLastCharIndex ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getLastCharIndex:()I]
Os2Table.getLicenseType ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getLicenseType:()S]
Os2Table.getPanose ( ) : Panose
[mangled: org/apache/batik/svggen/font/table/Os2Table.getPanose:()Lorg/apache/batik/svggen/font/table/Panose;]
Os2Table.getSelection ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSelection:()S]
Os2Table.getStrikeoutPosition ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getStrikeoutPosition:()S]
Os2Table.getStrikeoutSize ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getStrikeoutSize:()S]
Os2Table.getSubscriptXOffset ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSubscriptXOffset:()S]
Os2Table.getSubscriptXSize ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSubscriptXSize:()S]
Os2Table.getSubscriptYOffset ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSubscriptYOffset:()S]
Os2Table.getSubscriptYSize ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSubscriptYSize:()S]
Os2Table.getSuperscriptXOffset ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSuperscriptXOffset:()S]
Os2Table.getSuperscriptXSize ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSuperscriptXSize:()S]
Os2Table.getSuperscriptYOffset ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSuperscriptYOffset:()S]
Os2Table.getSuperscriptYSize ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getSuperscriptYSize:()S]
Os2Table.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getType:()I]
Os2Table.getTypoAscender ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getTypoAscender:()S]
Os2Table.getTypoDescender ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getTypoDescender:()S]
Os2Table.getTypoLineGap ( ) : short
[mangled: org/apache/batik/svggen/font/table/Os2Table.getTypoLineGap:()S]
Os2Table.getUnicodeRange1 ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getUnicodeRange1:()I]
Os2Table.getUnicodeRange2 ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getUnicodeRange2:()I]
Os2Table.getUnicodeRange3 ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getUnicodeRange3:()I]
Os2Table.getUnicodeRange4 ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getUnicodeRange4:()I]
Os2Table.getVendorID ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getVendorID:()I]
Os2Table.getVersion ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getVersion:()I]
Os2Table.getWeightClass ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getWeightClass:()I]
Os2Table.getWidthClass ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getWidthClass:()I]
Os2Table.getWinAscent ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getWinAscent:()I]
Os2Table.getWinDescent ( ) : int
[mangled: org/apache/batik/svggen/font/table/Os2Table.getWinDescent:()I]
Os2Table.Os2Table ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/Os2Table."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, OutCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.OutCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OutCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, OutCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.OutCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OutCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, OverCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.OverCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OverCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, OverCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.OverCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OverCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, OverCompositeContext_INT_PACK_NA.class
package org.apache.batik.ext.awt.image
SVGComposite.OverCompositeContext_INT_PACK_NA.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OverCompositeContext_INT_PACK_NA.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, OverCompositeContext_INT_PACK_UNPRE.class
package org.apache.batik.ext.awt.image
SVGComposite.OverCompositeContext_INT_PACK_UNPRE.compose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OverCompositeContext_INT_PACK_UNPRE.compose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
SVGComposite.OverCompositeContext_INT_PACK_UNPRE.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OverCompositeContext_INT_PACK_UNPRE.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, OverCompositeContext_NA.class
package org.apache.batik.ext.awt.image
SVGComposite.OverCompositeContext_NA.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.OverCompositeContext_NA.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, PadMode.class
package org.apache.batik.ext.awt.image
PadMode.getMode ( ) : int
[mangled: org/apache/batik/ext/awt/image/PadMode.getMode:()I]
cdk-1.0.4.jar, PadRable.class
package org.apache.batik.ext.awt.image.renderable
PadRable.getPadMode ( ) [abstract] : PadMode
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable.getPadMode:()Lorg/apache/batik/ext/awt/image/PadMode;]
PadRable.getPadRect ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable.getPadRect:()Ljava/awt/geom/Rectangle2D;]
PadRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
PadRable.setPadMode ( PadMode p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable.setPadMode:(Lorg/apache/batik/ext/awt/image/PadMode;)V]
PadRable.setPadRect ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable.setPadRect:(Ljava/awt/geom/Rectangle2D;)V]
PadRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, PadRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
PadRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
PadRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
PadRable8Bit.getDependencyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.getDependencyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
PadRable8Bit.getDirtyRegion ( int p1, Rectangle2D p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.getDirtyRegion:(ILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;]
PadRable8Bit.getPadMode ( ) : PadMode
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.getPadMode:()Lorg/apache/batik/ext/awt/image/PadMode;]
PadRable8Bit.getPadRect ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.getPadRect:()Ljava/awt/geom/Rectangle2D;]
PadRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
PadRable8Bit.PadRable8Bit ( Filter p1, Rectangle2D p2, PadMode p3 )
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/awt/geom/Rectangle2D;Lorg/apache/batik/ext/awt/image/PadMode;)V]
PadRable8Bit.paintRable ( Graphics2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.paintRable:(Ljava/awt/Graphics2D;)Z]
PadRable8Bit.setPadMode ( PadMode p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.setPadMode:(Lorg/apache/batik/ext/awt/image/PadMode;)V]
PadRable8Bit.setPadRect ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.setPadRect:(Ljava/awt/geom/Rectangle2D;)V]
PadRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/PadRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, PadRed.class
package org.apache.batik.ext.awt.image.rendered
PadRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
PadRed.fixSampleModel ( CachableRed p1, Rectangle p2 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.fixSampleModel:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;)Ljava/awt/image/SampleModel;]
PadRed.handleReplicate ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.handleReplicate:(Ljava/awt/image/WritableRaster;)V]
PadRed.handleWrap ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.handleWrap:(Ljava/awt/image/WritableRaster;)V]
PadRed.handleZero ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.handleZero:(Ljava/awt/image/WritableRaster;)V]
PadRed.PadRed ( CachableRed p1, Rectangle p2, PadMode p3, RenderingHints p4 )
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Lorg/apache/batik/ext/awt/image/PadMode;Ljava/awt/RenderingHints;)V]
cdk-1.0.4.jar, Page.class
package org.apache.xindice.core.filer
Paged.Page.compareTo ( Object o ) : int
[mangled: org/apache/xindice/core/filer/Paged.Page.compareTo:(Ljava/lang/Object;)I]
Paged.Page.flush ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.Page.flush:()V]
Paged.Page.getKey ( ) : Key
[mangled: org/apache/xindice/core/filer/Paged.Page.getKey:()Lorg/apache/xindice/core/data/Key;]
Paged.Page.getPageHeader ( ) : Paged.PageHeader
[mangled: org/apache/xindice/core/filer/Paged.Page.getPageHeader:()Lorg/apache/xindice/core/filer/Paged$PageHeader;]
Paged.Page.getPageNum ( ) : long
[mangled: org/apache/xindice/core/filer/Paged.Page.getPageNum:()J]
Paged.Page.Paged.Page ( Paged p1 )
[mangled: org/apache/xindice/core/filer/Paged.Page."<init>":(Lorg/apache/xindice/core/filer/Paged;)V]
Paged.Page.Paged.Page ( Paged pageNum, long p2 )
[mangled: org/apache/xindice/core/filer/Paged.Page."<init>":(Lorg/apache/xindice/core/filer/Paged;J)V]
Paged.Page.read ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.Page.read:()V]
Paged.Page.setKey ( Key key ) : void
[mangled: org/apache/xindice/core/filer/Paged.Page.setKey:(Lorg/apache/xindice/core/data/Key;)V]
Paged.Page.setPageNum ( long pageNum ) : void
[mangled: org/apache/xindice/core/filer/Paged.Page.setPageNum:(J)V]
Paged.Page.streamFrom ( InputStream is ) : void
[mangled: org/apache/xindice/core/filer/Paged.Page.streamFrom:(Ljava/io/InputStream;)V]
Paged.Page.streamTo ( OutputStream os ) : void
[mangled: org/apache/xindice/core/filer/Paged.Page.streamTo:(Ljava/io/OutputStream;)V]
Paged.Page.write ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.Page.write:()V]
cdk-1.0.4.jar, Paged.class
package org.apache.xindice.core.filer
Paged.checkOpened ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.checkOpened:()V]
Paged.close ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.close:()Z]
Paged.create ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.create:()Z]
Paged.createFileHeader ( ) [abstract] : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/Paged.createFileHeader:()Lorg/apache/xindice/core/filer/Paged$FileHeader;]
Paged.createFileHeader ( boolean p1 ) [abstract] : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/Paged.createFileHeader:(Z)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
Paged.createFileHeader ( long p1 ) [abstract] : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/Paged.createFileHeader:(J)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
Paged.createFileHeader ( long p1, int p2 ) [abstract] : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/Paged.createFileHeader:(JI)Lorg/apache/xindice/core/filer/Paged$FileHeader;]
Paged.createPageHeader ( ) [abstract] : Paged.PageHeader
[mangled: org/apache/xindice/core/filer/Paged.createPageHeader:()Lorg/apache/xindice/core/filer/Paged$PageHeader;]
Paged.deleteArrayInt ( int[ ] vals, int idx ) [static] : int[ ]
[mangled: org/apache/xindice/core/filer/Paged.deleteArrayInt:([II)[I]
Paged.deleteArrayLong ( long[ ] vals, int idx ) [static] : long[ ]
[mangled: org/apache/xindice/core/filer/Paged.deleteArrayLong:([JI)[J]
Paged.deleteArrayShort ( short[ ] vals, int idx ) [static] : short[ ]
[mangled: org/apache/xindice/core/filer/Paged.deleteArrayShort:([SI)[S]
Paged.deleteArrayValue ( Value[ ] vals, int idx ) [static] : Value[ ]
[mangled: org/apache/xindice/core/filer/Paged.deleteArrayValue:([Lorg/apache/xindice/core/data/Value;I)[Lorg/apache/xindice/core/data/Value;]
Paged.drop ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.drop:()Z]
Paged.exists ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.exists:()Z]
Paged.flush ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.flush:()V]
Paged.getFile ( ) : File
[mangled: org/apache/xindice/core/filer/Paged.getFile:()Ljava/io/File;]
Paged.getFileHeader ( ) : Paged.FileHeader
[mangled: org/apache/xindice/core/filer/Paged.getFileHeader:()Lorg/apache/xindice/core/filer/Paged$FileHeader;]
Paged.getFreePage ( ) : Paged.Page
[mangled: org/apache/xindice/core/filer/Paged.getFreePage:()Lorg/apache/xindice/core/filer/Paged$Page;]
Paged.getPage ( Long lp ) : Paged.Page
[mangled: org/apache/xindice/core/filer/Paged.getPage:(Ljava/lang/Long;)Lorg/apache/xindice/core/filer/Paged$Page;]
Paged.getPage ( long pageNum ) : Paged.Page
[mangled: org/apache/xindice/core/filer/Paged.getPage:(J)Lorg/apache/xindice/core/filer/Paged$Page;]
Paged.insertArrayInt ( int[ ] vals, int val, int idx ) [static] : int[ ]
[mangled: org/apache/xindice/core/filer/Paged.insertArrayInt:([III)[I]
Paged.insertArrayLong ( long[ ] vals, long val, int idx ) [static] : long[ ]
[mangled: org/apache/xindice/core/filer/Paged.insertArrayLong:([JJI)[J]
Paged.insertArrayShort ( short[ ] vals, short val, int idx ) [static] : short[ ]
[mangled: org/apache/xindice/core/filer/Paged.insertArrayShort:([SSI)[S]
Paged.insertArrayValue ( Value[ ] vals, Value val, int idx ) [static] : Value[ ]
[mangled: org/apache/xindice/core/filer/Paged.insertArrayValue:([Lorg/apache/xindice/core/data/Value;Lorg/apache/xindice/core/data/Value;I)[Lorg/apache/xindice/core/data/Value;]
Paged.isOpened ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.isOpened:()Z]
Paged.open ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.open:()Z]
Paged.Paged ( )
[mangled: org/apache/xindice/core/filer/Paged."<init>":()V]
Paged.Paged ( File file )
[mangled: org/apache/xindice/core/filer/Paged."<init>":(Ljava/io/File;)V]
Paged.readValue ( long page ) : Value
[mangled: org/apache/xindice/core/filer/Paged.readValue:(J)Lorg/apache/xindice/core/data/Value;]
Paged.readValue ( Paged.Page page ) : Value
[mangled: org/apache/xindice/core/filer/Paged.readValue:(Lorg/apache/xindice/core/filer/Paged$Page;)Lorg/apache/xindice/core/data/Value;]
Paged.setFile ( File file ) : void
[mangled: org/apache/xindice/core/filer/Paged.setFile:(Ljava/io/File;)V]
Paged.unlinkPages ( long pageNum ) : void
[mangled: org/apache/xindice/core/filer/Paged.unlinkPages:(J)V]
Paged.unlinkPages ( Paged.Page page ) : void
[mangled: org/apache/xindice/core/filer/Paged.unlinkPages:(Lorg/apache/xindice/core/filer/Paged$Page;)V]
Paged.writeValue ( long page, Value value ) : void
[mangled: org/apache/xindice/core/filer/Paged.writeValue:(JLorg/apache/xindice/core/data/Value;)V]
Paged.writeValue ( Paged.Page page, Value value ) : void
[mangled: org/apache/xindice/core/filer/Paged.writeValue:(Lorg/apache/xindice/core/filer/Paged$Page;Lorg/apache/xindice/core/data/Value;)V]
cdk-1.0.4.jar, PageHeader.class
package org.apache.xindice.core.filer
Paged.PageHeader.getDataLen ( ) : int
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.getDataLen:()I]
Paged.PageHeader.getKeyHash ( ) : int
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.getKeyHash:()I]
Paged.PageHeader.getKeyLen ( ) : short
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.getKeyLen:()S]
Paged.PageHeader.getNextPage ( ) : long
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.getNextPage:()J]
Paged.PageHeader.getRecordLen ( ) : int
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.getRecordLen:()I]
Paged.PageHeader.getStatus ( ) : byte
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.getStatus:()B]
Paged.PageHeader.isDirty ( ) : boolean
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.isDirty:()Z]
Paged.PageHeader.Paged.PageHeader ( Paged dis, DataInputStream p2 )
[mangled: org/apache/xindice/core/filer/Paged.PageHeader."<init>":(Lorg/apache/xindice/core/filer/Paged;Ljava/io/DataInputStream;)V]
Paged.PageHeader.Paged.PageHeader ( Paged p1 )
[mangled: org/apache/xindice/core/filer/Paged.PageHeader."<init>":(Lorg/apache/xindice/core/filer/Paged;)V]
Paged.PageHeader.read ( DataInputStream dis ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.read:(Ljava/io/DataInputStream;)V]
Paged.PageHeader.setDataLen ( int dataLen ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setDataLen:(I)V]
Paged.PageHeader.setDirty ( ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setDirty:()V]
Paged.PageHeader.setKey ( Key key ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setKey:(Lorg/apache/xindice/core/data/Key;)V]
Paged.PageHeader.setKeyHash ( int keyHash ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setKeyHash:(I)V]
Paged.PageHeader.setKeyLen ( short keyLen ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setKeyLen:(S)V]
Paged.PageHeader.setNextPage ( long nextPage ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setNextPage:(J)V]
Paged.PageHeader.setRecordLen ( int recordLen ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setRecordLen:(I)V]
Paged.PageHeader.setStatus ( byte status ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.setStatus:(B)V]
Paged.PageHeader.write ( DataOutputStream dos ) : void
[mangled: org/apache/xindice/core/filer/Paged.PageHeader.write:(Ljava/io/DataOutputStream;)V]
cdk-1.0.4.jar, PaintRable.class
package org.apache.batik.ext.awt.image.renderable
PaintRable.paintRable ( Graphics2D p1 ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/PaintRable.paintRable:(Ljava/awt/Graphics2D;)Z]
cdk-1.0.4.jar, Palette.class
package org.apache.batik.ext.awt.image.codec
PNGEncodeParam.Palette.getBackgroundPaletteIndex ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.getBackgroundPaletteIndex:()I]
PNGEncodeParam.Palette.getPalette ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.getPalette:()[I]
PNGEncodeParam.Palette.getPaletteTransparency ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.getPaletteTransparency:()[B]
PNGEncodeParam.Palette.isBackgroundSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.isBackgroundSet:()Z]
PNGEncodeParam.Palette.isPaletteSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.isPaletteSet:()Z]
PNGEncodeParam.Palette.PNGEncodeParam.Palette ( )
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette."<init>":()V]
PNGEncodeParam.Palette.setBackgroundPaletteIndex ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.setBackgroundPaletteIndex:(I)V]
PNGEncodeParam.Palette.setBitDepth ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.setBitDepth:(I)V]
PNGEncodeParam.Palette.setPalette ( int[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.setPalette:([I)V]
PNGEncodeParam.Palette.setPaletteTransparency ( byte[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.setPaletteTransparency:([B)V]
PNGEncodeParam.Palette.unsetBackground ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.unsetBackground:()V]
PNGEncodeParam.Palette.unsetPalette ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.Palette.unsetPalette:()V]
cdk-1.0.4.jar, Panose.class
package org.apache.batik.svggen.font.table
Panose.getArmStyle ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getArmStyle:()B]
Panose.getContrast ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getContrast:()B]
Panose.getFamilyType ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getFamilyType:()B]
Panose.getLetterForm ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getLetterForm:()B]
Panose.getMidline ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getMidline:()B]
Panose.getProportion ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getProportion:()B]
Panose.getSerifStyle ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getSerifStyle:()B]
Panose.getStrokeVariation ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getStrokeVariation:()B]
Panose.getWeight ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getWeight:()B]
Panose.getXHeight ( ) : byte
[mangled: org/apache/batik/svggen/font/table/Panose.getXHeight:()B]
Panose.Panose ( byte[ ] p1 )
[mangled: org/apache/batik/svggen/font/table/Panose."<init>":([B)V]
Panose.toString ( ) : String
[mangled: org/apache/batik/svggen/font/table/Panose.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, ParameterException.class
package org.apache.xindice.server
ParameterException.getName ( ) : String
[mangled: org/apache/xindice/server/ParameterException.getName:()Ljava/lang/String;]
ParameterException.getValue ( ) : String
[mangled: org/apache/xindice/server/ParameterException.getValue:()Ljava/lang/String;]
ParameterException.ParameterException ( String name, String value, String message )
[mangled: org/apache/xindice/server/ParameterException."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ParameterException.toString ( ) : String
[mangled: org/apache/xindice/server/ParameterException.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, ParentSIAttribute.class
package org.xmlcml.cml.element
ParentSIAttribute.checkAttribute ( CMLElement element, GenericDictionaryMap dictionaryMap ) : List
[mangled: org/xmlcml/cml/element/ParentSIAttribute.checkAttribute:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
ParentSIAttribute.ParentSIAttribute ( )
[mangled: org/xmlcml/cml/element/ParentSIAttribute."<init>":()V]
ParentSIAttribute.ParentSIAttribute ( Attribute att )
[mangled: org/xmlcml/cml/element/ParentSIAttribute."<init>":(Lnu/xom/Attribute;)V]
ParentSIAttribute.ParentSIAttribute ( String name, String value )
[mangled: org/xmlcml/cml/element/ParentSIAttribute."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, ParsedURL.class
package org.apache.batik.util
ParsedURL.checkGZIP ( InputStream p1 ) [static] : InputStream
[mangled: org/apache/batik/util/ParsedURL.checkGZIP:(Ljava/io/InputStream;)Ljava/io/InputStream;]
ParsedURL.complete ( ) : boolean
[mangled: org/apache/batik/util/ParsedURL.complete:()Z]
ParsedURL.equals ( Object p1 ) : boolean
[mangled: org/apache/batik/util/ParsedURL.equals:(Ljava/lang/Object;)Z]
ParsedURL.getContentEncoding ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getContentEncoding:()Ljava/lang/String;]
ParsedURL.getContentType ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getContentType:()Ljava/lang/String;]
ParsedURL.getGlobalUserAgent ( ) [static] : String
[mangled: org/apache/batik/util/ParsedURL.getGlobalUserAgent:()Ljava/lang/String;]
ParsedURL.getHandler ( String p1 ) [static] : ParsedURLProtocolHandler
[mangled: org/apache/batik/util/ParsedURL.getHandler:(Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLProtocolHandler;]
ParsedURL.getHost ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getHost:()Ljava/lang/String;]
ParsedURL.getPath ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getPath:()Ljava/lang/String;]
ParsedURL.getPort ( ) : int
[mangled: org/apache/batik/util/ParsedURL.getPort:()I]
ParsedURL.getPortStr ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getPortStr:()Ljava/lang/String;]
ParsedURL.getProtocol ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getProtocol:()Ljava/lang/String;]
ParsedURL.getProtocol ( String p1 ) [static] : String
[mangled: org/apache/batik/util/ParsedURL.getProtocol:(Ljava/lang/String;)Ljava/lang/String;]
ParsedURL.getRef ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getRef:()Ljava/lang/String;]
ParsedURL.getUserAgent ( ) : String
[mangled: org/apache/batik/util/ParsedURL.getUserAgent:()Ljava/lang/String;]
ParsedURL.hashCode ( ) : int
[mangled: org/apache/batik/util/ParsedURL.hashCode:()I]
ParsedURL.openStream ( ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStream:()Ljava/io/InputStream;]
ParsedURL.openStream ( Iterator p1 ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStream:(Ljava/util/Iterator;)Ljava/io/InputStream;]
ParsedURL.openStream ( String p1 ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ParsedURL.openStream ( String[ ] p1 ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStream:([Ljava/lang/String;)Ljava/io/InputStream;]
ParsedURL.openStreamRaw ( ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStreamRaw:()Ljava/io/InputStream;]
ParsedURL.openStreamRaw ( Iterator p1 ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStreamRaw:(Ljava/util/Iterator;)Ljava/io/InputStream;]
ParsedURL.openStreamRaw ( String p1 ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStreamRaw:(Ljava/lang/String;)Ljava/io/InputStream;]
ParsedURL.openStreamRaw ( String[ ] p1 ) : InputStream
[mangled: org/apache/batik/util/ParsedURL.openStreamRaw:([Ljava/lang/String;)Ljava/io/InputStream;]
ParsedURL.ParsedURL ( ParsedURL p1, String p2 )
[mangled: org/apache/batik/util/ParsedURL."<init>":(Lorg/apache/batik/util/ParsedURL;Ljava/lang/String;)V]
ParsedURL.ParsedURL ( String p1 )
[mangled: org/apache/batik/util/ParsedURL."<init>":(Ljava/lang/String;)V]
ParsedURL.ParsedURL ( String p1, String p2 )
[mangled: org/apache/batik/util/ParsedURL."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ParsedURL.ParsedURL ( URL p1 )
[mangled: org/apache/batik/util/ParsedURL."<init>":(Ljava/net/URL;)V]
ParsedURL.ParsedURL ( URL p1, String p2 )
[mangled: org/apache/batik/util/ParsedURL."<init>":(Ljava/net/URL;Ljava/lang/String;)V]
ParsedURL.parseURL ( ParsedURL p1, String p2 ) [static] : ParsedURLData
[mangled: org/apache/batik/util/ParsedURL.parseURL:(Lorg/apache/batik/util/ParsedURL;Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURL.parseURL ( String p1 ) [static] : ParsedURLData
[mangled: org/apache/batik/util/ParsedURL.parseURL:(Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURL.parseURL ( String p1, String p2 ) [static] : ParsedURLData
[mangled: org/apache/batik/util/ParsedURL.parseURL:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURL.registerHandler ( ParsedURLProtocolHandler p1 ) [static] : void
[mangled: org/apache/batik/util/ParsedURL.registerHandler:(Lorg/apache/batik/util/ParsedURLProtocolHandler;)V]
ParsedURL.sameFile ( ParsedURL p1 ) : boolean
[mangled: org/apache/batik/util/ParsedURL.sameFile:(Lorg/apache/batik/util/ParsedURL;)Z]
ParsedURL.setGlobalUserAgent ( String p1 ) [static] : void
[mangled: org/apache/batik/util/ParsedURL.setGlobalUserAgent:(Ljava/lang/String;)V]
ParsedURL.setUserAgent ( String p1 ) : void
[mangled: org/apache/batik/util/ParsedURL.setUserAgent:(Ljava/lang/String;)V]
ParsedURL.toString ( ) : String
[mangled: org/apache/batik/util/ParsedURL.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, ParsedURLData.class
package org.apache.batik.util
ParsedURLData.buildURL ( ) : URL
[mangled: org/apache/batik/util/ParsedURLData.buildURL:()Ljava/net/URL;]
ParsedURLData.checkGZIP ( InputStream p1 ) [static] : InputStream
[mangled: org/apache/batik/util/ParsedURLData.checkGZIP:(Ljava/io/InputStream;)Ljava/io/InputStream;]
ParsedURLData.complete ( ) : boolean
[mangled: org/apache/batik/util/ParsedURLData.complete:()Z]
ParsedURLData.equals ( Object p1 ) : boolean
[mangled: org/apache/batik/util/ParsedURLData.equals:(Ljava/lang/Object;)Z]
ParsedURLData.getContentEncoding ( String p1 ) : String
[mangled: org/apache/batik/util/ParsedURLData.getContentEncoding:(Ljava/lang/String;)Ljava/lang/String;]
ParsedURLData.getContentType ( String p1 ) : String
[mangled: org/apache/batik/util/ParsedURLData.getContentType:(Ljava/lang/String;)Ljava/lang/String;]
ParsedURLData.getPortStr ( ) : String
[mangled: org/apache/batik/util/ParsedURLData.getPortStr:()Ljava/lang/String;]
ParsedURLData.hashCode ( ) : int
[mangled: org/apache/batik/util/ParsedURLData.hashCode:()I]
ParsedURLData.openStream ( String p1, Iterator p2 ) : InputStream
[mangled: org/apache/batik/util/ParsedURLData.openStream:(Ljava/lang/String;Ljava/util/Iterator;)Ljava/io/InputStream;]
ParsedURLData.openStreamInternal ( String p1, Iterator p2, Iterator p3 ) : InputStream
[mangled: org/apache/batik/util/ParsedURLData.openStreamInternal:(Ljava/lang/String;Ljava/util/Iterator;Ljava/util/Iterator;)Ljava/io/InputStream;]
ParsedURLData.openStreamRaw ( String p1, Iterator p2 ) : InputStream
[mangled: org/apache/batik/util/ParsedURLData.openStreamRaw:(Ljava/lang/String;Ljava/util/Iterator;)Ljava/io/InputStream;]
ParsedURLData.ParsedURLData ( )
[mangled: org/apache/batik/util/ParsedURLData."<init>":()V]
ParsedURLData.ParsedURLData ( URL p1 )
[mangled: org/apache/batik/util/ParsedURLData."<init>":(Ljava/net/URL;)V]
ParsedURLData.sameFile ( ParsedURLData p1 ) : boolean
[mangled: org/apache/batik/util/ParsedURLData.sameFile:(Lorg/apache/batik/util/ParsedURLData;)Z]
ParsedURLData.toString ( ) : String
[mangled: org/apache/batik/util/ParsedURLData.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, ParsedURLDataProtocolHandler.class
package org.apache.batik.util
ParsedURLDataProtocolHandler.ParsedURLDataProtocolHandler ( )
[mangled: org/apache/batik/util/ParsedURLDataProtocolHandler."<init>":()V]
ParsedURLDataProtocolHandler.parseURL ( ParsedURL p1, String p2 ) : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLDataProtocolHandler.parseURL:(Lorg/apache/batik/util/ParsedURL;Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURLDataProtocolHandler.parseURL ( String p1 ) : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLDataProtocolHandler.parseURL:(Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
cdk-1.0.4.jar, ParsedURLDefaultProtocolHandler.class
package org.apache.batik.util
ParsedURLDefaultProtocolHandler.charToHex ( int p1 ) [static] : int
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler.charToHex:(I)I]
ParsedURLDefaultProtocolHandler.constructParsedURLData ( ) : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler.constructParsedURLData:()Lorg/apache/batik/util/ParsedURLData;]
ParsedURLDefaultProtocolHandler.constructParsedURLData ( URL p1 ) : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler.constructParsedURLData:(Ljava/net/URL;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURLDefaultProtocolHandler.ParsedURLDefaultProtocolHandler ( )
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler."<init>":()V]
ParsedURLDefaultProtocolHandler.ParsedURLDefaultProtocolHandler ( String p1 )
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler."<init>":(Ljava/lang/String;)V]
ParsedURLDefaultProtocolHandler.parseURL ( ParsedURL p1, String p2 ) : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler.parseURL:(Lorg/apache/batik/util/ParsedURL;Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURLDefaultProtocolHandler.parseURL ( String p1 ) : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler.parseURL:(Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURLDefaultProtocolHandler.unescapeStr ( String p1 ) [static] : String
[mangled: org/apache/batik/util/ParsedURLDefaultProtocolHandler.unescapeStr:(Ljava/lang/String;)Ljava/lang/String;]
cdk-1.0.4.jar, ParsedURLJarProtocolHandler.class
package org.apache.batik.util
ParsedURLJarProtocolHandler.ParsedURLJarProtocolHandler ( )
[mangled: org/apache/batik/util/ParsedURLJarProtocolHandler."<init>":()V]
ParsedURLJarProtocolHandler.parseURL ( ParsedURL p1, String p2 ) : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLJarProtocolHandler.parseURL:(Lorg/apache/batik/util/ParsedURL;Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
cdk-1.0.4.jar, ParsedURLProtocolHandler.class
package org.apache.batik.util
ParsedURLProtocolHandler.getProtocolHandled ( ) [abstract] : String
[mangled: org/apache/batik/util/ParsedURLProtocolHandler.getProtocolHandled:()Ljava/lang/String;]
ParsedURLProtocolHandler.parseURL ( ParsedURL p1, String p2 ) [abstract] : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLProtocolHandler.parseURL:(Lorg/apache/batik/util/ParsedURL;Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
ParsedURLProtocolHandler.parseURL ( String p1 ) [abstract] : ParsedURLData
[mangled: org/apache/batik/util/ParsedURLProtocolHandler.parseURL:(Ljava/lang/String;)Lorg/apache/batik/util/ParsedURLData;]
cdk-1.0.4.jar, ParseException.class
package org.apache.commons.cli
ParseException.ParseException ( String message )
[mangled: org/apache/commons/cli/ParseException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, Parser.class
package org.apache.commons.cli
Parser.flatten ( Options p1, String[ ] p2, boolean p3 ) [abstract] : String[ ]
[mangled: org/apache/commons/cli/Parser.flatten:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;Z)[Ljava/lang/String;]
Parser.parse ( Options options, String[ ] arguments ) : CommandLine
[mangled: org/apache/commons/cli/Parser.parse:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;)Lorg/apache/commons/cli/CommandLine;]
Parser.parse ( Options opts, String[ ] arguments, boolean stopAtNonOption ) : CommandLine
[mangled: org/apache/commons/cli/Parser.parse:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;Z)Lorg/apache/commons/cli/CommandLine;]
Parser.Parser ( )
[mangled: org/apache/commons/cli/Parser."<init>":()V]
Parser.processArgs ( Option opt, ListIterator iter ) : void
[mangled: org/apache/commons/cli/Parser.processArgs:(Lorg/apache/commons/cli/Option;Ljava/util/ListIterator;)V]
cdk-1.0.4.jar, ParserWrapper.class
package org.xmlcml.cml.element.test
ParserWrapper.getDocumentInfo ( ) [abstract] : ParserWrapper.DocumentInfo
[mangled: org/xmlcml/cml/element/test/ParserWrapper.getDocumentInfo:()Lorg/xmlcml/cml/element/test/ParserWrapper$DocumentInfo;]
ParserWrapper.parse ( String p1 ) [abstract] : Document
[mangled: org/xmlcml/cml/element/test/ParserWrapper.parse:(Ljava/lang/String;)Lorg/w3c/dom/Document;]
ParserWrapper.setFeature ( String p1, boolean p2 ) [abstract] : void
[mangled: org/xmlcml/cml/element/test/ParserWrapper.setFeature:(Ljava/lang/String;Z)V]
cdk-1.0.4.jar, PasswordCredentials.class
package org.apache.xindice.core.security
PasswordCredentials.checkGroup ( String group ) : boolean
[mangled: org/apache/xindice/core/security/PasswordCredentials.checkGroup:(Ljava/lang/String;)Z]
PasswordCredentials.getGroups ( ) : ArrayList
[mangled: org/apache/xindice/core/security/PasswordCredentials.getGroups:()Ljava/util/ArrayList;]
PasswordCredentials.getPassword ( ) : String
[mangled: org/apache/xindice/core/security/PasswordCredentials.getPassword:()Ljava/lang/String;]
PasswordCredentials.getUsername ( ) : String
[mangled: org/apache/xindice/core/security/PasswordCredentials.getUsername:()Ljava/lang/String;]
PasswordCredentials.PasswordCredentials ( String username, String password, Database db )
[mangled: org/apache/xindice/core/security/PasswordCredentials."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/xindice/core/Database;)V]
PasswordCredentials.verify ( ) : void
[mangled: org/apache/xindice/core/security/PasswordCredentials.verify:()V]
cdk-1.0.4.jar, PathLength.class
package org.apache.batik.ext.awt.geom
PathLength.angleAtLength ( float p1 ) : float
[mangled: org/apache/batik/ext/awt/geom/PathLength.angleAtLength:(F)F]
PathLength.getPath ( ) : Shape
[mangled: org/apache/batik/ext/awt/geom/PathLength.getPath:()Ljava/awt/Shape;]
PathLength.initialise ( ) : void
[mangled: org/apache/batik/ext/awt/geom/PathLength.initialise:()V]
PathLength.lengthOfPath ( ) : float
[mangled: org/apache/batik/ext/awt/geom/PathLength.lengthOfPath:()F]
PathLength.main ( String[ ] p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/geom/PathLength.main:([Ljava/lang/String;)V]
PathLength.PathLength ( Shape p1 )
[mangled: org/apache/batik/ext/awt/geom/PathLength."<init>":(Ljava/awt/Shape;)V]
PathLength.pointAtLength ( float p1 ) : Point2D
[mangled: org/apache/batik/ext/awt/geom/PathLength.pointAtLength:(F)Ljava/awt/geom/Point2D;]
PathLength.setPath ( Shape p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/PathLength.setPath:(Ljava/awt/Shape;)V]
cdk-1.0.4.jar, PathSegment.class
package org.apache.batik.ext.awt.geom
PathLength.PathSegment.getLength ( ) : float
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.getLength:()F]
PathLength.PathSegment.getSegType ( ) : int
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.getSegType:()I]
PathLength.PathSegment.getX ( ) : float
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.getX:()F]
PathLength.PathSegment.getY ( ) : float
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.getY:()F]
PathLength.PathSegment.PathLength.PathSegment ( PathLength p1, int p2, float p3, float p4, float p5 )
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment."<init>":(Lorg/apache/batik/ext/awt/geom/PathLength;IFFF)V]
PathLength.PathSegment.setLength ( float p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.setLength:(F)V]
PathLength.PathSegment.setSegType ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.setSegType:(I)V]
PathLength.PathSegment.setX ( float p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.setX:(F)V]
PathLength.PathSegment.setY ( float p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/PathLength.PathSegment.setY:(F)V]
cdk-1.0.4.jar, PathTools.class
package org.openscience.cdk.graph
PathTools.breadthFirstSearch ( IAtomContainer ac, Vector sphere, IMolecule molecule ) [static] : void
[mangled: org/openscience/cdk/graph/PathTools.breadthFirstSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Vector;Lorg/openscience/cdk/interfaces/IMolecule;)V]
PathTools.breadthFirstSearch ( IAtomContainer ac, Vector sphere, IMolecule molecule, int max ) [static] : void
[mangled: org/openscience/cdk/graph/PathTools.breadthFirstSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Vector;Lorg/openscience/cdk/interfaces/IMolecule;I)V]
PathTools.breadthFirstTargetSearch ( IAtomContainer ac, Vector sphere, IAtom target, int pathLength, int cutOff ) [static] : int
[mangled: org/openscience/cdk/graph/PathTools.breadthFirstTargetSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Vector;Lorg/openscience/cdk/interfaces/IAtom;II)I]
cdk-1.0.4.jar, PatternOptionBuilder.class
package org.apache.commons.cli
PatternOptionBuilder.getValueClass ( char ch ) [static] : Object
[mangled: org/apache/commons/cli/PatternOptionBuilder.getValueClass:(C)Ljava/lang/Object;]
PatternOptionBuilder.isValueCode ( char ch ) [static] : boolean
[mangled: org/apache/commons/cli/PatternOptionBuilder.isValueCode:(C)Z]
PatternOptionBuilder.parsePattern ( String pattern ) [static] : Options
[mangled: org/apache/commons/cli/PatternOptionBuilder.parsePattern:(Ljava/lang/String;)Lorg/apache/commons/cli/Options;]
PatternOptionBuilder.PatternOptionBuilder ( )
[mangled: org/apache/commons/cli/PatternOptionBuilder."<init>":()V]
cdk-1.0.4.jar, PDBAtom.class
package org.openscience.cdk.protein.data
PDBAtom.getHetAtom ( ) : boolean
[mangled: org/openscience/cdk/protein/data/PDBAtom.getHetAtom:()Z]
PDBAtom.getOccupancy ( ) : double
[mangled: org/openscience/cdk/protein/data/PDBAtom.getOccupancy:()D]
PDBAtom.getOxt ( ) : boolean
[mangled: org/openscience/cdk/protein/data/PDBAtom.getOxt:()Z]
PDBAtom.getSerial ( ) : int
[mangled: org/openscience/cdk/protein/data/PDBAtom.getSerial:()I]
PDBAtom.getTempFactor ( ) : double
[mangled: org/openscience/cdk/protein/data/PDBAtom.getTempFactor:()D]
PDBAtom.setHetAtom ( boolean newHetAtom ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setHetAtom:(Z)V]
PDBAtom.setOccupancy ( double newOccupancy ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setOccupancy:(D)V]
PDBAtom.setOxt ( boolean newOxt ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setOxt:(Z)V]
PDBAtom.setSerial ( int newSerial ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setSerial:(I)V]
PDBAtom.setTempFactor ( double newTempFactor ) : void
[mangled: org/openscience/cdk/protein/data/PDBAtom.setTempFactor:(D)V]
cdk-1.0.4.jar, PDBStructure.class
package org.openscience.cdk.protein.data
PDBStructure.getEndChainID ( ) : char
[mangled: org/openscience/cdk/protein/data/PDBStructure.getEndChainID:()C]
PDBStructure.getEndInsertionCode ( ) : char
[mangled: org/openscience/cdk/protein/data/PDBStructure.getEndInsertionCode:()C]
PDBStructure.getEndSequenceNumber ( ) : int
[mangled: org/openscience/cdk/protein/data/PDBStructure.getEndSequenceNumber:()I]
PDBStructure.getStartChainID ( ) : char
[mangled: org/openscience/cdk/protein/data/PDBStructure.getStartChainID:()C]
PDBStructure.getStartInsertionCode ( ) : char
[mangled: org/openscience/cdk/protein/data/PDBStructure.getStartInsertionCode:()C]
PDBStructure.getStartSequenceNumber ( ) : int
[mangled: org/openscience/cdk/protein/data/PDBStructure.getStartSequenceNumber:()I]
PDBStructure.setEndChainID ( char endChainID ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setEndChainID:(C)V]
PDBStructure.setEndInsertionCode ( char endInsertionCode ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setEndInsertionCode:(C)V]
PDBStructure.setEndSequenceNumber ( int endSequenceNumber ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setEndSequenceNumber:(I)V]
PDBStructure.setStartChainID ( char startChainID ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setStartChainID:(C)V]
PDBStructure.setStartInsertionCode ( char startInsertionCode ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setStartInsertionCode:(C)V]
PDBStructure.setStartSequenceNumber ( int startSequenceNumber ) : void
[mangled: org/openscience/cdk/protein/data/PDBStructure.setStartSequenceNumber:(I)V]
cdk-1.0.4.jar, PDBValidator.class
package org.openscience.cdk.validate
PDBValidator.PDBValidator ( )
[mangled: org/openscience/cdk/validate/PDBValidator."<init>":()V]
PDBValidator.validateChemModel ( IChemModel subject ) : ValidationReport
[mangled: org/openscience/cdk/validate/PDBValidator.validateChemModel:(Lorg/openscience/cdk/interfaces/IChemModel;)Lorg/openscience/cdk/validate/ValidationReport;]
cdk-1.0.4.jar, PeakSpectrumTest.class
package org.xmlcml.cml.element.test
PeakSpectrumTest.PeakSpectrumTest ( )
[mangled: org/xmlcml/cml/element/test/PeakSpectrumTest."<init>":()V]
PeakSpectrumTest.readSpectrum ( int p1 ) : CMLSpectrum
[mangled: org/xmlcml/cml/element/test/PeakSpectrumTest.readSpectrum:(I)Lorg/xmlcml/cml/element/CMLSpectrum;]
PeakSpectrumTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/PeakSpectrumTest.setUp:()V]
PeakSpectrumTest.testDummy1 ( ) : void
[mangled: org/xmlcml/cml/element/test/PeakSpectrumTest.testDummy1:()V]
cdk-1.0.4.jar, PeriodicTableElement.class
package org.openscience.cdk
PeriodicTableElement.configure ( PeriodicTableElement elementPT ) [static] : Element
[mangled: org/openscience/cdk/PeriodicTableElement.configure:(Lorg/openscience/cdk/PeriodicTableElement;)Lorg/openscience/cdk/Element;]
PeriodicTableElement.getGroup ( ) : String
[mangled: org/openscience/cdk/PeriodicTableElement.getGroup:()Ljava/lang/String;]
PeriodicTableElement.getPeriod ( ) : String
[mangled: org/openscience/cdk/PeriodicTableElement.getPeriod:()Ljava/lang/String;]
PeriodicTableElement.setGroup ( String group ) : void
[mangled: org/openscience/cdk/PeriodicTableElement.setGroup:(Ljava/lang/String;)V]
PeriodicTableElement.setPeriod ( String period ) : void
[mangled: org/openscience/cdk/PeriodicTableElement.setPeriod:(Ljava/lang/String;)V]
cdk-1.0.4.jar, PeriodicTablePanel.class
package org.openscience.cdk.applications.swing
PeriodicTablePanel.addCDKChangeListener ( ICDKChangeListener listener ) : void
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.addCDKChangeListener:(Lorg/openscience/cdk/event/ICDKChangeListener;)V]
PeriodicTablePanel.fireChange ( ) : void
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.fireChange:()V]
PeriodicTablePanel.getSelectedElement ( ) : Element
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.getSelectedElement:()Lorg/openscience/cdk/Element;]
PeriodicTablePanel.getTextButton ( PeriodicTableElement element, String color ) : String
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.getTextButton:(Lorg/openscience/cdk/PeriodicTableElement;Ljava/lang/String;)Ljava/lang/String;]
PeriodicTablePanel.PeriodicTablePanel ( )
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel."<init>":()V]
PeriodicTablePanel.removeCDKChangeListener ( ICDKChangeListener listener ) : void
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.removeCDKChangeListener:(Lorg/openscience/cdk/event/ICDKChangeListener;)V]
PeriodicTablePanel.setControlViewer ( int controlViewer ) : void
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.setControlViewer:(I)V]
PeriodicTablePanel.setSelectedElement ( PeriodicTableElement selectedElement ) : void
[mangled: org/openscience/cdk/applications/swing/PeriodicTablePanel.setSelectedElement:(Lorg/openscience/cdk/PeriodicTableElement;)V]
cdk-1.0.4.jar, Permission.class
package org.apache.xindice.core.security
Permission.mapType ( String name ) [static] : int
[mangled: org/apache/xindice/core/security/Permission.mapType:(Ljava/lang/String;)I]
Permission.Permission ( )
[mangled: org/apache/xindice/core/security/Permission."<init>":()V]
cdk-1.0.4.jar, PhantomReferenceCleared.class
package org.apache.batik.util
CleanerThread.PhantomReferenceCleared.CleanerThread.PhantomReferenceCleared ( Object p1 )
[mangled: org/apache/batik/util/CleanerThread.PhantomReferenceCleared."<init>":(Ljava/lang/Object;)V]
CleanerThread.PhantomReferenceCleared.cleared ( ) [abstract] : void
[mangled: org/apache/batik/util/CleanerThread.PhantomReferenceCleared.cleared:()V]
cdk-1.0.4.jar, PiSystem.class
package org.xmlcml.cml.tools
PiSystem.generatePiSystemList ( ) : List
[mangled: org/xmlcml/cml/tools/PiSystem.generatePiSystemList:()Ljava/util/List;]
PiSystem.getPiSystemManager ( ) : PiSystemManager
[mangled: org/xmlcml/cml/tools/PiSystem.getPiSystemManager:()Lorg/xmlcml/cml/tools/PiSystemManager;]
PiSystem.getSize ( ) : int
[mangled: org/xmlcml/cml/tools/PiSystem.getSize:()I]
PiSystem.getSortedAtomList ( ) : List
[mangled: org/xmlcml/cml/tools/PiSystem.getSortedAtomList:()Ljava/util/List;]
PiSystem.identifyDoubleBonds ( ) : List
[mangled: org/xmlcml/cml/tools/PiSystem.identifyDoubleBonds:()Ljava/util/List;]
PiSystem.PiSystem ( List atoms )
[mangled: org/xmlcml/cml/tools/PiSystem."<init>":(Ljava/util/List;)V]
PiSystem.PiSystem ( Map piMap )
[mangled: org/xmlcml/cml/tools/PiSystem."<init>":(Ljava/util/Map;)V]
PiSystem.PiSystem ( MoleculeTool moleculeTool, List atoms )
[mangled: org/xmlcml/cml/tools/PiSystem."<init>":(Lorg/xmlcml/cml/tools/MoleculeTool;Ljava/util/List;)V]
PiSystem.setPiSystemManager ( PiSystemManager piSystemManager ) : void
[mangled: org/xmlcml/cml/tools/PiSystem.setPiSystemManager:(Lorg/xmlcml/cml/tools/PiSystemManager;)V]
PiSystem.toString ( ) : String
[mangled: org/xmlcml/cml/tools/PiSystem.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, PiSystemManager.class
package org.xmlcml.cml.tools
PiSystemManager.getFormalChargeControl ( ) : CMLElement.FormalChargeControl
[mangled: org/xmlcml/cml/tools/PiSystemManager.getFormalChargeControl:()Lorg/xmlcml/cml/base/CMLElement$FormalChargeControl;]
PiSystemManager.getKnownCharge ( ) : int
[mangled: org/xmlcml/cml/tools/PiSystemManager.getKnownCharge:()I]
PiSystemManager.getKnownUnpaired ( ) : int
[mangled: org/xmlcml/cml/tools/PiSystemManager.getKnownUnpaired:()I]
PiSystemManager.isDistributeCharge ( ) : boolean
[mangled: org/xmlcml/cml/tools/PiSystemManager.isDistributeCharge:()Z]
PiSystemManager.isGuessUnpaired ( ) : boolean
[mangled: org/xmlcml/cml/tools/PiSystemManager.isGuessUnpaired:()Z]
PiSystemManager.isUpdateBonds ( ) : boolean
[mangled: org/xmlcml/cml/tools/PiSystemManager.isUpdateBonds:()Z]
PiSystemManager.PiSystemManager ( )
[mangled: org/xmlcml/cml/tools/PiSystemManager."<init>":()V]
PiSystemManager.PiSystemManager ( PiSystemManager piSystemManager )
[mangled: org/xmlcml/cml/tools/PiSystemManager."<init>":(Lorg/xmlcml/cml/tools/PiSystemManager;)V]
PiSystemManager.setDistributeCharge ( boolean distributeCharge ) : void
[mangled: org/xmlcml/cml/tools/PiSystemManager.setDistributeCharge:(Z)V]
PiSystemManager.setFormalChargeControl ( CMLElement.FormalChargeControl fcd ) : void
[mangled: org/xmlcml/cml/tools/PiSystemManager.setFormalChargeControl:(Lorg/xmlcml/cml/base/CMLElement$FormalChargeControl;)V]
PiSystemManager.setGuessUnpaired ( boolean guessUnpaired ) : void
[mangled: org/xmlcml/cml/tools/PiSystemManager.setGuessUnpaired:(Z)V]
PiSystemManager.setKnownCharge ( int knownCharge ) : void
[mangled: org/xmlcml/cml/tools/PiSystemManager.setKnownCharge:(I)V]
PiSystemManager.setKnownUnpaired ( int knownUnpaired ) : void
[mangled: org/xmlcml/cml/tools/PiSystemManager.setKnownUnpaired:(I)V]
PiSystemManager.setUpdateBonds ( boolean updateBonds ) : void
[mangled: org/xmlcml/cml/tools/PiSystemManager.setUpdateBonds:(Z)V]
cdk-1.0.4.jar, Plane3Test.class
package org.xmlcml.euclid.test
Plane3Test.assertEquals ( String p1, double[ ] p2, Plane3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Plane3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Plane3;D)V]
Plane3Test.assertEquals ( String p1, Plane3 p2, Plane3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Plane3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Plane3;Lorg/xmlcml/euclid/Plane3;D)V]
Plane3Test.Plane3Test ( )
[mangled: org/xmlcml/euclid/test/Plane3Test."<init>":()V]
Plane3Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.setUp:()V]
Plane3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Plane3Test.suite:()Ljunit/framework/Test;]
Plane3Test.testContainsPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testContainsPoint:()V]
Plane3Test.testGetAngleMadeWith ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetAngleMadeWith:()V]
Plane3Test.testGetClosestPointTo ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetClosestPointTo:()V]
Plane3Test.testGetDistance ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetDistance:()V]
Plane3Test.testGetDistanceFromPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetDistanceFromPoint:()V]
Plane3Test.testGetIntersectionWithLine3 ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetIntersectionWithLine3:()V]
Plane3Test.testGetIntersectionWithPlane3 ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetIntersectionWithPlane3:()V]
Plane3Test.testGetIntersectionWithPlane3Plane3 ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetIntersectionWithPlane3Plane3:()V]
Plane3Test.testGetVector ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testGetVector:()V]
Plane3Test.testIsAntiparallelTo ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testIsAntiparallelTo:()V]
Plane3Test.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testIsEqualTo:()V]
Plane3Test.testIsParallelTo ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testIsParallelTo:()V]
Plane3Test.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testNegative:()V]
Plane3Test.testPlane3 ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3:()V]
Plane3Test.testPlane3DoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3DoubleArray:()V]
Plane3Test.testPlane3DoubleArrayDouble ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3DoubleArrayDouble:()V]
Plane3Test.testPlane3DoubleDoubleDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3DoubleDoubleDoubleDouble:()V]
Plane3Test.testPlane3Line3Point3 ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3Line3Point3:()V]
Plane3Test.testPlane3Plane3 ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3Plane3:()V]
Plane3Test.testPlane3Point3Point3Point3 ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3Point3Point3Point3:()V]
Plane3Test.testPlane3Vector3Double ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testPlane3Vector3Double:()V]
Plane3Test.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/Plane3Test.testSubtract:()V]
cdk-1.0.4.jar, PluginClassLoader.class
package org.openscience.cdk.applications.plugin
PluginClassLoader.loadClass ( String name ) : Class
[mangled: org/openscience/cdk/applications/plugin/PluginClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;]
PluginClassLoader.PluginClassLoader ( URL url )
[mangled: org/openscience/cdk/applications/plugin/PluginClassLoader."<init>":(Ljava/net/URL;)V]
PluginClassLoader.PluginClassLoader ( URL url, ClassLoader parent )
[mangled: org/openscience/cdk/applications/plugin/PluginClassLoader."<init>":(Ljava/net/URL;Ljava/lang/ClassLoader;)V]
cdk-1.0.4.jar, PNGDecodeParam.class
package org.apache.batik.ext.awt.image.codec
PNGDecodeParam.getDisplayExponent ( ) : float
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getDisplayExponent:()F]
PNGDecodeParam.getEncodeParam ( ) : PNGEncodeParam
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getEncodeParam:()Lorg/apache/batik/ext/awt/image/codec/PNGEncodeParam;]
PNGDecodeParam.getExpandGrayAlpha ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getExpandGrayAlpha:()Z]
PNGDecodeParam.getExpandPalette ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getExpandPalette:()Z]
PNGDecodeParam.getGenerateEncodeParam ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getGenerateEncodeParam:()Z]
PNGDecodeParam.getOutput8BitGray ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getOutput8BitGray:()Z]
PNGDecodeParam.getPerformGammaCorrection ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getPerformGammaCorrection:()Z]
PNGDecodeParam.getSuppressAlpha ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getSuppressAlpha:()Z]
PNGDecodeParam.getUserExponent ( ) : float
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.getUserExponent:()F]
PNGDecodeParam.PNGDecodeParam ( )
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam."<init>":()V]
PNGDecodeParam.setDisplayExponent ( float p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setDisplayExponent:(F)V]
PNGDecodeParam.setEncodeParam ( PNGEncodeParam p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setEncodeParam:(Lorg/apache/batik/ext/awt/image/codec/PNGEncodeParam;)V]
PNGDecodeParam.setExpandGrayAlpha ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setExpandGrayAlpha:(Z)V]
PNGDecodeParam.setExpandPalette ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setExpandPalette:(Z)V]
PNGDecodeParam.setGenerateEncodeParam ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setGenerateEncodeParam:(Z)V]
PNGDecodeParam.setOutput8BitGray ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setOutput8BitGray:(Z)V]
PNGDecodeParam.setPerformGammaCorrection ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setPerformGammaCorrection:(Z)V]
PNGDecodeParam.setSuppressAlpha ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setSuppressAlpha:(Z)V]
PNGDecodeParam.setUserExponent ( float p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGDecodeParam.setUserExponent:(F)V]
cdk-1.0.4.jar, PNGEncodeParam.class
package org.apache.batik.ext.awt.image.codec
PNGEncodeParam.addPrivateChunk ( String p1, byte[ ] p2 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.addPrivateChunk:(Ljava/lang/String;[B)V]
PNGEncodeParam.filterRow ( byte[ ] p1, byte[ ] p2, byte[ ][ ] p3, int p4, int p5 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.filterRow:([B[B[[BII)I]
PNGEncodeParam.getBitDepth ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getBitDepth:()I]
PNGEncodeParam.getChromaticity ( ) : float[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getChromaticity:()[F]
PNGEncodeParam.getCompressedText ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getCompressedText:()[Ljava/lang/String;]
PNGEncodeParam.getDefaultEncodeParam ( RenderedImage p1 ) [static] : PNGEncodeParam
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getDefaultEncodeParam:(Ljava/awt/image/RenderedImage;)Lorg/apache/batik/ext/awt/image/codec/PNGEncodeParam;]
PNGEncodeParam.getGamma ( ) : float
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getGamma:()F]
PNGEncodeParam.getICCProfileData ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getICCProfileData:()[B]
PNGEncodeParam.getInterlacing ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getInterlacing:()Z]
PNGEncodeParam.getModificationTime ( ) : Date
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getModificationTime:()Ljava/util/Date;]
PNGEncodeParam.getNumPrivateChunks ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getNumPrivateChunks:()I]
PNGEncodeParam.getPaletteHistogram ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getPaletteHistogram:()[I]
PNGEncodeParam.getPhysicalDimension ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getPhysicalDimension:()[I]
PNGEncodeParam.getPrivateChunkData ( int p1 ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getPrivateChunkData:(I)[B]
PNGEncodeParam.getPrivateChunkType ( int p1 ) : String
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getPrivateChunkType:(I)Ljava/lang/String;]
PNGEncodeParam.getSignificantBits ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getSignificantBits:()[I]
PNGEncodeParam.getSRGBIntent ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getSRGBIntent:()I]
PNGEncodeParam.getSuggestedPalette ( ) : PNGSuggestedPaletteEntry[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getSuggestedPalette:()[Lorg/apache/batik/ext/awt/image/codec/PNGSuggestedPaletteEntry;]
PNGEncodeParam.getText ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.getText:()[Ljava/lang/String;]
PNGEncodeParam.isBackgroundSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isBackgroundSet:()Z]
PNGEncodeParam.isChromaticitySet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isChromaticitySet:()Z]
PNGEncodeParam.isCompressedTextSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isCompressedTextSet:()Z]
PNGEncodeParam.isGammaSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isGammaSet:()Z]
PNGEncodeParam.isICCProfileDataSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isICCProfileDataSet:()Z]
PNGEncodeParam.isModificationTimeSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isModificationTimeSet:()Z]
PNGEncodeParam.isPaletteHistogramSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isPaletteHistogramSet:()Z]
PNGEncodeParam.isPhysicalDimensionSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isPhysicalDimensionSet:()Z]
PNGEncodeParam.isSignificantBitsSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isSignificantBitsSet:()Z]
PNGEncodeParam.isSRGBIntentSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isSRGBIntentSet:()Z]
PNGEncodeParam.isSuggestedPaletteSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isSuggestedPaletteSet:()Z]
PNGEncodeParam.isTextSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isTextSet:()Z]
PNGEncodeParam.isTransparencySet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.isTransparencySet:()Z]
PNGEncodeParam.paethPredictor ( int p1, int p2, int p3 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.paethPredictor:(III)I]
PNGEncodeParam.PNGEncodeParam ( )
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam."<init>":()V]
PNGEncodeParam.removeAllPrivateChunks ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.removeAllPrivateChunks:()V]
PNGEncodeParam.removeUnsafeToCopyPrivateChunks ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.removeUnsafeToCopyPrivateChunks:()V]
PNGEncodeParam.setBitDepth ( int p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setBitDepth:(I)V]
PNGEncodeParam.setChromaticity ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setChromaticity:(FFFFFFFF)V]
PNGEncodeParam.setChromaticity ( float[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setChromaticity:([F)V]
PNGEncodeParam.setCompressedText ( String[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setCompressedText:([Ljava/lang/String;)V]
PNGEncodeParam.setGamma ( float p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setGamma:(F)V]
PNGEncodeParam.setICCProfileData ( byte[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setICCProfileData:([B)V]
PNGEncodeParam.setInterlacing ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setInterlacing:(Z)V]
PNGEncodeParam.setModificationTime ( Date p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setModificationTime:(Ljava/util/Date;)V]
PNGEncodeParam.setPaletteHistogram ( int[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setPaletteHistogram:([I)V]
PNGEncodeParam.setPhysicalDimension ( int p1, int p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setPhysicalDimension:(III)V]
PNGEncodeParam.setPhysicalDimension ( int[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setPhysicalDimension:([I)V]
PNGEncodeParam.setSignificantBits ( int[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setSignificantBits:([I)V]
PNGEncodeParam.setSRGBIntent ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setSRGBIntent:(I)V]
PNGEncodeParam.setSuggestedPalette ( PNGSuggestedPaletteEntry[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setSuggestedPalette:([Lorg/apache/batik/ext/awt/image/codec/PNGSuggestedPaletteEntry;)V]
PNGEncodeParam.setText ( String[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.setText:([Ljava/lang/String;)V]
PNGEncodeParam.unsetBackground ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetBackground:()V]
PNGEncodeParam.unsetBitDepth ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetBitDepth:()V]
PNGEncodeParam.unsetChromaticity ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetChromaticity:()V]
PNGEncodeParam.unsetCompressedText ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetCompressedText:()V]
PNGEncodeParam.unsetGamma ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetGamma:()V]
PNGEncodeParam.unsetICCProfileData ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetICCProfileData:()V]
PNGEncodeParam.unsetModificationTime ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetModificationTime:()V]
PNGEncodeParam.unsetPaletteHistogram ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetPaletteHistogram:()V]
PNGEncodeParam.unsetPhysicalDimension ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetPhysicalDimension:()V]
PNGEncodeParam.unsetSignificantBits ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetSignificantBits:()V]
PNGEncodeParam.unsetSRGBIntent ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetSRGBIntent:()V]
PNGEncodeParam.unsetSuggestedPalette ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetSuggestedPalette:()V]
PNGEncodeParam.unsetText ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetText:()V]
PNGEncodeParam.unsetTransparency ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.unsetTransparency:()V]
cdk-1.0.4.jar, PNGImageDecoder.class
package org.apache.batik.ext.awt.image.codec
PNGImageDecoder.decodeAsRenderedImage ( int p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/codec/PNGImageDecoder.decodeAsRenderedImage:(I)Ljava/awt/image/RenderedImage;]
PNGImageDecoder.PNGImageDecoder ( InputStream p1, PNGDecodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/PNGImageDecoder."<init>":(Ljava/io/InputStream;Lorg/apache/batik/ext/awt/image/codec/PNGDecodeParam;)V]
cdk-1.0.4.jar, PNGImageEncoder.class
package org.apache.batik.ext.awt.image.codec
PNGImageEncoder.encode ( RenderedImage p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGImageEncoder.encode:(Ljava/awt/image/RenderedImage;)V]
PNGImageEncoder.PNGImageEncoder ( OutputStream p1, PNGEncodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/PNGImageEncoder."<init>":(Ljava/io/OutputStream;Lorg/apache/batik/ext/awt/image/codec/PNGEncodeParam;)V]
cdk-1.0.4.jar, PNGRed.class
package org.apache.batik.ext.awt.image.codec
PNGRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/codec/PNGRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
PNGRed.createComponentColorModel ( SampleModel p1 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/codec/PNGRed.createComponentColorModel:(Ljava/awt/image/SampleModel;)Ljava/awt/image/ColorModel;]
PNGRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/codec/PNGRed.getTile:(II)Ljava/awt/image/Raster;]
PNGRed.PNGRed ( InputStream p1 )
[mangled: org/apache/batik/ext/awt/image/codec/PNGRed."<init>":(Ljava/io/InputStream;)V]
PNGRed.PNGRed ( InputStream p1, PNGDecodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/PNGRed."<init>":(Ljava/io/InputStream;Lorg/apache/batik/ext/awt/image/codec/PNGDecodeParam;)V]
cdk-1.0.4.jar, PNGRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
PNGRegistryEntry.handleStream ( InputStream p1, ParsedURL p2, boolean p3 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/PNGRegistryEntry.handleStream:(Ljava/io/InputStream;Lorg/apache/batik/util/ParsedURL;Z)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
PNGRegistryEntry.PNGRegistryEntry ( )
[mangled: org/apache/batik/ext/awt/image/spi/PNGRegistryEntry."<init>":()V]
cdk-1.0.4.jar, PNGSuggestedPaletteEntry.class
package org.apache.batik.ext.awt.image.codec
PNGSuggestedPaletteEntry.PNGSuggestedPaletteEntry ( )
[mangled: org/apache/batik/ext/awt/image/codec/PNGSuggestedPaletteEntry."<init>":()V]
cdk-1.0.4.jar, Point.class
package org.apache.batik.svggen.font
Point.Point ( int p1, int p2, boolean p3, boolean p4 )
[mangled: org/apache/batik/svggen/font/Point."<init>":(IIZZ)V]
cdk-1.0.4.jar, Point2.class
package org.xmlcml.euclid
Point2.clone ( double[ ] f ) : Point2
[mangled: org/xmlcml/euclid/Point2.clone:([D)Lorg/xmlcml/euclid/Point2;]
Point2.clone ( Point2 p ) : Point2
[mangled: org/xmlcml/euclid/Point2.clone:(Lorg/xmlcml/euclid/Point2;)Lorg/xmlcml/euclid/Point2;]
Point2.divideBy ( double f ) : Point2
[mangled: org/xmlcml/euclid/Point2.divideBy:(D)Lorg/xmlcml/euclid/Point2;]
Point2.getArray ( ) : double[ ]
[mangled: org/xmlcml/euclid/Point2.getArray:()[D]
Point2.getDistanceFromOrigin ( ) : double
[mangled: org/xmlcml/euclid/Point2.getDistanceFromOrigin:()D]
Point2.getDistanceFromPoint ( Point2 p ) : double
[mangled: org/xmlcml/euclid/Point2.getDistanceFromPoint:(Lorg/xmlcml/euclid/Point2;)D]
Point2.getMidPoint ( Point2 p2 ) : Point2
[mangled: org/xmlcml/euclid/Point2.getMidPoint:(Lorg/xmlcml/euclid/Point2;)Lorg/xmlcml/euclid/Point2;]
Point2.getSquaredDistanceFromPoint ( Point2 p2 ) : double
[mangled: org/xmlcml/euclid/Point2.getSquaredDistanceFromPoint:(Lorg/xmlcml/euclid/Point2;)D]
Point2.isEqualTo ( Point2 p ) : boolean
[mangled: org/xmlcml/euclid/Point2.isEqualTo:(Lorg/xmlcml/euclid/Point2;)Z]
Point2.plus ( Point2 p ) : Point2
[mangled: org/xmlcml/euclid/Point2.plus:(Lorg/xmlcml/euclid/Point2;)Lorg/xmlcml/euclid/Point2;]
Point2.plusEquals ( Point2 pt ) : void
[mangled: org/xmlcml/euclid/Point2.plusEquals:(Lorg/xmlcml/euclid/Point2;)V]
Point2.reflect ( ) : void
[mangled: org/xmlcml/euclid/Point2.reflect:()V]
Point2.setElementAt ( int n, double d ) : void
[mangled: org/xmlcml/euclid/Point2.setElementAt:(ID)V]
Point2.subtractEquals ( Point2 pt ) : void
[mangled: org/xmlcml/euclid/Point2.subtractEquals:(Lorg/xmlcml/euclid/Point2;)V]
cdk-1.0.4.jar, Point3.class
package org.xmlcml.euclid
Point3.normaliseCrystallographically ( ) : Point3
[mangled: org/xmlcml/euclid/Point3.normaliseCrystallographically:()Lorg/xmlcml/euclid/Point3;]
cdk-1.0.4.jar, Point3Test.class
package org.xmlcml.euclid.test
Point3Test.assertEquals ( String p1, double[ ] p2, Point3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Point3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Point3;D)V]
Point3Test.assertEquals ( String p1, Point3 p2, Point3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Point3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;D)V]
Point3Test.Point3Test ( )
[mangled: org/xmlcml/euclid/test/Point3Test."<init>":()V]
Point3Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.setUp:()V]
Point3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Point3Test.suite:()Ljunit/framework/Test;]
Point3Test.testCalculateFromInternalCoordinates ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testCalculateFromInternalCoordinates:()V]
Point3Test.testClear ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testClear:()V]
Point3Test.testDistanceFromLine ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testDistanceFromLine:()V]
Point3Test.testDistanceFromPlane ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testDistanceFromPlane:()V]
Point3Test.testDivideBy ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testDivideBy:()V]
Point3Test.testDivideEquals ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testDivideEquals:()V]
Point3Test.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testElementAt:()V]
Point3Test.testEqualsCrystallographically ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testEqualsCrystallographically:()V]
Point3Test.testGetAngle ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetAngle:()V]
Point3Test.testGetArray ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetArray:()V]
Point3Test.testGetClosestPointOnLine ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetClosestPointOnLine:()V]
Point3Test.testGetDistanceFromOrigin ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetDistanceFromOrigin:()V]
Point3Test.testGetDistanceFromPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetDistanceFromPoint:()V]
Point3Test.testGetMidPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetMidPoint:()V]
Point3Test.testGetSquaredDistanceFromPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetSquaredDistanceFromPoint:()V]
Point3Test.testGetTorsion ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testGetTorsion:()V]
Point3Test.testIsEqualToPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testIsEqualToPoint3:()V]
Point3Test.testIsEqualToPoint3Double ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testIsEqualToPoint3Double:()V]
Point3Test.testIsInvariant ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testIsInvariant:()V]
Point3Test.testIsOnLine ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testIsOnLine:()V]
Point3Test.testIsOrigin ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testIsOrigin:()V]
Point3Test.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testMultiplyBy:()V]
Point3Test.testMultiplyEquals ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testMultiplyEquals:()V]
Point3Test.testNormaliseCrystallographically ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testNormaliseCrystallographically:()V]
Point3Test.testPlusEqualsPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPlusEqualsPoint3:()V]
Point3Test.testPlusEqualsVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPlusEqualsVector3:()V]
Point3Test.testPlusPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPlusPoint3:()V]
Point3Test.testPlusVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPlusVector3:()V]
Point3Test.testPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPoint3:()V]
Point3Test.testPoint3DoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPoint3DoubleArray:()V]
Point3Test.testPoint3DoubleDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPoint3DoubleDoubleDouble:()V]
Point3Test.testPoint3Point3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPoint3Point3:()V]
Point3Test.testPoint3Vector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testPoint3Vector3:()V]
Point3Test.testReflect ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testReflect:()V]
Point3Test.testSetElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testSetElementAt:()V]
Point3Test.testSubtractEqualsPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testSubtractEqualsPoint3:()V]
Point3Test.testSubtractEqualsVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testSubtractEqualsVector3:()V]
Point3Test.testSubtractPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testSubtractPoint3:()V]
Point3Test.testSubtractVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testSubtractVector3:()V]
Point3Test.testTransform ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testTransform:()V]
Point3Test.testTransformEquals ( ) : void
[mangled: org/xmlcml/euclid/test/Point3Test.testTransformEquals:()V]
cdk-1.0.4.jar, Point3Vector.class
package org.xmlcml.euclid
Point3Vector.inertialAxes ( RealArray eigval, RealSquareMatrix eigvect, EuclidException illCond ) : void
[mangled: org/xmlcml/euclid/Point3Vector.inertialAxes:(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/EuclidException;)V]
cdk-1.0.4.jar, Point3VectorTest.class
package org.xmlcml.euclid.test
Point3VectorTest.assertEquals ( String p1, double[ ] p2, Point3Vector p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Point3Vector;D)V]
Point3VectorTest.assertEquals ( String p1, Point3Vector p2, Point3Vector p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Point3Vector;Lorg/xmlcml/euclid/Point3Vector;D)V]
Point3VectorTest.Point3VectorTest ( )
[mangled: org/xmlcml/euclid/test/Point3VectorTest."<init>":()V]
Point3VectorTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.setUp:()V]
Point3VectorTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Point3VectorTest.suite:()Ljunit/framework/Test;]
Point3VectorTest.testAdd ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testAdd:()V]
Point3VectorTest.testAddElement ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testAddElement:()V]
Point3VectorTest.testAlign3PointVectors ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testAlign3PointVectors:()V]
Point3VectorTest.testAlignUsing3Points ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testAlignUsing3Points:()V]
Point3VectorTest.testAngleIntIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testAngleIntIntInt:()V]
Point3VectorTest.testAngleIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testAngleIntSet:()V]
Point3VectorTest.testBestPlane ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testBestPlane:()V]
Point3VectorTest.testDeviationsFromPlane ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testDeviationsFromPlane:()V]
Point3VectorTest.testDistanceIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testDistanceIntInt:()V]
Point3VectorTest.testDistanceIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testDistanceIntSet:()V]
Point3VectorTest.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testElementAt:()V]
Point3VectorTest.testFitTo ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testFitTo:()V]
Point3VectorTest.testGet ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGet:()V]
Point3VectorTest.testGet3SeparatedPoints ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGet3SeparatedPoints:()V]
Point3VectorTest.testGetCentroid ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetCentroid:()V]
Point3VectorTest.testGetCoordinateIntAxis3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetCoordinateIntAxis3:()V]
Point3VectorTest.testGetDistanceMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetDistanceMatrix:()V]
Point3VectorTest.testGetFurthestPointFrom ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetFurthestPointFrom:()V]
Point3VectorTest.testGetLine ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetLine:()V]
Point3VectorTest.testGetPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetPoint3:()V]
Point3VectorTest.testGetPointMakingSmallestAngle ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetPointMakingSmallestAngle:()V]
Point3VectorTest.testGetRange ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetRange:()V]
Point3VectorTest.testGetRange3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetRange3:()V]
Point3VectorTest.testGetSigmaDeltaSquared ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetSigmaDeltaSquared:()V]
Point3VectorTest.testGetXYZ ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetXYZ:()V]
Point3VectorTest.testGetXYZAxis3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testGetXYZAxis3:()V]
Point3VectorTest.testInertialAxes ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testInertialAxes:()V]
Point3VectorTest.testInertialTensor ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testInertialTensor:()V]
Point3VectorTest.testMoveToCentroid ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testMoveToCentroid:()V]
Point3VectorTest.testPlusPoint3Vector ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testPlusPoint3Vector:()V]
Point3VectorTest.testPlusVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testPlusVector3:()V]
Point3VectorTest.testPoint3Vector ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testPoint3Vector:()V]
Point3VectorTest.testPoint3VectorDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testPoint3VectorDoubleArray:()V]
Point3VectorTest.testPoint3VectorIntDoubleArrayDoubleArrayDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testPoint3VectorIntDoubleArrayDoubleArrayDoubleArray:()V]
Point3VectorTest.testPoint3VectorPoint3Vector ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testPoint3VectorPoint3Vector:()V]
Point3VectorTest.testPoint3VectorRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testPoint3VectorRealArray:()V]
Point3VectorTest.testRms ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testRms:()V]
Point3VectorTest.testRoughAlign ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testRoughAlign:()V]
Point3VectorTest.testSetElementAtPoint3Int ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testSetElementAtPoint3Int:()V]
Point3VectorTest.testSetElementAtVector3Int ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testSetElementAtVector3Int:()V]
Point3VectorTest.testSize ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testSize:()V]
Point3VectorTest.testSubArray ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testSubArray:()V]
Point3VectorTest.testSubtractPoint3Vector ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testSubtractPoint3Vector:()V]
Point3VectorTest.testSubtractVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testSubtractVector3:()V]
Point3VectorTest.testTorsionIntIntIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testTorsionIntIntIntInt:()V]
Point3VectorTest.testTorsionIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testTorsionIntSet:()V]
Point3VectorTest.testTransformTransform3 ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testTransformTransform3:()V]
Point3VectorTest.testTransformTransform3IntSet ( ) : void
[mangled: org/xmlcml/euclid/test/Point3VectorTest.testTransformTransform3IntSet:()V]
cdk-1.0.4.jar, PointLight.class
package org.apache.batik.ext.awt.image
PointLight.getLight ( double p1, double p2, double p3, double[ ] p4 ) : void
[mangled: org/apache/batik/ext/awt/image/PointLight.getLight:(DDD[D)V]
PointLight.getLightX ( ) : double
[mangled: org/apache/batik/ext/awt/image/PointLight.getLightX:()D]
PointLight.getLightY ( ) : double
[mangled: org/apache/batik/ext/awt/image/PointLight.getLightY:()D]
PointLight.getLightZ ( ) : double
[mangled: org/apache/batik/ext/awt/image/PointLight.getLightZ:()D]
PointLight.isConstant ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/PointLight.isConstant:()Z]
PointLight.PointLight ( double p1, double p2, double p3, Color p4 )
[mangled: org/apache/batik/ext/awt/image/PointLight."<init>":(DDDLjava/awt/Color;)V]
cdk-1.0.4.jar, Polarizability.class
package org.openscience.cdk.charges
Polarizability.calculateBondPolarizability ( IAtomContainer atomContainer, Bond bond ) : double
[mangled: org/openscience/cdk/charges/Polarizability.calculateBondPolarizability:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/Bond;)D]
Polarizability.calculateGHEffectiveAtomPolarizability ( IAtomContainer atomContainer, IAtom atom, int influenceSphereCutOff ) : double
[mangled: org/openscience/cdk/charges/Polarizability.calculateGHEffectiveAtomPolarizability:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;I)D]
cdk-1.0.4.jar, PolarTest.class
package org.xmlcml.euclid.test
PolarTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/euclid/test/PolarTest.main:([Ljava/lang/String;)V]
PolarTest.PolarTest ( )
[mangled: org/xmlcml/euclid/test/PolarTest."<init>":()V]
PolarTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.setUp:()V]
PolarTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/PolarTest.suite:()Ljunit/framework/Test;]
PolarTest.testDivideBy ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testDivideBy:()V]
PolarTest.testGetR ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testGetR:()V]
PolarTest.testGetTheta ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testGetTheta:()V]
PolarTest.testGetX ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testGetX:()V]
PolarTest.testGetXY ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testGetXY:()V]
PolarTest.testGetY ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testGetY:()V]
PolarTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testIsEqualTo:()V]
PolarTest.testMultiplyByDouble ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testMultiplyByDouble:()V]
PolarTest.testMultiplyByPolar ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testMultiplyByPolar:()V]
PolarTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testPlus:()V]
PolarTest.testPolar ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testPolar:()V]
PolarTest.testPolarComplex ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testPolarComplex:()V]
PolarTest.testPolarDoubleAngle ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testPolarDoubleAngle:()V]
PolarTest.testPolarDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testPolarDoubleDouble:()V]
PolarTest.testPolarPolar ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testPolarPolar:()V]
PolarTest.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testSubtract:()V]
PolarTest.testSubtractPolar ( ) : void
[mangled: org/xmlcml/euclid/test/PolarTest.testSubtractPolar:()V]
cdk-1.0.4.jar, Poolable.class
package org.apache.xindice.util
Poolable.reclaim ( ) [abstract] : void
[mangled: org/apache/xindice/util/Poolable.reclaim:()V]
Poolable.setPool ( ObjectPool p1 ) [abstract] : void
[mangled: org/apache/xindice/util/Poolable.setPool:(Lorg/apache/xindice/util/ObjectPool;)V]
cdk-1.0.4.jar, PopupController2D.class
package org.openscience.cdk.controller
PopupController2D.getPopupMenu ( Class classSearched ) : CDKPopupMenu
[mangled: org/openscience/cdk/controller/PopupController2D.getPopupMenu:(Ljava/lang/Class;)Lorg/openscience/cdk/controller/CDKPopupMenu;]
PopupController2D.mousePressed ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/PopupController2D.mousePressed:(Ljava/awt/event/MouseEvent;)V]
PopupController2D.PopupController2D ( IChemModel chemModel, Renderer2DModel r2dm )
[mangled: org/openscience/cdk/controller/PopupController2D."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
PopupController2D.PopupController2D ( IChemModel chemModel, Renderer2DModel r2dm, Controller2DModel c2dm )
[mangled: org/openscience/cdk/controller/PopupController2D."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/renderer/Renderer2DModel;Lorg/openscience/cdk/controller/Controller2DModel;)V]
PopupController2D.PopupController2D ( IChemModel chemModel, Renderer2DModel r2dm, Controller2DModel c2dm, Vector lastAction, JButton moveButton, HashMap funcgroups )
[mangled: org/openscience/cdk/controller/PopupController2D."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/renderer/Renderer2DModel;Lorg/openscience/cdk/controller/Controller2DModel;Ljava/util/Vector;Ljavax/swing/JButton;Ljava/util/HashMap;)V]
PopupController2D.setPopupMenu ( Class someClass, CDKPopupMenu menu ) : void
[mangled: org/openscience/cdk/controller/PopupController2D.setPopupMenu:(Ljava/lang/Class;Lorg/openscience/cdk/controller/CDKPopupMenu;)V]
cdk-1.0.4.jar, PosixParser.class
package org.apache.commons.cli
PosixParser.burstToken ( String token, boolean stopAtNonOption ) : void
[mangled: org/apache/commons/cli/PosixParser.burstToken:(Ljava/lang/String;Z)V]
PosixParser.flatten ( Options options, String[ ] arguments, boolean stopAtNonOption ) : String[ ]
[mangled: org/apache/commons/cli/PosixParser.flatten:(Lorg/apache/commons/cli/Options;[Ljava/lang/String;Z)[Ljava/lang/String;]
PosixParser.PosixParser ( )
[mangled: org/apache/commons/cli/PosixParser."<init>":()V]
cdk-1.0.4.jar, PostTable.class
package org.apache.batik.svggen.font.table
PostTable.getGlyphName ( int p1 ) : String
[mangled: org/apache/batik/svggen/font/table/PostTable.getGlyphName:(I)Ljava/lang/String;]
PostTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/PostTable.getType:()I]
PostTable.PostTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/PostTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, PreferenceManager.class
package org.apache.batik.util
PreferenceManager.getBoolean ( String p1 ) : boolean
[mangled: org/apache/batik/util/PreferenceManager.getBoolean:(Ljava/lang/String;)Z]
PreferenceManager.getColor ( String p1 ) : Color
[mangled: org/apache/batik/util/PreferenceManager.getColor:(Ljava/lang/String;)Ljava/awt/Color;]
PreferenceManager.getDimension ( String p1 ) : Dimension
[mangled: org/apache/batik/util/PreferenceManager.getDimension:(Ljava/lang/String;)Ljava/awt/Dimension;]
PreferenceManager.getFile ( String p1 ) : File
[mangled: org/apache/batik/util/PreferenceManager.getFile:(Ljava/lang/String;)Ljava/io/File;]
PreferenceManager.getFiles ( String p1 ) : File[ ]
[mangled: org/apache/batik/util/PreferenceManager.getFiles:(Ljava/lang/String;)[Ljava/io/File;]
PreferenceManager.getFloat ( String p1 ) : float
[mangled: org/apache/batik/util/PreferenceManager.getFloat:(Ljava/lang/String;)F]
PreferenceManager.getFont ( String p1 ) : Font
[mangled: org/apache/batik/util/PreferenceManager.getFont:(Ljava/lang/String;)Ljava/awt/Font;]
PreferenceManager.getInteger ( String p1 ) : int
[mangled: org/apache/batik/util/PreferenceManager.getInteger:(Ljava/lang/String;)I]
PreferenceManager.getPoint ( String p1 ) : Point
[mangled: org/apache/batik/util/PreferenceManager.getPoint:(Ljava/lang/String;)Ljava/awt/Point;]
PreferenceManager.getPreferenceDirectory ( ) [static] : String
[mangled: org/apache/batik/util/PreferenceManager.getPreferenceDirectory:()Ljava/lang/String;]
PreferenceManager.getRectangle ( String p1 ) : Rectangle
[mangled: org/apache/batik/util/PreferenceManager.getRectangle:(Ljava/lang/String;)Ljava/awt/Rectangle;]
PreferenceManager.getString ( String p1 ) : String
[mangled: org/apache/batik/util/PreferenceManager.getString:(Ljava/lang/String;)Ljava/lang/String;]
PreferenceManager.getStrings ( String p1 ) : String[ ]
[mangled: org/apache/batik/util/PreferenceManager.getStrings:(Ljava/lang/String;)[Ljava/lang/String;]
PreferenceManager.getSystemProperty ( String p1 ) [static] : String
[mangled: org/apache/batik/util/PreferenceManager.getSystemProperty:(Ljava/lang/String;)Ljava/lang/String;]
PreferenceManager.getURL ( String p1 ) : URL
[mangled: org/apache/batik/util/PreferenceManager.getURL:(Ljava/lang/String;)Ljava/net/URL;]
PreferenceManager.getURLs ( String p1 ) : URL[ ]
[mangled: org/apache/batik/util/PreferenceManager.getURLs:(Ljava/lang/String;)[Ljava/net/URL;]
PreferenceManager.load ( ) : void
[mangled: org/apache/batik/util/PreferenceManager.load:()V]
PreferenceManager.PreferenceManager ( String p1 )
[mangled: org/apache/batik/util/PreferenceManager."<init>":(Ljava/lang/String;)V]
PreferenceManager.PreferenceManager ( String p1, Map p2 )
[mangled: org/apache/batik/util/PreferenceManager."<init>":(Ljava/lang/String;Ljava/util/Map;)V]
PreferenceManager.save ( ) : void
[mangled: org/apache/batik/util/PreferenceManager.save:()V]
PreferenceManager.setBoolean ( String p1, boolean p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setBoolean:(Ljava/lang/String;Z)V]
PreferenceManager.setColor ( String p1, Color p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setColor:(Ljava/lang/String;Ljava/awt/Color;)V]
PreferenceManager.setDimension ( String p1, Dimension p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setDimension:(Ljava/lang/String;Ljava/awt/Dimension;)V]
PreferenceManager.setFile ( String p1, File p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setFile:(Ljava/lang/String;Ljava/io/File;)V]
PreferenceManager.setFiles ( String p1, File[ ] p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setFiles:(Ljava/lang/String;[Ljava/io/File;)V]
PreferenceManager.setFloat ( String p1, float p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setFloat:(Ljava/lang/String;F)V]
PreferenceManager.setFont ( String p1, Font p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setFont:(Ljava/lang/String;Ljava/awt/Font;)V]
PreferenceManager.setInteger ( String p1, int p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setInteger:(Ljava/lang/String;I)V]
PreferenceManager.setPoint ( String p1, Point p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setPoint:(Ljava/lang/String;Ljava/awt/Point;)V]
PreferenceManager.setPreferenceDirectory ( String p1 ) [static] : void
[mangled: org/apache/batik/util/PreferenceManager.setPreferenceDirectory:(Ljava/lang/String;)V]
PreferenceManager.setRectangle ( String p1, Rectangle p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setRectangle:(Ljava/lang/String;Ljava/awt/Rectangle;)V]
PreferenceManager.setString ( String p1, String p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setString:(Ljava/lang/String;Ljava/lang/String;)V]
PreferenceManager.setStrings ( String p1, String[ ] p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setStrings:(Ljava/lang/String;[Ljava/lang/String;)V]
PreferenceManager.setURL ( String p1, URL p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setURL:(Ljava/lang/String;Ljava/net/URL;)V]
PreferenceManager.setURLs ( String p1, URL[ ] p2 ) : void
[mangled: org/apache/batik/util/PreferenceManager.setURLs:(Ljava/lang/String;[Ljava/net/URL;)V]
cdk-1.0.4.jar, PreInfo.class
package org.apache.batik.dom.util
SAXDocumentFactory.PreInfo.createNode ( Document p1 ) [abstract] : Node
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.PreInfo.createNode:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Node;]
cdk-1.0.4.jar, PrepTable.class
package org.apache.batik.svggen.font.table
PrepTable.getType ( ) : int
[mangled: org/apache/batik/svggen/font/table/PrepTable.getType:()I]
PrepTable.PrepTable ( DirectoryEntry p1, RandomAccessFile p2 )
[mangled: org/apache/batik/svggen/font/table/PrepTable."<init>":(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, ProcessingException.class
package org.apache.xindice.core.query
ProcessingException.ProcessingException ( )
[mangled: org/apache/xindice/core/query/ProcessingException."<init>":()V]
ProcessingException.ProcessingException ( String message )
[mangled: org/apache/xindice/core/query/ProcessingException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, ProcessingInstructionImpl.class
package org.apache.xindice.xml.dom
ProcessingInstructionImpl.checkLoaded ( ) : void
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl.checkLoaded:()V]
ProcessingInstructionImpl.getData ( ) : String
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl.getData:()Ljava/lang/String;]
ProcessingInstructionImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl.getNodeType:()S]
ProcessingInstructionImpl.getTarget ( ) : String
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl.getTarget:()Ljava/lang/String;]
ProcessingInstructionImpl.ProcessingInstructionImpl ( )
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl."<init>":()V]
ProcessingInstructionImpl.ProcessingInstructionImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
ProcessingInstructionImpl.ProcessingInstructionImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
ProcessingInstructionImpl.ProcessingInstructionImpl ( NodeImpl parentNode, String nodeName, String nodeValue )
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;Ljava/lang/String;)V]
ProcessingInstructionImpl.setData ( String data ) : void
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl.setData:(Ljava/lang/String;)V]
ProcessingInstructionImpl.setNodeValue ( String nodeValue ) : void
[mangled: org/apache/xindice/xml/dom/ProcessingInstructionImpl.setNodeValue:(Ljava/lang/String;)V]
cdk-1.0.4.jar, ProfileRable.class
package org.apache.batik.ext.awt.image.renderable
ProfileRable.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/ProfileRable.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
ProfileRable.getColorSpace ( ) : ICCColorSpaceExt
[mangled: org/apache/batik/ext/awt/image/renderable/ProfileRable.getColorSpace:()Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;]
ProfileRable.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/ProfileRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
ProfileRable.ProfileRable ( Filter p1, ICCColorSpaceExt p2 )
[mangled: org/apache/batik/ext/awt/image/renderable/ProfileRable."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;)V]
ProfileRable.setColorSpace ( ICCColorSpaceExt p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ProfileRable.setColorSpace:(Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;)V]
ProfileRable.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/ProfileRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
cdk-1.0.4.jar, ProfileRed.class
package org.apache.batik.ext.awt.image.rendered
ProfileRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/ProfileRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
ProfileRed.getSource ( ) : CachableRed
[mangled: org/apache/batik/ext/awt/image/rendered/ProfileRed.getSource:()Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
ProfileRed.ProfileRed ( CachableRed p1, ICCColorSpaceExt p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/ProfileRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Lorg/apache/batik/ext/awt/color/ICCColorSpaceExt;)V]
cdk-1.0.4.jar, Program.class
package org.apache.batik.svggen.font.table
Program.getInstructions ( ) : short[ ]
[mangled: org/apache/batik/svggen/font/table/Program.getInstructions:()[S]
Program.Program ( )
[mangled: org/apache/batik/svggen/font/table/Program."<init>":()V]
Program.readInstructions ( ByteArrayInputStream p1, int p2 ) : void
[mangled: org/apache/batik/svggen/font/table/Program.readInstructions:(Ljava/io/ByteArrayInputStream;I)V]
Program.readInstructions ( RandomAccessFile p1, int p2 ) : void
[mangled: org/apache/batik/svggen/font/table/Program.readInstructions:(Ljava/io/RandomAccessFile;I)V]
cdk-1.0.4.jar, PropertyUtil.class
package org.apache.batik.ext.awt.image.codec
PropertyUtil.getString ( String p1 ) [static] : String
[mangled: org/apache/batik/ext/awt/image/codec/PropertyUtil.getString:(Ljava/lang/String;)Ljava/lang/String;]
PropertyUtil.PropertyUtil ( )
[mangled: org/apache/batik/ext/awt/image/codec/PropertyUtil."<init>":()V]
cdk-1.0.4.jar, ProteinPocketFinder.class
package org.openscience.cdk.protein
ProteinPocketFinder.clusterPSPPocket ( Point3d root, Vector sub_Pocket, int[ ] dim ) : Vector
[mangled: org/openscience/cdk/protein/ProteinPocketFinder.clusterPSPPocket:(Ljavax/vecmath/Point3d;Ljava/util/Vector;[I)Ljava/util/Vector;]
ProteinPocketFinder.getPockets ( ) : Vector
[mangled: org/openscience/cdk/protein/ProteinPocketFinder.getPockets:()Ljava/util/Vector;]
cdk-1.0.4.jar, PseudoAtom.class
package org.openscience.cdk
PseudoAtom.setCharge ( double charge ) : void
[mangled: org/openscience/cdk/PseudoAtom.setCharge:(D)V]
PseudoAtom.setExactMass ( double mass ) : void
[mangled: org/openscience/cdk/PseudoAtom.setExactMass:(D)V]
PseudoAtom.setFormalCharge ( int charge ) : void
[mangled: org/openscience/cdk/PseudoAtom.setFormalCharge:(I)V]
PseudoAtom.setHydrogenCount ( int hydrogenCount ) : void
[mangled: org/openscience/cdk/PseudoAtom.setHydrogenCount:(I)V]
PseudoAtom.setStereoParity ( int stereoParity ) : void
[mangled: org/openscience/cdk/PseudoAtom.setStereoParity:(I)V]
cdk-1.0.4.jar, PseudoAtomEditor.class
package org.openscience.cdk.applications.swing.editor
PseudoAtomEditor.applyChanges ( ) : void
[mangled: org/openscience/cdk/applications/swing/editor/PseudoAtomEditor.applyChanges:()V]
PseudoAtomEditor.PseudoAtomEditor ( )
[mangled: org/openscience/cdk/applications/swing/editor/PseudoAtomEditor."<init>":()V]
PseudoAtomEditor.setChemObject ( IChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/editor/PseudoAtomEditor.setChemObject:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, PUT.class
package org.apache.xindice.server.methods
PUT.getAccessMethods ( ) : int
[mangled: org/apache/xindice/server/methods/PUT.getAccessMethods:()I]
PUT.PUT ( )
[mangled: org/apache/xindice/server/methods/PUT."<init>":()V]
PUT.run ( Gateway gateway ) : void
[mangled: org/apache/xindice/server/methods/PUT.run:(Lorg/apache/xindice/server/Gateway;)V]
PUT.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/methods/PUT.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, Quaternion.class
package org.openscience.cdk.math
Quaternion.add ( Quaternion q ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.add:(Lorg/openscience/cdk/math/Quaternion;)Lorg/openscience/cdk/math/Quaternion;]
Quaternion.div ( Quaternion q ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.div:(Lorg/openscience/cdk/math/Quaternion;)Lorg/openscience/cdk/math/Quaternion;]
Quaternion.fromRotationMatrix ( Matrix m ) [static] : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.fromRotationMatrix:(Lorg/openscience/cdk/math/Matrix;)Lorg/openscience/cdk/math/Quaternion;]
Quaternion.mag ( ) : double
[mangled: org/openscience/cdk/math/Quaternion.mag:()D]
Quaternion.mag_sq ( ) : double
[mangled: org/openscience/cdk/math/Quaternion.mag_sq:()D]
Quaternion.mul ( double v ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.mul:(D)Lorg/openscience/cdk/math/Quaternion;]
Quaternion.mul ( Quaternion q ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.mul:(Lorg/openscience/cdk/math/Quaternion;)Lorg/openscience/cdk/math/Quaternion;]
Quaternion.negate ( ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.negate:()Lorg/openscience/cdk/math/Quaternion;]
Quaternion.normalize ( ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.normalize:()Lorg/openscience/cdk/math/Quaternion;]
Quaternion.Quaternion ( )
[mangled: org/openscience/cdk/math/Quaternion."<init>":()V]
Quaternion.Quaternion ( double a, double b, double c, double d )
[mangled: org/openscience/cdk/math/Quaternion."<init>":(DDDD)V]
Quaternion.Quaternion ( double latitude, double longitude, double angle )
[mangled: org/openscience/cdk/math/Quaternion."<init>":(DDD)V]
Quaternion.Quaternion ( Vector axis, double angle )
[mangled: org/openscience/cdk/math/Quaternion."<init>":(Lorg/openscience/cdk/math/Vector;D)V]
Quaternion.sqrt ( ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.sqrt:()Lorg/openscience/cdk/math/Quaternion;]
Quaternion.sub ( Quaternion q ) : Quaternion
[mangled: org/openscience/cdk/math/Quaternion.sub:(Lorg/openscience/cdk/math/Quaternion;)Lorg/openscience/cdk/math/Quaternion;]
Quaternion.toRotationMatrix ( ) : Matrix
[mangled: org/openscience/cdk/math/Quaternion.toRotationMatrix:()Lorg/openscience/cdk/math/Matrix;]
Quaternion.toString ( ) : String
[mangled: org/openscience/cdk/math/Quaternion.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, Query.class
package org.apache.xindice.core.query
Query.execute ( ) [abstract] : NodeSet
[mangled: org/apache/xindice/core/query/Query.execute:()Lorg/apache/xindice/core/data/NodeSet;]
Query.getKeySet ( ) [abstract] : Key[ ]
[mangled: org/apache/xindice/core/query/Query.getKeySet:()[Lorg/apache/xindice/core/data/Key;]
Query.getNamespaceMap ( ) [abstract] : NamespaceMap
[mangled: org/apache/xindice/core/query/Query.getNamespaceMap:()Lorg/apache/xindice/xml/NamespaceMap;]
Query.getQueryContext ( ) [abstract] : Collection
[mangled: org/apache/xindice/core/query/Query.getQueryContext:()Lorg/apache/xindice/core/Collection;]
Query.getQueryString ( ) [abstract] : String
[mangled: org/apache/xindice/core/query/Query.getQueryString:()Ljava/lang/String;]
Query.getQueryStyle ( ) [abstract] : String
[mangled: org/apache/xindice/core/query/Query.getQueryStyle:()Ljava/lang/String;]
cdk-1.0.4.jar, QueryAtomContainer.class
package org.openscience.cdk.isomorphism.matchers
QueryAtomContainer.setOperator ( String ID ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/QueryAtomContainer.setOperator:(Ljava/lang/String;)V]
cdk-1.0.4.jar, QueryEngine.class
package org.apache.xindice.core.query
QueryEngine.andKeySets ( Key[ ][ ] keySets ) [static] : Key[ ]
[mangled: org/apache/xindice/core/query/QueryEngine.andKeySets:([[Lorg/apache/xindice/core/data/Key;)[Lorg/apache/xindice/core/data/Key;]
QueryEngine.compileQuery ( Collection col, String style, String query, NamespaceMap nsMap, Key[ ] keys ) : Query
[mangled: org/apache/xindice/core/query/QueryEngine.compileQuery:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/query/Query;]
QueryEngine.expandEntities ( String value ) [static] : String
[mangled: org/apache/xindice/core/query/QueryEngine.expandEntities:(Ljava/lang/String;)Ljava/lang/String;]
QueryEngine.getDatabase ( ) : Database
[mangled: org/apache/xindice/core/query/QueryEngine.getDatabase:()Lorg/apache/xindice/core/Database;]
QueryEngine.getUniqueKeys ( IndexMatch[ ] matches ) [static] : Key[ ]
[mangled: org/apache/xindice/core/query/QueryEngine.getUniqueKeys:([Lorg/apache/xindice/core/indexer/IndexMatch;)[Lorg/apache/xindice/core/data/Key;]
QueryEngine.listStyles ( ) : String[ ]
[mangled: org/apache/xindice/core/query/QueryEngine.listStyles:()[Ljava/lang/String;]
QueryEngine.normalizeString ( String value ) [static] : String
[mangled: org/apache/xindice/core/query/QueryEngine.normalizeString:(Ljava/lang/String;)Ljava/lang/String;]
QueryEngine.orKeySets ( Key[ ][ ] keySets ) [static] : Key[ ]
[mangled: org/apache/xindice/core/query/QueryEngine.orKeySets:([[Lorg/apache/xindice/core/data/Key;)[Lorg/apache/xindice/core/data/Key;]
QueryEngine.query ( Collection col, String style, String query, NamespaceMap nsMap, Key[ ] keys ) : NodeSet
[mangled: org/apache/xindice/core/query/QueryEngine.query:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/NodeSet;]
QueryEngine.QueryEngine ( Database db )
[mangled: org/apache/xindice/core/query/QueryEngine."<init>":(Lorg/apache/xindice/core/Database;)V]
QueryEngine.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/query/QueryEngine.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, QueryException.class
package org.apache.xindice.core.query
QueryException.QueryException ( int faultCode )
[mangled: org/apache/xindice/core/query/QueryException."<init>":(I)V]
QueryException.QueryException ( int faultCode, String message )
[mangled: org/apache/xindice/core/query/QueryException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, QueryResolver.class
package org.apache.xindice.core.query
QueryResolver.compileQuery ( Collection p1, String p2, NamespaceMap p3, Key[ ] p4 ) [abstract] : Query
[mangled: org/apache/xindice/core/query/QueryResolver.compileQuery:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/query/Query;]
QueryResolver.getQueryStyle ( ) [abstract] : String
[mangled: org/apache/xindice/core/query/QueryResolver.getQueryStyle:()Ljava/lang/String;]
QueryResolver.query ( Collection p1, String p2, NamespaceMap p3, Key[ ] p4 ) [abstract] : NodeSet
[mangled: org/apache/xindice/core/query/QueryResolver.query:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/NodeSet;]
QueryResolver.setQueryEngine ( QueryEngine p1 ) [abstract] : void
[mangled: org/apache/xindice/core/query/QueryResolver.setQueryEngine:(Lorg/apache/xindice/core/query/QueryEngine;)V]
cdk-1.0.4.jar, RadialGradientPaint.class
package org.apache.batik.ext.awt
RadialGradientPaint.createContext ( ColorModel p1, Rectangle p2, Rectangle2D p3, AffineTransform p4, RenderingHints p5 ) : PaintContext
[mangled: org/apache/batik/ext/awt/RadialGradientPaint.createContext:(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;]
RadialGradientPaint.getCenterPoint ( ) : Point2D
[mangled: org/apache/batik/ext/awt/RadialGradientPaint.getCenterPoint:()Ljava/awt/geom/Point2D;]
RadialGradientPaint.getFocusPoint ( ) : Point2D
[mangled: org/apache/batik/ext/awt/RadialGradientPaint.getFocusPoint:()Ljava/awt/geom/Point2D;]
RadialGradientPaint.getRadius ( ) : float
[mangled: org/apache/batik/ext/awt/RadialGradientPaint.getRadius:()F]
RadialGradientPaint.RadialGradientPaint ( float p1, float p2, float p3, float p4, float p5, float[ ] p6, Color[ ] p7 )
[mangled: org/apache/batik/ext/awt/RadialGradientPaint."<init>":(FFFFF[F[Ljava/awt/Color;)V]
RadialGradientPaint.RadialGradientPaint ( float p1, float p2, float p3, float[ ] p4, Color[ ] p5 )
[mangled: org/apache/batik/ext/awt/RadialGradientPaint."<init>":(FFF[F[Ljava/awt/Color;)V]
RadialGradientPaint.RadialGradientPaint ( Point2D p1, float p2, float[ ] p3, Color[ ] p4 )
[mangled: org/apache/batik/ext/awt/RadialGradientPaint."<init>":(Ljava/awt/geom/Point2D;F[F[Ljava/awt/Color;)V]
RadialGradientPaint.RadialGradientPaint ( Point2D p1, float p2, Point2D p3, float[ ] p4, Color[ ] p5 )
[mangled: org/apache/batik/ext/awt/RadialGradientPaint."<init>":(Ljava/awt/geom/Point2D;FLjava/awt/geom/Point2D;[F[Ljava/awt/Color;)V]
RadialGradientPaint.RadialGradientPaint ( Point2D p1, float p2, Point2D p3, float[ ] p4, Color[ ] p5, MultipleGradientPaint.CycleMethodEnum p6, MultipleGradientPaint.ColorSpaceEnum p7 )
[mangled: org/apache/batik/ext/awt/RadialGradientPaint."<init>":(Ljava/awt/geom/Point2D;FLjava/awt/geom/Point2D;[F[Ljava/awt/Color;Lorg/apache/batik/ext/awt/MultipleGradientPaint$CycleMethodEnum;Lorg/apache/batik/ext/awt/MultipleGradientPaint$ColorSpaceEnum;)V]
RadialGradientPaint.RadialGradientPaint ( Point2D p1, float p2, Point2D p3, float[ ] p4, Color[ ] p5, MultipleGradientPaint.CycleMethodEnum p6, MultipleGradientPaint.ColorSpaceEnum p7, AffineTransform p8 )
[mangled: org/apache/batik/ext/awt/RadialGradientPaint."<init>":(Ljava/awt/geom/Point2D;FLjava/awt/geom/Point2D;[F[Ljava/awt/Color;Lorg/apache/batik/ext/awt/MultipleGradientPaint$CycleMethodEnum;Lorg/apache/batik/ext/awt/MultipleGradientPaint$ColorSpaceEnum;Ljava/awt/geom/AffineTransform;)V]
RadialGradientPaint.RadialGradientPaint ( Rectangle2D p1, float[ ] p2, Color[ ] p3 )
[mangled: org/apache/batik/ext/awt/RadialGradientPaint."<init>":(Ljava/awt/geom/Rectangle2D;[F[Ljava/awt/Color;)V]
cdk-1.0.4.jar, RadicalSiteInitiationHReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteInitiationHReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationHReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RadicalSiteInitiationHReaction.cleanFlagReactiveCenter ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationHReaction.cleanFlagReactiveCenter:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RadicalSiteInitiationHReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationHReaction.getParameterNames:()[Ljava/lang/String;]
RadicalSiteInitiationHReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationHReaction.getParameters:()[Ljava/lang/Object;]
RadicalSiteInitiationHReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationHReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RadicalSiteInitiationHReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationHReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RadicalSiteInitiationReaction.class
package org.openscience.cdk.reaction.type
RadicalSiteInitiationReaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationReaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RadicalSiteInitiationReaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationReaction.getParameterNames:()[Ljava/lang/String;]
RadicalSiteInitiationReaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationReaction.getParameters:()[Ljava/lang/Object;]
RadicalSiteInitiationReaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationReaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RadicalSiteInitiationReaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RadicalSiteInitiationReaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RandomNumbersTool.class
package org.openscience.cdk.math
RandomNumbersTool.exponentialFloat ( float mean ) [static] : float
[mangled: org/openscience/cdk/math/RandomNumbersTool.exponentialFloat:(F)F]
cdk-1.0.4.jar, RangeRecord.class
package org.apache.batik.svggen.font.table
RangeRecord.getCoverageIndex ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/RangeRecord.getCoverageIndex:(I)I]
RangeRecord.isInRange ( int p1 ) : boolean
[mangled: org/apache/batik/svggen/font/table/RangeRecord.isInRange:(I)Z]
RangeRecord.RangeRecord ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/RangeRecord."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, RDFCalculator.class
package org.openscience.cdk.geometry
RDFCalculator.calculate ( AtomContainer container, Atom atom ) : double[ ]
[mangled: org/openscience/cdk/geometry/RDFCalculator.calculate:(Lorg/openscience/cdk/AtomContainer;Lorg/openscience/cdk/Atom;)[D]
cdk-1.0.4.jar, RDFConverter.class
package org.xmlcml.cml.legacy.react
RDFConverter.getVersion ( ) : String
[mangled: org/xmlcml/cml/legacy/react/RDFConverter.getVersion:()Ljava/lang/String;]
RDFConverter.main ( String[ ] args ) [static] : void
[mangled: org/xmlcml/cml/legacy/react/RDFConverter.main:([Ljava/lang/String;)V]
RDFConverter.output ( Writer writer ) : String
[mangled: org/xmlcml/cml/legacy/react/RDFConverter.output:(Ljava/io/Writer;)Ljava/lang/String;]
RDFConverter.RDFConverter ( )
[mangled: org/xmlcml/cml/legacy/react/RDFConverter."<init>":()V]
RDFConverter.RDFConverter ( String id )
[mangled: org/xmlcml/cml/legacy/react/RDFConverter."<init>":(Ljava/lang/String;)V]
RDFConverter.read ( Document doc, LineNumberReader br ) : Document
[mangled: org/xmlcml/cml/legacy/react/RDFConverter.read:(Lnu/xom/Document;Ljava/io/LineNumberReader;)Lnu/xom/Document;]
RDFConverter.read ( LineNumberReader br ) : Document
[mangled: org/xmlcml/cml/legacy/react/RDFConverter.read:(Ljava/io/LineNumberReader;)Lnu/xom/Document;]
RDFConverter.readFileHeader ( LineNumberReader br ) : void
[mangled: org/xmlcml/cml/legacy/react/RDFConverter.readFileHeader:(Ljava/io/LineNumberReader;)V]
RDFConverter.writeData ( Writer writer ) : String
[mangled: org/xmlcml/cml/legacy/react/RDFConverter.writeData:(Ljava/io/Writer;)Ljava/lang/String;]
cdk-1.0.4.jar, Reaction.class
package org.openscience.cdk
Reaction.addProduct ( IMolecule product, double coefficient ) : void
[mangled: org/openscience/cdk/Reaction.addProduct:(Lorg/openscience/cdk/interfaces/IMolecule;D)V]
Reaction.addReactant ( IMolecule reactant, double coefficient ) : void
[mangled: org/openscience/cdk/Reaction.addReactant:(Lorg/openscience/cdk/interfaces/IMolecule;D)V]
Reaction.getDirection ( ) : int
[mangled: org/openscience/cdk/Reaction.getDirection:()I]
Reaction.getProductCoefficient ( IMolecule product ) : double
[mangled: org/openscience/cdk/Reaction.getProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)D]
Reaction.getProductCoefficients ( ) : double[ ]
[mangled: org/openscience/cdk/Reaction.getProductCoefficients:()[D]
Reaction.getReactantCoefficient ( IMolecule reactant ) : double
[mangled: org/openscience/cdk/Reaction.getReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;)D]
Reaction.getReactantCoefficients ( ) : double[ ]
[mangled: org/openscience/cdk/Reaction.getReactantCoefficients:()[D]
Reaction.mappings ( ) : Iterator
[mangled: org/openscience/cdk/Reaction.mappings:()Ljava/util/Iterator;]
Reaction.setDirection ( int direction ) : void
[mangled: org/openscience/cdk/Reaction.setDirection:(I)V]
Reaction.setProductCoefficient ( IMolecule product, double coefficient ) : boolean
[mangled: org/openscience/cdk/Reaction.setProductCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;D)Z]
Reaction.setProductCoefficients ( double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/Reaction.setProductCoefficients:([D)Z]
Reaction.setReactantCoefficient ( IMolecule reactant, double coefficient ) : boolean
[mangled: org/openscience/cdk/Reaction.setReactantCoefficient:(Lorg/openscience/cdk/interfaces/IMolecule;D)Z]
Reaction.setReactantCoefficients ( double[ ] coefficients ) : boolean
[mangled: org/openscience/cdk/Reaction.setReactantCoefficients:([D)Z]
cdk-1.0.4.jar, ReactionAllTestBase.class
package org.xmlcml.cml.element.test
ReactionAllTestBase.makeMultiProductReactantLists ( ) : void
[mangled: org/xmlcml/cml/element/test/ReactionAllTestBase.makeMultiProductReactantLists:()V]
ReactionAllTestBase.makeXmlReact2 ( ) : void
[mangled: org/xmlcml/cml/element/test/ReactionAllTestBase.makeXmlReact2:()V]
ReactionAllTestBase.ReactionAllTestBase ( )
[mangled: org/xmlcml/cml/element/test/ReactionAllTestBase."<init>":()V]
ReactionAllTestBase.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/ReactionAllTestBase.setUp:()V]
cdk-1.0.4.jar, ReactionComponent.class
package org.xmlcml.cml.element
ReactionComponent.getReactionComponentChildren ( ) [abstract] : List
[mangled: org/xmlcml/cml/element/ReactionComponent.getReactionComponentChildren:()Ljava/util/List;]
ReactionComponent.getReactionComponentDescendants ( ) [abstract] : List
[mangled: org/xmlcml/cml/element/ReactionComponent.getReactionComponentDescendants:()Ljava/util/List;]
cdk-1.0.4.jar, ReactionEditor.class
package org.openscience.cdk.applications.swing.editor
ReactionEditor.applyChanges ( ) : void
[mangled: org/openscience/cdk/applications/swing/editor/ReactionEditor.applyChanges:()V]
ReactionEditor.ReactionEditor ( )
[mangled: org/openscience/cdk/applications/swing/editor/ReactionEditor."<init>":()V]
ReactionEditor.setChemObject ( IChemObject object ) : void
[mangled: org/openscience/cdk/applications/swing/editor/ReactionEditor.setChemObject:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
cdk-1.0.4.jar, ReactionManipulator.class
package org.openscience.cdk.tools.manipulator
ReactionManipulator.getAllIDs ( IReaction reaction ) [static] : Vector
[mangled: org/openscience/cdk/tools/manipulator/ReactionManipulator.getAllIDs:(Lorg/openscience/cdk/interfaces/IReaction;)Ljava/util/Vector;]
cdk-1.0.4.jar, ReactionSet.class
package org.openscience.cdk
ReactionSet.reactions ( ) : Iterator
[mangled: org/openscience/cdk/ReactionSet.reactions:()Ljava/util/Iterator;]
cdk-1.0.4.jar, ReactionTool.class
package org.xmlcml.cml.tools
ReactionTool.analyzeReaction ( ) : String
[mangled: org/xmlcml/cml/tools/ReactionTool.analyzeReaction:()Ljava/lang/String;]
ReactionTool.getAggregateFormula ( ReactionComponent prodReact ) [static] : CMLFormula
[mangled: org/xmlcml/cml/tools/ReactionTool.getAggregateFormula:(Lorg/xmlcml/cml/element/ReactionComponent;)Lorg/xmlcml/cml/element/CMLFormula;]
ReactionTool.getAtoms ( CMLElement element ) [static] : List
[mangled: org/xmlcml/cml/tools/ReactionTool.getAtoms:(Lorg/xmlcml/cml/base/CMLElement;)Ljava/util/List;]
ReactionTool.getBonds ( CMLElement element ) [static] : List
[mangled: org/xmlcml/cml/tools/ReactionTool.getBonds:(Lorg/xmlcml/cml/base/CMLElement;)Ljava/util/List;]
ReactionTool.getMolecules ( CMLElement element ) [static] : List
[mangled: org/xmlcml/cml/tools/ReactionTool.getMolecules:(Lorg/xmlcml/cml/base/CMLElement;)Ljava/util/List;]
ReactionTool.getMoleculesIncludingSpectators ( String reactantProduct ) : List
[mangled: org/xmlcml/cml/tools/ReactionTool.getMoleculesIncludingSpectators:(Ljava/lang/String;)Ljava/util/List;]
ReactionTool.mapReactantsToProducts ( CMLReaction reaction, String control ) : CMLList
[mangled: org/xmlcml/cml/tools/ReactionTool.mapReactantsToProducts:(Lorg/xmlcml/cml/element/CMLReaction;Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLList;]
ReactionTool.outputBalance ( Writer w ) : void
[mangled: org/xmlcml/cml/tools/ReactionTool.outputBalance:(Ljava/io/Writer;)V]
ReactionTool.outputReaction ( Writer w ) : void
[mangled: org/xmlcml/cml/tools/ReactionTool.outputReaction:(Ljava/io/Writer;)V]
ReactionTool.partitionIntoMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/ReactionTool.partitionIntoMolecules:()V]
ReactionTool.ReactionTool ( CMLReaction reaction )
[mangled: org/xmlcml/cml/tools/ReactionTool."<init>":(Lorg/xmlcml/cml/element/CMLReaction;)V]
ReactionTool.translateSpectatorProductsToReactants ( CMLSpectatorList spectatorList ) : void
[mangled: org/xmlcml/cml/tools/ReactionTool.translateSpectatorProductsToReactants:(Lorg/xmlcml/cml/element/CMLSpectatorList;)V]
cdk-1.0.4.jar, ReactionToolTest.class
package org.xmlcml.cml.tools.test
ReactionToolTest.ReactionToolTest ( )
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest."<init>":()V]
ReactionToolTest.setUp ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.setUp:()V]
ReactionToolTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.suite:()Ljunit/framework/Test;]
ReactionToolTest.testGetMoleculesIncludingSpectators ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testGetMoleculesIncludingSpectators:()V]
ReactionToolTest.testMapReactantsToProducts ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testMapReactantsToProducts:()V]
ReactionToolTest.testMatchProductsToNextReactants ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testMatchProductsToNextReactants:()V]
ReactionToolTest.testMoveReactantProductToSpectator ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testMoveReactantProductToSpectator:()V]
ReactionToolTest.testOutputBalance ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testOutputBalance:()V]
ReactionToolTest.testOutputReaction ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testOutputReaction:()V]
ReactionToolTest.testPartitionIntoMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testPartitionIntoMolecules:()V]
ReactionToolTest.testProductReactantGetFormula ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testProductReactantGetFormula:()V]
ReactionToolTest.testSplitAndReorganizeMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testSplitAndReorganizeMolecules:()V]
ReactionToolTest.testTranslateProductsToReactants ( ) : void
[mangled: org/xmlcml/cml/tools/test/ReactionToolTest.testTranslateProductsToReactants:()V]
cdk-1.0.4.jar, ReaderFactory.class
package org.openscience.cdk.io
ReaderFactory.createReader ( IChemFormat format ) : IChemObjectReader
[mangled: org/openscience/cdk/io/ReaderFactory.createReader:(Lorg/openscience/cdk/io/formats/IChemFormat;)Lorg/openscience/cdk/io/IChemObjectReader;]
ReaderFactory.createReader ( InputStream input ) : IChemObjectReader
[mangled: org/openscience/cdk/io/ReaderFactory.createReader:(Ljava/io/InputStream;)Lorg/openscience/cdk/io/IChemObjectReader;]
ReaderFactory.createReader ( Reader input ) : IChemObjectReader
[mangled: org/openscience/cdk/io/ReaderFactory.createReader:(Ljava/io/Reader;)Lorg/openscience/cdk/io/IChemObjectReader;]
ReaderFactory.guessFormat ( BufferedReader input ) : IChemFormat
[mangled: org/openscience/cdk/io/ReaderFactory.guessFormat:(Ljava/io/BufferedReader;)Lorg/openscience/cdk/io/formats/IChemFormat;]
ReaderFactory.guessFormat ( InputStream input ) : IChemFormat
[mangled: org/openscience/cdk/io/ReaderFactory.guessFormat:(Ljava/io/InputStream;)Lorg/openscience/cdk/io/formats/IChemFormat;]
cdk-1.0.4.jar, ReadOnlyException.class
package org.apache.xindice.util
ReadOnlyException.ReadOnlyException ( )
[mangled: org/apache/xindice/util/ReadOnlyException."<init>":()V]
ReadOnlyException.ReadOnlyException ( String message )
[mangled: org/apache/xindice/util/ReadOnlyException."<init>":(Ljava/lang/String;)V]
ReadOnlyException.ReadOnlyException ( String message, Throwable wrapped )
[mangled: org/apache/xindice/util/ReadOnlyException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
cdk-1.0.4.jar, Real2ArrayTest.class
package org.xmlcml.euclid.test
Real2ArrayTest.Real2ArrayTest ( )
[mangled: org/xmlcml/euclid/test/Real2ArrayTest."<init>":()V]
Real2ArrayTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.setUp:()V]
Real2ArrayTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.suite:()Ljunit/framework/Test;]
Real2ArrayTest.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.testElementAt:()V]
Real2ArrayTest.testGetRange2 ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.testGetRange2:()V]
Real2ArrayTest.testGetXArray ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.testGetXArray:()V]
Real2ArrayTest.testGetYArray ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.testGetYArray:()V]
Real2ArrayTest.testReal2Array ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.testReal2Array:()V]
Real2ArrayTest.testReal2ArrayRealArrayRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.testReal2ArrayRealArrayRealArray:()V]
Real2ArrayTest.testSize ( ) : void
[mangled: org/xmlcml/euclid/test/Real2ArrayTest.testSize:()V]
cdk-1.0.4.jar, Real2RangeTest.class
package org.xmlcml.euclid.test
Real2RangeTest.Real2RangeTest ( )
[mangled: org/xmlcml/euclid/test/Real2RangeTest."<init>":()V]
Real2RangeTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.setUp:()V]
Real2RangeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Real2RangeTest.suite:()Ljunit/framework/Test;]
Real2RangeTest.testAdd ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testAdd:()V]
Real2RangeTest.testGetXRange ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testGetXRange:()V]
Real2RangeTest.testGetYRange ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testGetYRange:()V]
Real2RangeTest.testIncludesReal2 ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testIncludesReal2:()V]
Real2RangeTest.testIncludesReal2Range ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testIncludesReal2Range:()V]
Real2RangeTest.testIntersectionWith ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testIntersectionWith:()V]
Real2RangeTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testIsEqualTo:()V]
Real2RangeTest.testIsValid ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testIsValid:()V]
Real2RangeTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testPlus:()V]
Real2RangeTest.testReal2Range ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testReal2Range:()V]
Real2RangeTest.testReal2RangeReal2Range ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testReal2RangeReal2Range:()V]
Real2RangeTest.testReal2RangeRealRangeRealRange ( ) : void
[mangled: org/xmlcml/euclid/test/Real2RangeTest.testReal2RangeRealRangeRealRange:()V]
cdk-1.0.4.jar, Real2Test.class
package org.xmlcml.euclid.test
Real2Test.assertEquals ( String p1, double[ ] p2, Real2 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Real2Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Real2;D)V]
Real2Test.assertEquals ( String p1, Real2 p2, Real2 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Real2Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Real2;Lorg/xmlcml/euclid/Real2;D)V]
Real2Test.Real2Test ( )
[mangled: org/xmlcml/euclid/test/Real2Test."<init>":()V]
Real2Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.setUp:()V]
Real2Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Real2Test.suite:()Ljunit/framework/Test;]
Real2Test.testClear ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testClear:()V]
Real2Test.testDotProduct ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testDotProduct:()V]
Real2Test.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testElementAt:()V]
Real2Test.testGetAngle ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetAngle:()V]
Real2Test.testGetAngleReal2Real2Real2 ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetAngleReal2Real2Real2:()V]
Real2Test.testGetCentroid ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetCentroid:()V]
Real2Test.testGetDistance ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetDistance:()V]
Real2Test.testGetDistanceMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetDistanceMatrix:()V]
Real2Test.testGetLength ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetLength:()V]
Real2Test.testGetMidPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetMidPoint:()V]
Real2Test.testGetSerialOfNearestPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetSerialOfNearestPoint:()V]
Real2Test.testGetSquaredDistance ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetSquaredDistance:()V]
Real2Test.testGetTransformed ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetTransformed:()V]
Real2Test.testGetUnitVector ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetUnitVector:()V]
Real2Test.testGetX ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetX:()V]
Real2Test.testGetY ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testGetY:()V]
Real2Test.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testIsEqualTo:()V]
Real2Test.testMakePoint ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testMakePoint:()V]
Real2Test.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testMultiplyBy:()V]
Real2Test.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testNegative:()V]
Real2Test.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testPlus:()V]
Real2Test.testReal2 ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testReal2:()V]
Real2Test.testReal2Real2 ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testReal2Real2:()V]
Real2Test.testReal2RealReal ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testReal2RealReal:()V]
Real2Test.testSetX ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testSetX:()V]
Real2Test.testSetY ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testSetY:()V]
Real2Test.testSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testSortAscending:()V]
Real2Test.testSortDescending ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testSortDescending:()V]
Real2Test.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testSubtract:()V]
Real2Test.testSwap ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testSwap:()V]
Real2Test.testToString ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testToString:()V]
Real2Test.testTransformBy ( ) : void
[mangled: org/xmlcml/euclid/test/Real2Test.testTransformBy:()V]
cdk-1.0.4.jar, Real2VectorTest.class
package org.xmlcml.euclid.test
Real2VectorTest.assertEquals ( String p1, double[ ] p2, Real2Vector p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Real2Vector;D)V]
Real2VectorTest.assertEquals ( String p1, Real2Vector p2, Real2Vector p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Real2Vector;Lorg/xmlcml/euclid/Real2Vector;D)V]
Real2VectorTest.Real2VectorTest ( )
[mangled: org/xmlcml/euclid/test/Real2VectorTest."<init>":()V]
Real2VectorTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.setUp:()V]
Real2VectorTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Real2VectorTest.suite:()Ljunit/framework/Test;]
Real2VectorTest.testAdd ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testAdd:()V]
Real2VectorTest.testAngleIntIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testAngleIntIntInt:()V]
Real2VectorTest.testAngleIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testAngleIntSet:()V]
Real2VectorTest.testDistanceIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testDistanceIntInt:()V]
Real2VectorTest.testDistanceIntSet ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testDistanceIntSet:()V]
Real2VectorTest.testGetCentroid ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetCentroid:()V]
Real2VectorTest.testGetClosestPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetClosestPoint:()V]
Real2VectorTest.testGetCoordinate ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetCoordinate:()V]
Real2VectorTest.testGetDistanceMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetDistanceMatrix:()V]
Real2VectorTest.testGetPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetPoint:()V]
Real2VectorTest.testGetRange ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetRange:()V]
Real2VectorTest.testGetRange2 ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetRange2:()V]
Real2VectorTest.testGetReal2 ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetReal2:()V]
Real2VectorTest.testGetSerialOfNearestPoint ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetSerialOfNearestPoint:()V]
Real2VectorTest.testGetSquaredDifference ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetSquaredDifference:()V]
Real2VectorTest.testGetSquaredDistances ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetSquaredDistances:()V]
Real2VectorTest.testGetXorY ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetXorY:()V]
Real2VectorTest.testGetXY ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testGetXY:()V]
Real2VectorTest.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testMultiplyBy:()V]
Real2VectorTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testPlus:()V]
Real2VectorTest.testReal2Vector ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testReal2Vector:()V]
Real2VectorTest.testReal2VectorDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testReal2VectorDoubleArray:()V]
Real2VectorTest.testReal2VectorIntDoubleArrayDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testReal2VectorIntDoubleArrayDoubleArray:()V]
Real2VectorTest.testReal2VectorReal2Vector ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testReal2VectorReal2Vector:()V]
Real2VectorTest.testReal2VectorRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testReal2VectorRealArray:()V]
Real2VectorTest.testRegularPolygon ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testRegularPolygon:()V]
Real2VectorTest.testRotateAboutCentroid ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testRotateAboutCentroid:()V]
Real2VectorTest.testSet ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testSet:()V]
Real2VectorTest.testSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testSortAscending:()V]
Real2VectorTest.testSubArray ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testSubArray:()V]
Real2VectorTest.testSubSet ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testSubSet:()V]
Real2VectorTest.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testSubtract:()V]
Real2VectorTest.testSwapXY ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testSwapXY:()V]
Real2VectorTest.testTransformBy ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testTransformBy:()V]
Real2VectorTest.testTranslateBy ( ) : void
[mangled: org/xmlcml/euclid/test/Real2VectorTest.testTranslateBy:()V]
cdk-1.0.4.jar, Real3RangeTest.class
package org.xmlcml.euclid.test
Real3RangeTest.Real3RangeTest ( )
[mangled: org/xmlcml/euclid/test/Real3RangeTest."<init>":()V]
Real3RangeTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.setUp:()V]
Real3RangeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Real3RangeTest.suite:()Ljunit/framework/Test;]
Real3RangeTest.testAddAxis3Double ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testAddAxis3Double:()V]
Real3RangeTest.testAddPoint3 ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testAddPoint3:()V]
Real3RangeTest.testGetXYZRange ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testGetXYZRange:()V]
Real3RangeTest.testIncludes ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testIncludes:()V]
Real3RangeTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testIsEqualTo:()V]
Real3RangeTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testPlus:()V]
Real3RangeTest.testReal3Range ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testReal3Range:()V]
Real3RangeTest.testReal3RangeReal3Range ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testReal3RangeReal3Range:()V]
Real3RangeTest.testReal3RangeRealRangeRealRangeRealRange ( ) : void
[mangled: org/xmlcml/euclid/test/Real3RangeTest.testReal3RangeRealRangeRealRangeRealRange:()V]
cdk-1.0.4.jar, RealArrayTest.class
package org.xmlcml.euclid.test
RealArrayTest.assertEquals ( String p1, double[ ] p2, RealArray p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/RealArray;D)V]
RealArrayTest.assertEquals ( String p1, RealArray p2, RealArray p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealArray;D)V]
RealArrayTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.main:([Ljava/lang/String;)V]
RealArrayTest.RealArrayTest ( )
[mangled: org/xmlcml/euclid/test/RealArrayTest."<init>":()V]
RealArrayTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.setUp:()V]
RealArrayTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/RealArrayTest.suite:()Ljunit/framework/Test;]
RealArrayTest.testAbsSumAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testAbsSumAllElements:()V]
RealArrayTest.testAddArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testAddArray:()V]
RealArrayTest.testAddElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testAddElement:()V]
RealArrayTest.testAddScalar ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testAddScalar:()V]
RealArrayTest.testApplyFilter ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testApplyFilter:()V]
RealArrayTest.testClearArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testClearArray:()V]
RealArrayTest.testCumulativeSum ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testCumulativeSum:()V]
RealArrayTest.testDeleteElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testDeleteElement:()V]
RealArrayTest.testDeleteElementsIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testDeleteElementsIntInt:()V]
RealArrayTest.testDotProduct ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testDotProduct:()V]
RealArrayTest.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testElementAt:()V]
RealArrayTest.testEqualsRealArrayDouble ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testEqualsRealArrayDouble:()V]
RealArrayTest.testEuclideanLength ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testEuclideanLength:()V]
RealArrayTest.testGetArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetArray:()V]
RealArrayTest.testGetFilter ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetFilter:()V]
RealArrayTest.testGetMax ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetMax:()V]
RealArrayTest.testGetMin ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetMin:()V]
RealArrayTest.testGetRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetRange:()V]
RealArrayTest.testGetReorderedArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetReorderedArray:()V]
RealArrayTest.testGetReverseArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetReverseArray:()V]
RealArrayTest.testGetStringValues ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetStringValues:()V]
RealArrayTest.testGetSubArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testGetSubArray:()V]
RealArrayTest.testIndexOfLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testIndexOfLargestElement:()V]
RealArrayTest.testIndexOfSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testIndexOfSmallestElement:()V]
RealArrayTest.testIndexSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testIndexSortAscending:()V]
RealArrayTest.testIndexSortDescending ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testIndexSortDescending:()V]
RealArrayTest.testInnerProduct ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testInnerProduct:()V]
RealArrayTest.testInRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testInRange:()V]
RealArrayTest.testInsertArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testInsertArray:()V]
RealArrayTest.testInsertElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testInsertElementAt:()V]
RealArrayTest.testIsClear ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testIsClear:()V]
RealArrayTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testIsEqualTo:()V]
RealArrayTest.testLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testLargestElement:()V]
RealArrayTest.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testMultiplyBy:()V]
RealArrayTest.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testNegative:()V]
RealArrayTest.testOutOfRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testOutOfRange:()V]
RealArrayTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testPlus:()V]
RealArrayTest.testPlusEquals ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testPlusEquals:()V]
RealArrayTest.testRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArray:()V]
RealArrayTest.testRealArrayDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayDoubleArray:()V]
RealArrayTest.testRealArrayInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayInt:()V]
RealArrayTest.testRealArrayIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayIntArray:()V]
RealArrayTest.testRealArrayIntDouble ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayIntDouble:()V]
RealArrayTest.testRealArrayIntDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayIntDoubleArray:()V]
RealArrayTest.testRealArrayIntDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayIntDoubleDouble:()V]
RealArrayTest.testRealArrayIntStringDouble ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayIntStringDouble:()V]
RealArrayTest.testRealArrayRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayRealArray:()V]
RealArrayTest.testRealArrayRealArrayIntArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayRealArrayIntArray:()V]
RealArrayTest.testRealArrayRealArrayIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayRealArrayIntInt:()V]
RealArrayTest.testRealArrayString ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayString:()V]
RealArrayTest.testRealArrayStringArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRealArrayStringArray:()V]
RealArrayTest.testReverse ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testReverse:()V]
RealArrayTest.testRms ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testRms:()V]
RealArrayTest.testSetAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSetAllElements:()V]
RealArrayTest.testSetElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSetElementAt:()V]
RealArrayTest.testSetElements ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSetElements:()V]
RealArrayTest.testSize ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSize:()V]
RealArrayTest.testSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSmallestElement:()V]
RealArrayTest.testSortAscending ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSortAscending:()V]
RealArrayTest.testSortDescending ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSortDescending:()V]
RealArrayTest.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSubtract:()V]
RealArrayTest.testSubtractEquals ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSubtractEquals:()V]
RealArrayTest.testSumAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testSumAllElements:()V]
RealArrayTest.testTrim ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testTrim:()V]
RealArrayTest.testUnitVector ( ) : void
[mangled: org/xmlcml/euclid/test/RealArrayTest.testUnitVector:()V]
cdk-1.0.4.jar, RealMatrixTest.class
package org.xmlcml.euclid.test
RealMatrixTest.assertEquals ( String p1, int p2, int p3, double[ ] p4, RealMatrix p5, double p6 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.assertEquals:(Ljava/lang/String;II[DLorg/xmlcml/euclid/RealMatrix;D)V]
RealMatrixTest.assertEquals ( String p1, RealMatrix p2, RealMatrix p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/RealMatrix;Lorg/xmlcml/euclid/RealMatrix;D)V]
RealMatrixTest.RealMatrixTest ( )
[mangled: org/xmlcml/euclid/test/RealMatrixTest."<init>":()V]
RealMatrixTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.setUp:()V]
RealMatrixTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/RealMatrixTest.suite:()Ljunit/framework/Test;]
RealMatrixTest.testAppendColumnDataRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testAppendColumnDataRealArray:()V]
RealMatrixTest.testAppendColumnDataRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testAppendColumnDataRealMatrix:()V]
RealMatrixTest.testAppendRowDataRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testAppendRowDataRealArray:()V]
RealMatrixTest.testAppendRowDataRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testAppendRowDataRealMatrix:()V]
RealMatrixTest.testClearMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testClearMatrix:()V]
RealMatrixTest.testColumnwiseDivide ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testColumnwiseDivide:()V]
RealMatrixTest.testDeleteColumn ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testDeleteColumn:()V]
RealMatrixTest.testDeleteColumns ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testDeleteColumns:()V]
RealMatrixTest.testDeleteRow ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testDeleteRow:()V]
RealMatrixTest.testDeleteRows ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testDeleteRows:()V]
RealMatrixTest.testElementAtInt2 ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testElementAtInt2:()V]
RealMatrixTest.testElementAtIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testElementAtIntInt:()V]
RealMatrixTest.testElementsInRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testElementsInRange:()V]
RealMatrixTest.testEuclideanColumnLength ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testEuclideanColumnLength:()V]
RealMatrixTest.testEuclideanColumnLengths ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testEuclideanColumnLengths:()V]
RealMatrixTest.testEuclideanRowLength ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testEuclideanRowLength:()V]
RealMatrixTest.testEuclideanRowLengths ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testEuclideanRowLengths:()V]
RealMatrixTest.testExtractColumnData ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testExtractColumnData:()V]
RealMatrixTest.testExtractColumns ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testExtractColumns:()V]
RealMatrixTest.testExtractRowData ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testExtractRowData:()V]
RealMatrixTest.testExtractRows ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testExtractRows:()V]
RealMatrixTest.testExtractSubMatrixData ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testExtractSubMatrixData:()V]
RealMatrixTest.testGetFormat ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testGetFormat:()V]
RealMatrixTest.testGetIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testGetIntMatrix:()V]
RealMatrixTest.testGetMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testGetMatrix:()V]
RealMatrixTest.testGetMatrixAsArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testGetMatrixAsArray:()V]
RealMatrixTest.testGetRowsCols ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testGetRowsCols:()V]
RealMatrixTest.testGetTranspose ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testGetTranspose:()V]
RealMatrixTest.testIndexOfLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIndexOfLargestElement:()V]
RealMatrixTest.testIndexOfLargestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIndexOfLargestElementInColumn:()V]
RealMatrixTest.testIndexOfLargestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIndexOfLargestElementInRow:()V]
RealMatrixTest.testIndexOfSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIndexOfSmallestElement:()V]
RealMatrixTest.testIndexOfSmallestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIndexOfSmallestElementInColumn:()V]
RealMatrixTest.testIndexOfSmallestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIndexOfSmallestElementInRow:()V]
RealMatrixTest.testInsertColumnDataIntRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testInsertColumnDataIntRealArray:()V]
RealMatrixTest.testInsertColumnDataIntRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testInsertColumnDataIntRealMatrix:()V]
RealMatrixTest.testInsertColumns ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testInsertColumns:()V]
RealMatrixTest.testInsertRowDataIntRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testInsertRowDataIntRealArray:()V]
RealMatrixTest.testInsertRowDataIntRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testInsertRowDataIntRealMatrix:()V]
RealMatrixTest.testInsertRows ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testInsertRows:()V]
RealMatrixTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIsEqualTo:()V]
RealMatrixTest.testIsOrthogonal ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIsOrthogonal:()V]
RealMatrixTest.testIsSquare ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testIsSquare:()V]
RealMatrixTest.testLargestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testLargestElement:()V]
RealMatrixTest.testLargestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testLargestElementInColumn:()V]
RealMatrixTest.testLargestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testLargestElementInRow:()V]
RealMatrixTest.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testMultiplyBy:()V]
RealMatrixTest.testMultiplyEquals ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testMultiplyEquals:()V]
RealMatrixTest.testMultiplyRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testMultiplyRealArray:()V]
RealMatrixTest.testMultiplyRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testMultiplyRealMatrix:()V]
RealMatrixTest.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testNegative:()V]
RealMatrixTest.testNormaliseByColumns ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testNormaliseByColumns:()V]
RealMatrixTest.testNormaliseByRows ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testNormaliseByRows:()V]
RealMatrixTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testPlus:()V]
RealMatrixTest.testRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrix:()V]
RealMatrixTest.testRealMatrixDoubleArrayArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrixDoubleArrayArray:()V]
RealMatrixTest.testRealMatrixIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrixIntInt:()V]
RealMatrixTest.testRealMatrixIntIntDouble ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrixIntIntDouble:()V]
RealMatrixTest.testRealMatrixIntIntDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrixIntIntDoubleArray:()V]
RealMatrixTest.testRealMatrixIntMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrixIntMatrix:()V]
RealMatrixTest.testRealMatrixRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrixRealMatrix:()V]
RealMatrixTest.testRealMatrixRealMatrixIntIntIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testRealMatrixRealMatrixIntIntIntInt:()V]
RealMatrixTest.testReorderColumnsBy ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReorderColumnsBy:()V]
RealMatrixTest.testReorderRowsBy ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReorderRowsBy:()V]
RealMatrixTest.testReplaceColumnDataIntDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReplaceColumnDataIntDoubleArray:()V]
RealMatrixTest.testReplaceColumnDataIntRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReplaceColumnDataIntRealArray:()V]
RealMatrixTest.testReplaceColumnDataIntRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReplaceColumnDataIntRealMatrix:()V]
RealMatrixTest.testReplaceRowDataIntDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReplaceRowDataIntDoubleArray:()V]
RealMatrixTest.testReplaceRowDataIntRealArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReplaceRowDataIntRealArray:()V]
RealMatrixTest.testReplaceRowDataIntRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReplaceRowDataIntRealMatrix:()V]
RealMatrixTest.testReplaceSubMatrixData ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testReplaceSubMatrixData:()V]
RealMatrixTest.testSetAllElements ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testSetAllElements:()V]
RealMatrixTest.testSetElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testSetElementAt:()V]
RealMatrixTest.testSetFormat ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testSetFormat:()V]
RealMatrixTest.testSmallestElement ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testSmallestElement:()V]
RealMatrixTest.testSmallestElementInColumn ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testSmallestElementInColumn:()V]
RealMatrixTest.testSmallestElementInRow ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testSmallestElementInRow:()V]
RealMatrixTest.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testSubtract:()V]
RealMatrixTest.testWriteXML ( ) : void
[mangled: org/xmlcml/euclid/test/RealMatrixTest.testWriteXML:()V]
cdk-1.0.4.jar, RealRangeTest.class
package org.xmlcml.euclid.test
RealRangeTest.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.main:([Ljava/lang/String;)V]
RealRangeTest.RealRangeTest ( )
[mangled: org/xmlcml/euclid/test/RealRangeTest."<init>":()V]
RealRangeTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.setUp:()V]
RealRangeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/RealRangeTest.suite:()Ljunit/framework/Test;]
RealRangeTest.testAdd ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testAdd:()V]
RealRangeTest.testContains ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testContains:()V]
RealRangeTest.testGetMax ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testGetMax:()V]
RealRangeTest.testGetMin ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testGetMin:()V]
RealRangeTest.testGetRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testGetRange:()V]
RealRangeTest.testIncludesReal ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testIncludesReal:()V]
RealRangeTest.testIncludesRealRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testIncludesRealRange:()V]
RealRangeTest.testIntsectionWith ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testIntsectionWith:()V]
RealRangeTest.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testIsEqualTo:()V]
RealRangeTest.testIsValid ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testIsValid:()V]
RealRangeTest.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testPlus:()V]
RealRangeTest.testRealRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testRealRange:()V]
RealRangeTest.testRealRangeIntRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testRealRangeIntRange:()V]
RealRangeTest.testRealRangeRealRange ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testRealRangeRealRange:()V]
RealRangeTest.testRealRangeRealReal ( ) : void
[mangled: org/xmlcml/euclid/test/RealRangeTest.testRealRangeRealReal:()V]
cdk-1.0.4.jar, RealSquareMatrix.class
package org.xmlcml.euclid
RealSquareMatrix.diagonaliseAndReturnRank ( RealArray eigenvalues, RealSquareMatrix eigenvectors, EuclidException illCond ) : int
[mangled: org/xmlcml/euclid/RealSquareMatrix.diagonaliseAndReturnRank:(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/EuclidException;)I]
RealSquareMatrix.orthonormalise ( ) : RealSquareMatrix
[mangled: org/xmlcml/euclid/RealSquareMatrix.orthonormalise:()Lorg/xmlcml/euclid/RealSquareMatrix;]
cdk-1.0.4.jar, RealSquareMatrixTest.class
package org.xmlcml.euclid.test
RealSquareMatrixTest.assertEquals ( String p1, int p2, double[ ] p3, RealSquareMatrix p4, double p5 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.assertEquals:(Ljava/lang/String;I[DLorg/xmlcml/euclid/RealSquareMatrix;D)V]
RealSquareMatrixTest.assertEquals ( String p1, RealSquareMatrix p2, RealSquareMatrix p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/RealSquareMatrix;D)V]
RealSquareMatrixTest.RealSquareMatrixTest ( )
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest."<init>":()V]
RealSquareMatrixTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.setUp:()V]
RealSquareMatrixTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.suite:()Ljunit/framework/Test;]
RealSquareMatrixTest.testCopyLowerToUpper ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testCopyLowerToUpper:()V]
RealSquareMatrixTest.testCopyUpperToLower ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testCopyUpperToLower:()V]
RealSquareMatrixTest.testDeterminant ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testDeterminant:()V]
RealSquareMatrixTest.testDiagonal ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testDiagonal:()V]
RealSquareMatrixTest.testGetCrystallographicOrthogonalisation ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testGetCrystallographicOrthogonalisation:()V]
RealSquareMatrixTest.testGetInverse ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testGetInverse:()V]
RealSquareMatrixTest.testIsEqualToRealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsEqualToRealSquareMatrix:()V]
RealSquareMatrixTest.testIsImproperRotation ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsImproperRotation:()V]
RealSquareMatrixTest.testIsLowerTriangular ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsLowerTriangular:()V]
RealSquareMatrixTest.testIsOrthogonal ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsOrthogonal:()V]
RealSquareMatrixTest.testIsSymmetric ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsSymmetric:()V]
RealSquareMatrixTest.testIsUnit ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsUnit:()V]
RealSquareMatrixTest.testIsUnitary ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsUnitary:()V]
RealSquareMatrixTest.testIsUpperTriangular ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testIsUpperTriangular:()V]
RealSquareMatrixTest.testLowerTriangle ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testLowerTriangle:()V]
RealSquareMatrixTest.testMultiplyRealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testMultiplyRealSquareMatrix:()V]
RealSquareMatrixTest.testOrthogonalise ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testOrthogonalise:()V]
RealSquareMatrixTest.testOrthonormalise ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testOrthonormalise:()V]
RealSquareMatrixTest.testOuterProduct ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testOuterProduct:()V]
RealSquareMatrixTest.testPlusRealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testPlusRealSquareMatrix:()V]
RealSquareMatrixTest.testRealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrix:()V]
RealSquareMatrixTest.testRealSquareMatrixDoubleArrayArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrixDoubleArrayArray:()V]
RealSquareMatrixTest.testRealSquareMatrixInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrixInt:()V]
RealSquareMatrixTest.testRealSquareMatrixIntDouble ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrixIntDouble:()V]
RealSquareMatrixTest.testRealSquareMatrixIntDoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrixIntDoubleArray:()V]
RealSquareMatrixTest.testRealSquareMatrixRealMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrixRealMatrix:()V]
RealSquareMatrixTest.testRealSquareMatrixRealMatrixIntIntInt ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrixRealMatrixIntIntInt:()V]
RealSquareMatrixTest.testRealSquareMatrixRealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testRealSquareMatrixRealSquareMatrix:()V]
RealSquareMatrixTest.testSubtractRealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testSubtractRealSquareMatrix:()V]
RealSquareMatrixTest.testTrace ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testTrace:()V]
RealSquareMatrixTest.testTranspose ( ) : void
[mangled: org/xmlcml/euclid/test/RealSquareMatrixTest.testTranspose:()V]
cdk-1.0.4.jar, RealTest.class
package org.xmlcml.euclid.test
RealTest.RealTest ( )
[mangled: org/xmlcml/euclid/test/RealTest."<init>":()V]
RealTest.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/RealTest.setUp:()V]
RealTest.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/RealTest.suite:()Ljunit/framework/Test;]
RealTest.testInitArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealTest.testInitArray:()V]
RealTest.testZeroArray ( ) : void
[mangled: org/xmlcml/euclid/test/RealTest.testZeroArray:()V]
cdk-1.0.4.jar, RearrangementAnion1Reaction.class
package org.openscience.cdk.reaction.type
RearrangementAnion1Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementAnion1Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementAnion1Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementAnion1Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementAnion1Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementAnion1Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementAnion1Reaction.RearrangementAnion1Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction."<init>":()V]
RearrangementAnion1Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion1Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementAnion2Reaction.class
package org.openscience.cdk.reaction.type
RearrangementAnion2Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementAnion2Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementAnion2Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementAnion2Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementAnion2Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementAnion2Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementAnion2Reaction.RearrangementAnion2Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction."<init>":()V]
RearrangementAnion2Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion2Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementAnion3Reaction.class
package org.openscience.cdk.reaction.type
RearrangementAnion3Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementAnion3Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementAnion3Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementAnion3Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementAnion3Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementAnion3Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementAnion3Reaction.RearrangementAnion3Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction."<init>":()V]
RearrangementAnion3Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementAnion3Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementCation1Reaction.class
package org.openscience.cdk.reaction.type
RearrangementCation1Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementCation1Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementCation1Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementCation1Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementCation1Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementCation1Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementCation1Reaction.RearrangementCation1Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction."<init>":()V]
RearrangementCation1Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementCation1Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementCation2Reaction.class
package org.openscience.cdk.reaction.type
RearrangementCation2Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementCation2Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementCation2Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementCation2Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementCation2Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementCation2Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementCation2Reaction.RearrangementCation2Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction."<init>":()V]
RearrangementCation2Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementCation2Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementCation3Reaction.class
package org.openscience.cdk.reaction.type
RearrangementCation3Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementCation3Reaction.cleanFlagReactiveCenter ( IMolecule molecule ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.cleanFlagReactiveCenter:(Lorg/openscience/cdk/interfaces/IMolecule;)V]
RearrangementCation3Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementCation3Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementCation3Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementCation3Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementCation3Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementCation3Reaction.RearrangementCation3Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction."<init>":()V]
RearrangementCation3Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementCation3Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementRadical1Reaction.class
package org.openscience.cdk.reaction.type
RearrangementRadical1Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementRadical1Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementRadical1Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementRadical1Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementRadical1Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementRadical1Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementRadical1Reaction.RearrangementRadical1Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction."<init>":()V]
RearrangementRadical1Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical1Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementRadical2Reaction.class
package org.openscience.cdk.reaction.type
RearrangementRadical2Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementRadical2Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementRadical2Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementRadical2Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementRadical2Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementRadical2Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementRadical2Reaction.RearrangementRadical2Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction."<init>":()V]
RearrangementRadical2Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical2Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, RearrangementRadical3Reaction.class
package org.openscience.cdk.reaction.type
RearrangementRadical3Reaction.cleanFlagBOND ( IAtomContainer ac ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction.cleanFlagBOND:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
RearrangementRadical3Reaction.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction.getParameterNames:()[Ljava/lang/String;]
RearrangementRadical3Reaction.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction.getParameters:()[Ljava/lang/Object;]
RearrangementRadical3Reaction.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
RearrangementRadical3Reaction.getSpecification ( ) : ReactionSpecification
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction.getSpecification:()Lorg/openscience/cdk/reaction/ReactionSpecification;]
RearrangementRadical3Reaction.initiate ( IMoleculeSet reactants, IMoleculeSet agents ) : IReactionSet
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction.initiate:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Lorg/openscience/cdk/interfaces/IMoleculeSet;)Lorg/openscience/cdk/interfaces/IReactionSet;]
RearrangementRadical3Reaction.RearrangementRadical3Reaction ( )
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction."<init>":()V]
RearrangementRadical3Reaction.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/reaction/type/RearrangementRadical3Reaction.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, Record.class
package org.apache.xindice.core.data
Record.getKey ( ) : Key
[mangled: org/apache/xindice/core/data/Record.getKey:()Lorg/apache/xindice/core/data/Key;]
Record.getMetaData ( Object name ) : Object
[mangled: org/apache/xindice/core/data/Record.getMetaData:(Ljava/lang/Object;)Ljava/lang/Object;]
Record.getValue ( ) : Value
[mangled: org/apache/xindice/core/data/Record.getValue:()Lorg/apache/xindice/core/data/Value;]
Record.Record ( )
[mangled: org/apache/xindice/core/data/Record."<init>":()V]
Record.Record ( Key key, Value value )
[mangled: org/apache/xindice/core/data/Record."<init>":(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/data/Value;)V]
Record.Record ( Key key, Value value, Map meta )
[mangled: org/apache/xindice/core/data/Record."<init>":(Lorg/apache/xindice/core/data/Key;Lorg/apache/xindice/core/data/Value;Ljava/util/Map;)V]
Record.setValue ( String value ) : void
[mangled: org/apache/xindice/core/data/Record.setValue:(Ljava/lang/String;)V]
Record.setValue ( Value value ) : void
[mangled: org/apache/xindice/core/data/Record.setValue:(Lorg/apache/xindice/core/data/Value;)V]
cdk-1.0.4.jar, RecordSet.class
package org.apache.xindice.core.data
RecordSet.getNextKey ( ) [abstract] : Key
[mangled: org/apache/xindice/core/data/RecordSet.getNextKey:()Lorg/apache/xindice/core/data/Key;]
RecordSet.getNextRecord ( ) [abstract] : Record
[mangled: org/apache/xindice/core/data/RecordSet.getNextRecord:()Lorg/apache/xindice/core/data/Record;]
RecordSet.getNextValue ( ) [abstract] : Value
[mangled: org/apache/xindice/core/data/RecordSet.getNextValue:()Lorg/apache/xindice/core/data/Value;]
RecordSet.hasMoreRecords ( ) [abstract] : boolean
[mangled: org/apache/xindice/core/data/RecordSet.hasMoreRecords:()Z]
cdk-1.0.4.jar, RectListManager.class
package org.apache.batik.ext.awt.geom
RectListManager.add ( Object p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.add:(Ljava/lang/Object;)Z]
RectListManager.add ( Rectangle p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.add:(Ljava/awt/Rectangle;)V]
RectListManager.add ( Rectangle p1, int p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.add:(Ljava/awt/Rectangle;II)V]
RectListManager.add ( RectListManager p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.add:(Lorg/apache/batik/ext/awt/geom/RectListManager;)V]
RectListManager.addAll ( Collection p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.addAll:(Ljava/util/Collection;)Z]
RectListManager.clear ( ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.clear:()V]
RectListManager.clone ( ) : Object
[mangled: org/apache/batik/ext/awt/geom/RectListManager.clone:()Ljava/lang/Object;]
RectListManager.contains ( Object p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.contains:(Ljava/lang/Object;)Z]
RectListManager.containsAll ( Collection p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.containsAll:(Ljava/util/Collection;)Z]
RectListManager.containsAll ( RectListManager p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.containsAll:(Lorg/apache/batik/ext/awt/geom/RectListManager;)Z]
RectListManager.copy ( ) : RectListManager
[mangled: org/apache/batik/ext/awt/geom/RectListManager.copy:()Lorg/apache/batik/ext/awt/geom/RectListManager;]
RectListManager.ensureCapacity ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.ensureCapacity:(I)V]
RectListManager.getBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/geom/RectListManager.getBounds:()Ljava/awt/Rectangle;]
RectListManager.insertRects ( Rectangle[ ] p1, int p2, int p3, int p4 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.insertRects:([Ljava/awt/Rectangle;III)V]
RectListManager.isEmpty ( ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.isEmpty:()Z]
RectListManager.iterator ( ) : Iterator
[mangled: org/apache/batik/ext/awt/geom/RectListManager.iterator:()Ljava/util/Iterator;]
RectListManager.listIterator ( ) : ListIterator
[mangled: org/apache/batik/ext/awt/geom/RectListManager.listIterator:()Ljava/util/ListIterator;]
RectListManager.mergeRects ( int p1, int p2 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.mergeRects:(II)V]
RectListManager.RectListManager ( )
[mangled: org/apache/batik/ext/awt/geom/RectListManager."<init>":()V]
RectListManager.RectListManager ( Collection p1 )
[mangled: org/apache/batik/ext/awt/geom/RectListManager."<init>":(Ljava/util/Collection;)V]
RectListManager.RectListManager ( int p1 )
[mangled: org/apache/batik/ext/awt/geom/RectListManager."<init>":(I)V]
RectListManager.RectListManager ( Rectangle p1 )
[mangled: org/apache/batik/ext/awt/geom/RectListManager."<init>":(Ljava/awt/Rectangle;)V]
RectListManager.RectListManager ( Rectangle[ ] p1 )
[mangled: org/apache/batik/ext/awt/geom/RectListManager."<init>":([Ljava/awt/Rectangle;)V]
RectListManager.RectListManager ( Rectangle[ ] p1, int p2, int p3 )
[mangled: org/apache/batik/ext/awt/geom/RectListManager."<init>":([Ljava/awt/Rectangle;II)V]
RectListManager.RectListManager ( RectListManager p1 )
[mangled: org/apache/batik/ext/awt/geom/RectListManager."<init>":(Lorg/apache/batik/ext/awt/geom/RectListManager;)V]
RectListManager.remove ( Object p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.remove:(Ljava/lang/Object;)Z]
RectListManager.remove ( Rectangle p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.remove:(Ljava/awt/Rectangle;)Z]
RectListManager.removeAll ( Collection p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.removeAll:(Ljava/util/Collection;)Z]
RectListManager.removeAll ( RectListManager p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.removeAll:(Lorg/apache/batik/ext/awt/geom/RectListManager;)Z]
RectListManager.retainAll ( Collection p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.retainAll:(Ljava/util/Collection;)Z]
RectListManager.retainAll ( RectListManager p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/RectListManager.retainAll:(Lorg/apache/batik/ext/awt/geom/RectListManager;)Z]
RectListManager.size ( ) : int
[mangled: org/apache/batik/ext/awt/geom/RectListManager.size:()I]
RectListManager.splitRect ( Rectangle p1, Rectangle p2, Rectangle[ ] p3 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.splitRect:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;[Ljava/awt/Rectangle;)V]
RectListManager.subtract ( RectListManager p1, int p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/geom/RectListManager.subtract:(Lorg/apache/batik/ext/awt/geom/RectListManager;II)V]
RectListManager.toArray ( ) : Object[ ]
[mangled: org/apache/batik/ext/awt/geom/RectListManager.toArray:()[Ljava/lang/Object;]
RectListManager.toArray ( Object[ ] p1 ) : Object[ ]
[mangled: org/apache/batik/ext/awt/geom/RectListManager.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;]
cdk-1.0.4.jar, RecurseAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
RecurseAtom.RecurseAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RecurseAtom."<init>":()V]
cdk-1.0.4.jar, RedRable.class
package org.apache.batik.ext.awt.image.renderable
RedRable.createDefaultRendering ( ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/RedRable.createDefaultRendering:()Ljava/awt/image/RenderedImage;]
RedRable.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/RedRable.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
RedRable.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/RedRable.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
RedRable.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/renderable/RedRable.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
RedRable.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/RedRable.getPropertyNames:()[Ljava/lang/String;]
RedRable.getSource ( ) : CachableRed
[mangled: org/apache/batik/ext/awt/image/renderable/RedRable.getSource:()Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
RedRable.RedRable ( CachableRed p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/RedRable."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
cdk-1.0.4.jar, ReferenceCleared.class
package org.apache.batik.util
CleanerThread.ReferenceCleared.cleared ( ) [abstract] : void
[mangled: org/apache/batik/util/CleanerThread.ReferenceCleared.cleared:()V]
cdk-1.0.4.jar, Reflectable.class
package org.apache.xindice.core.objects
Reflectable.getReflector ( ) [abstract] : Reflector
[mangled: org/apache/xindice/core/objects/Reflectable.getReflector:()Lorg/apache/xindice/core/objects/Reflector;]
Reflectable.queryInterface ( ) [abstract] : Document
[mangled: org/apache/xindice/core/objects/Reflectable.queryInterface:()Lorg/w3c/dom/Document;]
cdk-1.0.4.jar, Reflector.class
package org.apache.xindice.core.objects
Reflector.addMethod ( String name, String[ ] params ) : void
[mangled: org/apache/xindice/core/objects/Reflector.addMethod:(Ljava/lang/String;[Ljava/lang/String;)V]
Reflector.addMethod ( String name, String[ ] params, String[ ] defaults ) : void
[mangled: org/apache/xindice/core/objects/Reflector.addMethod:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V]
Reflector.addMethod ( String name, String[ ] params, String[ ] defaults, String[ ] errors ) : void
[mangled: org/apache/xindice/core/objects/Reflector.addMethod:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V]
Reflector.getParamDefault ( String method, String param ) : String
[mangled: org/apache/xindice/core/objects/Reflector.getParamDefault:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Reflector.getParamType ( String method, String param ) : int
[mangled: org/apache/xindice/core/objects/Reflector.getParamType:(Ljava/lang/String;Ljava/lang/String;)I]
Reflector.getReturnType ( String method ) : int
[mangled: org/apache/xindice/core/objects/Reflector.getReturnType:(Ljava/lang/String;)I]
Reflector.invoke ( Reflectable obj, String name, Args params ) : Object
[mangled: org/apache/xindice/core/objects/Reflector.invoke:(Lorg/apache/xindice/core/objects/Reflectable;Ljava/lang/String;Lorg/apache/xindice/core/objects/Args;)Ljava/lang/Object;]
Reflector.invoke ( Reflectable obj, String name, Element element ) : Object
[mangled: org/apache/xindice/core/objects/Reflector.invoke:(Lorg/apache/xindice/core/objects/Reflectable;Ljava/lang/String;Lorg/w3c/dom/Element;)Ljava/lang/Object;]
Reflector.invoke ( Reflectable obj, String name, Object[ ] params ) : Object
[mangled: org/apache/xindice/core/objects/Reflector.invoke:(Lorg/apache/xindice/core/objects/Reflectable;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
Reflector.invoke ( Reflectable obj, String name, Variant[ ] args ) : Object
[mangled: org/apache/xindice/core/objects/Reflector.invoke:(Lorg/apache/xindice/core/objects/Reflectable;Ljava/lang/String;[Lorg/apache/xindice/core/objects/Variant;)Ljava/lang/Object;]
Reflector.isParamArray ( String method, String param ) : boolean
[mangled: org/apache/xindice/core/objects/Reflector.isParamArray:(Ljava/lang/String;Ljava/lang/String;)Z]
Reflector.listMethodParams ( String name ) : String[ ]
[mangled: org/apache/xindice/core/objects/Reflector.listMethodParams:(Ljava/lang/String;)[Ljava/lang/String;]
Reflector.listMethods ( ) : String[ ]
[mangled: org/apache/xindice/core/objects/Reflector.listMethods:()[Ljava/lang/String;]
Reflector.reflect ( Class c ) : void
[mangled: org/apache/xindice/core/objects/Reflector.reflect:(Ljava/lang/Class;)V]
Reflector.Reflector ( )
[mangled: org/apache/xindice/core/objects/Reflector."<init>":()V]
Reflector.Reflector ( Class c )
[mangled: org/apache/xindice/core/objects/Reflector."<init>":(Ljava/lang/Class;)V]
cdk-1.0.4.jar, RegistryEntry.class
package org.apache.batik.ext.awt.image.spi
RegistryEntry.getFormatName ( ) [abstract] : String
[mangled: org/apache/batik/ext/awt/image/spi/RegistryEntry.getFormatName:()Ljava/lang/String;]
RegistryEntry.getMimeTypes ( ) [abstract] : List
[mangled: org/apache/batik/ext/awt/image/spi/RegistryEntry.getMimeTypes:()Ljava/util/List;]
RegistryEntry.getPriority ( ) [abstract] : float
[mangled: org/apache/batik/ext/awt/image/spi/RegistryEntry.getPriority:()F]
RegistryEntry.getStandardExtensions ( ) [abstract] : List
[mangled: org/apache/batik/ext/awt/image/spi/RegistryEntry.getStandardExtensions:()Ljava/util/List;]
cdk-1.0.4.jar, RemoveAtomsAndBondsEdit.class
package org.openscience.cdk.applications.undoredo
RemoveAtomsAndBondsEdit.canRedo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/RemoveAtomsAndBondsEdit.canRedo:()Z]
RemoveAtomsAndBondsEdit.canUndo ( ) : boolean
[mangled: org/openscience/cdk/applications/undoredo/RemoveAtomsAndBondsEdit.canUndo:()Z]
RemoveAtomsAndBondsEdit.getPresentationName ( ) : String
[mangled: org/openscience/cdk/applications/undoredo/RemoveAtomsAndBondsEdit.getPresentationName:()Ljava/lang/String;]
RemoveAtomsAndBondsEdit.redo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/RemoveAtomsAndBondsEdit.redo:()V]
RemoveAtomsAndBondsEdit.RemoveAtomsAndBondsEdit ( IChemModel chemModel, IAtomContainer undoRedoContainer, String type )
[mangled: org/openscience/cdk/applications/undoredo/RemoveAtomsAndBondsEdit."<init>":(Lorg/openscience/cdk/interfaces/IChemModel;Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/String;)V]
RemoveAtomsAndBondsEdit.undo ( ) : void
[mangled: org/openscience/cdk/applications/undoredo/RemoveAtomsAndBondsEdit.undo:()V]
cdk-1.0.4.jar, RenderedImageCachableRed.class
package org.apache.batik.ext.awt.image.rendered
RenderedImageCachableRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
RenderedImageCachableRed.getBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getBounds:()Ljava/awt/Rectangle;]
RenderedImageCachableRed.getColorModel ( ) : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getColorModel:()Ljava/awt/image/ColorModel;]
RenderedImageCachableRed.getData ( ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getData:()Ljava/awt/image/Raster;]
RenderedImageCachableRed.getData ( Rectangle p1 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;]
RenderedImageCachableRed.getDependencyRegion ( int p1, Rectangle p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getDependencyRegion:(ILjava/awt/Rectangle;)Ljava/awt/Shape;]
RenderedImageCachableRed.getDirtyRegion ( int p1, Rectangle p2 ) : Shape
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getDirtyRegion:(ILjava/awt/Rectangle;)Ljava/awt/Shape;]
RenderedImageCachableRed.getHeight ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getHeight:()I]
RenderedImageCachableRed.getMinTileX ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getMinTileX:()I]
RenderedImageCachableRed.getMinTileY ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getMinTileY:()I]
RenderedImageCachableRed.getMinX ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getMinX:()I]
RenderedImageCachableRed.getMinY ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getMinY:()I]
RenderedImageCachableRed.getNumXTiles ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getNumXTiles:()I]
RenderedImageCachableRed.getNumYTiles ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getNumYTiles:()I]
RenderedImageCachableRed.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
RenderedImageCachableRed.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getPropertyNames:()[Ljava/lang/String;]
RenderedImageCachableRed.getSampleModel ( ) : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getSampleModel:()Ljava/awt/image/SampleModel;]
RenderedImageCachableRed.getSources ( ) : Vector
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getSources:()Ljava/util/Vector;]
RenderedImageCachableRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getTile:(II)Ljava/awt/image/Raster;]
RenderedImageCachableRed.getTileGridXOffset ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getTileGridXOffset:()I]
RenderedImageCachableRed.getTileGridYOffset ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getTileGridYOffset:()I]
RenderedImageCachableRed.getTileHeight ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getTileHeight:()I]
RenderedImageCachableRed.getTileWidth ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getTileWidth:()I]
RenderedImageCachableRed.getWidth ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.getWidth:()I]
RenderedImageCachableRed.RenderedImageCachableRed ( RenderedImage p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed."<init>":(Ljava/awt/image/RenderedImage;)V]
RenderedImageCachableRed.wrap ( RenderedImage p1 ) [static] : CachableRed
[mangled: org/apache/batik/ext/awt/image/rendered/RenderedImageCachableRed.wrap:(Ljava/awt/image/RenderedImage;)Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
cdk-1.0.4.jar, Renderer2D.class
package org.openscience.cdk.renderer
Renderer2D.paintChemModel ( IChemModel model, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Renderer2D.paintChemModel:(Lorg/openscience/cdk/interfaces/IChemModel;Ljava/awt/Graphics2D;)V]
Renderer2D.paintMoleculeSet ( IMoleculeSet moleculeSet, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Renderer2D.paintMoleculeSet:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/awt/Graphics2D;)V]
Renderer2D.paintMoleculeSet ( IMoleculeSet moleculeSet, Graphics2D graphics, boolean split ) : void
[mangled: org/openscience/cdk/renderer/Renderer2D.paintMoleculeSet:(Lorg/openscience/cdk/interfaces/IMoleculeSet;Ljava/awt/Graphics2D;Z)V]
Renderer2D.paintReaction ( IReaction reaction, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Renderer2D.paintReaction:(Lorg/openscience/cdk/interfaces/IReaction;Ljava/awt/Graphics2D;)V]
Renderer2D.paintReactionSet ( IReactionSet reactionSet, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/Renderer2D.paintReactionSet:(Lorg/openscience/cdk/interfaces/IReactionSet;Ljava/awt/Graphics2D;)V]
Renderer2D.Renderer2D ( )
[mangled: org/openscience/cdk/renderer/Renderer2D."<init>":()V]
Renderer2D.Renderer2D ( Renderer2DModel r2dm )
[mangled: org/openscience/cdk/renderer/Renderer2D."<init>":(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
cdk-1.0.4.jar, Renderer2DModel.class
package org.openscience.cdk.renderer
Renderer2DModel.getColorHash ( ) : Hashtable
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getColorHash:()Ljava/util/Hashtable;]
Renderer2DModel.getLassoPoints ( ) : Vector
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getLassoPoints:()Ljava/util/Vector;]
Renderer2DModel.getRenderingCoordinates ( ) : HashMap
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getRenderingCoordinates:()Ljava/util/HashMap;]
Renderer2DModel.getToolTipTextMap ( ) : HashMap
[mangled: org/openscience/cdk/renderer/Renderer2DModel.getToolTipTextMap:()Ljava/util/HashMap;]
Renderer2DModel.setColorHash ( Hashtable colorHash ) : void
[mangled: org/openscience/cdk/renderer/Renderer2DModel.setColorHash:(Ljava/util/Hashtable;)V]
Renderer2DModel.setRenderingCoordinates ( HashMap renderingCoordinates ) : void
[mangled: org/openscience/cdk/renderer/Renderer2DModel.setRenderingCoordinates:(Ljava/util/HashMap;)V]
Renderer2DModel.setToolTipTextMap ( HashMap map ) : void
[mangled: org/openscience/cdk/renderer/Renderer2DModel.setToolTipTextMap:(Ljava/util/HashMap;)V]
cdk-1.0.4.jar, Rengine.class
package org.rosuda.JRI
Rengine.jriWriteConsole ( String p1 ) : void
[mangled: org/rosuda/JRI/Rengine.jriWriteConsole:(Ljava/lang/String;)V]
cdk-1.0.4.jar, ResonancePositiveChargeDescriptor.class
package org.openscience.cdk.qsar.descriptors.bond
ResonancePositiveChargeDescriptor.calculate ( IBond bond, IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
ResonancePositiveChargeDescriptor.cleanFlagReactiveCenter ( IMolecule molecule ) : void
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor.cleanFlagReactiveCenter:(Lorg/openscience/cdk/interfaces/IMolecule;)V]
ResonancePositiveChargeDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor.getParameterNames:()[Ljava/lang/String;]
ResonancePositiveChargeDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor.getParameters:()[Ljava/lang/Object;]
ResonancePositiveChargeDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
ResonancePositiveChargeDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
ResonancePositiveChargeDescriptor.ResonancePositiveChargeDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor."<init>":()V]
ResonancePositiveChargeDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/bond/ResonancePositiveChargeDescriptor.setParameters:([Ljava/lang/Object;)V]
cdk-1.0.4.jar, Resource.class
package org.xmldb.api.base
Resource.getContent ( ) [abstract] : Object
[mangled: org/xmldb/api/base/Resource.getContent:()Ljava/lang/Object;]
Resource.getId ( ) [abstract] : String
[mangled: org/xmldb/api/base/Resource.getId:()Ljava/lang/String;]
Resource.getParentCollection ( ) [abstract] : Collection
[mangled: org/xmldb/api/base/Resource.getParentCollection:()Lorg/xmldb/api/base/Collection;]
Resource.getResourceType ( ) [abstract] : String
[mangled: org/xmldb/api/base/Resource.getResourceType:()Ljava/lang/String;]
Resource.setContent ( Object p1 ) [abstract] : void
[mangled: org/xmldb/api/base/Resource.setContent:(Ljava/lang/Object;)V]
cdk-1.0.4.jar, ResourceIterator.class
package org.xmldb.api.base
ResourceIterator.hasMoreResources ( ) [abstract] : boolean
[mangled: org/xmldb/api/base/ResourceIterator.hasMoreResources:()Z]
ResourceIterator.nextResource ( ) [abstract] : Resource
[mangled: org/xmldb/api/base/ResourceIterator.nextResource:()Lorg/xmldb/api/base/Resource;]
cdk-1.0.4.jar, ResourceIteratorImpl.class
package org.apache.xindice.client.xmldb
ResourceIteratorImpl.hasMoreResources ( ) : boolean
[mangled: org/apache/xindice/client/xmldb/ResourceIteratorImpl.hasMoreResources:()Z]
ResourceIteratorImpl.nextResource ( ) : Resource
[mangled: org/apache/xindice/client/xmldb/ResourceIteratorImpl.nextResource:()Lorg/xmldb/api/base/Resource;]
ResourceIteratorImpl.ResourceIteratorImpl ( List resources )
[mangled: org/apache/xindice/client/xmldb/ResourceIteratorImpl."<init>":(Ljava/util/List;)V]
cdk-1.0.4.jar, ResourceManager.class
package org.apache.xindice.server
ResourceManager.getResource ( String p1 ) [abstract] : Object
[mangled: org/apache/xindice/server/ResourceManager.getResource:(Ljava/lang/String;)Ljava/lang/Object;]
ResourceManager.getResource ( Versioning p1, String p2 ) [abstract] : Object
[mangled: org/apache/xindice/server/ResourceManager.getResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)Ljava/lang/Object;]
ResourceManager.lockResource ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.lockResource:(Ljava/lang/String;)V]
ResourceManager.lockResource ( Versioning p1, String p2 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.lockResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
ResourceManager.removeResource ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.removeResource:(Ljava/lang/String;)V]
ResourceManager.removeResource ( Versioning p1, String p2 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.removeResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
ResourceManager.setResource ( String p1, Object p2 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.setResource:(Ljava/lang/String;Ljava/lang/Object;)V]
ResourceManager.setResource ( Versioning p1, String p2, Object p3 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.setResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;Ljava/lang/Object;)V]
ResourceManager.unlockResource ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.unlockResource:(Ljava/lang/String;)V]
ResourceManager.unlockResource ( Versioning p1, String p2 ) [abstract] : void
[mangled: org/apache/xindice/server/ResourceManager.unlockResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
cdk-1.0.4.jar, ResourcePermissions.class
package org.apache.xindice.core.security
ResourcePermissions.addPermission ( ArrayList list, String group ) : ArrayList
[mangled: org/apache/xindice/core/security/ResourcePermissions.addPermission:(Ljava/util/ArrayList;Ljava/lang/String;)Ljava/util/ArrayList;]
ResourcePermissions.addPermissionAllow ( int type, String group ) : void
[mangled: org/apache/xindice/core/security/ResourcePermissions.addPermissionAllow:(ILjava/lang/String;)V]
ResourcePermissions.addPermissionDeny ( int type, String group ) : void
[mangled: org/apache/xindice/core/security/ResourcePermissions.addPermissionDeny:(ILjava/lang/String;)V]
ResourcePermissions.checkPermission ( ArrayList list, String group ) : boolean
[mangled: org/apache/xindice/core/security/ResourcePermissions.checkPermission:(Ljava/util/ArrayList;Ljava/lang/String;)Z]
ResourcePermissions.checkPermission ( int access, int type, String group ) : boolean
[mangled: org/apache/xindice/core/security/ResourcePermissions.checkPermission:(IILjava/lang/String;)Z]
ResourcePermissions.getConfig ( ) : Configuration
[mangled: org/apache/xindice/core/security/ResourcePermissions.getConfig:()Lorg/apache/xindice/util/Configuration;]
ResourcePermissions.ResourcePermissions ( String resource )
[mangled: org/apache/xindice/core/security/ResourcePermissions."<init>":(Ljava/lang/String;)V]
ResourcePermissions.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/security/ResourcePermissions.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, Resources.class
package org.apache.batik.ext.swing
Resources.formatMessage ( String p1, Object[ ] p2 ) [static] : String
[mangled: org/apache/batik/ext/swing/Resources.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Resources.getInteger ( String p1 ) [static] : int
[mangled: org/apache/batik/ext/swing/Resources.getInteger:(Ljava/lang/String;)I]
Resources.getLocale ( ) [static] : Locale
[mangled: org/apache/batik/ext/swing/Resources.getLocale:()Ljava/util/Locale;]
Resources.getString ( String p1 ) [static] : String
[mangled: org/apache/batik/ext/swing/Resources.getString:(Ljava/lang/String;)Ljava/lang/String;]
Resources.Resources ( )
[mangled: org/apache/batik/ext/swing/Resources."<init>":()V]
Resources.setLocale ( Locale p1 ) [static] : void
[mangled: org/apache/batik/ext/swing/Resources.setLocale:(Ljava/util/Locale;)V]
cdk-1.0.4.jar, ResourceSet.class
package org.xmldb.api.base
ResourceSet.addResource ( Resource p1 ) [abstract] : void
[mangled: org/xmldb/api/base/ResourceSet.addResource:(Lorg/xmldb/api/base/Resource;)V]
ResourceSet.clear ( ) [abstract] : void
[mangled: org/xmldb/api/base/ResourceSet.clear:()V]
ResourceSet.getIterator ( ) [abstract] : ResourceIterator
[mangled: org/xmldb/api/base/ResourceSet.getIterator:()Lorg/xmldb/api/base/ResourceIterator;]
ResourceSet.getMembersAsResource ( ) [abstract] : Resource
[mangled: org/xmldb/api/base/ResourceSet.getMembersAsResource:()Lorg/xmldb/api/base/Resource;]
ResourceSet.getResource ( long p1 ) [abstract] : Resource
[mangled: org/xmldb/api/base/ResourceSet.getResource:(J)Lorg/xmldb/api/base/Resource;]
ResourceSet.getSize ( ) [abstract] : long
[mangled: org/xmldb/api/base/ResourceSet.getSize:()J]
ResourceSet.removeResource ( long p1 ) [abstract] : void
[mangled: org/xmldb/api/base/ResourceSet.removeResource:(J)V]
cdk-1.0.4.jar, ResourceSetImpl.class
package org.apache.xindice.client.xmldb
ResourceSetImpl.addResource ( Resource res ) : void
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.addResource:(Lorg/xmldb/api/base/Resource;)V]
ResourceSetImpl.clear ( ) : void
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.clear:()V]
ResourceSetImpl.getIterator ( ) : ResourceIterator
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.getIterator:()Lorg/xmldb/api/base/ResourceIterator;]
ResourceSetImpl.getMembersAsResource ( ) : Resource
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.getMembersAsResource:()Lorg/xmldb/api/base/Resource;]
ResourceSetImpl.getResource ( long index ) : Resource
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.getResource:(J)Lorg/xmldb/api/base/Resource;]
ResourceSetImpl.getSize ( ) : long
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.getSize:()J]
ResourceSetImpl.initResources ( Document document ) : void
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.initResources:(Lorg/w3c/dom/Document;)V]
ResourceSetImpl.removeResource ( long index ) : void
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl.removeResource:(J)V]
ResourceSetImpl.ResourceSetImpl ( Collection collection, Document doc )
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl."<init>":(Lorg/xmldb/api/base/Collection;Lorg/w3c/dom/Document;)V]
ResourceSetImpl.ResourceSetImpl ( Collection collection, SymbolTable symbols, byte[ ] bytes )
[mangled: org/apache/xindice/client/xmldb/ResourceSetImpl."<init>":(Lorg/xmldb/api/base/Collection;Lorg/apache/xindice/xml/SymbolTable;[B)V]
cdk-1.0.4.jar, RetrieveDocument.class
package org.apache.xindice.tools.command
RetrieveDocument.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/RetrieveDocument.execute:(Ljava/util/Hashtable;)Z]
RetrieveDocument.RetrieveDocument ( )
[mangled: org/apache/xindice/tools/command/RetrieveDocument."<init>":()V]
cdk-1.0.4.jar, REXP.class
package org.rosuda.JRI
REXP.getAttribute ( ) : JRI.REXP
[mangled: org/rosuda/JRI/REXP.getAttribute:()Lorg/rosuda/JRI/REXP;]
cdk-1.0.4.jar, RGB.class
package org.apache.batik.ext.awt.image.codec
PNGEncodeParam.RGB.getBackgroundRGB ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB.getBackgroundRGB:()[I]
PNGEncodeParam.RGB.getTransparentRGB ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB.getTransparentRGB:()[I]
PNGEncodeParam.RGB.isBackgroundSet ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB.isBackgroundSet:()Z]
PNGEncodeParam.RGB.PNGEncodeParam.RGB ( )
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB."<init>":()V]
PNGEncodeParam.RGB.setBackgroundRGB ( int[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB.setBackgroundRGB:([I)V]
PNGEncodeParam.RGB.setBitDepth ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB.setBitDepth:(I)V]
PNGEncodeParam.RGB.setTransparentRGB ( int[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB.setTransparentRGB:([I)V]
PNGEncodeParam.RGB.unsetBackground ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/PNGEncodeParam.RGB.unsetBackground:()V]
cdk-1.0.4.jar, RingAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
RingAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingAtom.getOperator:()I]
RingAtom.RingAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/RingAtom."<init>":()V]
cdk-1.0.4.jar, RingSet.class
package org.openscience.cdk
RingSet.getConnectedRings ( IRing ring ) : List
[mangled: org/openscience/cdk/RingSet.getConnectedRings:(Lorg/openscience/cdk/interfaces/IRing;)Ljava/util/List;]
RingSet.getRings ( IBond bond ) : List
[mangled: org/openscience/cdk/RingSet.getRings:(Lorg/openscience/cdk/interfaces/IBond;)Ljava/util/List;]
cdk-1.0.4.jar, RMainLoopCallbacks.class
package org.rosuda.JRI
RMainLoopCallbacks.rWriteConsole ( JRI.Rengine p1, String p2 ) [abstract] : void
[mangled: org/rosuda/JRI/RMainLoopCallbacks.rWriteConsole:(Lorg/rosuda/JRI/Rengine;Ljava/lang/String;)V]
cdk-1.0.4.jar, RunHandler.class
package org.apache.batik.util
RunnableQueue.RunHandler.executionResumed ( RunnableQueue p1 ) [abstract] : void
[mangled: org/apache/batik/util/RunnableQueue.RunHandler.executionResumed:(Lorg/apache/batik/util/RunnableQueue;)V]
RunnableQueue.RunHandler.executionSuspended ( RunnableQueue p1 ) [abstract] : void
[mangled: org/apache/batik/util/RunnableQueue.RunHandler.executionSuspended:(Lorg/apache/batik/util/RunnableQueue;)V]
RunnableQueue.RunHandler.runnableInvoked ( RunnableQueue p1, Runnable p2 ) [abstract] : void
[mangled: org/apache/batik/util/RunnableQueue.RunHandler.runnableInvoked:(Lorg/apache/batik/util/RunnableQueue;Ljava/lang/Runnable;)V]
cdk-1.0.4.jar, RunnableQueue.class
package org.apache.batik.util
RunnableQueue.createRunnableQueue ( ) [static] : RunnableQueue
[mangled: org/apache/batik/util/RunnableQueue.createRunnableQueue:()Lorg/apache/batik/util/RunnableQueue;]
RunnableQueue.executionResumed ( ) : void
[mangled: org/apache/batik/util/RunnableQueue.executionResumed:()V]
RunnableQueue.executionSuspended ( ) : void
[mangled: org/apache/batik/util/RunnableQueue.executionSuspended:()V]
RunnableQueue.getIteratorLock ( ) : Object
[mangled: org/apache/batik/util/RunnableQueue.getIteratorLock:()Ljava/lang/Object;]
RunnableQueue.getQueueState ( ) : RunnableQueue.RunnableQueueState
[mangled: org/apache/batik/util/RunnableQueue.getQueueState:()Lorg/apache/batik/util/RunnableQueue$RunnableQueueState;]
RunnableQueue.getRunHandler ( ) : RunnableQueue.RunHandler
[mangled: org/apache/batik/util/RunnableQueue.getRunHandler:()Lorg/apache/batik/util/RunnableQueue$RunHandler;]
RunnableQueue.getThread ( ) : Thread
[mangled: org/apache/batik/util/RunnableQueue.getThread:()Ljava/lang/Thread;]
RunnableQueue.invokeAndWait ( Runnable p1 ) : void
[mangled: org/apache/batik/util/RunnableQueue.invokeAndWait:(Ljava/lang/Runnable;)V]
RunnableQueue.invokeLater ( Runnable p1 ) : void
[mangled: org/apache/batik/util/RunnableQueue.invokeLater:(Ljava/lang/Runnable;)V]
RunnableQueue.iterator ( ) : Iterator
[mangled: org/apache/batik/util/RunnableQueue.iterator:()Ljava/util/Iterator;]
RunnableQueue.preemptAndWait ( Runnable p1 ) : void
[mangled: org/apache/batik/util/RunnableQueue.preemptAndWait:(Ljava/lang/Runnable;)V]
RunnableQueue.preemptLater ( Runnable p1 ) : void
[mangled: org/apache/batik/util/RunnableQueue.preemptLater:(Ljava/lang/Runnable;)V]
RunnableQueue.resumeExecution ( ) : void
[mangled: org/apache/batik/util/RunnableQueue.resumeExecution:()V]
RunnableQueue.run ( ) : void
[mangled: org/apache/batik/util/RunnableQueue.run:()V]
RunnableQueue.runnableInvoked ( Runnable p1 ) : void
[mangled: org/apache/batik/util/RunnableQueue.runnableInvoked:(Ljava/lang/Runnable;)V]
RunnableQueue.RunnableQueue ( )
[mangled: org/apache/batik/util/RunnableQueue."<init>":()V]
RunnableQueue.setRunHandler ( RunnableQueue.RunHandler p1 ) : void
[mangled: org/apache/batik/util/RunnableQueue.setRunHandler:(Lorg/apache/batik/util/RunnableQueue$RunHandler;)V]
RunnableQueue.suspendExecution ( boolean p1 ) : void
[mangled: org/apache/batik/util/RunnableQueue.suspendExecution:(Z)V]
cdk-1.0.4.jar, RunnableQueueState.class
package org.apache.batik.util
RunnableQueue.RunnableQueueState.getValue ( ) : String
[mangled: org/apache/batik/util/RunnableQueue.RunnableQueueState.getValue:()Ljava/lang/String;]
RunnableQueue.RunnableQueueState.toString ( ) : String
[mangled: org/apache/batik/util/RunnableQueue.RunnableQueueState.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, RXNConverter.class
package org.xmlcml.cml.legacy.react
RXNConverter.getInDir ( ) : String
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.getInDir:()Ljava/lang/String;]
RXNConverter.getOutDir ( ) : String
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.getOutDir:()Ljava/lang/String;]
RXNConverter.getVersion ( ) : String
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.getVersion:()Ljava/lang/String;]
RXNConverter.main ( String[ ] args ) [static] : void
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.main:([Ljava/lang/String;)V]
RXNConverter.output ( Writer writer ) : String
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.output:(Ljava/io/Writer;)Ljava/lang/String;]
RXNConverter.parse ( File infile ) [static] : Document
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.parse:(Ljava/io/File;)Lnu/xom/Document;]
RXNConverter.process ( ) : void
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.process:()V]
RXNConverter.read ( Document doc, LineNumberReader br ) : Document
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.read:(Lnu/xom/Document;Ljava/io/LineNumberReader;)Lnu/xom/Document;]
RXNConverter.read ( LineNumberReader br ) : Document
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.read:(Ljava/io/LineNumberReader;)Lnu/xom/Document;]
RXNConverter.readFileHeader ( LineNumberReader br ) : void
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.readFileHeader:(Ljava/io/LineNumberReader;)V]
RXNConverter.readReaction ( Document doc, LineNumberReader br ) : CMLReaction
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.readReaction:(Lnu/xom/Document;Ljava/io/LineNumberReader;)Lorg/xmlcml/cml/element/CMLReaction;]
RXNConverter.readReaction ( LineNumberReader br ) : CMLReaction
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.readReaction:(Ljava/io/LineNumberReader;)Lorg/xmlcml/cml/element/CMLReaction;]
RXNConverter.RXNConverter ( )
[mangled: org/xmlcml/cml/legacy/react/RXNConverter."<init>":()V]
RXNConverter.RXNConverter ( String reactionId )
[mangled: org/xmlcml/cml/legacy/react/RXNConverter."<init>":(Ljava/lang/String;)V]
RXNConverter.setInDir ( String inDir ) : void
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.setInDir:(Ljava/lang/String;)V]
RXNConverter.setOutDir ( String outDir ) : void
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.setOutDir:(Ljava/lang/String;)V]
RXNConverter.splitAndReorganizeMolecules ( CMLElement parent, Elements childMolecules, int count, String id ) [static] : List
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.splitAndReorganizeMolecules:(Lorg/xmlcml/cml/base/CMLElement;Lnu/xom/Elements;ILjava/lang/String;)Ljava/util/List;]
RXNConverter.writeData ( Writer writer ) : String
[mangled: org/xmlcml/cml/legacy/react/RXNConverter.writeData:(Ljava/io/Writer;)Ljava/lang/String;]
cdk-1.0.4.jar, SAXDocumentFactory.class
package org.apache.batik.dom.util
SAXDocumentFactory.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.characters:([CII)V]
SAXDocumentFactory.comment ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.comment:([CII)V]
SAXDocumentFactory.createDocument ( InputSource p1 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1, InputStream p2 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1, Reader p2 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;Ljava/io/Reader;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1, String p2, String p3 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1, String p2, String p3, InputSource p4 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1, String p2, String p3, InputStream p4 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1, String p2, String p3, Reader p4 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.createDocument ( String p1, String p2, String p3, XMLReader p4 ) : Document
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.createDocument:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/XMLReader;)Lorg/w3c/dom/Document;]
SAXDocumentFactory.endCDATA ( ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.endCDATA:()V]
SAXDocumentFactory.endDTD ( ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.endDTD:()V]
SAXDocumentFactory.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SAXDocumentFactory.endEntity ( String p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.endEntity:(Ljava/lang/String;)V]
SAXDocumentFactory.error ( SAXParseException p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.error:(Lorg/xml/sax/SAXParseException;)V]
SAXDocumentFactory.fatalError ( SAXParseException p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.fatalError:(Lorg/xml/sax/SAXParseException;)V]
SAXDocumentFactory.getDocumentDescriptor ( ) : DocumentDescriptor
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.getDocumentDescriptor:()Lorg/apache/batik/dom/util/DocumentDescriptor;]
SAXDocumentFactory.isValidating ( ) : boolean
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.isValidating:()Z]
SAXDocumentFactory.processingInstruction ( String p1, String p2 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
SAXDocumentFactory.SAXDocumentFactory ( DOMImplementation p1, String p2 )
[mangled: org/apache/batik/dom/util/SAXDocumentFactory."<init>":(Lorg/w3c/dom/DOMImplementation;Ljava/lang/String;)V]
SAXDocumentFactory.SAXDocumentFactory ( DOMImplementation p1, String p2, boolean p3 )
[mangled: org/apache/batik/dom/util/SAXDocumentFactory."<init>":(Lorg/w3c/dom/DOMImplementation;Ljava/lang/String;Z)V]
SAXDocumentFactory.setDocumentLocator ( Locator p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
SAXDocumentFactory.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
SAXDocumentFactory.setValidating ( boolean p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.setValidating:(Z)V]
SAXDocumentFactory.startCDATA ( ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.startCDATA:()V]
SAXDocumentFactory.startDocument ( ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.startDocument:()V]
SAXDocumentFactory.startDTD ( String p1, String p2, String p3 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SAXDocumentFactory.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
SAXDocumentFactory.startEntity ( String p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.startEntity:(Ljava/lang/String;)V]
SAXDocumentFactory.warning ( SAXParseException p1 ) : void
[mangled: org/apache/batik/dom/util/SAXDocumentFactory.warning:(Lorg/xml/sax/SAXParseException;)V]
cdk-1.0.4.jar, SAXEventGenerator.class
package org.apache.xindice.xml.sax
SAXEventGenerator.getContentHandler ( ) : ContentHandler
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.getContentHandler:()Lorg/xml/sax/ContentHandler;]
SAXEventGenerator.getDTDHandler ( ) : DTDHandler
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.getDTDHandler:()Lorg/xml/sax/DTDHandler;]
SAXEventGenerator.getEntityResolver ( ) : EntityResolver
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.getEntityResolver:()Lorg/xml/sax/EntityResolver;]
SAXEventGenerator.getErrorHandler ( ) : ErrorHandler
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.getErrorHandler:()Lorg/xml/sax/ErrorHandler;]
SAXEventGenerator.getFeature ( String name ) : boolean
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.getFeature:(Ljava/lang/String;)Z]
SAXEventGenerator.getProperty ( String name ) : Object
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
SAXEventGenerator.parse ( InputSource input ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.parse:(Lorg/xml/sax/InputSource;)V]
SAXEventGenerator.parse ( String systemId ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.parse:(Ljava/lang/String;)V]
SAXEventGenerator.processContainer ( boolean element, int pos, int len ) : boolean
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.processContainer:(ZII)Z]
SAXEventGenerator.SAXEventGenerator ( Document doc )
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator."<init>":(Lorg/w3c/dom/Document;)V]
SAXEventGenerator.SAXEventGenerator ( SymbolTable symbols, byte[ ] data )
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator."<init>":(Lorg/apache/xindice/xml/SymbolTable;[B)V]
SAXEventGenerator.SAXEventGenerator ( SymbolTable symbols, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator."<init>":(Lorg/apache/xindice/xml/SymbolTable;[BII)V]
SAXEventGenerator.setContentHandler ( ContentHandler handler ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
SAXEventGenerator.setDTDHandler ( DTDHandler handler ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
SAXEventGenerator.setEntityResolver ( EntityResolver resolver ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
SAXEventGenerator.setErrorHandler ( ErrorHandler handler ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
SAXEventGenerator.setFeature ( String name, boolean value ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.setFeature:(Ljava/lang/String;Z)V]
SAXEventGenerator.setProperty ( String name, Object value ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
SAXEventGenerator.start ( ) : boolean
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.start:()Z]
SAXEventGenerator.stop ( ) : void
[mangled: org/apache/xindice/xml/sax/SAXEventGenerator.stop:()V]
cdk-1.0.4.jar, ScreenCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.ScreenCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.ScreenCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, ScreenCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.ScreenCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.ScreenCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, Script.class
package org.apache.batik.svggen.font.table
Script.getDefaultLangSys ( ) : LangSys
[mangled: org/apache/batik/svggen/font/table/Script.getDefaultLangSys:()Lorg/apache/batik/svggen/font/table/LangSys;]
Script.Script ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/Script."<init>":(Ljava/io/RandomAccessFile;I)V]
package org.apache.xindice.server
Script.getAccessMethods ( ) [abstract] : int
[mangled: org/apache/xindice/server/Script.getAccessMethods:()I]
Script.run ( Gateway p1 ) [abstract] : void
[mangled: org/apache/xindice/server/Script.run:(Lorg/apache/xindice/server/Gateway;)V]
cdk-1.0.4.jar, ScriptFilter.class
package org.apache.xindice.server
ScriptFilter.isPackageFiltered ( String p1 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ScriptFilter.isPackageFiltered:(Ljava/lang/String;)Z]
ScriptFilter.run ( Script p1, Gateway p2 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ScriptFilter.run:(Lorg/apache/xindice/server/Script;Lorg/apache/xindice/server/Gateway;)Z]
cdk-1.0.4.jar, ScriptList.class
package org.apache.batik.svggen.font.table
ScriptList.findScript ( String p1 ) : Script
[mangled: org/apache/batik/svggen/font/table/ScriptList.findScript:(Ljava/lang/String;)Lorg/apache/batik/svggen/font/table/Script;]
ScriptList.getScriptCount ( ) : int
[mangled: org/apache/batik/svggen/font/table/ScriptList.getScriptCount:()I]
ScriptList.getScriptRecord ( int p1 ) : ScriptRecord
[mangled: org/apache/batik/svggen/font/table/ScriptList.getScriptRecord:(I)Lorg/apache/batik/svggen/font/table/ScriptRecord;]
ScriptList.ScriptList ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/ScriptList."<init>":(Ljava/io/RandomAccessFile;I)V]
cdk-1.0.4.jar, ScriptManager.class
package org.apache.xindice.server
ScriptManager.addScript ( String p1, Script p2 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ScriptManager.addScript:(Ljava/lang/String;Lorg/apache/xindice/server/Script;)Z]
ScriptManager.getScript ( String p1 ) [abstract] : Script
[mangled: org/apache/xindice/server/ScriptManager.getScript:(Ljava/lang/String;)Lorg/apache/xindice/server/Script;]
ScriptManager.removeScript ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/server/ScriptManager.removeScript:(Ljava/lang/String;)V]
ScriptManager.runScript ( Script p1, Gateway p2, boolean p3 ) [abstract] : void
[mangled: org/apache/xindice/server/ScriptManager.runScript:(Lorg/apache/xindice/server/Script;Lorg/apache/xindice/server/Gateway;Z)V]
ScriptManager.runScript ( String p1, Gateway p2, boolean p3 ) [abstract] : void
[mangled: org/apache/xindice/server/ScriptManager.runScript:(Ljava/lang/String;Lorg/apache/xindice/server/Gateway;Z)V]
cdk-1.0.4.jar, ScriptRecord.class
package org.apache.batik.svggen.font.table
ScriptRecord.getOffset ( ) : int
[mangled: org/apache/batik/svggen/font/table/ScriptRecord.getOffset:()I]
ScriptRecord.getTag ( ) : int
[mangled: org/apache/batik/svggen/font/table/ScriptRecord.getTag:()I]
ScriptRecord.ScriptRecord ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/ScriptRecord."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, SDFConverter.class
package org.xmlcml.cml.legacy.molecule
SDFConverter.getAddOrder ( ) : boolean
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.getAddOrder:()Z]
SDFConverter.getDocument ( ) : Document
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.getDocument:()Lnu/xom/Document;]
SDFConverter.getJoin ( ) : boolean
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.getJoin:()Z]
SDFConverter.getVersion ( ) : String
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.getVersion:()Ljava/lang/String;]
SDFConverter.main ( String[ ] args ) [static] : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.main:([Ljava/lang/String;)V]
SDFConverter.read ( Document doc, Reader reader ) : Document
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.read:(Lnu/xom/Document;Ljava/io/Reader;)Lnu/xom/Document;]
SDFConverter.readSDF ( Reader reader ) : Document
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.readSDF:(Ljava/io/Reader;)Lnu/xom/Document;]
SDFConverter.readXML ( Reader r ) : Document
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.readXML:(Ljava/io/Reader;)Lnu/xom/Document;]
SDFConverter.SDFConverter ( )
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter."<init>":()V]
SDFConverter.setAddOrder ( boolean addOrder ) : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.setAddOrder:(Z)V]
SDFConverter.setDocument ( Document doc ) : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.setDocument:(Lnu/xom/Document;)V]
SDFConverter.setJoin ( boolean join ) : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.setJoin:(Z)V]
SDFConverter.setVvv ( boolean vvv ) : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.setVvv:(Z)V]
SDFConverter.usage ( PrintStream out ) [static] : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.usage:(Ljava/io/PrintStream;)V]
SDFConverter.write ( Writer writer ) : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.write:(Ljava/io/Writer;)V]
SDFConverter.writeData ( Writer writer, CMLMolecule mol ) : void
[mangled: org/xmlcml/cml/legacy/molecule/SDFConverter.writeData:(Ljava/io/Writer;Lorg/xmlcml/cml/element/CMLMolecule;)V]
cdk-1.0.4.jar, SDFSubstructureFinder.class
package org.openscience.cdk.applications
SDFSubstructureFinder.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/SDFSubstructureFinder.main:([Ljava/lang/String;)V]
SDFSubstructureFinder.SDFSubstructureFinder ( )
[mangled: org/openscience/cdk/applications/SDFSubstructureFinder."<init>":()V]
cdk-1.0.4.jar, SecurityException.class
package org.apache.xindice.core.security
SecurityException.SecurityException ( int faultCode )
[mangled: org/apache/xindice/core/security/SecurityException."<init>":(I)V]
SecurityException.SecurityException ( int faultCode, String message )
[mangled: org/apache/xindice/core/security/SecurityException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, SeekableOutputStream.class
package org.apache.batik.ext.awt.image.codec
SeekableOutputStream.close ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream.close:()V]
SeekableOutputStream.flush ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream.flush:()V]
SeekableOutputStream.getFilePointer ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream.getFilePointer:()J]
SeekableOutputStream.seek ( long p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream.seek:(J)V]
SeekableOutputStream.SeekableOutputStream ( RandomAccessFile p1 )
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream."<init>":(Ljava/io/RandomAccessFile;)V]
SeekableOutputStream.write ( byte[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream.write:([B)V]
SeekableOutputStream.write ( byte[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream.write:([BII)V]
SeekableOutputStream.write ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableOutputStream.write:(I)V]
cdk-1.0.4.jar, SeekableStream.class
package org.apache.batik.ext.awt.image.codec
SeekableStream.canSeekBackwards ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.canSeekBackwards:()Z]
SeekableStream.finalize ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.finalize:()V]
SeekableStream.getFilePointer ( ) [abstract] : long
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.getFilePointer:()J]
SeekableStream.mark ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.mark:(I)V]
SeekableStream.markSupported ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.markSupported:()Z]
SeekableStream.read ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.read:()I]
SeekableStream.read ( byte[ ] p1, int p2, int p3 ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.read:([BII)I]
SeekableStream.readBoolean ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readBoolean:()Z]
SeekableStream.readByte ( ) : byte
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readByte:()B]
SeekableStream.readChar ( ) : char
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readChar:()C]
SeekableStream.readCharLE ( ) : char
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readCharLE:()C]
SeekableStream.readDouble ( ) : double
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readDouble:()D]
SeekableStream.readDoubleLE ( ) : double
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readDoubleLE:()D]
SeekableStream.readFloat ( ) : float
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readFloat:()F]
SeekableStream.readFloatLE ( ) : float
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readFloatLE:()F]
SeekableStream.readFully ( byte[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readFully:([B)V]
SeekableStream.readFully ( byte[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readFully:([BII)V]
SeekableStream.readInt ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readInt:()I]
SeekableStream.readIntLE ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readIntLE:()I]
SeekableStream.readLine ( ) : String
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readLine:()Ljava/lang/String;]
SeekableStream.readLong ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readLong:()J]
SeekableStream.readLongLE ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readLongLE:()J]
SeekableStream.readShort ( ) : short
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readShort:()S]
SeekableStream.readShortLE ( ) : short
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readShortLE:()S]
SeekableStream.readUnsignedByte ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readUnsignedByte:()I]
SeekableStream.readUnsignedInt ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readUnsignedInt:()J]
SeekableStream.readUnsignedIntLE ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readUnsignedIntLE:()J]
SeekableStream.readUnsignedShort ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readUnsignedShort:()I]
SeekableStream.readUnsignedShortLE ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readUnsignedShortLE:()I]
SeekableStream.readUTF ( ) : String
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.readUTF:()Ljava/lang/String;]
SeekableStream.reset ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.reset:()V]
SeekableStream.seek ( long p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.seek:(J)V]
SeekableStream.SeekableStream ( )
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream."<init>":()V]
SeekableStream.skipBytes ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.skipBytes:(I)I]
SeekableStream.wrapInputStream ( InputStream p1, boolean p2 ) [static] : SeekableStream
[mangled: org/apache/batik/ext/awt/image/codec/SeekableStream.wrapInputStream:(Ljava/io/InputStream;Z)Lorg/apache/batik/ext/awt/image/codec/SeekableStream;]
cdk-1.0.4.jar, Sequencer.class
package org.apache.xindice.core.system
Sequencer.create ( String name ) : void
[mangled: org/apache/xindice/core/system/Sequencer.create:(Ljava/lang/String;)V]
Sequencer.createValue ( String name, long value ) : void
[mangled: org/apache/xindice/core/system/Sequencer.createValue:(Ljava/lang/String;J)V]
Sequencer.next ( String name ) : long
[mangled: org/apache/xindice/core/system/Sequencer.next:(Ljava/lang/String;)J]
Sequencer.remove ( String name ) : void
[mangled: org/apache/xindice/core/system/Sequencer.remove:(Ljava/lang/String;)V]
Sequencer.reset ( String name, long value ) : void
[mangled: org/apache/xindice/core/system/Sequencer.reset:(Ljava/lang/String;J)V]
Sequencer.Sequencer ( )
[mangled: org/apache/xindice/core/system/Sequencer."<init>":()V]
cdk-1.0.4.jar, ServantManagementHelper.class
package org.apache.xindice.client.corba.db
ServantManagementHelper.extract ( CORBA.Any a ) [static] : ServantManagement
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.extract:(Lorg/omg/CORBA/Any;)Lorg/apache/xindice/client/corba/db/ServantManagement;]
ServantManagementHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.id:()Ljava/lang/String;]
ServantManagementHelper.insert ( CORBA.Any a, ServantManagement t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.insert:(Lorg/omg/CORBA/Any;Lorg/apache/xindice/client/corba/db/ServantManagement;)V]
ServantManagementHelper.narrow ( CORBA.Object obj ) [static] : ServantManagement
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/ServantManagement;]
ServantManagementHelper.read ( CORBA.portable.InputStream istream ) [static] : ServantManagement
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/apache/xindice/client/corba/db/ServantManagement;]
ServantManagementHelper.ServantManagementHelper ( )
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper."<init>":()V]
ServantManagementHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.type:()Lorg/omg/CORBA/TypeCode;]
ServantManagementHelper.unchecked_narrow ( CORBA.Object obj ) [static] : ServantManagement
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.unchecked_narrow:(Lorg/omg/CORBA/Object;)Lorg/apache/xindice/client/corba/db/ServantManagement;]
ServantManagementHelper.write ( CORBA.portable.OutputStream ostream, ServantManagement value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/ServantManagementHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/apache/xindice/client/corba/db/ServantManagement;)V]
cdk-1.0.4.jar, ServantManagementHolder.class
package org.apache.xindice.client.corba.db
ServantManagementHolder._read ( CORBA.portable.InputStream istream ) : void
[mangled: org/apache/xindice/client/corba/db/ServantManagementHolder._read:(Lorg/omg/CORBA/portable/InputStream;)V]
ServantManagementHolder._type ( ) : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/ServantManagementHolder._type:()Lorg/omg/CORBA/TypeCode;]
ServantManagementHolder._write ( CORBA.portable.OutputStream ostream ) : void
[mangled: org/apache/xindice/client/corba/db/ServantManagementHolder._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
ServantManagementHolder.ServantManagementHolder ( )
[mangled: org/apache/xindice/client/corba/db/ServantManagementHolder."<init>":()V]
ServantManagementHolder.ServantManagementHolder ( ServantManagement initial )
[mangled: org/apache/xindice/client/corba/db/ServantManagementHolder."<init>":(Lorg/apache/xindice/client/corba/db/ServantManagement;)V]
cdk-1.0.4.jar, ServantManagementOperations.class
package org.apache.xindice.client.corba.db
ServantManagementOperations.remove ( ) [abstract] : void
[mangled: org/apache/xindice/client/corba/db/ServantManagementOperations.remove:()V]
cdk-1.0.4.jar, ServantManagementPOA.class
package org.apache.xindice.client.corba.db
ServantManagementPOA._all_interfaces ( PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOA._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
ServantManagementPOA._invoke ( String opName, CORBA.portable.InputStream _is, CORBA.portable.ResponseHandler handler ) : CORBA.portable.OutputStream
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOA._invoke:(Ljava/lang/String;Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/portable/ResponseHandler;)Lorg/omg/CORBA/portable/OutputStream;]
ServantManagementPOA._this ( ) : ServantManagement
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOA._this:()Lorg/apache/xindice/client/corba/db/ServantManagement;]
ServantManagementPOA._this ( CORBA.ORB orb ) : ServantManagement
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOA._this:(Lorg/omg/CORBA/ORB;)Lorg/apache/xindice/client/corba/db/ServantManagement;]
ServantManagementPOA.ServantManagementPOA ( )
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOA."<init>":()V]
cdk-1.0.4.jar, ServantManagementPOATie.class
package org.apache.xindice.client.corba.db
ServantManagementPOATie._default_POA ( ) : PortableServer.POA
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOATie._default_POA:()Lorg/omg/PortableServer/POA;]
ServantManagementPOATie._delegate ( ) : ServantManagementOperations
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOATie._delegate:()Lorg/apache/xindice/client/corba/db/ServantManagementOperations;]
ServantManagementPOATie._delegate ( ServantManagementOperations delegate_ ) : void
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOATie._delegate:(Lorg/apache/xindice/client/corba/db/ServantManagementOperations;)V]
ServantManagementPOATie.remove ( ) : void
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOATie.remove:()V]
ServantManagementPOATie.ServantManagementPOATie ( ServantManagementOperations tieObject )
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOATie."<init>":(Lorg/apache/xindice/client/corba/db/ServantManagementOperations;)V]
ServantManagementPOATie.ServantManagementPOATie ( ServantManagementOperations tieObject, PortableServer.POA poa )
[mangled: org/apache/xindice/client/corba/db/ServantManagementPOATie."<init>":(Lorg/apache/xindice/client/corba/db/ServantManagementOperations;Lorg/omg/PortableServer/POA;)V]
cdk-1.0.4.jar, Service.class
package org.apache.batik.util
Service.providers ( Class p1 ) [static] : Iterator
[mangled: org/apache/batik/util/Service.providers:(Ljava/lang/Class;)Ljava/util/Iterator;]
Service.Service ( )
[mangled: org/apache/batik/util/Service."<init>":()V]
package org.apache.xindice.server
Service.initialize ( ) [abstract] : int
[mangled: org/apache/xindice/server/Service.initialize:()I]
Service.resume ( ) [abstract] : int
[mangled: org/apache/xindice/server/Service.resume:()I]
Service.start ( ) [abstract] : int
[mangled: org/apache/xindice/server/Service.start:()I]
Service.status ( ) [abstract] : int
[mangled: org/apache/xindice/server/Service.status:()I]
Service.statusMessage ( ) [abstract] : String
[mangled: org/apache/xindice/server/Service.statusMessage:()Ljava/lang/String;]
Service.stop ( ) [abstract] : int
[mangled: org/apache/xindice/server/Service.stop:()I]
Service.suspend ( ) [abstract] : int
[mangled: org/apache/xindice/server/Service.suspend:()I]
Service.uninitialize ( ) [abstract] : int
[mangled: org/apache/xindice/server/Service.uninitialize:()I]
package org.xmldb.api.base
Service.getName ( ) [abstract] : String
[mangled: org/xmldb/api/base/Service.getName:()Ljava/lang/String;]
Service.getVersion ( ) [abstract] : String
[mangled: org/xmldb/api/base/Service.getVersion:()Ljava/lang/String;]
Service.setCollection ( Collection p1 ) [abstract] : void
[mangled: org/xmldb/api/base/Service.setCollection:(Lorg/xmldb/api/base/Collection;)V]
cdk-1.0.4.jar, ServiceManager.class
package org.apache.xindice.server
ServiceManager.addService ( Service p1 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ServiceManager.addService:(Lorg/apache/xindice/server/Service;)Z]
ServiceManager.getService ( String p1 ) [abstract] : Service
[mangled: org/apache/xindice/server/ServiceManager.getService:(Ljava/lang/String;)Lorg/apache/xindice/server/Service;]
ServiceManager.listServices ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/server/ServiceManager.listServices:()[Ljava/lang/String;]
ServiceManager.removeService ( Service p1 ) [abstract] : boolean
[mangled: org/apache/xindice/server/ServiceManager.removeService:(Lorg/apache/xindice/server/Service;)Z]
ServiceManager.startServices ( ) [abstract] : boolean
[mangled: org/apache/xindice/server/ServiceManager.startServices:()Z]
ServiceManager.stopServices ( ) [abstract] : void
[mangled: org/apache/xindice/server/ServiceManager.stopServices:()V]
cdk-1.0.4.jar, ShapeExtender.class
package org.apache.batik.ext.awt.geom
ShapeExtender.contains ( double p1, double p2 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.contains:(DD)Z]
ShapeExtender.contains ( double p1, double p2, double p3, double p4 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.contains:(DDDD)Z]
ShapeExtender.contains ( Point2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.contains:(Ljava/awt/geom/Point2D;)Z]
ShapeExtender.contains ( Rectangle2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.contains:(Ljava/awt/geom/Rectangle2D;)Z]
ShapeExtender.getBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.getBounds:()Ljava/awt/Rectangle;]
ShapeExtender.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
ShapeExtender.getExtendedPathIterator ( ) : ExtendedPathIterator
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.getExtendedPathIterator:()Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;]
ShapeExtender.getPathIterator ( AffineTransform p1 ) : PathIterator
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.getPathIterator:(Ljava/awt/geom/AffineTransform;)Ljava/awt/geom/PathIterator;]
ShapeExtender.getPathIterator ( AffineTransform p1, double p2 ) : PathIterator
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.getPathIterator:(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;]
ShapeExtender.intersects ( double p1, double p2, double p3, double p4 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.intersects:(DDDD)Z]
ShapeExtender.intersects ( Rectangle2D p1 ) : boolean
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender.intersects:(Ljava/awt/geom/Rectangle2D;)Z]
ShapeExtender.ShapeExtender ( Shape p1 )
[mangled: org/apache/batik/ext/awt/geom/ShapeExtender."<init>":(Ljava/awt/Shape;)V]
cdk-1.0.4.jar, Shutdown.class
package org.apache.xindice.tools.command
Shutdown.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/Shutdown.execute:(Ljava/util/Hashtable;)Z]
Shutdown.Shutdown ( )
[mangled: org/apache/xindice/tools/command/Shutdown."<init>":()V]
cdk-1.0.4.jar, SimpleBasisSet.class
package org.openscience.cdk.math.qm
SimpleBasisSet.SimpleBasisSet ( IAtom[ ] atoms )
[mangled: org/openscience/cdk/math/qm/SimpleBasisSet."<init>":([Lorg/openscience/cdk/interfaces/IAtom;)V]
cdk-1.0.4.jar, SimpleConfigurable.class
package org.apache.xindice.util
SimpleConfigurable.getConfig ( ) : Configuration
[mangled: org/apache/xindice/util/SimpleConfigurable.getConfig:()Lorg/apache/xindice/util/Configuration;]
SimpleConfigurable.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/util/SimpleConfigurable.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
SimpleConfigurable.SimpleConfigurable ( )
[mangled: org/apache/xindice/util/SimpleConfigurable."<init>":()V]
SimpleConfigurable.SimpleConfigurable ( Configuration config )
[mangled: org/apache/xindice/util/SimpleConfigurable."<init>":(Lorg/apache/xindice/util/Configuration;)V]
cdk-1.0.4.jar, SimpleController2D.class
package org.openscience.cdk.controller
SimpleController2D.mousePressed ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SimpleController2D.mousePressed:(Ljava/awt/event/MouseEvent;)V]
SimpleController2D.mouseReleased ( MouseEvent event ) : void
[mangled: org/openscience/cdk/controller/SimpleController2D.mouseReleased:(Ljava/awt/event/MouseEvent;)V]
SimpleController2D.SimpleController2D ( )
[mangled: org/openscience/cdk/controller/SimpleController2D."<init>":()V]
SimpleController2D.SimpleController2D ( Controller2DModel c2dm )
[mangled: org/openscience/cdk/controller/SimpleController2D."<init>":(Lorg/openscience/cdk/controller/Controller2DModel;)V]
SimpleController2D.SimpleController2D ( Renderer2DModel r2dm, Controller2DModel c2dm )
[mangled: org/openscience/cdk/controller/SimpleController2D."<init>":(Lorg/openscience/cdk/renderer/Renderer2DModel;Lorg/openscience/cdk/controller/Controller2DModel;)V]
cdk-1.0.4.jar, SimpleEventFactory.class
package org.apache.batik.dom.events
DocumentEventSupport.SimpleEventFactory.createEvent ( ) : Event
[mangled: org/apache/batik/dom/events/DocumentEventSupport.SimpleEventFactory.createEvent:()Lorg/w3c/dom/events/Event;]
DocumentEventSupport.SimpleEventFactory.DocumentEventSupport.SimpleEventFactory ( )
[mangled: org/apache/batik/dom/events/DocumentEventSupport.SimpleEventFactory."<init>":()V]
cdk-1.0.4.jar, SimpleImageHandler.class
package org.apache.batik.svggen
SimpleImageHandler.createElement ( SVGGeneratorContext p1 ) : Element
[mangled: org/apache/batik/svggen/SimpleImageHandler.createElement:(Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/w3c/dom/Element;]
SimpleImageHandler.handleEmptyImage ( Element p1 ) : void
[mangled: org/apache/batik/svggen/SimpleImageHandler.handleEmptyImage:(Lorg/w3c/dom/Element;)V]
SimpleImageHandler.handleImage ( Image p1, Element p2, int p3, int p4, int p5, int p6, SVGGeneratorContext p7 ) : AffineTransform
[mangled: org/apache/batik/svggen/SimpleImageHandler.handleImage:(Ljava/awt/Image;Lorg/w3c/dom/Element;IIIILorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
SimpleImageHandler.handleImage ( RenderableImage p1, Element p2, double p3, double p4, double p5, double p6, SVGGeneratorContext p7 ) : AffineTransform
[mangled: org/apache/batik/svggen/SimpleImageHandler.handleImage:(Ljava/awt/image/renderable/RenderableImage;Lorg/w3c/dom/Element;DDDDLorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
SimpleImageHandler.handleImage ( RenderedImage p1, Element p2, int p3, int p4, int p5, int p6, SVGGeneratorContext p7 ) : AffineTransform
[mangled: org/apache/batik/svggen/SimpleImageHandler.handleImage:(Ljava/awt/image/RenderedImage;Lorg/w3c/dom/Element;IIIILorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/awt/geom/AffineTransform;]
SimpleImageHandler.setDOMTreeManager ( DOMTreeManager p1 ) : void
[mangled: org/apache/batik/svggen/SimpleImageHandler.setDOMTreeManager:(Lorg/apache/batik/svggen/DOMTreeManager;)V]
SimpleImageHandler.setImageAttributes ( Element p1, double p2, double p3, double p4, double p5, SVGGeneratorContext p6 ) : void
[mangled: org/apache/batik/svggen/SimpleImageHandler.setImageAttributes:(Lorg/w3c/dom/Element;DDDDLorg/apache/batik/svggen/SVGGeneratorContext;)V]
SimpleImageHandler.SimpleImageHandler ( ImageHandler p1 )
[mangled: org/apache/batik/svggen/SimpleImageHandler."<init>":(Lorg/apache/batik/svggen/ImageHandler;)V]
cdk-1.0.4.jar, SimpleReflectable.class
package org.apache.xindice.core.objects
SimpleReflectable.getName ( ) : String
[mangled: org/apache/xindice/core/objects/SimpleReflectable.getName:()Ljava/lang/String;]
SimpleReflectable.getReflector ( ) : Reflector
[mangled: org/apache/xindice/core/objects/SimpleReflectable.getReflector:()Lorg/apache/xindice/core/objects/Reflector;]
SimpleReflectable.queryInterface ( ) : Document
[mangled: org/apache/xindice/core/objects/SimpleReflectable.queryInterface:()Lorg/w3c/dom/Document;]
SimpleReflectable.reclaim ( ) : void
[mangled: org/apache/xindice/core/objects/SimpleReflectable.reclaim:()V]
SimpleReflectable.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/objects/SimpleReflectable.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
SimpleReflectable.setPool ( ObjectPool pool ) : void
[mangled: org/apache/xindice/core/objects/SimpleReflectable.setPool:(Lorg/apache/xindice/util/ObjectPool;)V]
SimpleReflectable.SimpleReflectable ( )
[mangled: org/apache/xindice/core/objects/SimpleReflectable."<init>":()V]
cdk-1.0.4.jar, SimpleRenderedImage.class
package org.apache.batik.ext.awt.image.codec
SimpleRenderedImage.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
SimpleRenderedImage.getBounds ( ) : Rectangle
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getBounds:()Ljava/awt/Rectangle;]
SimpleRenderedImage.getColorModel ( ) : ColorModel
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getColorModel:()Ljava/awt/image/ColorModel;]
SimpleRenderedImage.getData ( ) : Raster
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getData:()Ljava/awt/image/Raster;]
SimpleRenderedImage.getData ( Rectangle p1 ) : Raster
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;]
SimpleRenderedImage.getHeight ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getHeight:()I]
SimpleRenderedImage.getMaxTileX ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMaxTileX:()I]
SimpleRenderedImage.getMaxTileY ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMaxTileY:()I]
SimpleRenderedImage.getMaxX ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMaxX:()I]
SimpleRenderedImage.getMaxY ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMaxY:()I]
SimpleRenderedImage.getMinTileX ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMinTileX:()I]
SimpleRenderedImage.getMinTileY ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMinTileY:()I]
SimpleRenderedImage.getMinX ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMinX:()I]
SimpleRenderedImage.getMinY ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getMinY:()I]
SimpleRenderedImage.getNumXTiles ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getNumXTiles:()I]
SimpleRenderedImage.getNumYTiles ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getNumYTiles:()I]
SimpleRenderedImage.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
SimpleRenderedImage.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getPropertyNames:()[Ljava/lang/String;]
SimpleRenderedImage.getPropertyNames ( String p1 ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getPropertyNames:(Ljava/lang/String;)[Ljava/lang/String;]
SimpleRenderedImage.getSampleModel ( ) : SampleModel
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getSampleModel:()Ljava/awt/image/SampleModel;]
SimpleRenderedImage.getSources ( ) : Vector
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getSources:()Ljava/util/Vector;]
SimpleRenderedImage.getTile ( int p1, int p2 ) [abstract] : Raster
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getTile:(II)Ljava/awt/image/Raster;]
SimpleRenderedImage.getTileGridXOffset ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getTileGridXOffset:()I]
SimpleRenderedImage.getTileGridYOffset ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getTileGridYOffset:()I]
SimpleRenderedImage.getTileHeight ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getTileHeight:()I]
SimpleRenderedImage.getTileWidth ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getTileWidth:()I]
SimpleRenderedImage.getWidth ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.getWidth:()I]
SimpleRenderedImage.SimpleRenderedImage ( )
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage."<init>":()V]
SimpleRenderedImage.tileXToX ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.tileXToX:(I)I]
SimpleRenderedImage.tileXToX ( int p1, int p2, int p3 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.tileXToX:(III)I]
SimpleRenderedImage.tileYToY ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.tileYToY:(I)I]
SimpleRenderedImage.tileYToY ( int p1, int p2, int p3 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.tileYToY:(III)I]
SimpleRenderedImage.XToTileX ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.XToTileX:(I)I]
SimpleRenderedImage.XToTileX ( int p1, int p2, int p3 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.XToTileX:(III)I]
SimpleRenderedImage.YToTileY ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.YToTileY:(I)I]
SimpleRenderedImage.YToTileY ( int p1, int p2, int p3 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/codec/SimpleRenderedImage.YToTileY:(III)I]
cdk-1.0.4.jar, SimpleRenderer2D.class
package org.openscience.cdk.renderer
SimpleRenderer2D.paintMolecule ( IAtomContainer atomCon, Graphics2D graphics ) : void
[mangled: org/openscience/cdk/renderer/SimpleRenderer2D.paintMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Graphics2D;)V]
SimpleRenderer2D.paintMolecule ( IAtomContainer atomCon, Graphics2D graphics, boolean split, boolean redossr ) : void
[mangled: org/openscience/cdk/renderer/SimpleRenderer2D.paintMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Graphics2D;ZZ)V]
SimpleRenderer2D.paintMolecule ( IAtomContainer atomCon, Graphics2D graphics, Rectangle2D bounds ) : void
[mangled: org/openscience/cdk/renderer/SimpleRenderer2D.paintMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/awt/Graphics2D;Ljava/awt/geom/Rectangle2D;)V]
SimpleRenderer2D.redoSSSR ( List moleculesList ) : void
[mangled: org/openscience/cdk/renderer/SimpleRenderer2D.redoSSSR:(Ljava/util/List;)V]
SimpleRenderer2D.SimpleRenderer2D ( )
[mangled: org/openscience/cdk/renderer/SimpleRenderer2D."<init>":()V]
SimpleRenderer2D.SimpleRenderer2D ( Renderer2DModel r2dm )
[mangled: org/openscience/cdk/renderer/SimpleRenderer2D."<init>":(Lorg/openscience/cdk/renderer/Renderer2DModel;)V]
cdk-1.0.4.jar, SimpleScript.class
package org.apache.xindice.server
SimpleScript.getAccessMethods ( ) : int
[mangled: org/apache/xindice/server/SimpleScript.getAccessMethods:()I]
SimpleScript.run ( Gateway gateway ) : void
[mangled: org/apache/xindice/server/SimpleScript.run:(Lorg/apache/xindice/server/Gateway;)V]
SimpleScript.SimpleScript ( )
[mangled: org/apache/xindice/server/SimpleScript."<init>":()V]
cdk-1.0.4.jar, SimpleScriptComponent.class
package org.apache.xindice.server
SimpleScriptComponent.dispose ( ) : void
[mangled: org/apache/xindice/server/SimpleScriptComponent.dispose:()V]
SimpleScriptComponent.getName ( ) : String
[mangled: org/apache/xindice/server/SimpleScriptComponent.getName:()Ljava/lang/String;]
SimpleScriptComponent.getPackageName ( ) : String
[mangled: org/apache/xindice/server/SimpleScriptComponent.getPackageName:()Ljava/lang/String;]
SimpleScriptComponent.getVersion ( ) : float
[mangled: org/apache/xindice/server/SimpleScriptComponent.getVersion:()F]
SimpleScriptComponent.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/SimpleScriptComponent.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
SimpleScriptComponent.SimpleScriptComponent ( )
[mangled: org/apache/xindice/server/SimpleScriptComponent."<init>":()V]
cdk-1.0.4.jar, SimpleXMLObject.class
package org.apache.xindice.core.objects
SimpleXMLObject.getCollection ( ) : Collection
[mangled: org/apache/xindice/core/objects/SimpleXMLObject.getCollection:()Lorg/apache/xindice/core/Collection;]
SimpleXMLObject.setCollection ( Collection collection ) : void
[mangled: org/apache/xindice/core/objects/SimpleXMLObject.setCollection:(Lorg/apache/xindice/core/Collection;)V]
SimpleXMLObject.SimpleXMLObject ( )
[mangled: org/apache/xindice/core/objects/SimpleXMLObject."<init>":()V]
cdk-1.0.4.jar, SingleSubst.class
package org.apache.batik.svggen.font.table
SingleSubst.getFormat ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/SingleSubst.getFormat:()I]
SingleSubst.read ( RandomAccessFile p1, int p2 ) [static] : SingleSubst
[mangled: org/apache/batik/svggen/font/table/SingleSubst.read:(Ljava/io/RandomAccessFile;I)Lorg/apache/batik/svggen/font/table/SingleSubst;]
SingleSubst.SingleSubst ( )
[mangled: org/apache/batik/svggen/font/table/SingleSubst."<init>":()V]
SingleSubst.substitute ( int p1 ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/SingleSubst.substitute:(I)I]
cdk-1.0.4.jar, SingleSubstFormat1.class
package org.apache.batik.svggen.font.table
SingleSubstFormat1.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/SingleSubstFormat1.getFormat:()I]
SingleSubstFormat1.SingleSubstFormat1 ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/SingleSubstFormat1."<init>":(Ljava/io/RandomAccessFile;I)V]
SingleSubstFormat1.substitute ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/SingleSubstFormat1.substitute:(I)I]
cdk-1.0.4.jar, SingleSubstFormat2.class
package org.apache.batik.svggen.font.table
SingleSubstFormat2.getFormat ( ) : int
[mangled: org/apache/batik/svggen/font/table/SingleSubstFormat2.getFormat:()I]
SingleSubstFormat2.SingleSubstFormat2 ( RandomAccessFile p1, int p2 )
[mangled: org/apache/batik/svggen/font/table/SingleSubstFormat2."<init>":(Ljava/io/RandomAccessFile;I)V]
SingleSubstFormat2.substitute ( int p1 ) : int
[mangled: org/apache/batik/svggen/font/table/SingleSubstFormat2.substitute:(I)I]
cdk-1.0.4.jar, SingleTileRenderedImage.class
package org.apache.batik.ext.awt.image.codec
SingleTileRenderedImage.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/codec/SingleTileRenderedImage.getTile:(II)Ljava/awt/image/Raster;]
SingleTileRenderedImage.SingleTileRenderedImage ( Raster p1, ColorModel p2 )
[mangled: org/apache/batik/ext/awt/image/codec/SingleTileRenderedImage."<init>":(Ljava/awt/image/Raster;Ljava/awt/image/ColorModel;)V]
cdk-1.0.4.jar, SMARTSAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
SMARTSAtom.setOperator ( String str ) : void
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SMARTSAtom.setOperator:(Ljava/lang/String;)V]
cdk-1.0.4.jar, SMARTSBond.class
package org.openscience.cdk.isomorphism.matchers.smarts
SMARTSBond.SMARTSBond ( IQueryAtom atom1, IQueryAtom atom2, double order )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SMARTSBond."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;Lorg/openscience/cdk/isomorphism/matchers/IQueryAtom;D)V]
cdk-1.0.4.jar, SMARTSOperatorAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
SMARTSOperatorAtom.matches ( IAtom atom ) : boolean
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SMARTSOperatorAtom.matches:(Lorg/openscience/cdk/interfaces/IAtom;)Z]
SMARTSOperatorAtom.SMARTSOperatorAtom ( IQueryAtomContainer m_IQAT )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SMARTSOperatorAtom."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtomContainer;)V]
SMARTSOperatorAtom.SMARTSOperatorAtom ( IQueryAtomContainer m_IQAT, OperatorContainer m_OPC )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SMARTSOperatorAtom."<init>":(Lorg/openscience/cdk/isomorphism/matchers/IQueryAtomContainer;Lorg/openscience/cdk/isomorphism/matchers/smarts/OperatorContainer;)V]
SMARTSOperatorAtom.toString ( ) : String
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/SMARTSOperatorAtom.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, SmilesParser.class
package org.openscience.cdk.smiles
SmilesParser.isInterrupted ( ) : boolean
[mangled: org/openscience/cdk/smiles/SmilesParser.isInterrupted:()Z]
SmilesParser.setInterrupted ( boolean interrupted ) : void
[mangled: org/openscience/cdk/smiles/SmilesParser.setInterrupted:(Z)V]
SmilesParser.SmilesParser ( ) *DEPRECATED*
[mangled: org/openscience/cdk/smiles/SmilesParser."<init>":()V]
cdk-1.0.4.jar, SmilesValencyChecker.class
package org.openscience.cdk.tools
SmilesValencyChecker.calculateNumberOfImplicitHydrogens ( IAtom atom, double bondOrderSum, double maxBondOrder, int neighbourCount ) : int
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;DDI)I]
SmilesValencyChecker.couldMatchAtomType ( IAtom atom, double bondOrderSum, double maxBondOrder, IAtomType type ) : boolean
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.couldMatchAtomType:(Lorg/openscience/cdk/interfaces/IAtom;DDLorg/openscience/cdk/interfaces/IAtomType;)Z]
SmilesValencyChecker.saturateByIncreasingBondOrder ( IBond bond, IAtomContainer atomContainer, double increment ) : boolean
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.saturateByIncreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;D)Z]
SmilesValencyChecker.unsaturateByDecreasingBondOrder ( IBond bond, double decrement ) : boolean
[mangled: org/openscience/cdk/tools/SmilesValencyChecker.unsaturateByDecreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;D)Z]
cdk-1.0.4.jar, SmilesViewerforDeterministicGenerator.class
package org.openscience.cdk.applications.demo
SmilesViewerforDeterministicGenerator.actionPerformed ( ActionEvent e ) : void
[mangled: org/openscience/cdk/applications/demo/SmilesViewerforDeterministicGenerator.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
SmilesViewerforDeterministicGenerator.getAWindowAdapter ( ) : WindowAdapter
[mangled: org/openscience/cdk/applications/demo/SmilesViewerforDeterministicGenerator.getAWindowAdapter:()Ljava/awt/event/WindowAdapter;]
SmilesViewerforDeterministicGenerator.init ( ) : void
[mangled: org/openscience/cdk/applications/demo/SmilesViewerforDeterministicGenerator.init:()V]
SmilesViewerforDeterministicGenerator.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/demo/SmilesViewerforDeterministicGenerator.main:([Ljava/lang/String;)V]
SmilesViewerforDeterministicGenerator.SmilesViewerforDeterministicGenerator ( )
[mangled: org/openscience/cdk/applications/demo/SmilesViewerforDeterministicGenerator."<init>":()V]
cdk-1.0.4.jar, SocketServer.class
package org.apache.xindice.server.services
SocketServer.createServerSocket ( ) : boolean
[mangled: org/apache/xindice/server/services/SocketServer.createServerSocket:()Z]
SocketServer.getHostname ( ) : String
[mangled: org/apache/xindice/server/services/SocketServer.getHostname:()Ljava/lang/String;]
SocketServer.getName ( ) : String
[mangled: org/apache/xindice/server/services/SocketServer.getName:()Ljava/lang/String;]
SocketServer.getPort ( ) : int
[mangled: org/apache/xindice/server/services/SocketServer.getPort:()I]
SocketServer.getProtocol ( ) [abstract] : String
[mangled: org/apache/xindice/server/services/SocketServer.getProtocol:()Ljava/lang/String;]
SocketServer.initialize ( ) [abstract] : int
[mangled: org/apache/xindice/server/services/SocketServer.initialize:()I]
SocketServer.resume ( ) : int
[mangled: org/apache/xindice/server/services/SocketServer.resume:()I]
SocketServer.run ( ) [abstract] : void
[mangled: org/apache/xindice/server/services/SocketServer.run:()V]
SocketServer.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/services/SocketServer.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
SocketServer.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/services/SocketServer.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
SocketServer.setNotified ( ) : void
[mangled: org/apache/xindice/server/services/SocketServer.setNotified:()V]
SocketServer.setStatus ( int status ) : void
[mangled: org/apache/xindice/server/services/SocketServer.setStatus:(I)V]
SocketServer.setStatus ( int status, String statusmsg ) : void
[mangled: org/apache/xindice/server/services/SocketServer.setStatus:(ILjava/lang/String;)V]
SocketServer.setStatusMessage ( String statusmsg ) : void
[mangled: org/apache/xindice/server/services/SocketServer.setStatusMessage:(Ljava/lang/String;)V]
SocketServer.SocketServer ( )
[mangled: org/apache/xindice/server/services/SocketServer."<init>":()V]
SocketServer.start ( ) : int
[mangled: org/apache/xindice/server/services/SocketServer.start:()I]
SocketServer.status ( ) : int
[mangled: org/apache/xindice/server/services/SocketServer.status:()I]
SocketServer.statusMessage ( ) : String
[mangled: org/apache/xindice/server/services/SocketServer.statusMessage:()Ljava/lang/String;]
SocketServer.stop ( ) : int
[mangled: org/apache/xindice/server/services/SocketServer.stop:()I]
SocketServer.suspend ( ) : int
[mangled: org/apache/xindice/server/services/SocketServer.suspend:()I]
SocketServer.uninitialize ( ) : int
[mangled: org/apache/xindice/server/services/SocketServer.uninitialize:()I]
cdk-1.0.4.jar, SoftDoublyIndexedTable.class
package org.apache.batik.util
SoftDoublyIndexedTable.clear ( ) : void
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.clear:()V]
SoftDoublyIndexedTable.get ( Object p1, Object p2 ) : Object
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.get:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SoftDoublyIndexedTable.hashCode ( Object p1, Object p2 ) : int
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.hashCode:(Ljava/lang/Object;Ljava/lang/Object;)I]
SoftDoublyIndexedTable.put ( Object p1, Object p2, Object p3 ) : Object
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.put:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SoftDoublyIndexedTable.rehash ( ) : void
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.rehash:()V]
SoftDoublyIndexedTable.removeClearedEntries ( ) : void
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.removeClearedEntries:()V]
SoftDoublyIndexedTable.size ( ) : int
[mangled: org/apache/batik/util/SoftDoublyIndexedTable.size:()I]
SoftDoublyIndexedTable.SoftDoublyIndexedTable ( )
[mangled: org/apache/batik/util/SoftDoublyIndexedTable."<init>":()V]
SoftDoublyIndexedTable.SoftDoublyIndexedTable ( int p1 )
[mangled: org/apache/batik/util/SoftDoublyIndexedTable."<init>":(I)V]
cdk-1.0.4.jar, SoftReferenceCache.class
package org.apache.batik.util
SoftReferenceCache.clearImpl ( Object p1 ) : void
[mangled: org/apache/batik/util/SoftReferenceCache.clearImpl:(Ljava/lang/Object;)V]
SoftReferenceCache.flush ( ) : void
[mangled: org/apache/batik/util/SoftReferenceCache.flush:()V]
SoftReferenceCache.isDoneImpl ( Object p1 ) : boolean
[mangled: org/apache/batik/util/SoftReferenceCache.isDoneImpl:(Ljava/lang/Object;)Z]
SoftReferenceCache.isPresentImpl ( Object p1 ) : boolean
[mangled: org/apache/batik/util/SoftReferenceCache.isPresentImpl:(Ljava/lang/Object;)Z]
SoftReferenceCache.putImpl ( Object p1, Object p2 ) : void
[mangled: org/apache/batik/util/SoftReferenceCache.putImpl:(Ljava/lang/Object;Ljava/lang/Object;)V]
SoftReferenceCache.requestImpl ( Object p1 ) : Object
[mangled: org/apache/batik/util/SoftReferenceCache.requestImpl:(Ljava/lang/Object;)Ljava/lang/Object;]
SoftReferenceCache.SoftReferenceCache ( )
[mangled: org/apache/batik/util/SoftReferenceCache."<init>":()V]
cdk-1.0.4.jar, SoftReferenceCleared.class
package org.apache.batik.util
CleanerThread.SoftReferenceCleared.CleanerThread.SoftReferenceCleared ( Object p1 )
[mangled: org/apache/batik/util/CleanerThread.SoftReferenceCleared."<init>":(Ljava/lang/Object;)V]
CleanerThread.SoftReferenceCleared.cleared ( ) [abstract] : void
[mangled: org/apache/batik/util/CleanerThread.SoftReferenceCleared.cleared:()V]
cdk-1.0.4.jar, SortedTableModel.class
package org.openscience.cdk.applications.swing
SortedTableModel.addMouseListenerToHeaderInTable ( JTable table ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.addMouseListenerToHeaderInTable:(Ljavax/swing/JTable;)V]
SortedTableModel.addPropertyChangeListener ( PropertyChangeListener listener ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
SortedTableModel.getSortedColumn ( ) : int
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.getSortedColumn:()I]
SortedTableModel.getSortedIndex ( int aRow ) : int
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.getSortedIndex:(I)I]
SortedTableModel.getValueAt ( int aRow, int aColumn ) : Object
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.getValueAt:(II)Ljava/lang/Object;]
SortedTableModel.initializeIndexes ( ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.initializeIndexes:()V]
SortedTableModel.isAscending ( ) : boolean
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.isAscending:()Z]
SortedTableModel.removePropertyChangeListener ( PropertyChangeListener listener ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
SortedTableModel.setValueAt ( Object aValue, int aRow, int aColumn ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.setValueAt:(Ljava/lang/Object;II)V]
SortedTableModel.sortByColumn ( int column ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.sortByColumn:(I)V]
SortedTableModel.sortByColumn ( int column, boolean ascending ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.sortByColumn:(IZ)V]
SortedTableModel.SortedTableModel ( TableModel model )
[mangled: org/openscience/cdk/applications/swing/SortedTableModel."<init>":(Ljavax/swing/table/TableModel;)V]
SortedTableModel.tableChanged ( TableModelEvent e ) : void
[mangled: org/openscience/cdk/applications/swing/SortedTableModel.tableChanged:(Ljavax/swing/event/TableModelEvent;)V]
cdk-1.0.4.jar, SpanningTree.class
package org.openscience.cdk.graph
SpanningTree.clear ( ) : void
[mangled: org/openscience/cdk/graph/SpanningTree.clear:()V]
SpanningTree.resetFlags ( IAtomContainer ac ) [static] : void
[mangled: org/openscience/cdk/graph/SpanningTree.resetFlags:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.0.4.jar, SpecialAttribute.class
package org.xmlcml.cml.element
SpecialAttribute.createSubclassedAttribute ( CMLElement parent, Attribute attribute ) [static] : Attribute
[mangled: org/xmlcml/cml/element/SpecialAttribute.createSubclassedAttribute:(Lorg/xmlcml/cml/base/CMLElement;Lnu/xom/Attribute;)Lnu/xom/Attribute;]
SpecialAttribute.getSummary ( ) : String
[mangled: org/xmlcml/cml/element/SpecialAttribute.getSummary:()Ljava/lang/String;]
SpecialAttribute.SpecialAttribute ( )
[mangled: org/xmlcml/cml/element/SpecialAttribute."<init>":()V]
cdk-1.0.4.jar, SpecularLightingRable.class
package org.apache.batik.ext.awt.image.renderable
SpecularLightingRable.getKernelUnitLength ( ) [abstract] : double[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.getKernelUnitLength:()[D]
SpecularLightingRable.getKs ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.getKs:()D]
SpecularLightingRable.getLight ( ) [abstract] : Light
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.getLight:()Lorg/apache/batik/ext/awt/image/Light;]
SpecularLightingRable.getLitRegion ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.getLitRegion:()Ljava/awt/geom/Rectangle2D;]
SpecularLightingRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
SpecularLightingRable.getSpecularExponent ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.getSpecularExponent:()D]
SpecularLightingRable.getSurfaceScale ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.getSurfaceScale:()D]
SpecularLightingRable.setKernelUnitLength ( double[ ] p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.setKernelUnitLength:([D)V]
SpecularLightingRable.setKs ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.setKs:(D)V]
SpecularLightingRable.setLight ( Light p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.setLight:(Lorg/apache/batik/ext/awt/image/Light;)V]
SpecularLightingRable.setLitRegion ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.setLitRegion:(Ljava/awt/geom/Rectangle2D;)V]
SpecularLightingRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
SpecularLightingRable.setSpecularExponent ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.setSpecularExponent:(D)V]
SpecularLightingRable.setSurfaceScale ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable.setSurfaceScale:(D)V]
cdk-1.0.4.jar, SpecularLightingRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
SpecularLightingRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
SpecularLightingRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
SpecularLightingRable8Bit.getKernelUnitLength ( ) : double[ ]
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getKernelUnitLength:()[D]
SpecularLightingRable8Bit.getKs ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getKs:()D]
SpecularLightingRable8Bit.getLight ( ) : Light
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getLight:()Lorg/apache/batik/ext/awt/image/Light;]
SpecularLightingRable8Bit.getLitRegion ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getLitRegion:()Ljava/awt/geom/Rectangle2D;]
SpecularLightingRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
SpecularLightingRable8Bit.getSpecularExponent ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getSpecularExponent:()D]
SpecularLightingRable8Bit.getSurfaceScale ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.getSurfaceScale:()D]
SpecularLightingRable8Bit.setKernelUnitLength ( double[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.setKernelUnitLength:([D)V]
SpecularLightingRable8Bit.setKs ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.setKs:(D)V]
SpecularLightingRable8Bit.setLight ( Light p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.setLight:(Lorg/apache/batik/ext/awt/image/Light;)V]
SpecularLightingRable8Bit.setLitRegion ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.setLitRegion:(Ljava/awt/geom/Rectangle2D;)V]
SpecularLightingRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
SpecularLightingRable8Bit.setSpecularExponent ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.setSpecularExponent:(D)V]
SpecularLightingRable8Bit.setSurfaceScale ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit.setSurfaceScale:(D)V]
SpecularLightingRable8Bit.SpecularLightingRable8Bit ( Filter p1, Rectangle2D p2, Light p3, double p4, double p5, double p6, double[ ] p7 )
[mangled: org/apache/batik/ext/awt/image/renderable/SpecularLightingRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/awt/geom/Rectangle2D;Lorg/apache/batik/ext/awt/image/Light;DDD[D)V]
cdk-1.0.4.jar, SpecularLightingRed.class
package org.apache.batik.ext.awt.image.rendered
SpecularLightingRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/SpecularLightingRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
SpecularLightingRed.genRect ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/SpecularLightingRed.genRect:(Ljava/awt/image/WritableRaster;)V]
SpecularLightingRed.SpecularLightingRed ( double p1, double p2, Light p3, BumpMap p4, Rectangle p5, double p6, double p7, boolean p8 )
[mangled: org/apache/batik/ext/awt/image/rendered/SpecularLightingRed."<init>":(DDLorg/apache/batik/ext/awt/image/Light;Lorg/apache/batik/ext/awt/image/rendered/BumpMap;Ljava/awt/Rectangle;DDZ)V]
cdk-1.0.4.jar, SpotLight.class
package org.apache.batik.ext.awt.image
SpotLight.getLight ( double p1, double p2, double p3, double[ ] p4 ) : void
[mangled: org/apache/batik/ext/awt/image/SpotLight.getLight:(DDD[D)V]
SpotLight.getLightX ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getLightX:()D]
SpotLight.getLightY ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getLightY:()D]
SpotLight.getLightZ ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getLightZ:()D]
SpotLight.getLimitingConeAngle ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getLimitingConeAngle:()D]
SpotLight.getPointAtX ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getPointAtX:()D]
SpotLight.getPointAtY ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getPointAtY:()D]
SpotLight.getPointAtZ ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getPointAtZ:()D]
SpotLight.getSpecularExponent ( ) : double
[mangled: org/apache/batik/ext/awt/image/SpotLight.getSpecularExponent:()D]
SpotLight.isConstant ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/SpotLight.isConstant:()Z]
SpotLight.SpotLight ( double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, Color p9 )
[mangled: org/apache/batik/ext/awt/image/SpotLight."<init>":(DDDDDDDDLjava/awt/Color;)V]
cdk-1.0.4.jar, SSSRFinder.class
package org.openscience.cdk.ringsearch
SSSRFinder.findSSSR ( IAtomContainer ac ) [static] : IRingSet *DEPRECATED*
[mangled: org/openscience/cdk/ringsearch/SSSRFinder.findSSSR:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IRingSet;]
SSSRFinder.SSSRFinder ( ) *DEPRECATED*
[mangled: org/openscience/cdk/ringsearch/SSSRFinder."<init>":()V]
cdk-1.0.4.jar, Standalone.class
package org.xmlcml.cml.element.test
Standalone.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/cml/element/test/Standalone.main:([Ljava/lang/String;)V]
Standalone.Standalone ( )
[mangled: org/xmlcml/cml/element/test/Standalone."<init>":()V]
Standalone.Test1 ( ) [static] : void
[mangled: org/xmlcml/cml/element/test/Standalone.Test1:()V]
cdk-1.0.4.jar, StandardSubstructureSets.class
package org.openscience.cdk.fingerprint
StandardSubstructureSets.getFunctionalGroupSubstructureSet ( ) [static] : IAtomContainerSet
[mangled: org/openscience/cdk/fingerprint/StandardSubstructureSets.getFunctionalGroupSubstructureSet:()Lorg/openscience/cdk/interfaces/IAtomContainerSet;]
cdk-1.0.4.jar, StdComponentManager.class
package org.apache.xindice.server.standard
StdComponentManager.addComponent ( ScriptComponent component ) : boolean
[mangled: org/apache/xindice/server/standard/StdComponentManager.addComponent:(Lorg/apache/xindice/server/ScriptComponent;)Z]
StdComponentManager.addComponent ( ScriptComponent component, String name ) : boolean
[mangled: org/apache/xindice/server/standard/StdComponentManager.addComponent:(Lorg/apache/xindice/server/ScriptComponent;Ljava/lang/String;)Z]
StdComponentManager.dispose ( ) : void
[mangled: org/apache/xindice/server/standard/StdComponentManager.dispose:()V]
StdComponentManager.getComponent ( String name ) : ScriptComponent
[mangled: org/apache/xindice/server/standard/StdComponentManager.getComponent:(Ljava/lang/String;)Lorg/apache/xindice/server/ScriptComponent;]
StdComponentManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/server/standard/StdComponentManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
StdComponentManager.getFilters ( Versioning versioning ) : ScriptFilter[ ]
[mangled: org/apache/xindice/server/standard/StdComponentManager.getFilters:(Lorg/apache/xindice/server/Versioning;)[Lorg/apache/xindice/server/ScriptFilter;]
StdComponentManager.removeComponent ( String name ) : boolean
[mangled: org/apache/xindice/server/standard/StdComponentManager.removeComponent:(Ljava/lang/String;)Z]
StdComponentManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/standard/StdComponentManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
StdComponentManager.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/standard/StdComponentManager.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
StdComponentManager.StdComponentManager ( )
[mangled: org/apache/xindice/server/standard/StdComponentManager."<init>":()V]
cdk-1.0.4.jar, StdFileManager.class
package org.apache.xindice.server.standard
StdFileManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/server/standard/StdFileManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
StdFileManager.getFileResource ( String filename ) : FileResource
[mangled: org/apache/xindice/server/standard/StdFileManager.getFileResource:(Ljava/lang/String;)Lorg/apache/xindice/server/FileResource;]
StdFileManager.getTemporaryFileResource ( ) : FileResource
[mangled: org/apache/xindice/server/standard/StdFileManager.getTemporaryFileResource:()Lorg/apache/xindice/server/FileResource;]
StdFileManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/standard/StdFileManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
StdFileManager.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/standard/StdFileManager.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
StdFileManager.StdFileManager ( )
[mangled: org/apache/xindice/server/standard/StdFileManager."<init>":()V]
cdk-1.0.4.jar, StdLogManager.class
package org.apache.xindice.server.standard
StdLogManager.dispose ( ) : void
[mangled: org/apache/xindice/server/standard/StdLogManager.dispose:()V]
StdLogManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/server/standard/StdLogManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
StdLogManager.logMessage ( int type, String host, String message ) : void
[mangled: org/apache/xindice/server/standard/StdLogManager.logMessage:(ILjava/lang/String;Ljava/lang/String;)V]
StdLogManager.logMessage ( int type, String host, String user, String message ) : void
[mangled: org/apache/xindice/server/standard/StdLogManager.logMessage:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StdLogManager.logMessage ( int type, String message ) : void
[mangled: org/apache/xindice/server/standard/StdLogManager.logMessage:(ILjava/lang/String;)V]
StdLogManager.runTask ( ) : void
[mangled: org/apache/xindice/server/standard/StdLogManager.runTask:()V]
StdLogManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/standard/StdLogManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
StdLogManager.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/standard/StdLogManager.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
StdLogManager.StdLogManager ( )
[mangled: org/apache/xindice/server/standard/StdLogManager."<init>":()V]
cdk-1.0.4.jar, StdResourceManager.class
package org.apache.xindice.server.standard
StdResourceManager.dispose ( ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.dispose:()V]
StdResourceManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/server/standard/StdResourceManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
StdResourceManager.getResource ( String name ) : Object
[mangled: org/apache/xindice/server/standard/StdResourceManager.getResource:(Ljava/lang/String;)Ljava/lang/Object;]
StdResourceManager.getResource ( Versioning versioning, String name ) : Object
[mangled: org/apache/xindice/server/standard/StdResourceManager.getResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)Ljava/lang/Object;]
StdResourceManager.lockResource ( String name ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.lockResource:(Ljava/lang/String;)V]
StdResourceManager.lockResource ( Versioning versioning, String name ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.lockResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
StdResourceManager.removeResource ( String name ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.removeResource:(Ljava/lang/String;)V]
StdResourceManager.removeResource ( Versioning versioning, String name ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.removeResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
StdResourceManager.runTask ( ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.runTask:()V]
StdResourceManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
StdResourceManager.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
StdResourceManager.setResource ( String name, Object object ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.setResource:(Ljava/lang/String;Ljava/lang/Object;)V]
StdResourceManager.setResource ( Versioning versioning, String name, Object object ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.setResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;Ljava/lang/Object;)V]
StdResourceManager.StdResourceManager ( )
[mangled: org/apache/xindice/server/standard/StdResourceManager."<init>":()V]
StdResourceManager.unlockResource ( String name ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.unlockResource:(Ljava/lang/String;)V]
StdResourceManager.unlockResource ( Versioning versioning, String name ) : void
[mangled: org/apache/xindice/server/standard/StdResourceManager.unlockResource:(Lorg/apache/xindice/server/Versioning;Ljava/lang/String;)V]
cdk-1.0.4.jar, StdScriptManager.class
package org.apache.xindice.server.standard
StdScriptManager.addScript ( String name, Script script ) : boolean
[mangled: org/apache/xindice/server/standard/StdScriptManager.addScript:(Ljava/lang/String;Lorg/apache/xindice/server/Script;)Z]
StdScriptManager.dispose ( ) : void
[mangled: org/apache/xindice/server/standard/StdScriptManager.dispose:()V]
StdScriptManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/server/standard/StdScriptManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
StdScriptManager.getScript ( String name ) : Script
[mangled: org/apache/xindice/server/standard/StdScriptManager.getScript:(Ljava/lang/String;)Lorg/apache/xindice/server/Script;]
StdScriptManager.removeScript ( String name ) : void
[mangled: org/apache/xindice/server/standard/StdScriptManager.removeScript:(Ljava/lang/String;)V]
StdScriptManager.runScript ( Script script, Gateway gateway, boolean useFilters ) : void
[mangled: org/apache/xindice/server/standard/StdScriptManager.runScript:(Lorg/apache/xindice/server/Script;Lorg/apache/xindice/server/Gateway;Z)V]
StdScriptManager.runScript ( String name, Gateway gateway, boolean useFilters ) : void
[mangled: org/apache/xindice/server/standard/StdScriptManager.runScript:(Ljava/lang/String;Lorg/apache/xindice/server/Gateway;Z)V]
StdScriptManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/standard/StdScriptManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
StdScriptManager.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/standard/StdScriptManager.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
StdScriptManager.StdScriptManager ( )
[mangled: org/apache/xindice/server/standard/StdScriptManager."<init>":()V]
cdk-1.0.4.jar, StdServiceManager.class
package org.apache.xindice.server.standard
StdServiceManager.addService ( Service service ) : boolean
[mangled: org/apache/xindice/server/standard/StdServiceManager.addService:(Lorg/apache/xindice/server/Service;)Z]
StdServiceManager.dispose ( ) : void
[mangled: org/apache/xindice/server/standard/StdServiceManager.dispose:()V]
StdServiceManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/server/standard/StdServiceManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
StdServiceManager.getService ( String name ) : Service
[mangled: org/apache/xindice/server/standard/StdServiceManager.getService:(Ljava/lang/String;)Lorg/apache/xindice/server/Service;]
StdServiceManager.listServices ( ) : String[ ]
[mangled: org/apache/xindice/server/standard/StdServiceManager.listServices:()[Ljava/lang/String;]
StdServiceManager.removeService ( Service service ) : boolean
[mangled: org/apache/xindice/server/standard/StdServiceManager.removeService:(Lorg/apache/xindice/server/Service;)Z]
StdServiceManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/standard/StdServiceManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
StdServiceManager.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/standard/StdServiceManager.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
StdServiceManager.startServices ( ) : boolean
[mangled: org/apache/xindice/server/standard/StdServiceManager.startServices:()Z]
StdServiceManager.StdServiceManager ( )
[mangled: org/apache/xindice/server/standard/StdServiceManager."<init>":()V]
StdServiceManager.stopServices ( ) : void
[mangled: org/apache/xindice/server/standard/StdServiceManager.stopServices:()V]
cdk-1.0.4.jar, StdUserManager.class
package org.apache.xindice.server.standard
StdUserManager.deleteUser ( String username ) : void
[mangled: org/apache/xindice/server/standard/StdUserManager.deleteUser:(Ljava/lang/String;)V]
StdUserManager.getConfig ( ) : Configuration
[mangled: org/apache/xindice/server/standard/StdUserManager.getConfig:()Lorg/apache/xindice/util/Configuration;]
StdUserManager.getUser ( String username ) : User
[mangled: org/apache/xindice/server/standard/StdUserManager.getUser:(Ljava/lang/String;)Lorg/apache/xindice/server/User;]
StdUserManager.listUsers ( ) : String[ ]
[mangled: org/apache/xindice/server/standard/StdUserManager.listUsers:()[Ljava/lang/String;]
StdUserManager.listUsers ( String startsWith ) : String[ ]
[mangled: org/apache/xindice/server/standard/StdUserManager.listUsers:(Ljava/lang/String;)[Ljava/lang/String;]
StdUserManager.newUser ( ) : User
[mangled: org/apache/xindice/server/standard/StdUserManager.newUser:()Lorg/apache/xindice/server/User;]
StdUserManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/standard/StdUserManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
StdUserManager.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/standard/StdUserManager.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
StdUserManager.setUser ( User user ) : void
[mangled: org/apache/xindice/server/standard/StdUserManager.setUser:(Lorg/apache/xindice/server/User;)V]
StdUserManager.StdUserManager ( )
[mangled: org/apache/xindice/server/standard/StdUserManager."<init>":()V]
cdk-1.0.4.jar, StereochemistryTool.class
package org.xmlcml.cml.tools
StereochemistryTool.add2DStereo ( ) : void
[mangled: org/xmlcml/cml/tools/StereochemistryTool.add2DStereo:()V]
StereochemistryTool.add3DStereo ( ) : void
[mangled: org/xmlcml/cml/tools/StereochemistryTool.add3DStereo:()V]
StereochemistryTool.addWedgeHatch ( ) : void
[mangled: org/xmlcml/cml/tools/StereochemistryTool.addWedgeHatch:()V]
StereochemistryTool.addWedgeHatchBonds ( ) : void
[mangled: org/xmlcml/cml/tools/StereochemistryTool.addWedgeHatchBonds:()V]
StereochemistryTool.calculate3DStereo ( CMLBond bond, CMLAtom ligand0, CMLAtom ligand1 ) : String
[mangled: org/xmlcml/cml/tools/StereochemistryTool.calculate3DStereo:(Lorg/xmlcml/cml/element/CMLBond;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)Ljava/lang/String;]
StereochemistryTool.calculateAtomParity ( CMLAtom atom ) : CMLAtomParity
[mangled: org/xmlcml/cml/tools/StereochemistryTool.calculateAtomParity:(Lorg/xmlcml/cml/element/CMLAtom;)Lorg/xmlcml/cml/element/CMLAtomParity;]
StereochemistryTool.flip2D ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/tools/StereochemistryTool.flip2D:(Lorg/xmlcml/cml/element/CMLBond;)V]
StereochemistryTool.get2DBondStereo ( CMLBond bond ) : CMLBondStereo
[mangled: org/xmlcml/cml/tools/StereochemistryTool.get2DBondStereo:(Lorg/xmlcml/cml/element/CMLBond;)Lorg/xmlcml/cml/element/CMLBondStereo;]
StereochemistryTool.get2DLigandScalarProduct ( CMLAtom atom0, CMLAtom atom1, CMLAtom ligand01, CMLAtom ligand02 ) [static] : double
[mangled: org/xmlcml/cml/tools/StereochemistryTool.get2DLigandScalarProduct:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)D]
StereochemistryTool.get3DBondStereo ( CMLBond bond ) : CMLBondStereo
[mangled: org/xmlcml/cml/tools/StereochemistryTool.get3DBondStereo:(Lorg/xmlcml/cml/element/CMLBond;)Lorg/xmlcml/cml/element/CMLBondStereo;]
StereochemistryTool.get3DLigandScalarProduct ( CMLAtom atom0, CMLAtom atom1, CMLAtom ligand01, CMLAtom ligand02 ) : double
[mangled: org/xmlcml/cml/tools/StereochemistryTool.get3DLigandScalarProduct:(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)D]
StereochemistryTool.getChiralAtoms ( ) : List
[mangled: org/xmlcml/cml/tools/StereochemistryTool.getChiralAtoms:()Ljava/util/List;]
StereochemistryTool.isChiralCentre ( CMLAtom atom ) : boolean
[mangled: org/xmlcml/cml/tools/StereochemistryTool.isChiralCentre:(Lorg/xmlcml/cml/element/CMLAtom;)Z]
StereochemistryTool.layoutDoubleBond ( CMLBond bond ) : void
[mangled: org/xmlcml/cml/tools/StereochemistryTool.layoutDoubleBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
StereochemistryTool.StereochemistryTool ( CMLMolecule molecule )
[mangled: org/xmlcml/cml/tools/StereochemistryTool."<init>":(Lorg/xmlcml/cml/element/CMLMolecule;)V]
cdk-1.0.4.jar, StereochemistryToolTest.class
package org.xmlcml.cml.tools.test
StereochemistryToolTest.makeConnectionTable1 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable1:()V]
StereochemistryToolTest.makeConnectionTable2 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable2:()V]
StereochemistryToolTest.makeConnectionTable3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable3:()V]
StereochemistryToolTest.makeConnectionTable4 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable4:()V]
StereochemistryToolTest.makeConnectionTable5 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable5:()V]
StereochemistryToolTest.makeConnectionTable5a ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable5a:()V]
StereochemistryToolTest.makeConnectionTable6 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable6:()V]
StereochemistryToolTest.makeConnectionTable7 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable7:()V]
StereochemistryToolTest.makeConnectionTable8 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable8:()V]
StereochemistryToolTest.makeConnectionTable9 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTable9:()V]
StereochemistryToolTest.makeConnectionTableBond0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTableBond0:()V]
StereochemistryToolTest.makeConnectionTableXmlAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTableXmlAtom0:()V]
StereochemistryToolTest.makeConnectionTableXmlBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTableXmlBonds:()V]
StereochemistryToolTest.makeConnectionTableXomAtom0 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.makeConnectionTableXomAtom0:()V]
StereochemistryToolTest.setUp ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.setUp:()V]
StereochemistryToolTest.StereochemistryToolTest ( )
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest."<init>":()V]
StereochemistryToolTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.suite:()Ljunit/framework/Test;]
StereochemistryToolTest.testAddBondCMLBond ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testAddBondCMLBond:()V]
StereochemistryToolTest.testAddSuffixToAtomIDs ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testAddSuffixToAtomIDs:()V]
StereochemistryToolTest.testAppendToIdsMT ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testAppendToIdsMT:()V]
StereochemistryToolTest.testBondContains ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testBondContains:()V]
StereochemistryToolTest.testBondGetAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testBondGetAtom:()V]
StereochemistryToolTest.testBondGetAtomId ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testBondGetAtomId:()V]
StereochemistryToolTest.testCalculateBondedAtoms ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCalculateBondedAtoms:()V]
StereochemistryToolTest.testCalculateBondOrdersFromXYZ3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCalculateBondOrdersFromXYZ3:()V]
StereochemistryToolTest.testCalculateBondsFromXYZ3 ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCalculateBondsFromXYZ3:()V]
StereochemistryToolTest.testCMLConnectionTableCMLMoleculeStringArray ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCMLConnectionTableCMLMoleculeStringArray:()V]
StereochemistryToolTest.testCreateAndAddBondCMLAtomCMLAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCreateAndAddBondCMLAtomCMLAtom:()V]
StereochemistryToolTest.testCreateAndAddBondStringString ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCreateAndAddBondStringString:()V]
StereochemistryToolTest.testCreateUniqueAtomId ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCreateUniqueAtomId:()V]
StereochemistryToolTest.testCreateValenceAngles ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCreateValenceAngles:()V]
StereochemistryToolTest.testCreateValenceLengthsAtomSet ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testCreateValenceLengthsAtomSet:()V]
StereochemistryToolTest.testDeleteAllAtoms ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testDeleteAllAtoms:()V]
StereochemistryToolTest.testDeleteAllBonds ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testDeleteAllBonds:()V]
StereochemistryToolTest.testDeleteAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testDeleteAtom:()V]
StereochemistryToolTest.testGenerateBondIds ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGenerateBondIds:()V]
StereochemistryToolTest.testGenerateId ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGenerateId:()V]
StereochemistryToolTest.testGetAtomById ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGetAtomById:()V]
StereochemistryToolTest.testGetAtomByLabel ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGetAtomByLabel:()V]
StereochemistryToolTest.testGetAverageBondDistance ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGetAverageBondDistance:()V]
StereochemistryToolTest.testGetBondList ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGetBondList:()V]
StereochemistryToolTest.testGetLigandCount ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGetLigandCount:()V]
StereochemistryToolTest.testGetLigandList ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGetLigandList:()V]
StereochemistryToolTest.testGetOtherAtom ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testGetOtherAtom:()V]
StereochemistryToolTest.testIsBondedTo ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testIsBondedTo:()V]
StereochemistryToolTest.testMergeMolecule ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testMergeMolecule:()V]
StereochemistryToolTest.testPartitionIntoMolecules ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testPartitionIntoMolecules:()V]
StereochemistryToolTest.testRemoveOverlapping3DAtomsCMLAtomSet ( ) : void
[mangled: org/xmlcml/cml/tools/test/StereochemistryToolTest.testRemoveOverlapping3DAtomsCMLAtomSet:()V]
cdk-1.0.4.jar, Stopwatch.class
package org.apache.xindice
Stopwatch.cancel ( ) : void
[mangled: org/apache/xindice/Stopwatch.cancel:()V]
Stopwatch.elapsed ( ) : long
[mangled: org/apache/xindice/Stopwatch.elapsed:()J]
Stopwatch.reset ( ) : void
[mangled: org/apache/xindice/Stopwatch.reset:()V]
Stopwatch.start ( ) : void
[mangled: org/apache/xindice/Stopwatch.start:()V]
Stopwatch.stop ( ) : long
[mangled: org/apache/xindice/Stopwatch.stop:()J]
Stopwatch.Stopwatch ( )
[mangled: org/apache/xindice/Stopwatch."<init>":()V]
Stopwatch.Stopwatch ( boolean immediate )
[mangled: org/apache/xindice/Stopwatch."<init>":(Z)V]
Stopwatch.Stopwatch ( String label )
[mangled: org/apache/xindice/Stopwatch."<init>":(Ljava/lang/String;)V]
Stopwatch.Stopwatch ( String label, boolean immediate )
[mangled: org/apache/xindice/Stopwatch."<init>":(Ljava/lang/String;Z)V]
Stopwatch.toString ( ) : String
[mangled: org/apache/xindice/Stopwatch.toString:()Ljava/lang/String;]
Stopwatch.total ( ) : long
[mangled: org/apache/xindice/Stopwatch.total:()J]
cdk-1.0.4.jar, Strand.class
package org.openscience.cdk
Strand.getMonomers ( ) : Hashtable
[mangled: org/openscience/cdk/Strand.getMonomers:()Ljava/util/Hashtable;]
cdk-1.0.4.jar, Strategy.class
package org.xmlcml.cml.tools
AtomMatcher.Strategy.toString ( ) : String
[mangled: org/xmlcml/cml/tools/AtomMatcher.Strategy.toString:()Ljava/lang/String;]
AtomMatcher.Strategy.valueOf ( String p1 ) [static] : AtomMatcher.Strategy
[mangled: org/xmlcml/cml/tools/AtomMatcher.Strategy.valueOf:(Ljava/lang/String;)Lorg/xmlcml/cml/tools/AtomMatcher$Strategy;]
AtomMatcher.Strategy.values ( ) [static] : AtomMatcher.Strategy[ ]
[mangled: org/xmlcml/cml/tools/AtomMatcher.Strategy.values:()[Lorg/xmlcml/cml/tools/AtomMatcher$Strategy;]
cdk-1.0.4.jar, Streamable.class
package org.apache.xindice.core.filer
Streamable.read ( DataInputStream p1 ) [abstract] : void
[mangled: org/apache/xindice/core/filer/Streamable.read:(Ljava/io/DataInputStream;)V]
Streamable.write ( DataOutputStream p1 ) [abstract] : void
[mangled: org/apache/xindice/core/filer/Streamable.write:(Ljava/io/DataOutputStream;)V]
cdk-1.0.4.jar, StreamNormalizingReader.class
package org.apache.batik.util.io
StreamNormalizingReader.close ( ) : void
[mangled: org/apache/batik/util/io/StreamNormalizingReader.close:()V]
StreamNormalizingReader.createCharDecoder ( InputStream p1, String p2 ) : CharDecoder
[mangled: org/apache/batik/util/io/StreamNormalizingReader.createCharDecoder:(Ljava/io/InputStream;Ljava/lang/String;)Lorg/apache/batik/util/io/CharDecoder;]
StreamNormalizingReader.getColumn ( ) : int
[mangled: org/apache/batik/util/io/StreamNormalizingReader.getColumn:()I]
StreamNormalizingReader.getLine ( ) : int
[mangled: org/apache/batik/util/io/StreamNormalizingReader.getLine:()I]
StreamNormalizingReader.read ( ) : int
[mangled: org/apache/batik/util/io/StreamNormalizingReader.read:()I]
StreamNormalizingReader.StreamNormalizingReader ( )
[mangled: org/apache/batik/util/io/StreamNormalizingReader."<init>":()V]
StreamNormalizingReader.StreamNormalizingReader ( InputStream p1 )
[mangled: org/apache/batik/util/io/StreamNormalizingReader."<init>":(Ljava/io/InputStream;)V]
StreamNormalizingReader.StreamNormalizingReader ( InputStream p1, String p2 )
[mangled: org/apache/batik/util/io/StreamNormalizingReader."<init>":(Ljava/io/InputStream;Ljava/lang/String;)V]
StreamNormalizingReader.StreamNormalizingReader ( Reader p1 )
[mangled: org/apache/batik/util/io/StreamNormalizingReader."<init>":(Ljava/io/Reader;)V]
cdk-1.0.4.jar, StreamRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
StreamRegistryEntry.getReadlimit ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/spi/StreamRegistryEntry.getReadlimit:()I]
StreamRegistryEntry.handleStream ( InputStream p1, ParsedURL p2, boolean p3 ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/spi/StreamRegistryEntry.handleStream:(Ljava/io/InputStream;Lorg/apache/batik/util/ParsedURL;Z)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
StreamRegistryEntry.isCompatibleStream ( InputStream p1 ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/spi/StreamRegistryEntry.isCompatibleStream:(Ljava/io/InputStream;)Z]
cdk-1.0.4.jar, StretchBendInteractions.class
package org.openscience.cdk.modeling.forcefield
StretchBendInteractions.setMMFF94StretchBendParameters ( IAtomContainer molecule, Hashtable parameterSet, boolean angleBendingFlag ) : void
[mangled: org/openscience/cdk/modeling/forcefield/StretchBendInteractions.setMMFF94StretchBendParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Hashtable;Z)V]
cdk-1.0.4.jar, StringArrayAttribute.class
package org.xmlcml.cml.base
StringArrayAttribute.checkValue ( String[ ] ss ) : void
[mangled: org/xmlcml/cml/base/StringArrayAttribute.checkValue:([Ljava/lang/String;)V]
StringArrayAttribute.getCMLValue ( ) : Object
[mangled: org/xmlcml/cml/base/StringArrayAttribute.getCMLValue:()Ljava/lang/Object;]
StringArrayAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/StringArrayAttribute.getJavaGetMethod:()Ljava/lang/String;]
StringArrayAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/StringArrayAttribute.getJavaShortClassName:()Ljava/lang/String;]
StringArrayAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/StringArrayAttribute.getJavaType:()Ljava/lang/String;]
StringArrayAttribute.getStringArray ( ) : String[ ]
[mangled: org/xmlcml/cml/base/StringArrayAttribute.getStringArray:()[Ljava/lang/String;]
StringArrayAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/StringArrayAttribute.setCMLValue:(Ljava/lang/String;)V]
StringArrayAttribute.setCMLValue ( String[ ] ss ) : void
[mangled: org/xmlcml/cml/base/StringArrayAttribute.setCMLValue:([Ljava/lang/String;)V]
StringArrayAttribute.StringArrayAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/StringArrayAttribute."<init>":(Lnu/xom/Attribute;)V]
StringArrayAttribute.StringArrayAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/StringArrayAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
StringArrayAttribute.StringArrayAttribute ( String name )
[mangled: org/xmlcml/cml/base/StringArrayAttribute."<init>":(Ljava/lang/String;)V]
StringArrayAttribute.StringArrayAttribute ( StringArrayAttribute att )
[mangled: org/xmlcml/cml/base/StringArrayAttribute."<init>":(Lorg/xmlcml/cml/base/StringArrayAttribute;)V]
cdk-1.0.4.jar, StringArrayAttributeTest.class
package org.xmlcml.cml.base.test
StringArrayAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.setUp:()V]
StringArrayAttributeTest.StringArrayAttributeTest ( )
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest."<init>":()V]
StringArrayAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.suite:()Ljunit/framework/Test;]
StringArrayAttributeTest.testCheckValue ( ) : void
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.testCheckValue:()V]
StringArrayAttributeTest.testGetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.testGetCMLValue:()V]
StringArrayAttributeTest.testGetStringArray ( ) : void
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.testGetStringArray:()V]
StringArrayAttributeTest.testSetCMLValueString ( ) : void
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.testSetCMLValueString:()V]
StringArrayAttributeTest.testSetCMLValueStringArray ( ) : void
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.testSetCMLValueStringArray:()V]
StringArrayAttributeTest.testStringArrayAttributeStringArrayAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/StringArrayAttributeTest.testStringArrayAttributeStringArrayAttribute:()V]
cdk-1.0.4.jar, StringAttribute.class
package org.xmlcml.cml.base
StringAttribute.checkValue ( String s ) : void
[mangled: org/xmlcml/cml/base/StringAttribute.checkValue:(Ljava/lang/String;)V]
StringAttribute.getJavaGetMethod ( ) : String
[mangled: org/xmlcml/cml/base/StringAttribute.getJavaGetMethod:()Ljava/lang/String;]
StringAttribute.getJavaShortClassName ( ) : String
[mangled: org/xmlcml/cml/base/StringAttribute.getJavaShortClassName:()Ljava/lang/String;]
StringAttribute.getJavaType ( ) : String
[mangled: org/xmlcml/cml/base/StringAttribute.getJavaType:()Ljava/lang/String;]
StringAttribute.getString ( ) : String
[mangled: org/xmlcml/cml/base/StringAttribute.getString:()Ljava/lang/String;]
StringAttribute.setCMLValue ( String s ) : void
[mangled: org/xmlcml/cml/base/StringAttribute.setCMLValue:(Ljava/lang/String;)V]
StringAttribute.StringAttribute ( Attribute att )
[mangled: org/xmlcml/cml/base/StringAttribute."<init>":(Lnu/xom/Attribute;)V]
StringAttribute.StringAttribute ( Attribute att, String value )
[mangled: org/xmlcml/cml/base/StringAttribute."<init>":(Lnu/xom/Attribute;Ljava/lang/String;)V]
StringAttribute.StringAttribute ( String name )
[mangled: org/xmlcml/cml/base/StringAttribute."<init>":(Ljava/lang/String;)V]
StringAttribute.StringAttribute ( StringAttribute att )
[mangled: org/xmlcml/cml/base/StringAttribute."<init>":(Lorg/xmlcml/cml/base/StringAttribute;)V]
cdk-1.0.4.jar, StringAttributeTest.class
package org.xmlcml.cml.base.test
StringAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.setUp:()V]
StringAttributeTest.StringAttributeTest ( )
[mangled: org/xmlcml/cml/base/test/StringAttributeTest."<init>":()V]
StringAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.suite:()Ljunit/framework/Test;]
StringAttributeTest.testCheckValue ( ) : void
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.testCheckValue:()V]
StringAttributeTest.testGetCMLValue ( ) : void
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.testGetCMLValue:()V]
StringAttributeTest.testGetString ( ) : void
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.testGetString:()V]
StringAttributeTest.testSetCMLValueString ( ) : void
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.testSetCMLValueString:()V]
StringAttributeTest.testSetCMLValueStringX ( ) : void
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.testSetCMLValueStringX:()V]
StringAttributeTest.testStringAttributeStringAttribute ( ) : void
[mangled: org/xmlcml/cml/base/test/StringAttributeTest.testStringAttributeStringAttribute:()V]
cdk-1.0.4.jar, StringDecoder.class
package org.apache.batik.util.io
StringDecoder.dispose ( ) : void
[mangled: org/apache/batik/util/io/StringDecoder.dispose:()V]
StringDecoder.readChar ( ) : int
[mangled: org/apache/batik/util/io/StringDecoder.readChar:()I]
StringDecoder.StringDecoder ( String p1 )
[mangled: org/apache/batik/util/io/StringDecoder."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, StringNormalizingReader.class
package org.apache.batik.util.io
StringNormalizingReader.close ( ) : void
[mangled: org/apache/batik/util/io/StringNormalizingReader.close:()V]
StringNormalizingReader.getColumn ( ) : int
[mangled: org/apache/batik/util/io/StringNormalizingReader.getColumn:()I]
StringNormalizingReader.getLine ( ) : int
[mangled: org/apache/batik/util/io/StringNormalizingReader.getLine:()I]
StringNormalizingReader.read ( ) : int
[mangled: org/apache/batik/util/io/StringNormalizingReader.read:()I]
StringNormalizingReader.StringNormalizingReader ( String p1 )
[mangled: org/apache/batik/util/io/StringNormalizingReader."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, StringSerializer.class
package org.apache.xindice.tools.command
StringSerializer.characters ( char[ ] data, int start, int len ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.characters:([CII)V]
StringSerializer.comment ( char[ ] data, int start, int len ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.comment:([CII)V]
StringSerializer.endCDATA ( ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.endCDATA:()V]
StringSerializer.endDocument ( ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.endDocument:()V]
StringSerializer.endDTD ( ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.endDTD:()V]
StringSerializer.endElement ( String namespaceUri, String localName, String qName ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StringSerializer.endEntity ( String entity ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.endEntity:(Ljava/lang/String;)V]
StringSerializer.endPrefixMapping ( String prefix ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.endPrefixMapping:(Ljava/lang/String;)V]
StringSerializer.ignorableWhitespace ( char[ ] data, int start, int len ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.ignorableWhitespace:([CII)V]
StringSerializer.processingInstruction ( String target, String data ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
StringSerializer.setDocumentLocator ( Locator locator ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
StringSerializer.skippedEntity ( String entity ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.skippedEntity:(Ljava/lang/String;)V]
StringSerializer.startCDATA ( ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.startCDATA:()V]
StringSerializer.startDocument ( ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.startDocument:()V]
StringSerializer.startDTD ( String docType, String systemID, String publicID ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StringSerializer.startElement ( String namespaceUri, String localName, String qName, Attributes att ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
StringSerializer.startEntity ( String entity ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.startEntity:(Ljava/lang/String;)V]
StringSerializer.startPrefixMapping ( String prefix, String uri ) : void
[mangled: org/apache/xindice/tools/command/StringSerializer.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
StringSerializer.StringSerializer ( String outputEncoding )
[mangled: org/apache/xindice/tools/command/StringSerializer."<init>":(Ljava/lang/String;)V]
StringSerializer.toString ( ) : String
[mangled: org/apache/xindice/tools/command/StringSerializer.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, StringTest.class
package org.xmlcml.euclid.test
StringTest.assertEquals ( String p1, String[ ] p2, String[ ] p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/StringTest.assertEquals:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V]
StringTest.assertNotEquals ( String p1, String[ ] p2, String[ ] p3 ) [static] : void
[mangled: org/xmlcml/euclid/test/StringTest.assertNotEquals:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V]
StringTest.StringTest ( )
[mangled: org/xmlcml/euclid/test/StringTest."<init>":()V]
cdk-1.0.4.jar, StringUtilities.class
package org.apache.xindice.util
StringUtilities.findWhiteSpace ( String value ) [static] : int
[mangled: org/apache/xindice/util/StringUtilities.findWhiteSpace:(Ljava/lang/String;)I]
StringUtilities.findWhiteSpace ( String value, int start ) [static] : int
[mangled: org/apache/xindice/util/StringUtilities.findWhiteSpace:(Ljava/lang/String;I)I]
StringUtilities.javaEncode ( String value ) [static] : String
[mangled: org/apache/xindice/util/StringUtilities.javaEncode:(Ljava/lang/String;)Ljava/lang/String;]
StringUtilities.leftJustify ( String value, int width ) [static] : String
[mangled: org/apache/xindice/util/StringUtilities.leftJustify:(Ljava/lang/String;I)Ljava/lang/String;]
StringUtilities.parseBuffer ( Map retprops, String inbuffer, String delimiters, boolean urldecode, boolean multivalue ) [static] : void
[mangled: org/apache/xindice/util/StringUtilities.parseBuffer:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;ZZ)V]
StringUtilities.rightJustify ( String value, int width ) [static] : String
[mangled: org/apache/xindice/util/StringUtilities.rightJustify:(Ljava/lang/String;I)Ljava/lang/String;]
StringUtilities.stringToInt ( String value ) [static] : int
[mangled: org/apache/xindice/util/StringUtilities.stringToInt:(Ljava/lang/String;)I]
StringUtilities.stringToInt ( String value, int defvalue ) [static] : int
[mangled: org/apache/xindice/util/StringUtilities.stringToInt:(Ljava/lang/String;I)I]
cdk-1.0.4.jar, StructGenAtomTypeGuesser.class
package org.openscience.cdk.atomtype
StructGenAtomTypeGuesser.possbibleAtomTypes ( IAtomContainer atomContainer, IAtom atom ) : List
[mangled: org/openscience/cdk/atomtype/StructGenAtomTypeGuesser.possbibleAtomTypes:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Ljava/util/List;]
cdk-1.0.4.jar, StructureResonanceGenerator.class
package org.openscience.cdk.tools
StructureResonanceGenerator.getAllStructures ( IAtomContainer atomContainer ) : IAtomContainerSet
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getAllStructures:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainerSet;]
StructureResonanceGenerator.getStructures ( IAtomContainer atomContainer ) : IAtomContainerSet
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator.getStructures:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainerSet;]
StructureResonanceGenerator.StructureResonanceGenerator ( boolean cationR, boolean anionR, boolean radicalR, boolean bondR, boolean hyperconjugationR, boolean hasActiveCenter, int maxStructuresToObtain )
[mangled: org/openscience/cdk/tools/StructureResonanceGenerator."<init>":(ZZZZZZI)V]
cdk-1.0.4.jar, StyleHandler.class
package org.apache.batik.svggen
StyleHandler.setStyle ( Element p1, Map p2, SVGGeneratorContext p3 ) [abstract] : void
[mangled: org/apache/batik/svggen/StyleHandler.setStyle:(Lorg/w3c/dom/Element;Ljava/util/Map;Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
cdk-1.0.4.jar, StyleNotFoundException.class
package org.apache.xindice.core.query
StyleNotFoundException.StyleNotFoundException ( )
[mangled: org/apache/xindice/core/query/StyleNotFoundException."<init>":()V]
StyleNotFoundException.StyleNotFoundException ( String message )
[mangled: org/apache/xindice/core/query/StyleNotFoundException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, StyleSheetFactory.class
package org.apache.batik.dom
StyleSheetFactory.createStyleSheet ( Node p1, HashTable p2 ) [abstract] : StyleSheet
[mangled: org/apache/batik/dom/StyleSheetFactory.createStyleSheet:(Lorg/w3c/dom/Node;Lorg/apache/batik/dom/util/HashTable;)Lorg/w3c/dom/stylesheets/StyleSheet;]
cdk-1.0.4.jar, StyleSheetProcessingInstruction.class
package org.apache.batik.dom
StyleSheetProcessingInstruction.getPseudoAttributes ( ) : HashTable
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.getPseudoAttributes:()Lorg/apache/batik/dom/util/HashTable;]
StyleSheetProcessingInstruction.getSheet ( ) : StyleSheet
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.getSheet:()Lorg/w3c/dom/stylesheets/StyleSheet;]
StyleSheetProcessingInstruction.getTarget ( ) : String
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.getTarget:()Ljava/lang/String;]
StyleSheetProcessingInstruction.isReadonly ( ) : boolean
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.isReadonly:()Z]
StyleSheetProcessingInstruction.newNode ( ) : Node
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.newNode:()Lorg/w3c/dom/Node;]
StyleSheetProcessingInstruction.setData ( String p1 ) : void
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.setData:(Ljava/lang/String;)V]
StyleSheetProcessingInstruction.setNodeName ( String p1 ) : void
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.setNodeName:(Ljava/lang/String;)V]
StyleSheetProcessingInstruction.setReadonly ( boolean p1 ) : void
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction.setReadonly:(Z)V]
StyleSheetProcessingInstruction.StyleSheetProcessingInstruction ( )
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction."<init>":()V]
StyleSheetProcessingInstruction.StyleSheetProcessingInstruction ( String p1, AbstractDocument p2, StyleSheetFactory p3 )
[mangled: org/apache/batik/dom/StyleSheetProcessingInstruction."<init>":(Ljava/lang/String;Lorg/apache/batik/dom/AbstractDocument;Lorg/apache/batik/dom/StyleSheetFactory;)V]
cdk-1.0.4.jar, SubstructureFingerprinter.class
package org.openscience.cdk.fingerprint
SubstructureFingerprinter.SubstructureFingerprinter ( IAtomContainerSet substructureSet )
[mangled: org/openscience/cdk/fingerprint/SubstructureFingerprinter."<init>":(Lorg/openscience/cdk/interfaces/IAtomContainerSet;)V]
cdk-1.0.4.jar, SVGAlphaComposite.class
package org.apache.batik.svggen
SVGAlphaComposite.getAlphaCompositeFilterSet ( ) : List
[mangled: org/apache/batik/svggen/SVGAlphaComposite.getAlphaCompositeFilterSet:()Ljava/util/List;]
SVGAlphaComposite.requiresBackgroundAccess ( ) : boolean
[mangled: org/apache/batik/svggen/SVGAlphaComposite.requiresBackgroundAccess:()Z]
SVGAlphaComposite.SVGAlphaComposite ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGAlphaComposite."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGAlphaComposite.toSVG ( AlphaComposite p1 ) : SVGCompositeDescriptor
[mangled: org/apache/batik/svggen/SVGAlphaComposite.toSVG:(Ljava/awt/AlphaComposite;)Lorg/apache/batik/svggen/SVGCompositeDescriptor;]
SVGAlphaComposite.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGAlphaComposite.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGAttribute.class
package org.apache.batik.svggen
SVGAttribute.appliesTo ( String p1 ) : boolean
[mangled: org/apache/batik/svggen/SVGAttribute.appliesTo:(Ljava/lang/String;)Z]
SVGAttribute.SVGAttribute ( Set p1, boolean p2 )
[mangled: org/apache/batik/svggen/SVGAttribute."<init>":(Ljava/util/Set;Z)V]
cdk-1.0.4.jar, SVGAttributeMap.class
package org.apache.batik.svggen
SVGAttributeMap.get ( String p1 ) [static] : SVGAttribute
[mangled: org/apache/batik/svggen/SVGAttributeMap.get:(Ljava/lang/String;)Lorg/apache/batik/svggen/SVGAttribute;]
SVGAttributeMap.SVGAttributeMap ( )
[mangled: org/apache/batik/svggen/SVGAttributeMap."<init>":()V]
cdk-1.0.4.jar, SVGBasicStroke.class
package org.apache.batik.svggen
SVGBasicStroke.SVGBasicStroke ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGBasicStroke."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGBasicStroke.toSVG ( BasicStroke p1 ) : SVGStrokeDescriptor
[mangled: org/apache/batik/svggen/SVGBasicStroke.toSVG:(Ljava/awt/BasicStroke;)Lorg/apache/batik/svggen/SVGStrokeDescriptor;]
SVGBasicStroke.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGBasicStroke.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGBufferedImageOp.class
package org.apache.batik.svggen
SVGBufferedImageOp.getConvolveOpConverter ( ) : SVGConvolveOp
[mangled: org/apache/batik/svggen/SVGBufferedImageOp.getConvolveOpConverter:()Lorg/apache/batik/svggen/SVGConvolveOp;]
SVGBufferedImageOp.getCustomBufferedImageOpConverter ( ) : SVGCustomBufferedImageOp
[mangled: org/apache/batik/svggen/SVGBufferedImageOp.getCustomBufferedImageOpConverter:()Lorg/apache/batik/svggen/SVGCustomBufferedImageOp;]
SVGBufferedImageOp.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/SVGBufferedImageOp.getDefinitionSet:()Ljava/util/List;]
SVGBufferedImageOp.getLookupOpConverter ( ) : SVGLookupOp
[mangled: org/apache/batik/svggen/SVGBufferedImageOp.getLookupOpConverter:()Lorg/apache/batik/svggen/SVGLookupOp;]
SVGBufferedImageOp.getRescaleOpConverter ( ) : SVGRescaleOp
[mangled: org/apache/batik/svggen/SVGBufferedImageOp.getRescaleOpConverter:()Lorg/apache/batik/svggen/SVGRescaleOp;]
SVGBufferedImageOp.SVGBufferedImageOp ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGBufferedImageOp."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGBufferedImageOp.toSVG ( BufferedImageOp p1, Rectangle p2 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGBufferedImageOp.toSVG:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
cdk-1.0.4.jar, SVGClip.class
package org.apache.batik.svggen
SVGClip.SVGClip ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGClip."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGClip.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGClip.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGClipDescriptor.class
package org.apache.batik.svggen
SVGClipDescriptor.getAttributeMap ( Map p1 ) : Map
[mangled: org/apache/batik/svggen/SVGClipDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGClipDescriptor.getDefinitionSet ( List p1 ) : List
[mangled: org/apache/batik/svggen/SVGClipDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
SVGClipDescriptor.SVGClipDescriptor ( String p1, Element p2 )
[mangled: org/apache/batik/svggen/SVGClipDescriptor."<init>":(Ljava/lang/String;Lorg/w3c/dom/Element;)V]
cdk-1.0.4.jar, SVGColor.class
package org.apache.batik.svggen
SVGColor.SVGColor ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGColor."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGColor.toSVG ( Color p1, SVGGeneratorContext p2 ) [static] : SVGPaintDescriptor
[mangled: org/apache/batik/svggen/SVGColor.toSVG:(Ljava/awt/Color;Lorg/apache/batik/svggen/SVGGeneratorContext;)Lorg/apache/batik/svggen/SVGPaintDescriptor;]
SVGColor.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGColor.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGComposite.class
package org.apache.batik.ext.awt.image
SVGComposite.createContext ( ColorModel p1, ColorModel p2, RenderingHints p3 ) : CompositeContext
[mangled: org/apache/batik/ext/awt/image/SVGComposite.createContext:(Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;Ljava/awt/RenderingHints;)Ljava/awt/CompositeContext;]
SVGComposite.equals ( Object p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/SVGComposite.equals:(Ljava/lang/Object;)Z]
SVGComposite.getRule ( ) : CompositeRule
[mangled: org/apache/batik/ext/awt/image/SVGComposite.getRule:()Lorg/apache/batik/ext/awt/image/CompositeRule;]
SVGComposite.is_INT_PACK ( ColorModel p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/SVGComposite.is_INT_PACK:(Ljava/awt/image/ColorModel;)Z]
SVGComposite.SVGComposite ( CompositeRule p1 )
[mangled: org/apache/batik/ext/awt/image/SVGComposite."<init>":(Lorg/apache/batik/ext/awt/image/CompositeRule;)V]
package org.apache.batik.svggen
SVGComposite.getAlphaCompositeConverter ( ) : SVGAlphaComposite
[mangled: org/apache/batik/svggen/SVGComposite.getAlphaCompositeConverter:()Lorg/apache/batik/svggen/SVGAlphaComposite;]
SVGComposite.getCustomCompositeConverter ( ) : SVGCustomComposite
[mangled: org/apache/batik/svggen/SVGComposite.getCustomCompositeConverter:()Lorg/apache/batik/svggen/SVGCustomComposite;]
SVGComposite.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/SVGComposite.getDefinitionSet:()Ljava/util/List;]
SVGComposite.SVGComposite ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGComposite."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGComposite.toSVG ( Composite p1 ) : SVGCompositeDescriptor
[mangled: org/apache/batik/svggen/SVGComposite.toSVG:(Ljava/awt/Composite;)Lorg/apache/batik/svggen/SVGCompositeDescriptor;]
SVGComposite.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGComposite.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGCompositeDescriptor.class
package org.apache.batik.svggen
SVGCompositeDescriptor.getAttributeMap ( Map p1 ) : Map
[mangled: org/apache/batik/svggen/SVGCompositeDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGCompositeDescriptor.getDef ( ) : Element
[mangled: org/apache/batik/svggen/SVGCompositeDescriptor.getDef:()Lorg/w3c/dom/Element;]
SVGCompositeDescriptor.getDefinitionSet ( List p1 ) : List
[mangled: org/apache/batik/svggen/SVGCompositeDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
SVGCompositeDescriptor.getFilterValue ( ) : String
[mangled: org/apache/batik/svggen/SVGCompositeDescriptor.getFilterValue:()Ljava/lang/String;]
SVGCompositeDescriptor.getOpacityValue ( ) : String
[mangled: org/apache/batik/svggen/SVGCompositeDescriptor.getOpacityValue:()Ljava/lang/String;]
SVGCompositeDescriptor.SVGCompositeDescriptor ( String p1, String p2 )
[mangled: org/apache/batik/svggen/SVGCompositeDescriptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
SVGCompositeDescriptor.SVGCompositeDescriptor ( String p1, String p2, Element p3 )
[mangled: org/apache/batik/svggen/SVGCompositeDescriptor."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Element;)V]
cdk-1.0.4.jar, SVGConverter.class
package org.apache.batik.svggen
SVGConverter.getDefinitionSet ( ) [abstract] : List
[mangled: org/apache/batik/svggen/SVGConverter.getDefinitionSet:()Ljava/util/List;]
SVGConverter.toSVG ( GraphicContext p1 ) [abstract] : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGConverter.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGConvolveOp.class
package org.apache.batik.svggen
SVGConvolveOp.SVGConvolveOp ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGConvolveOp."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGConvolveOp.toSVG ( BufferedImageOp p1, Rectangle p2 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGConvolveOp.toSVG:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
SVGConvolveOp.toSVG ( ConvolveOp p1 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGConvolveOp.toSVG:(Ljava/awt/image/ConvolveOp;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
cdk-1.0.4.jar, SVGCSSStyler.class
package org.apache.batik.svggen
SVGCSSStyler.style ( Node p1 ) [static] : void
[mangled: org/apache/batik/svggen/SVGCSSStyler.style:(Lorg/w3c/dom/Node;)V]
SVGCSSStyler.SVGCSSStyler ( )
[mangled: org/apache/batik/svggen/SVGCSSStyler."<init>":()V]
cdk-1.0.4.jar, SVGCustomBufferedImageOp.class
package org.apache.batik.svggen
SVGCustomBufferedImageOp.SVGCustomBufferedImageOp ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGCustomBufferedImageOp."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGCustomBufferedImageOp.toSVG ( BufferedImageOp p1, Rectangle p2 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGCustomBufferedImageOp.toSVG:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
cdk-1.0.4.jar, SVGCustomComposite.class
package org.apache.batik.svggen
SVGCustomComposite.SVGCustomComposite ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGCustomComposite."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGCustomComposite.toSVG ( Composite p1 ) : SVGCompositeDescriptor
[mangled: org/apache/batik/svggen/SVGCustomComposite.toSVG:(Ljava/awt/Composite;)Lorg/apache/batik/svggen/SVGCompositeDescriptor;]
SVGCustomComposite.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGCustomComposite.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGCustomPaint.class
package org.apache.batik.svggen
SVGCustomPaint.SVGCustomPaint ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGCustomPaint."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGCustomPaint.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGCustomPaint.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
SVGCustomPaint.toSVG ( Paint p1 ) : SVGPaintDescriptor
[mangled: org/apache/batik/svggen/SVGCustomPaint.toSVG:(Ljava/awt/Paint;)Lorg/apache/batik/svggen/SVGPaintDescriptor;]
cdk-1.0.4.jar, SVGDescriptor.class
package org.apache.batik.svggen
SVGDescriptor.getAttributeMap ( Map p1 ) [abstract] : Map
[mangled: org/apache/batik/svggen/SVGDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGDescriptor.getDefinitionSet ( List p1 ) [abstract] : List
[mangled: org/apache/batik/svggen/SVGDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
cdk-1.0.4.jar, SVGEllipse.class
package org.apache.batik.svggen
SVGEllipse.SVGEllipse ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGEllipse."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGEllipse.toSVG ( Ellipse2D p1 ) : Element
[mangled: org/apache/batik/svggen/SVGEllipse.toSVG:(Ljava/awt/geom/Ellipse2D;)Lorg/w3c/dom/Element;]
cdk-1.0.4.jar, SVGFilterConverter.class
package org.apache.batik.svggen
SVGFilterConverter.getDefinitionSet ( ) [abstract] : List
[mangled: org/apache/batik/svggen/SVGFilterConverter.getDefinitionSet:()Ljava/util/List;]
SVGFilterConverter.toSVG ( BufferedImageOp p1, Rectangle p2 ) [abstract] : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGFilterConverter.toSVG:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
cdk-1.0.4.jar, SVGFilterDescriptor.class
package org.apache.batik.svggen
SVGFilterDescriptor.getDef ( ) : Element
[mangled: org/apache/batik/svggen/SVGFilterDescriptor.getDef:()Lorg/w3c/dom/Element;]
SVGFilterDescriptor.getFilterValue ( ) : String
[mangled: org/apache/batik/svggen/SVGFilterDescriptor.getFilterValue:()Ljava/lang/String;]
SVGFilterDescriptor.SVGFilterDescriptor ( String p1 )
[mangled: org/apache/batik/svggen/SVGFilterDescriptor."<init>":(Ljava/lang/String;)V]
SVGFilterDescriptor.SVGFilterDescriptor ( String p1, Element p2 )
[mangled: org/apache/batik/svggen/SVGFilterDescriptor."<init>":(Ljava/lang/String;Lorg/w3c/dom/Element;)V]
cdk-1.0.4.jar, SVGFont.class
package org.apache.batik.svggen
SVGFont.familyToSVG ( Font p1 ) [static] : String
[mangled: org/apache/batik/svggen/SVGFont.familyToSVG:(Ljava/awt/Font;)Ljava/lang/String;]
SVGFont.recordFontUsage ( String p1, Font p2 ) : void
[mangled: org/apache/batik/svggen/SVGFont.recordFontUsage:(Ljava/lang/String;Ljava/awt/Font;)V]
SVGFont.styleToSVG ( Font p1 ) [static] : String
[mangled: org/apache/batik/svggen/SVGFont.styleToSVG:(Ljava/awt/Font;)Ljava/lang/String;]
SVGFont.SVGFont ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGFont."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGFont.toSVG ( Font p1, FontRenderContext p2 ) : SVGFontDescriptor
[mangled: org/apache/batik/svggen/SVGFont.toSVG:(Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lorg/apache/batik/svggen/SVGFontDescriptor;]
SVGFont.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGFont.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
SVGFont.weightToSVG ( Font p1 ) [static] : String
[mangled: org/apache/batik/svggen/SVGFont.weightToSVG:(Ljava/awt/Font;)Ljava/lang/String;]
package org.apache.batik.svggen.font
SVGFont.encodeEntities ( String p1 ) [static] : String
[mangled: org/apache/batik/svggen/font/SVGFont.encodeEntities:(Ljava/lang/String;)Ljava/lang/String;]
SVGFont.getContourAsSVGPathData ( Glyph p1, int p2, int p3 ) [static] : String
[mangled: org/apache/batik/svggen/font/SVGFont.getContourAsSVGPathData:(Lorg/apache/batik/svggen/font/Glyph;II)Ljava/lang/String;]
SVGFont.getGlyphAsSVG ( Font p1, Glyph p2, int p3, int p4, SingleSubst p5, SingleSubst p6, SingleSubst p7, String p8 ) [static] : String
[mangled: org/apache/batik/svggen/font/SVGFont.getGlyphAsSVG:(Lorg/apache/batik/svggen/font/Font;Lorg/apache/batik/svggen/font/Glyph;IILorg/apache/batik/svggen/font/table/SingleSubst;Lorg/apache/batik/svggen/font/table/SingleSubst;Lorg/apache/batik/svggen/font/table/SingleSubst;Ljava/lang/String;)Ljava/lang/String;]
SVGFont.getGlyphAsSVG ( Font p1, Glyph p2, int p3, int p4, String p5, String p6 ) [static] : String
[mangled: org/apache/batik/svggen/font/SVGFont.getGlyphAsSVG:(Lorg/apache/batik/svggen/font/Font;Lorg/apache/batik/svggen/font/Glyph;IILjava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SVGFont.getKerningPairAsSVG ( KerningPair p1, PostTable p2 ) [static] : String
[mangled: org/apache/batik/svggen/font/SVGFont.getKerningPairAsSVG:(Lorg/apache/batik/svggen/font/table/KerningPair;Lorg/apache/batik/svggen/font/table/PostTable;)Ljava/lang/String;]
SVGFont.getSVGFontFaceElement ( Font p1 ) [static] : String
[mangled: org/apache/batik/svggen/font/SVGFont.getSVGFontFaceElement:(Lorg/apache/batik/svggen/font/Font;)Ljava/lang/String;]
SVGFont.main ( String[ ] p1 ) [static] : void
[mangled: org/apache/batik/svggen/font/SVGFont.main:([Ljava/lang/String;)V]
SVGFont.SVGFont ( )
[mangled: org/apache/batik/svggen/font/SVGFont."<init>":()V]
SVGFont.writeFontAsSVGFragment ( PrintStream p1, Font p2, String p3, int p4, int p5, boolean p6 ) [static] : void
[mangled: org/apache/batik/svggen/font/SVGFont.writeFontAsSVGFragment:(Ljava/io/PrintStream;Lorg/apache/batik/svggen/font/Font;Ljava/lang/String;IIZ)V]
SVGFont.writeSvgBegin ( PrintStream p1 ) [static] : void
[mangled: org/apache/batik/svggen/font/SVGFont.writeSvgBegin:(Ljava/io/PrintStream;)V]
SVGFont.writeSvgDefsBegin ( PrintStream p1 ) [static] : void
[mangled: org/apache/batik/svggen/font/SVGFont.writeSvgDefsBegin:(Ljava/io/PrintStream;)V]
SVGFont.writeSvgDefsEnd ( PrintStream p1 ) [static] : void
[mangled: org/apache/batik/svggen/font/SVGFont.writeSvgDefsEnd:(Ljava/io/PrintStream;)V]
SVGFont.writeSvgEnd ( PrintStream p1 ) [static] : void
[mangled: org/apache/batik/svggen/font/SVGFont.writeSvgEnd:(Ljava/io/PrintStream;)V]
SVGFont.writeSvgTestCard ( PrintStream p1, String p2 ) [static] : void
[mangled: org/apache/batik/svggen/font/SVGFont.writeSvgTestCard:(Ljava/io/PrintStream;Ljava/lang/String;)V]
cdk-1.0.4.jar, SVGFontDescriptor.class
package org.apache.batik.svggen
SVGFontDescriptor.getAttributeMap ( Map p1 ) : Map
[mangled: org/apache/batik/svggen/SVGFontDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGFontDescriptor.getDef ( ) : Element
[mangled: org/apache/batik/svggen/SVGFontDescriptor.getDef:()Lorg/w3c/dom/Element;]
SVGFontDescriptor.getDefinitionSet ( List p1 ) : List
[mangled: org/apache/batik/svggen/SVGFontDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
SVGFontDescriptor.SVGFontDescriptor ( String p1, String p2, String p3, String p4, Element p5 )
[mangled: org/apache/batik/svggen/SVGFontDescriptor."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Element;)V]
cdk-1.0.4.jar, SVGGeneratorContext.class
package org.apache.batik.svggen
SVGGeneratorContext.createDefault ( Document p1 ) [static] : SVGGeneratorContext
[mangled: org/apache/batik/svggen/SVGGeneratorContext.createDefault:(Lorg/w3c/dom/Document;)Lorg/apache/batik/svggen/SVGGeneratorContext;]
SVGGeneratorContext.doubleString ( double p1 ) : String
[mangled: org/apache/batik/svggen/SVGGeneratorContext.doubleString:(D)Ljava/lang/String;]
SVGGeneratorContext.getComment ( ) : String
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getComment:()Ljava/lang/String;]
SVGGeneratorContext.getDOMFactory ( ) : Document
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getDOMFactory:()Lorg/w3c/dom/Document;]
SVGGeneratorContext.getErrorHandler ( ) : ErrorHandler
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getErrorHandler:()Lorg/apache/batik/svggen/ErrorHandler;]
SVGGeneratorContext.getExtensionHandler ( ) : ExtensionHandler
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getExtensionHandler:()Lorg/apache/batik/svggen/ExtensionHandler;]
SVGGeneratorContext.getGraphicContextDefaults ( ) : SVGGeneratorContext.GraphicContextDefaults
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getGraphicContextDefaults:()Lorg/apache/batik/svggen/SVGGeneratorContext$GraphicContextDefaults;]
SVGGeneratorContext.getIDGenerator ( ) : SVGIDGenerator
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getIDGenerator:()Lorg/apache/batik/svggen/SVGIDGenerator;]
SVGGeneratorContext.getImageHandler ( ) : ImageHandler
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getImageHandler:()Lorg/apache/batik/svggen/ImageHandler;]
SVGGeneratorContext.getPrecision ( ) : int
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getPrecision:()I]
SVGGeneratorContext.getStyleHandler ( ) : StyleHandler
[mangled: org/apache/batik/svggen/SVGGeneratorContext.getStyleHandler:()Lorg/apache/batik/svggen/StyleHandler;]
SVGGeneratorContext.isEmbeddedFontsOn ( ) : boolean
[mangled: org/apache/batik/svggen/SVGGeneratorContext.isEmbeddedFontsOn:()Z]
SVGGeneratorContext.setComment ( String p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setComment:(Ljava/lang/String;)V]
SVGGeneratorContext.setDOMFactory ( Document p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setDOMFactory:(Lorg/w3c/dom/Document;)V]
SVGGeneratorContext.setEmbeddedFontsOn ( boolean p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setEmbeddedFontsOn:(Z)V]
SVGGeneratorContext.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setErrorHandler:(Lorg/apache/batik/svggen/ErrorHandler;)V]
SVGGeneratorContext.setExtensionHandler ( ExtensionHandler p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setExtensionHandler:(Lorg/apache/batik/svggen/ExtensionHandler;)V]
SVGGeneratorContext.setGenericImageHandler ( GenericImageHandler p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setGenericImageHandler:(Lorg/apache/batik/svggen/GenericImageHandler;)V]
SVGGeneratorContext.setGraphicContextDefaults ( SVGGeneratorContext.GraphicContextDefaults p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setGraphicContextDefaults:(Lorg/apache/batik/svggen/SVGGeneratorContext$GraphicContextDefaults;)V]
SVGGeneratorContext.setIDGenerator ( SVGIDGenerator p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setIDGenerator:(Lorg/apache/batik/svggen/SVGIDGenerator;)V]
SVGGeneratorContext.setImageHandler ( ImageHandler p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setImageHandler:(Lorg/apache/batik/svggen/ImageHandler;)V]
SVGGeneratorContext.setPrecision ( int p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setPrecision:(I)V]
SVGGeneratorContext.setStyleHandler ( StyleHandler p1 ) : void
[mangled: org/apache/batik/svggen/SVGGeneratorContext.setStyleHandler:(Lorg/apache/batik/svggen/StyleHandler;)V]
SVGGeneratorContext.SVGGeneratorContext ( Document p1 )
[mangled: org/apache/batik/svggen/SVGGeneratorContext."<init>":(Lorg/w3c/dom/Document;)V]
cdk-1.0.4.jar, SVGGraphicContext.class
package org.apache.batik.svggen
SVGGraphicContext.getContext ( ) : Map
[mangled: org/apache/batik/svggen/SVGGraphicContext.getContext:()Ljava/util/Map;]
SVGGraphicContext.getGraphicElementContext ( ) : Map
[mangled: org/apache/batik/svggen/SVGGraphicContext.getGraphicElementContext:()Ljava/util/Map;]
SVGGraphicContext.getGroupContext ( ) : Map
[mangled: org/apache/batik/svggen/SVGGraphicContext.getGroupContext:()Ljava/util/Map;]
SVGGraphicContext.getTransformStack ( ) : TransformStackElement[ ]
[mangled: org/apache/batik/svggen/SVGGraphicContext.getTransformStack:()[Lorg/apache/batik/ext/awt/g2d/TransformStackElement;]
SVGGraphicContext.SVGGraphicContext ( Map p1, Map p2, TransformStackElement[ ] p3 )
[mangled: org/apache/batik/svggen/SVGGraphicContext."<init>":(Ljava/util/Map;Ljava/util/Map;[Lorg/apache/batik/ext/awt/g2d/TransformStackElement;)V]
SVGGraphicContext.SVGGraphicContext ( Map p1, TransformStackElement[ ] p2 )
[mangled: org/apache/batik/svggen/SVGGraphicContext."<init>":(Ljava/util/Map;[Lorg/apache/batik/ext/awt/g2d/TransformStackElement;)V]
cdk-1.0.4.jar, SVGGraphicContextConverter.class
package org.apache.batik.svggen
SVGGraphicContextConverter.getClipConverter ( ) : SVGClip
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getClipConverter:()Lorg/apache/batik/svggen/SVGClip;]
SVGGraphicContextConverter.getCompositeConverter ( ) : SVGComposite
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getCompositeConverter:()Lorg/apache/batik/svggen/SVGComposite;]
SVGGraphicContextConverter.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getDefinitionSet:()Ljava/util/List;]
SVGGraphicContextConverter.getFontConverter ( ) : SVGFont
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getFontConverter:()Lorg/apache/batik/svggen/SVGFont;]
SVGGraphicContextConverter.getHintsConverter ( ) : SVGRenderingHints
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getHintsConverter:()Lorg/apache/batik/svggen/SVGRenderingHints;]
SVGGraphicContextConverter.getPaintConverter ( ) : SVGPaint
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getPaintConverter:()Lorg/apache/batik/svggen/SVGPaint;]
SVGGraphicContextConverter.getStrokeConverter ( ) : SVGBasicStroke
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getStrokeConverter:()Lorg/apache/batik/svggen/SVGBasicStroke;]
SVGGraphicContextConverter.getTransformConverter ( ) : SVGTransform
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.getTransformConverter:()Lorg/apache/batik/svggen/SVGTransform;]
SVGGraphicContextConverter.SVGGraphicContextConverter ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGGraphicContextConverter.toSVG ( GraphicContext p1 ) : SVGGraphicContext
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGGraphicContext;]
SVGGraphicContextConverter.toSVG ( TransformStackElement[ ] p1 ) : String
[mangled: org/apache/batik/svggen/SVGGraphicContextConverter.toSVG:([Lorg/apache/batik/ext/awt/g2d/TransformStackElement;)Ljava/lang/String;]
cdk-1.0.4.jar, SVGGraphicObjectConverter.class
package org.apache.batik.svggen
SVGGraphicObjectConverter.doubleString ( double p1 ) : String
[mangled: org/apache/batik/svggen/SVGGraphicObjectConverter.doubleString:(D)Ljava/lang/String;]
SVGGraphicObjectConverter.SVGGraphicObjectConverter ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGGraphicObjectConverter."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
cdk-1.0.4.jar, SVGGraphics2D.class
package org.apache.batik.svggen
SVGGraphics2D.buildSVGGeneratorContext ( Document p1, ImageHandler p2, ExtensionHandler p3 ) [static] : SVGGeneratorContext
[mangled: org/apache/batik/svggen/SVGGraphics2D.buildSVGGeneratorContext:(Lorg/w3c/dom/Document;Lorg/apache/batik/svggen/ImageHandler;Lorg/apache/batik/svggen/ExtensionHandler;)Lorg/apache/batik/svggen/SVGGeneratorContext;]
SVGGraphics2D.copyArea ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.copyArea:(IIIIII)V]
SVGGraphics2D.create ( ) : Graphics
[mangled: org/apache/batik/svggen/SVGGraphics2D.create:()Ljava/awt/Graphics;]
SVGGraphics2D.dispose ( ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.dispose:()V]
SVGGraphics2D.draw ( Shape p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.draw:(Ljava/awt/Shape;)V]
SVGGraphics2D.drawImage ( BufferedImage p1, BufferedImageOp p2, int p3, int p4 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawImage:(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImageOp;II)V]
SVGGraphics2D.drawImage ( Image p1, AffineTransform p2, ImageObserver p3 ) : boolean
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawImage:(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z]
SVGGraphics2D.drawImage ( Image p1, int p2, int p3, ImageObserver p4 ) : boolean
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawImage:(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z]
SVGGraphics2D.drawImage ( Image p1, int p2, int p3, int p4, int p5, ImageObserver p6 ) : boolean
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z]
SVGGraphics2D.drawRenderableImage ( RenderableImage p1, AffineTransform p2 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawRenderableImage:(Ljava/awt/image/renderable/RenderableImage;Ljava/awt/geom/AffineTransform;)V]
SVGGraphics2D.drawRenderedImage ( RenderedImage p1, AffineTransform p2 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/geom/AffineTransform;)V]
SVGGraphics2D.drawString ( AttributedCharacterIterator p1, float p2, float p3 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawString:(Ljava/text/AttributedCharacterIterator;FF)V]
SVGGraphics2D.drawString ( String p1, float p2, float p3 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.drawString:(Ljava/lang/String;FF)V]
SVGGraphics2D.fill ( Shape p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.fill:(Ljava/awt/Shape;)V]
SVGGraphics2D.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/SVGGraphics2D.getDefinitionSet:()Ljava/util/List;]
SVGGraphics2D.getDeviceConfiguration ( ) : GraphicsConfiguration
[mangled: org/apache/batik/svggen/SVGGraphics2D.getDeviceConfiguration:()Ljava/awt/GraphicsConfiguration;]
SVGGraphics2D.getDOMFactory ( ) : Document
[mangled: org/apache/batik/svggen/SVGGraphics2D.getDOMFactory:()Lorg/w3c/dom/Document;]
SVGGraphics2D.getDOMGroupManager ( ) : DOMGroupManager
[mangled: org/apache/batik/svggen/SVGGraphics2D.getDOMGroupManager:()Lorg/apache/batik/svggen/DOMGroupManager;]
SVGGraphics2D.getDOMTreeManager ( ) : DOMTreeManager
[mangled: org/apache/batik/svggen/SVGGraphics2D.getDOMTreeManager:()Lorg/apache/batik/svggen/DOMTreeManager;]
SVGGraphics2D.getExtensionHandler ( ) : ExtensionHandler
[mangled: org/apache/batik/svggen/SVGGraphics2D.getExtensionHandler:()Lorg/apache/batik/svggen/ExtensionHandler;]
SVGGraphics2D.getFontMetrics ( Font p1 ) : FontMetrics
[mangled: org/apache/batik/svggen/SVGGraphics2D.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;]
SVGGraphics2D.getGeneratorContext ( ) : SVGGeneratorContext
[mangled: org/apache/batik/svggen/SVGGraphics2D.getGeneratorContext:()Lorg/apache/batik/svggen/SVGGeneratorContext;]
SVGGraphics2D.getGenericImageHandler ( ) : GenericImageHandler
[mangled: org/apache/batik/svggen/SVGGraphics2D.getGenericImageHandler:()Lorg/apache/batik/svggen/GenericImageHandler;]
SVGGraphics2D.getImageHandler ( ) : ImageHandler
[mangled: org/apache/batik/svggen/SVGGraphics2D.getImageHandler:()Lorg/apache/batik/svggen/ImageHandler;]
SVGGraphics2D.getRoot ( ) : Element
[mangled: org/apache/batik/svggen/SVGGraphics2D.getRoot:()Lorg/w3c/dom/Element;]
SVGGraphics2D.getRoot ( Element p1 ) : Element
[mangled: org/apache/batik/svggen/SVGGraphics2D.getRoot:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Element;]
SVGGraphics2D.getSVGCanvasSize ( ) : Dimension
[mangled: org/apache/batik/svggen/SVGGraphics2D.getSVGCanvasSize:()Ljava/awt/Dimension;]
SVGGraphics2D.getTopLevelGroup ( ) : Element
[mangled: org/apache/batik/svggen/SVGGraphics2D.getTopLevelGroup:()Lorg/w3c/dom/Element;]
SVGGraphics2D.getTopLevelGroup ( boolean p1 ) : Element
[mangled: org/apache/batik/svggen/SVGGraphics2D.getTopLevelGroup:(Z)Lorg/w3c/dom/Element;]
SVGGraphics2D.setExtensionHandler ( ExtensionHandler p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.setExtensionHandler:(Lorg/apache/batik/svggen/ExtensionHandler;)V]
SVGGraphics2D.setSVGCanvasSize ( Dimension p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.setSVGCanvasSize:(Ljava/awt/Dimension;)V]
SVGGraphics2D.setTopLevelGroup ( Element p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.setTopLevelGroup:(Lorg/w3c/dom/Element;)V]
SVGGraphics2D.setXORMode ( Color p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.setXORMode:(Ljava/awt/Color;)V]
SVGGraphics2D.stream ( Element p1, Writer p2 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.stream:(Lorg/w3c/dom/Element;Ljava/io/Writer;)V]
SVGGraphics2D.stream ( Element p1, Writer p2, boolean p3 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.stream:(Lorg/w3c/dom/Element;Ljava/io/Writer;Z)V]
SVGGraphics2D.stream ( String p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.stream:(Ljava/lang/String;)V]
SVGGraphics2D.stream ( String p1, boolean p2 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.stream:(Ljava/lang/String;Z)V]
SVGGraphics2D.stream ( Writer p1 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.stream:(Ljava/io/Writer;)V]
SVGGraphics2D.stream ( Writer p1, boolean p2 ) : void
[mangled: org/apache/batik/svggen/SVGGraphics2D.stream:(Ljava/io/Writer;Z)V]
SVGGraphics2D.SVGGraphics2D ( Document p1 )
[mangled: org/apache/batik/svggen/SVGGraphics2D."<init>":(Lorg/w3c/dom/Document;)V]
SVGGraphics2D.SVGGraphics2D ( Document p1, ImageHandler p2, ExtensionHandler p3, boolean p4 )
[mangled: org/apache/batik/svggen/SVGGraphics2D."<init>":(Lorg/w3c/dom/Document;Lorg/apache/batik/svggen/ImageHandler;Lorg/apache/batik/svggen/ExtensionHandler;Z)V]
SVGGraphics2D.SVGGraphics2D ( SVGGeneratorContext p1, boolean p2 )
[mangled: org/apache/batik/svggen/SVGGraphics2D."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;Z)V]
SVGGraphics2D.SVGGraphics2D ( SVGGraphics2D p1 )
[mangled: org/apache/batik/svggen/SVGGraphics2D."<init>":(Lorg/apache/batik/svggen/SVGGraphics2D;)V]
cdk-1.0.4.jar, SVGGraphics2DIOException.class
package org.apache.batik.svggen
SVGGraphics2DIOException.getException ( ) : IOException
[mangled: org/apache/batik/svggen/SVGGraphics2DIOException.getException:()Ljava/io/IOException;]
SVGGraphics2DIOException.getMessage ( ) : String
[mangled: org/apache/batik/svggen/SVGGraphics2DIOException.getMessage:()Ljava/lang/String;]
SVGGraphics2DIOException.SVGGraphics2DIOException ( IOException p1 )
[mangled: org/apache/batik/svggen/SVGGraphics2DIOException."<init>":(Ljava/io/IOException;)V]
SVGGraphics2DIOException.SVGGraphics2DIOException ( String p1 )
[mangled: org/apache/batik/svggen/SVGGraphics2DIOException."<init>":(Ljava/lang/String;)V]
SVGGraphics2DIOException.SVGGraphics2DIOException ( String p1, IOException p2 )
[mangled: org/apache/batik/svggen/SVGGraphics2DIOException."<init>":(Ljava/lang/String;Ljava/io/IOException;)V]
cdk-1.0.4.jar, SVGGraphics2DRuntimeException.class
package org.apache.batik.svggen
SVGGraphics2DRuntimeException.getException ( ) : Exception
[mangled: org/apache/batik/svggen/SVGGraphics2DRuntimeException.getException:()Ljava/lang/Exception;]
SVGGraphics2DRuntimeException.getMessage ( ) : String
[mangled: org/apache/batik/svggen/SVGGraphics2DRuntimeException.getMessage:()Ljava/lang/String;]
SVGGraphics2DRuntimeException.SVGGraphics2DRuntimeException ( Exception p1 )
[mangled: org/apache/batik/svggen/SVGGraphics2DRuntimeException."<init>":(Ljava/lang/Exception;)V]
SVGGraphics2DRuntimeException.SVGGraphics2DRuntimeException ( String p1 )
[mangled: org/apache/batik/svggen/SVGGraphics2DRuntimeException."<init>":(Ljava/lang/String;)V]
SVGGraphics2DRuntimeException.SVGGraphics2DRuntimeException ( String p1, Exception p2 )
[mangled: org/apache/batik/svggen/SVGGraphics2DRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V]
cdk-1.0.4.jar, SVGHintsDescriptor.class
package org.apache.batik.svggen
SVGHintsDescriptor.getAttributeMap ( Map p1 ) : Map
[mangled: org/apache/batik/svggen/SVGHintsDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGHintsDescriptor.getDefinitionSet ( List p1 ) : List
[mangled: org/apache/batik/svggen/SVGHintsDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
SVGHintsDescriptor.SVGHintsDescriptor ( String p1, String p2, String p3, String p4, String p5 )
[mangled: org/apache/batik/svggen/SVGHintsDescriptor."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, SVGIDGenerator.class
package org.apache.batik.svggen
SVGIDGenerator.generateID ( String p1 ) : String
[mangled: org/apache/batik/svggen/SVGIDGenerator.generateID:(Ljava/lang/String;)Ljava/lang/String;]
SVGIDGenerator.SVGIDGenerator ( )
[mangled: org/apache/batik/svggen/SVGIDGenerator."<init>":()V]
cdk-1.0.4.jar, SVGLine.class
package org.apache.batik.svggen
SVGLine.SVGLine ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGLine."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGLine.toSVG ( Line2D p1 ) : Element
[mangled: org/apache/batik/svggen/SVGLine.toSVG:(Ljava/awt/geom/Line2D;)Lorg/w3c/dom/Element;]
cdk-1.0.4.jar, SVGLinearGradient.class
package org.apache.batik.svggen
SVGLinearGradient.SVGLinearGradient ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGLinearGradient."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGLinearGradient.toSVG ( GradientPaint p1 ) : SVGPaintDescriptor
[mangled: org/apache/batik/svggen/SVGLinearGradient.toSVG:(Ljava/awt/GradientPaint;)Lorg/apache/batik/svggen/SVGPaintDescriptor;]
SVGLinearGradient.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGLinearGradient.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
cdk-1.0.4.jar, SVGLookupOp.class
package org.apache.batik.svggen
SVGLookupOp.SVGLookupOp ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGLookupOp."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGLookupOp.toSVG ( BufferedImageOp p1, Rectangle p2 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGLookupOp.toSVG:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
SVGLookupOp.toSVG ( LookupOp p1 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGLookupOp.toSVG:(Ljava/awt/image/LookupOp;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
cdk-1.0.4.jar, SVGPaint.class
package org.apache.batik.svggen
SVGPaint.getColorConverter ( ) : SVGColor
[mangled: org/apache/batik/svggen/SVGPaint.getColorConverter:()Lorg/apache/batik/svggen/SVGColor;]
SVGPaint.getCustomPaintConverter ( ) : SVGCustomPaint
[mangled: org/apache/batik/svggen/SVGPaint.getCustomPaintConverter:()Lorg/apache/batik/svggen/SVGCustomPaint;]
SVGPaint.getDefinitionSet ( ) : List
[mangled: org/apache/batik/svggen/SVGPaint.getDefinitionSet:()Ljava/util/List;]
SVGPaint.getGradientPaintConverter ( ) : SVGLinearGradient
[mangled: org/apache/batik/svggen/SVGPaint.getGradientPaintConverter:()Lorg/apache/batik/svggen/SVGLinearGradient;]
SVGPaint.getTexturePaintConverter ( ) : SVGTexturePaint
[mangled: org/apache/batik/svggen/SVGPaint.getTexturePaintConverter:()Lorg/apache/batik/svggen/SVGTexturePaint;]
SVGPaint.SVGPaint ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGPaint."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGPaint.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGPaint.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
SVGPaint.toSVG ( Paint p1 ) : SVGPaintDescriptor
[mangled: org/apache/batik/svggen/SVGPaint.toSVG:(Ljava/awt/Paint;)Lorg/apache/batik/svggen/SVGPaintDescriptor;]
cdk-1.0.4.jar, SVGPaintDescriptor.class
package org.apache.batik.svggen
SVGPaintDescriptor.getAttributeMap ( Map p1 ) : Map
[mangled: org/apache/batik/svggen/SVGPaintDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGPaintDescriptor.getDef ( ) : Element
[mangled: org/apache/batik/svggen/SVGPaintDescriptor.getDef:()Lorg/w3c/dom/Element;]
SVGPaintDescriptor.getDefinitionSet ( List p1 ) : List
[mangled: org/apache/batik/svggen/SVGPaintDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
SVGPaintDescriptor.getOpacityValue ( ) : String
[mangled: org/apache/batik/svggen/SVGPaintDescriptor.getOpacityValue:()Ljava/lang/String;]
SVGPaintDescriptor.getPaintValue ( ) : String
[mangled: org/apache/batik/svggen/SVGPaintDescriptor.getPaintValue:()Ljava/lang/String;]
SVGPaintDescriptor.SVGPaintDescriptor ( String p1, String p2 )
[mangled: org/apache/batik/svggen/SVGPaintDescriptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
SVGPaintDescriptor.SVGPaintDescriptor ( String p1, String p2, Element p3 )
[mangled: org/apache/batik/svggen/SVGPaintDescriptor."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Element;)V]
cdk-1.0.4.jar, SVGPath.class
package org.apache.batik.svggen
SVGPath.SVGPath ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGPath."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGPath.toSVG ( Shape p1 ) : Element
[mangled: org/apache/batik/svggen/SVGPath.toSVG:(Ljava/awt/Shape;)Lorg/w3c/dom/Element;]
SVGPath.toSVGPathData ( Shape p1, SVGGeneratorContext p2 ) [static] : String
[mangled: org/apache/batik/svggen/SVGPath.toSVGPathData:(Ljava/awt/Shape;Lorg/apache/batik/svggen/SVGGeneratorContext;)Ljava/lang/String;]
cdk-1.0.4.jar, SVGPolygon.class
package org.apache.batik.svggen
SVGPolygon.SVGPolygon ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGPolygon."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGPolygon.toSVG ( Polygon p1 ) : Element
[mangled: org/apache/batik/svggen/SVGPolygon.toSVG:(Ljava/awt/Polygon;)Lorg/w3c/dom/Element;]
cdk-1.0.4.jar, SVGRectangle.class
package org.apache.batik.svggen
SVGRectangle.SVGRectangle ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGRectangle."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGRectangle.toSVG ( Rectangle2D p1 ) : Element
[mangled: org/apache/batik/svggen/SVGRectangle.toSVG:(Ljava/awt/geom/Rectangle2D;)Lorg/w3c/dom/Element;]
SVGRectangle.toSVG ( RoundRectangle2D p1 ) : Element
[mangled: org/apache/batik/svggen/SVGRectangle.toSVG:(Ljava/awt/geom/RoundRectangle2D;)Lorg/w3c/dom/Element;]
cdk-1.0.4.jar, SVGRenderingHints.class
package org.apache.batik.svggen
SVGRenderingHints.SVGRenderingHints ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGRenderingHints."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGRenderingHints.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGRenderingHints.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
SVGRenderingHints.toSVG ( RenderingHints p1 ) [static] : SVGHintsDescriptor
[mangled: org/apache/batik/svggen/SVGRenderingHints.toSVG:(Ljava/awt/RenderingHints;)Lorg/apache/batik/svggen/SVGHintsDescriptor;]
cdk-1.0.4.jar, SVGRescaleOp.class
package org.apache.batik.svggen
SVGRescaleOp.SVGRescaleOp ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGRescaleOp."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGRescaleOp.toSVG ( BufferedImageOp p1, Rectangle p2 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGRescaleOp.toSVG:(Ljava/awt/image/BufferedImageOp;Ljava/awt/Rectangle;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
SVGRescaleOp.toSVG ( RescaleOp p1 ) : SVGFilterDescriptor
[mangled: org/apache/batik/svggen/SVGRescaleOp.toSVG:(Ljava/awt/image/RescaleOp;)Lorg/apache/batik/svggen/SVGFilterDescriptor;]
cdk-1.0.4.jar, SVGShape.class
package org.apache.batik.svggen
SVGShape.SVGShape ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGShape."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGShape.toSVG ( Shape p1 ) : Element
[mangled: org/apache/batik/svggen/SVGShape.toSVG:(Ljava/awt/Shape;)Lorg/w3c/dom/Element;]
cdk-1.0.4.jar, SVGStrokeDescriptor.class
package org.apache.batik.svggen
SVGStrokeDescriptor.getAttributeMap ( Map p1 ) : Map
[mangled: org/apache/batik/svggen/SVGStrokeDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGStrokeDescriptor.getDefinitionSet ( List p1 ) : List
[mangled: org/apache/batik/svggen/SVGStrokeDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
SVGStrokeDescriptor.SVGStrokeDescriptor ( String p1, String p2, String p3, String p4, String p5, String p6 )
[mangled: org/apache/batik/svggen/SVGStrokeDescriptor."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, SVGStylingAttributes.class
package org.apache.batik.svggen
SVGStylingAttributes.SVGStylingAttributes ( )
[mangled: org/apache/batik/svggen/SVGStylingAttributes."<init>":()V]
cdk-1.0.4.jar, SVGTexturePaint.class
package org.apache.batik.svggen
SVGTexturePaint.SVGTexturePaint ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGTexturePaint."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGTexturePaint.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGTexturePaint.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
SVGTexturePaint.toSVG ( TexturePaint p1 ) : SVGPaintDescriptor
[mangled: org/apache/batik/svggen/SVGTexturePaint.toSVG:(Ljava/awt/TexturePaint;)Lorg/apache/batik/svggen/SVGPaintDescriptor;]
cdk-1.0.4.jar, SVGTransform.class
package org.apache.batik.svggen
SVGTransform.SVGTransform ( SVGGeneratorContext p1 )
[mangled: org/apache/batik/svggen/SVGTransform."<init>":(Lorg/apache/batik/svggen/SVGGeneratorContext;)V]
SVGTransform.toSVG ( GraphicContext p1 ) : SVGDescriptor
[mangled: org/apache/batik/svggen/SVGTransform.toSVG:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Lorg/apache/batik/svggen/SVGDescriptor;]
SVGTransform.toSVGTransform ( GraphicContext p1 ) : String
[mangled: org/apache/batik/svggen/SVGTransform.toSVGTransform:(Lorg/apache/batik/ext/awt/g2d/GraphicContext;)Ljava/lang/String;]
SVGTransform.toSVGTransform ( TransformStackElement[ ] p1 ) : String
[mangled: org/apache/batik/svggen/SVGTransform.toSVGTransform:([Lorg/apache/batik/ext/awt/g2d/TransformStackElement;)Ljava/lang/String;]
cdk-1.0.4.jar, SVGTransformDescriptor.class
package org.apache.batik.svggen
SVGTransformDescriptor.getAttributeMap ( Map p1 ) : Map
[mangled: org/apache/batik/svggen/SVGTransformDescriptor.getAttributeMap:(Ljava/util/Map;)Ljava/util/Map;]
SVGTransformDescriptor.getDefinitionSet ( List p1 ) : List
[mangled: org/apache/batik/svggen/SVGTransformDescriptor.getDefinitionSet:(Ljava/util/List;)Ljava/util/List;]
SVGTransformDescriptor.SVGTransformDescriptor ( String p1 )
[mangled: org/apache/batik/svggen/SVGTransformDescriptor."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, SVGWriter.class
package org.openscience.cdk.io
SVGWriter.accepts ( Class classObject ) : boolean
[mangled: org/openscience/cdk/io/SVGWriter.accepts:(Ljava/lang/Class;)Z]
SVGWriter.close ( ) : void
[mangled: org/openscience/cdk/io/SVGWriter.close:()V]
SVGWriter.getFormat ( ) : IResourceFormat
[mangled: org/openscience/cdk/io/SVGWriter.getFormat:()Lorg/openscience/cdk/io/formats/IResourceFormat;]
SVGWriter.setWriter ( OutputStream output ) : void
[mangled: org/openscience/cdk/io/SVGWriter.setWriter:(Ljava/io/OutputStream;)V]
SVGWriter.setWriter ( Writer out ) : void
[mangled: org/openscience/cdk/io/SVGWriter.setWriter:(Ljava/io/Writer;)V]
SVGWriter.SVGWriter ( )
[mangled: org/openscience/cdk/io/SVGWriter."<init>":()V]
SVGWriter.SVGWriter ( FileOutputStream out )
[mangled: org/openscience/cdk/io/SVGWriter."<init>":(Ljava/io/FileOutputStream;)V]
SVGWriter.SVGWriter ( OutputStream output )
[mangled: org/openscience/cdk/io/SVGWriter."<init>":(Ljava/io/OutputStream;)V]
SVGWriter.SVGWriter ( Writer out )
[mangled: org/openscience/cdk/io/SVGWriter."<init>":(Ljava/io/Writer;)V]
SVGWriter.write ( IChemObject object ) : void
[mangled: org/openscience/cdk/io/SVGWriter.write:(Lorg/openscience/cdk/interfaces/IChemObject;)V]
SVGWriter.writeAtomContainer ( IAtomContainer molecule ) : void
[mangled: org/openscience/cdk/io/SVGWriter.writeAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
cdk-1.0.4.jar, SwingSVGPrettyPrint.class
package org.apache.batik.svggen
SwingSVGPrettyPrint.print ( JComponent p1, SVGGraphics2D p2 ) [static] : void
[mangled: org/apache/batik/svggen/SwingSVGPrettyPrint.print:(Ljavax/swing/JComponent;Lorg/apache/batik/svggen/SVGGraphics2D;)V]
SwingSVGPrettyPrint.SwingSVGPrettyPrint ( )
[mangled: org/apache/batik/svggen/SwingSVGPrettyPrint."<init>":()V]
cdk-1.0.4.jar, SwingUtil.class
package com.ozten.util
SwingUtil.getFrame ( Component p1 ) [static] : Frame
[mangled: com/ozten/util/SwingUtil.getFrame:(Ljava/awt/Component;)Ljava/awt/Frame;]
SwingUtil.main ( String[ ] p1 ) [static] : void
[mangled: com/ozten/util/SwingUtil.main:([Ljava/lang/String;)V]
SwingUtil.SwingUtil ( )
[mangled: com/ozten/util/SwingUtil."<init>":()V]
SwingUtil.testGetFrame ( ) [static] : void
[mangled: com/ozten/util/SwingUtil.testGetFrame:()V]
cdk-1.0.4.jar, SymbolDeserializer.class
package org.apache.xindice.client.corba
SymbolDeserializer.convertToDocument ( EncodedBuffer buffer ) : Document
[mangled: org/apache/xindice/client/corba/SymbolDeserializer.convertToDocument:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/w3c/dom/Document;]
SymbolDeserializer.getLastModified ( ) : long
[mangled: org/apache/xindice/client/corba/SymbolDeserializer.getLastModified:()J]
SymbolDeserializer.getSymbols ( EncodedBuffer buffer ) : SymbolTable
[mangled: org/apache/xindice/client/corba/SymbolDeserializer.getSymbols:(Lorg/apache/xindice/client/corba/db/EncodedBuffer;)Lorg/apache/xindice/xml/SymbolTable;]
SymbolDeserializer.SymbolDeserializer ( )
[mangled: org/apache/xindice/client/corba/SymbolDeserializer."<init>":()V]
cdk-1.0.4.jar, SymbolInfo.class
package org.apache.xindice.xml
SymbolTable.SymbolInfo.getNamespaceURI ( ) : String
[mangled: org/apache/xindice/xml/SymbolTable.SymbolInfo.getNamespaceURI:()Ljava/lang/String;]
SymbolTable.SymbolInfo.getQName ( ) : String
[mangled: org/apache/xindice/xml/SymbolTable.SymbolInfo.getQName:()Ljava/lang/String;]
SymbolTable.SymbolInfo.getSymbolID ( ) : short
[mangled: org/apache/xindice/xml/SymbolTable.SymbolInfo.getSymbolID:()S]
SymbolTable.SymbolInfo.SymbolTable.SymbolInfo ( SymbolTable qname, String namespaceURI, String symbol, short p4 )
[mangled: org/apache/xindice/xml/SymbolTable.SymbolInfo."<init>":(Lorg/apache/xindice/xml/SymbolTable;Ljava/lang/String;Ljava/lang/String;S)V]
SymbolTable.SymbolInfo.SymbolTable.SymbolInfo ( SymbolTable qname, String symbol, short p3 )
[mangled: org/apache/xindice/xml/SymbolTable.SymbolInfo."<init>":(Lorg/apache/xindice/xml/SymbolTable;Ljava/lang/String;S)V]
cdk-1.0.4.jar, SymbolSerializer.class
package org.apache.xindice.client.corba
SymbolSerializer.convertFromDocument ( Document doc, long stamp ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/SymbolSerializer.convertFromDocument:(Lorg/w3c/dom/Document;J)Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
SymbolSerializer.getLastModified ( ) : long
[mangled: org/apache/xindice/client/corba/SymbolSerializer.getLastModified:()J]
SymbolSerializer.getSymbols ( ) : SymbolTable
[mangled: org/apache/xindice/client/corba/SymbolSerializer.getSymbols:()Lorg/apache/xindice/xml/SymbolTable;]
SymbolSerializer.getSymBuffer ( ) : EncodedBuffer
[mangled: org/apache/xindice/client/corba/SymbolSerializer.getSymBuffer:()Lorg/apache/xindice/client/corba/db/EncodedBuffer;]
SymbolSerializer.SymbolSerializer ( SymbolTable syms )
[mangled: org/apache/xindice/client/corba/SymbolSerializer."<init>":(Lorg/apache/xindice/xml/SymbolTable;)V]
cdk-1.0.4.jar, SymbolTable.class
package org.apache.xindice.xml
SymbolTable.getLastModified ( ) : long
[mangled: org/apache/xindice/xml/SymbolTable.getLastModified:()J]
SymbolTable.getLookupName ( String qname, String namespaceURI ) [static] : String
[mangled: org/apache/xindice/xml/SymbolTable.getLookupName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SymbolTable.getName ( short symbol ) : String
[mangled: org/apache/xindice/xml/SymbolTable.getName:(S)Ljava/lang/String;]
SymbolTable.getNamespaceURI ( short symbol ) : String
[mangled: org/apache/xindice/xml/SymbolTable.getNamespaceURI:(S)Ljava/lang/String;]
SymbolTable.getNormalizedLocalName ( String localName, String namespaceURI ) [static] : String
[mangled: org/apache/xindice/xml/SymbolTable.getNormalizedLocalName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SymbolTable.getNormalizedQName ( String qName, String namespaceURI ) [static] : String
[mangled: org/apache/xindice/xml/SymbolTable.getNormalizedQName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SymbolTable.getNormalizedSymbol ( SymbolTable symbols, String lookup, NamespaceMap nsMap, boolean create ) [static] : short
[mangled: org/apache/xindice/xml/SymbolTable.getNormalizedSymbol:(Lorg/apache/xindice/xml/SymbolTable;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;Z)S]
SymbolTable.getSymbol ( String qname ) : short
[mangled: org/apache/xindice/xml/SymbolTable.getSymbol:(Ljava/lang/String;)S]
SymbolTable.getSymbol ( String qname, boolean create ) : short
[mangled: org/apache/xindice/xml/SymbolTable.getSymbol:(Ljava/lang/String;Z)S]
SymbolTable.getSymbol ( String qname, String namespaceURI ) : short
[mangled: org/apache/xindice/xml/SymbolTable.getSymbol:(Ljava/lang/String;Ljava/lang/String;)S]
SymbolTable.getSymbol ( String qname, String namespaceURI, boolean create ) : short
[mangled: org/apache/xindice/xml/SymbolTable.getSymbol:(Ljava/lang/String;Ljava/lang/String;Z)S]
SymbolTable.getSymbolInfo ( short symbol ) : SymbolTable.SymbolInfo
[mangled: org/apache/xindice/xml/SymbolTable.getSymbolInfo:(S)Lorg/apache/xindice/xml/SymbolTable$SymbolInfo;]
SymbolTable.getSymbolInfo ( String qname, String namespaceURI ) : SymbolTable.SymbolInfo
[mangled: org/apache/xindice/xml/SymbolTable.getSymbolInfo:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/xindice/xml/SymbolTable$SymbolInfo;]
SymbolTable.isDirty ( ) : boolean
[mangled: org/apache/xindice/xml/SymbolTable.isDirty:()Z]
SymbolTable.setDirty ( boolean dirty ) : void
[mangled: org/apache/xindice/xml/SymbolTable.setDirty:(Z)V]
SymbolTable.streamFromXML ( Element element ) : void
[mangled: org/apache/xindice/xml/SymbolTable.streamFromXML:(Lorg/w3c/dom/Element;)V]
SymbolTable.streamToXML ( Document doc ) : Element
[mangled: org/apache/xindice/xml/SymbolTable.streamToXML:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element;]
SymbolTable.SymbolTable ( )
[mangled: org/apache/xindice/xml/SymbolTable."<init>":()V]
SymbolTable.SymbolTable ( Element elem )
[mangled: org/apache/xindice/xml/SymbolTable."<init>":(Lorg/w3c/dom/Element;)V]
cdk-1.0.4.jar, SymbolTableSymbols.class
package org.apache.xindice.xml
SymbolTableSymbols.getDefinition ( ) [static] : String
[mangled: org/apache/xindice/xml/SymbolTableSymbols.getDefinition:()Ljava/lang/String;]
SymbolTableSymbols.getInstance ( ) [static] : SymbolTableSymbols
[mangled: org/apache/xindice/xml/SymbolTableSymbols.getInstance:()Lorg/apache/xindice/xml/SymbolTableSymbols;]
cdk-1.0.4.jar, SystemCollection.class
package org.apache.xindice.core
SystemCollection.loadSymbols ( Collection collection ) : SymbolTable
[mangled: org/apache/xindice/core/SystemCollection.loadSymbols:(Lorg/apache/xindice/core/Collection;)Lorg/apache/xindice/xml/SymbolTable;]
SystemCollection.saveSymbols ( Collection collection, SymbolTable symbols ) : void
[mangled: org/apache/xindice/core/SystemCollection.saveSymbols:(Lorg/apache/xindice/core/Collection;Lorg/apache/xindice/xml/SymbolTable;)V]
SystemCollection.SystemCollection ( Database db )
[mangled: org/apache/xindice/core/SystemCollection."<init>":(Lorg/apache/xindice/core/Database;)V]
cdk-1.0.4.jar, Table.class
package org.apache.batik.svggen.font.table
Table.getType ( ) [abstract] : int
[mangled: org/apache/batik/svggen/font/table/Table.getType:()I]
cdk-1.0.4.jar, TableDirectory.class
package org.apache.batik.svggen.font.table
TableDirectory.getEntry ( int p1 ) : DirectoryEntry
[mangled: org/apache/batik/svggen/font/table/TableDirectory.getEntry:(I)Lorg/apache/batik/svggen/font/table/DirectoryEntry;]
TableDirectory.getEntryByTag ( int p1 ) : DirectoryEntry
[mangled: org/apache/batik/svggen/font/table/TableDirectory.getEntryByTag:(I)Lorg/apache/batik/svggen/font/table/DirectoryEntry;]
TableDirectory.getEntrySelector ( ) : short
[mangled: org/apache/batik/svggen/font/table/TableDirectory.getEntrySelector:()S]
TableDirectory.getNumTables ( ) : short
[mangled: org/apache/batik/svggen/font/table/TableDirectory.getNumTables:()S]
TableDirectory.getRangeShift ( ) : short
[mangled: org/apache/batik/svggen/font/table/TableDirectory.getRangeShift:()S]
TableDirectory.getSearchRange ( ) : short
[mangled: org/apache/batik/svggen/font/table/TableDirectory.getSearchRange:()S]
TableDirectory.getVersion ( ) : int
[mangled: org/apache/batik/svggen/font/table/TableDirectory.getVersion:()I]
TableDirectory.TableDirectory ( RandomAccessFile p1 )
[mangled: org/apache/batik/svggen/font/table/TableDirectory."<init>":(Ljava/io/RandomAccessFile;)V]
cdk-1.0.4.jar, TableFactory.class
package org.apache.batik.svggen.font.table
TableFactory.create ( DirectoryEntry p1, RandomAccessFile p2 ) [static] : Table
[mangled: org/apache/batik/svggen/font/table/TableFactory.create:(Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)Lorg/apache/batik/svggen/font/table/Table;]
TableFactory.TableFactory ( )
[mangled: org/apache/batik/svggen/font/table/TableFactory."<init>":()V]
cdk-1.0.4.jar, TableTransfer.class
package org.apache.batik.ext.awt.image
TableTransfer.getLookupTable ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/TableTransfer.getLookupTable:()[B]
TableTransfer.TableTransfer ( int[ ] p1 )
[mangled: org/apache/batik/ext/awt/image/TableTransfer."<init>":([I)V]
cdk-1.0.4.jar, TaeAminoAcidDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
TaeAminoAcidDescriptor.calculate ( IAtomContainer container ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
TaeAminoAcidDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
TaeAminoAcidDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor.getParameterNames:()[Ljava/lang/String;]
TaeAminoAcidDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor.getParameters:()[Ljava/lang/Object;]
TaeAminoAcidDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
TaeAminoAcidDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
TaeAminoAcidDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor.setParameters:([Ljava/lang/Object;)V]
TaeAminoAcidDescriptor.TaeAminoAcidDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TaeAminoAcidDescriptor."<init>":()V]
cdk-1.0.4.jar, TanimotoCoefficient.class
package org.openscience.cdk.applications
TanimotoCoefficient.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/TanimotoCoefficient.main:([Ljava/lang/String;)V]
TanimotoCoefficient.TanimotoCoefficient ( )
[mangled: org/openscience/cdk/applications/TanimotoCoefficient."<init>":()V]
cdk-1.0.4.jar, Task.class
package org.apache.xindice.server
Task.runTask ( ) [abstract] : void
[mangled: org/apache/xindice/server/Task.runTask:()V]
cdk-1.0.4.jar, TemplateExtractor.class
package org.openscience.cdk.modeling.builder3d
TemplateExtractor.createAnyAtomAnyBondAtomContainer ( IAtomContainer atomContainer ) : IAtomContainer
[mangled: org/openscience/cdk/modeling/builder3d/TemplateExtractor.createAnyAtomAnyBondAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IAtomContainer;]
cdk-1.0.4.jar, TemplateHandler.class
package org.openscience.cdk.layout
TemplateHandler.removeMolecule ( IAtomContainer molecule ) : IMolecule
[mangled: org/openscience/cdk/layout/TemplateHandler.removeMolecule:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/interfaces/IMolecule;]
TemplateHandler.setBondLength ( double bondLength ) : void
[mangled: org/openscience/cdk/layout/TemplateHandler.setBondLength:(D)V]
cdk-1.0.4.jar, TextImpl.class
package org.apache.xindice.xml.dom
TextImpl.getNodeName ( ) : String
[mangled: org/apache/xindice/xml/dom/TextImpl.getNodeName:()Ljava/lang/String;]
TextImpl.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/dom/TextImpl.getNodeType:()S]
TextImpl.splitText ( int offset ) : Text
[mangled: org/apache/xindice/xml/dom/TextImpl.splitText:(I)Lorg/w3c/dom/Text;]
TextImpl.TextImpl ( )
[mangled: org/apache/xindice/xml/dom/TextImpl."<init>":()V]
TextImpl.TextImpl ( NodeImpl parentNode, boolean dirty )
[mangled: org/apache/xindice/xml/dom/TextImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Z)V]
TextImpl.TextImpl ( NodeImpl parentNode, byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/xml/dom/TextImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;[BII)V]
TextImpl.TextImpl ( NodeImpl parentNode, String nodeValue )
[mangled: org/apache/xindice/xml/dom/TextImpl."<init>":(Lorg/apache/xindice/xml/dom/NodeImpl;Ljava/lang/String;)V]
cdk-1.0.4.jar, TextPathLayout.class
package org.apache.batik.ext.awt.font
TextPathLayout.layoutGlyphVector ( GlyphVector p1, Shape p2 ) [static] : Shape
[mangled: org/apache/batik/ext/awt/font/TextPathLayout.layoutGlyphVector:(Ljava/awt/font/GlyphVector;Ljava/awt/Shape;)Ljava/awt/Shape;]
TextPathLayout.layoutGlyphVector ( GlyphVector p1, Shape p2, int p3 ) [static] : Shape
[mangled: org/apache/batik/ext/awt/font/TextPathLayout.layoutGlyphVector:(Ljava/awt/font/GlyphVector;Ljava/awt/Shape;I)Ljava/awt/Shape;]
TextPathLayout.layoutGlyphVector ( GlyphVector p1, Shape p2, int p3, float p4, float p5, int p6 ) [static] : Shape
[mangled: org/apache/batik/ext/awt/font/TextPathLayout.layoutGlyphVector:(Ljava/awt/font/GlyphVector;Ljava/awt/Shape;IFFI)Ljava/awt/Shape;]
TextPathLayout.TextPathLayout ( )
[mangled: org/apache/batik/ext/awt/font/TextPathLayout."<init>":()V]
cdk-1.0.4.jar, TextWriter.class
package org.apache.xindice.server
Kernel.TextWriter.Kernel.TextWriter ( Kernel node, Node p2 )
[mangled: org/apache/xindice/server/Kernel.TextWriter."<init>":(Lorg/apache/xindice/server/Kernel;Lorg/w3c/dom/Node;)V]
Kernel.TextWriter.write ( OutputStream output ) : void
[mangled: org/apache/xindice/server/Kernel.TextWriter.write:(Ljava/io/OutputStream;)V]
package org.apache.xindice.xml
TextWriter.TextWriter ( Document document )
[mangled: org/apache/xindice/xml/TextWriter."<init>":(Lorg/w3c/dom/Document;)V]
TextWriter.TextWriter ( DocumentFragment fragment )
[mangled: org/apache/xindice/xml/TextWriter."<init>":(Lorg/w3c/dom/DocumentFragment;)V]
TextWriter.TextWriter ( Element element )
[mangled: org/apache/xindice/xml/TextWriter."<init>":(Lorg/w3c/dom/Element;)V]
TextWriter.TextWriter ( Node node )
[mangled: org/apache/xindice/xml/TextWriter."<init>":(Lorg/w3c/dom/Node;)V]
TextWriter.toString ( ) : String
[mangled: org/apache/xindice/xml/TextWriter.toString:()Ljava/lang/String;]
TextWriter.toString ( Node node ) [static] : String
[mangled: org/apache/xindice/xml/TextWriter.toString:(Lorg/w3c/dom/Node;)Ljava/lang/String;]
TextWriter.write ( Node node, OutputStream output ) [static] : void
[mangled: org/apache/xindice/xml/TextWriter.write:(Lorg/w3c/dom/Node;Ljava/io/OutputStream;)V]
TextWriter.write ( Node node, Writer writer ) [static] : void
[mangled: org/apache/xindice/xml/TextWriter.write:(Lorg/w3c/dom/Node;Ljava/io/Writer;)V]
TextWriter.write ( OutputStream output ) : void
[mangled: org/apache/xindice/xml/TextWriter.write:(Ljava/io/OutputStream;)V]
TextWriter.write ( Writer writer ) : void
[mangled: org/apache/xindice/xml/TextWriter.write:(Ljava/io/Writer;)V]
cdk-1.0.4.jar, ThreadPolicy.class
package org.apache.xindice.core.objects
ThreadPolicy.getThreadPolicy ( ) [abstract] : int
[mangled: org/apache/xindice/core/objects/ThreadPolicy.getThreadPolicy:()I]
cdk-1.0.4.jar, TIFFDecodeParam.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFDecodeParam.decode16BitsTo8Bits ( int p1 ) : byte
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.decode16BitsTo8Bits:(I)B]
TIFFDecodeParam.decodeSigned16BitsTo8Bits ( short p1 ) : byte
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.decodeSigned16BitsTo8Bits:(S)B]
TIFFDecodeParam.getDecodePaletteAsShorts ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.getDecodePaletteAsShorts:()Z]
TIFFDecodeParam.getIFDOffset ( ) : Long
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.getIFDOffset:()Ljava/lang/Long;]
TIFFDecodeParam.getJPEGDecompressYCbCrToRGB ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.getJPEGDecompressYCbCrToRGB:()Z]
TIFFDecodeParam.setDecodePaletteAsShorts ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.setDecodePaletteAsShorts:(Z)V]
TIFFDecodeParam.setIFDOffset ( long p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.setIFDOffset:(J)V]
TIFFDecodeParam.setJPEGDecompressYCbCrToRGB ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam.setJPEGDecompressYCbCrToRGB:(Z)V]
TIFFDecodeParam.TIFFDecodeParam ( )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam."<init>":()V]
cdk-1.0.4.jar, TIFFDirectory.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFDirectory.getField ( int p1 ) : TIFFField
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getField:(I)Lorg/apache/batik/ext/awt/image/codec/tiff/TIFFField;]
TIFFDirectory.getFieldAsByte ( int p1 ) : byte
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsByte:(I)B]
TIFFDirectory.getFieldAsByte ( int p1, int p2 ) : byte
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsByte:(II)B]
TIFFDirectory.getFieldAsDouble ( int p1 ) : double
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsDouble:(I)D]
TIFFDirectory.getFieldAsDouble ( int p1, int p2 ) : double
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsDouble:(II)D]
TIFFDirectory.getFieldAsFloat ( int p1 ) : float
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsFloat:(I)F]
TIFFDirectory.getFieldAsFloat ( int p1, int p2 ) : float
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsFloat:(II)F]
TIFFDirectory.getFieldAsLong ( int p1 ) : long
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsLong:(I)J]
TIFFDirectory.getFieldAsLong ( int p1, int p2 ) : long
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFieldAsLong:(II)J]
TIFFDirectory.getFields ( ) : TIFFField[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getFields:()[Lorg/apache/batik/ext/awt/image/codec/tiff/TIFFField;]
TIFFDirectory.getIFDOffset ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getIFDOffset:()J]
TIFFDirectory.getNextIFDOffset ( ) : long
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getNextIFDOffset:()J]
TIFFDirectory.getNumDirectories ( SeekableStream p1 ) [static] : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getNumDirectories:(Lorg/apache/batik/ext/awt/image/codec/SeekableStream;)I]
TIFFDirectory.getNumEntries ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getNumEntries:()I]
TIFFDirectory.getTags ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.getTags:()[I]
TIFFDirectory.isBigEndian ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.isBigEndian:()Z]
TIFFDirectory.isTagPresent ( int p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory.isTagPresent:(I)Z]
TIFFDirectory.TIFFDirectory ( SeekableStream p1, int p2 )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory."<init>":(Lorg/apache/batik/ext/awt/image/codec/SeekableStream;I)V]
TIFFDirectory.TIFFDirectory ( SeekableStream p1, long p2, int p3 )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory."<init>":(Lorg/apache/batik/ext/awt/image/codec/SeekableStream;JI)V]
cdk-1.0.4.jar, TIFFEncodeParam.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFEncodeParam.getCompression ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getCompression:()I]
TIFFEncodeParam.getDeflateLevel ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getDeflateLevel:()I]
TIFFEncodeParam.getExtraFields ( ) : TIFFField[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getExtraFields:()[Lorg/apache/batik/ext/awt/image/codec/tiff/TIFFField;]
TIFFEncodeParam.getExtraImages ( ) : Iterator
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getExtraImages:()Ljava/util/Iterator;]
TIFFEncodeParam.getJPEGCompressRGBToYCbCr ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getJPEGCompressRGBToYCbCr:()Z]
TIFFEncodeParam.getJPEGEncodeParam ( ) : JPEGEncodeParam
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getJPEGEncodeParam:()Lcom/sun/image/codec/jpeg/JPEGEncodeParam;]
TIFFEncodeParam.getTileHeight ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getTileHeight:()I]
TIFFEncodeParam.getTileWidth ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getTileWidth:()I]
TIFFEncodeParam.getWriteTiled ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.getWriteTiled:()Z]
TIFFEncodeParam.setCompression ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setCompression:(I)V]
TIFFEncodeParam.setDeflateLevel ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setDeflateLevel:(I)V]
TIFFEncodeParam.setExtraFields ( TIFFField[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setExtraFields:([Lorg/apache/batik/ext/awt/image/codec/tiff/TIFFField;)V]
TIFFEncodeParam.setExtraImages ( Iterator p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setExtraImages:(Ljava/util/Iterator;)V]
TIFFEncodeParam.setJPEGCompressRGBToYCbCr ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setJPEGCompressRGBToYCbCr:(Z)V]
TIFFEncodeParam.setJPEGEncodeParam ( JPEGEncodeParam p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setJPEGEncodeParam:(Lcom/sun/image/codec/jpeg/JPEGEncodeParam;)V]
TIFFEncodeParam.setTileSize ( int p1, int p2 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setTileSize:(II)V]
TIFFEncodeParam.setWriteTiled ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam.setWriteTiled:(Z)V]
TIFFEncodeParam.TIFFEncodeParam ( )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFEncodeParam."<init>":()V]
cdk-1.0.4.jar, TIFFField.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFField.compareTo ( Object p1 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.compareTo:(Ljava/lang/Object;)I]
TIFFField.getAsBytes ( ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsBytes:()[B]
TIFFField.getAsChars ( ) : char[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsChars:()[C]
TIFFField.getAsDouble ( int p1 ) : double
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsDouble:(I)D]
TIFFField.getAsDoubles ( ) : double[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsDoubles:()[D]
TIFFField.getAsFloat ( int p1 ) : float
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsFloat:(I)F]
TIFFField.getAsFloats ( ) : float[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsFloats:()[F]
TIFFField.getAsInt ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsInt:(I)I]
TIFFField.getAsInts ( ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsInts:()[I]
TIFFField.getAsLong ( int p1 ) : long
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsLong:(I)J]
TIFFField.getAsLongs ( ) : long[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsLongs:()[J]
TIFFField.getAsRational ( int p1 ) : long[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsRational:(I)[J]
TIFFField.getAsRationals ( ) : long[ ][ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsRationals:()[[J]
TIFFField.getAsShorts ( ) : short[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsShorts:()[S]
TIFFField.getAsSRational ( int p1 ) : int[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsSRational:(I)[I]
TIFFField.getAsSRationals ( ) : int[ ][ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsSRationals:()[[I]
TIFFField.getAsString ( int p1 ) : String
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getAsString:(I)Ljava/lang/String;]
TIFFField.getCount ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getCount:()I]
TIFFField.getTag ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getTag:()I]
TIFFField.getType ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField.getType:()I]
TIFFField.TIFFField ( int p1, int p2, int p3, Object p4 )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFField."<init>":(IIILjava/lang/Object;)V]
cdk-1.0.4.jar, TIFFImage.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFImage.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImage.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
TIFFImage.getPrivateIFD ( long p1 ) : TIFFDirectory
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImage.getPrivateIFD:(J)Lorg/apache/batik/ext/awt/image/codec/tiff/TIFFDirectory;]
TIFFImage.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImage.getTile:(II)Ljava/awt/image/Raster;]
TIFFImage.TIFFImage ( SeekableStream p1, TIFFDecodeParam p2, int p3 )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImage."<init>":(Lorg/apache/batik/ext/awt/image/codec/SeekableStream;Lorg/apache/batik/ext/awt/image/codec/tiff/TIFFDecodeParam;I)V]
cdk-1.0.4.jar, TIFFImageDecoder.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFImageDecoder.decodeAsRenderedImage ( int p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImageDecoder.decodeAsRenderedImage:(I)Ljava/awt/image/RenderedImage;]
TIFFImageDecoder.getNumPages ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImageDecoder.getNumPages:()I]
TIFFImageDecoder.TIFFImageDecoder ( SeekableStream p1, ImageDecodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImageDecoder."<init>":(Lorg/apache/batik/ext/awt/image/codec/SeekableStream;Lorg/apache/batik/ext/awt/image/codec/ImageDecodeParam;)V]
cdk-1.0.4.jar, TIFFImageEncoder.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFImageEncoder.encode ( RenderedImage p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImageEncoder.encode:(Ljava/awt/image/RenderedImage;)V]
TIFFImageEncoder.TIFFImageEncoder ( OutputStream p1, ImageEncodeParam p2 )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFImageEncoder."<init>":(Ljava/io/OutputStream;Lorg/apache/batik/ext/awt/image/codec/ImageEncodeParam;)V]
cdk-1.0.4.jar, TIFFLZWDecoder.class
package org.apache.batik.ext.awt.image.codec.tiff
TIFFLZWDecoder.addStringToTable ( byte[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder.addStringToTable:([B)V]
TIFFLZWDecoder.addStringToTable ( byte[ ] p1, byte p2 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder.addStringToTable:([BB)V]
TIFFLZWDecoder.composeString ( byte[ ] p1, byte p2 ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder.composeString:([BB)[B]
TIFFLZWDecoder.decode ( byte[ ] p1, byte[ ] p2, int p3 ) : byte[ ]
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder.decode:([B[BI)[B]
TIFFLZWDecoder.getNextCode ( ) : int
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder.getNextCode:()I]
TIFFLZWDecoder.initializeStringTable ( ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder.initializeStringTable:()V]
TIFFLZWDecoder.TIFFLZWDecoder ( int p1, int p2, int p3 )
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder."<init>":(III)V]
TIFFLZWDecoder.writeString ( byte[ ] p1 ) : void
[mangled: org/apache/batik/ext/awt/image/codec/tiff/TIFFLZWDecoder.writeString:([B)V]
cdk-1.0.4.jar, TIFFRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
TIFFRegistryEntry.handleStream ( InputStream p1, ParsedURL p2, boolean p3 ) : Filter
[mangled: org/apache/batik/ext/awt/image/spi/TIFFRegistryEntry.handleStream:(Ljava/io/InputStream;Lorg/apache/batik/util/ParsedURL;Z)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
TIFFRegistryEntry.TIFFRegistryEntry ( )
[mangled: org/apache/batik/ext/awt/image/spi/TIFFRegistryEntry."<init>":()V]
cdk-1.0.4.jar, TileBlock.class
package org.apache.batik.ext.awt.image.rendered
TileBlock.simplify ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/rendered/TileBlock.simplify:()Z]
TileBlock.splitOneGo ( ) : TileBlock[ ]
[mangled: org/apache/batik/ext/awt/image/rendered/TileBlock.splitOneGo:()[Lorg/apache/batik/ext/awt/image/rendered/TileBlock;]
TileBlock.toString ( ) : String
[mangled: org/apache/batik/ext/awt/image/rendered/TileBlock.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, TileCache.class
package org.apache.batik.ext.awt.image.rendered
TileCache.getTileGrid ( int p1, int p2, int p3, int p4, TileGenerator p5 ) [static] : TileStore
[mangled: org/apache/batik/ext/awt/image/rendered/TileCache.getTileGrid:(IIIILorg/apache/batik/ext/awt/image/rendered/TileGenerator;)Lorg/apache/batik/ext/awt/image/rendered/TileStore;]
TileCache.getTileGrid ( RenderedImage p1, TileGenerator p2 ) [static] : TileStore
[mangled: org/apache/batik/ext/awt/image/rendered/TileCache.getTileGrid:(Ljava/awt/image/RenderedImage;Lorg/apache/batik/ext/awt/image/rendered/TileGenerator;)Lorg/apache/batik/ext/awt/image/rendered/TileStore;]
TileCache.getTileMap ( TileGenerator p1 ) [static] : TileStore
[mangled: org/apache/batik/ext/awt/image/rendered/TileCache.getTileMap:(Lorg/apache/batik/ext/awt/image/rendered/TileGenerator;)Lorg/apache/batik/ext/awt/image/rendered/TileStore;]
TileCache.setSize ( int p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileCache.setSize:(I)V]
TileCache.TileCache ( )
[mangled: org/apache/batik/ext/awt/image/rendered/TileCache."<init>":()V]
cdk-1.0.4.jar, TileCacheRed.class
package org.apache.batik.ext.awt.image.rendered
TileCacheRed.flushCache ( Rectangle p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileCacheRed.flushCache:(Ljava/awt/Rectangle;)V]
TileCacheRed.genRect ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileCacheRed.genRect:(Ljava/awt/image/WritableRaster;)V]
TileCacheRed.TileCacheRed ( CachableRed p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileCacheRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;)V]
TileCacheRed.TileCacheRed ( CachableRed p1, int p2, int p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileCacheRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;II)V]
cdk-1.0.4.jar, TileGenerator.class
package org.apache.batik.ext.awt.image.rendered
TileGenerator.genTile ( int p1, int p2 ) [abstract] : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileGenerator.genTile:(II)Ljava/awt/image/Raster;]
cdk-1.0.4.jar, TileGrid.class
package org.apache.batik.ext.awt.image.rendered
TileGrid.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileGrid.getTile:(II)Ljava/awt/image/Raster;]
TileGrid.getTileNoCompute ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileGrid.getTileNoCompute:(II)Ljava/awt/image/Raster;]
TileGrid.setTile ( int p1, int p2, Raster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileGrid.setTile:(IILjava/awt/image/Raster;)V]
TileGrid.TileGrid ( int p1, int p2, int p3, int p4, TileGenerator p5, LRUCache p6 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileGrid."<init>":(IIIILorg/apache/batik/ext/awt/image/rendered/TileGenerator;Lorg/apache/batik/ext/awt/image/rendered/LRUCache;)V]
cdk-1.0.4.jar, TileLRUMember.class
package org.apache.batik.ext.awt.image.rendered
TileLRUMember.checkRaster ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember.checkRaster:()Z]
TileLRUMember.lruGet ( ) : LRUCache.LRUNode
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember.lruGet:()Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;]
TileLRUMember.lruRemove ( ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember.lruRemove:()V]
TileLRUMember.lruSet ( LRUCache.LRUNode p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember.lruSet:(Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;)V]
TileLRUMember.retrieveRaster ( ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember.retrieveRaster:()Ljava/awt/image/Raster;]
TileLRUMember.setRaster ( Raster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember.setRaster:(Ljava/awt/image/Raster;)V]
TileLRUMember.TileLRUMember ( )
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember."<init>":()V]
TileLRUMember.TileLRUMember ( Raster p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileLRUMember."<init>":(Ljava/awt/image/Raster;)V]
cdk-1.0.4.jar, TileMap.class
package org.apache.batik.ext.awt.image.rendered
TileMap.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileMap.getTile:(II)Ljava/awt/image/Raster;]
TileMap.getTileNoCompute ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileMap.getTileNoCompute:(II)Ljava/awt/image/Raster;]
TileMap.setTile ( int p1, int p2, Raster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileMap.setTile:(IILjava/awt/image/Raster;)V]
TileMap.TileMap ( TileGenerator p1, LRUCache p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileMap."<init>":(Lorg/apache/batik/ext/awt/image/rendered/TileGenerator;Lorg/apache/batik/ext/awt/image/rendered/LRUCache;)V]
cdk-1.0.4.jar, TileRable.class
package org.apache.batik.ext.awt.image.renderable
TileRable.getSource ( ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
TileRable.getTiledRegion ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.getTiledRegion:()Ljava/awt/geom/Rectangle2D;]
TileRable.getTileRegion ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.getTileRegion:()Ljava/awt/geom/Rectangle2D;]
TileRable.isOverflow ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.isOverflow:()Z]
TileRable.setOverflow ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.setOverflow:(Z)V]
TileRable.setSource ( Filter p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
TileRable.setTiledRegion ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.setTiledRegion:(Ljava/awt/geom/Rectangle2D;)V]
TileRable.setTileRegion ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable.setTileRegion:(Ljava/awt/geom/Rectangle2D;)V]
cdk-1.0.4.jar, TileRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
TileRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
TileRable8Bit.createTile ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.createTile:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
TileRable8Bit.getActualTileBounds ( Rectangle2D p1 ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.getActualTileBounds:(Ljava/awt/geom/Rectangle2D;)Ljava/awt/geom/Rectangle2D;]
TileRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
TileRable8Bit.getSource ( ) : Filter
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.getSource:()Lorg/apache/batik/ext/awt/image/renderable/Filter;]
TileRable8Bit.getTiledRegion ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.getTiledRegion:()Ljava/awt/geom/Rectangle2D;]
TileRable8Bit.getTileRegion ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.getTileRegion:()Ljava/awt/geom/Rectangle2D;]
TileRable8Bit.isOverflow ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.isOverflow:()Z]
TileRable8Bit.setOverflow ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.setOverflow:(Z)V]
TileRable8Bit.setSource ( Filter p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.setSource:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
TileRable8Bit.setTiledRegion ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.setTiledRegion:(Ljava/awt/geom/Rectangle2D;)V]
TileRable8Bit.setTileRegion ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit.setTileRegion:(Ljava/awt/geom/Rectangle2D;)V]
TileRable8Bit.TileRable8Bit ( Filter p1, Rectangle2D p2, Rectangle2D p3, boolean p4 )
[mangled: org/apache/batik/ext/awt/image/renderable/TileRable8Bit."<init>":(Lorg/apache/batik/ext/awt/image/renderable/Filter;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/Rectangle2D;Z)V]
cdk-1.0.4.jar, TileRed.class
package org.apache.batik.ext.awt.image.rendered
TileRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
TileRed.fillOutRaster ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.fillOutRaster:(Ljava/awt/image/WritableRaster;)V]
TileRed.fillOutRaster_FALLBACK ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.fillOutRaster_FALLBACK:(Ljava/awt/image/WritableRaster;)V]
TileRed.fillOutRaster_INT_PACK ( WritableRaster p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.fillOutRaster_INT_PACK:(Ljava/awt/image/WritableRaster;)V]
TileRed.fillRasterFrom ( WritableRaster p1, RenderedImage p2 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.fillRasterFrom:(Ljava/awt/image/WritableRaster;Ljava/awt/image/RenderedImage;)Ljava/awt/image/WritableRaster;]
TileRed.fixColorModel ( RenderedImage p1, boolean p2 ) [static] : ColorModel
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.fixColorModel:(Ljava/awt/image/RenderedImage;Z)Ljava/awt/image/ColorModel;]
TileRed.fixSampleModel ( RenderedImage p1, int p2, int p3, int p4, int p5 ) [static] : SampleModel
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.fixSampleModel:(Ljava/awt/image/RenderedImage;IIII)Ljava/awt/image/SampleModel;]
TileRed.genTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.genTile:(II)Ljava/awt/image/Raster;]
TileRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed.getTile:(II)Ljava/awt/image/Raster;]
TileRed.TileRed ( RenderedImage p1, Rectangle p2 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed."<init>":(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;)V]
TileRed.TileRed ( RenderedImage p1, Rectangle p2, int p3, int p4 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed."<init>":(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;II)V]
TileRed.TileRed ( RenderedImage p1, Rectangle p2, int p3, int p4, RenderingHints p5 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed."<init>":(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;IILjava/awt/RenderingHints;)V]
TileRed.TileRed ( RenderedImage p1, Rectangle p2, RenderingHints p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/TileRed."<init>":(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;Ljava/awt/RenderingHints;)V]
cdk-1.0.4.jar, TileStore.class
package org.apache.batik.ext.awt.image.rendered
TileStore.getTile ( int p1, int p2 ) [abstract] : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileStore.getTile:(II)Ljava/awt/image/Raster;]
TileStore.getTileNoCompute ( int p1, int p2 ) [abstract] : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TileStore.getTileNoCompute:(II)Ljava/awt/image/Raster;]
TileStore.setTile ( int p1, int p2, Raster p3 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/rendered/TileStore.setTile:(IILjava/awt/image/Raster;)V]
cdk-1.0.4.jar, TimestampHelper.class
package org.apache.xindice.client.corba.db
TimestampHelper.extract ( CORBA.Any a ) [static] : long
[mangled: org/apache/xindice/client/corba/db/TimestampHelper.extract:(Lorg/omg/CORBA/Any;)J]
TimestampHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/TimestampHelper.id:()Ljava/lang/String;]
TimestampHelper.insert ( CORBA.Any a, long t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/TimestampHelper.insert:(Lorg/omg/CORBA/Any;J)V]
TimestampHelper.read ( CORBA.portable.InputStream istream ) [static] : long
[mangled: org/apache/xindice/client/corba/db/TimestampHelper.read:(Lorg/omg/CORBA/portable/InputStream;)J]
TimestampHelper.TimestampHelper ( )
[mangled: org/apache/xindice/client/corba/db/TimestampHelper."<init>":()V]
TimestampHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/TimestampHelper.type:()Lorg/omg/CORBA/TypeCode;]
TimestampHelper.write ( CORBA.portable.OutputStream ostream, long value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/TimestampHelper.write:(Lorg/omg/CORBA/portable/OutputStream;J)V]
cdk-1.0.4.jar, Torsions.class
package org.openscience.cdk.modeling.forcefield
Torsions.setMMFF94TorsionsParameters ( IAtomContainer molecule, Hashtable parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/Torsions.setMMFF94TorsionsParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, TotalConnectionAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
TotalConnectionAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalConnectionAtom.getOperator:()I]
TotalConnectionAtom.getXX ( IAtom atom ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalConnectionAtom.getXX:(Lorg/openscience/cdk/interfaces/IAtom;)I]
TotalConnectionAtom.TotalConnectionAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalConnectionAtom."<init>":()V]
cdk-1.0.4.jar, TotalHCountAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
TotalHCountAtom.getHH ( IAtom atom ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalHCountAtom.getHH:(Lorg/openscience/cdk/interfaces/IAtom;)I]
TotalHCountAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalHCountAtom.getOperator:()I]
TotalHCountAtom.TotalHCountAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalHCountAtom."<init>":()V]
cdk-1.0.4.jar, TotalRingConnectionAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
TotalRingConnectionAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalRingConnectionAtom.getOperator:()I]
TotalRingConnectionAtom.TotalRingConnectionAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalRingConnectionAtom."<init>":()V]
cdk-1.0.4.jar, TotalValencyAtom.class
package org.openscience.cdk.isomorphism.matchers.smarts
TotalValencyAtom.getOperator ( ) : int
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalValencyAtom.getOperator:()I]
TotalValencyAtom.TotalValencyAtom ( )
[mangled: org/openscience/cdk/isomorphism/matchers/smarts/TotalValencyAtom."<init>":()V]
cdk-1.0.4.jar, TransactionService.class
package org.xmldb.api.modules
TransactionService.begin ( ) [abstract] : void
[mangled: org/xmldb/api/modules/TransactionService.begin:()V]
TransactionService.commit ( ) [abstract] : void
[mangled: org/xmldb/api/modules/TransactionService.commit:()V]
TransactionService.rollback ( ) [abstract] : void
[mangled: org/xmldb/api/modules/TransactionService.rollback:()V]
cdk-1.0.4.jar, TransferFunction.class
package org.apache.batik.ext.awt.image
TransferFunction.getLookupTable ( ) [abstract] : byte[ ]
[mangled: org/apache/batik/ext/awt/image/TransferFunction.getLookupTable:()[B]
cdk-1.0.4.jar, Transform2Test.class
package org.xmlcml.euclid.test
Transform2Test.assertEquals ( String p1, double[ ] p2, Transform2 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Transform2Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Transform2;D)V]
Transform2Test.assertEquals ( String p1, Transform2 p2, Transform2 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Transform2Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Transform2;Lorg/xmlcml/euclid/Transform2;D)V]
Transform2Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.setUp:()V]
Transform2Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Transform2Test.suite:()Ljunit/framework/Test;]
Transform2Test.testCheckMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testCheckMatrix:()V]
Transform2Test.testConcatenate ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testConcatenate:()V]
Transform2Test.testFlipAboutVector ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testFlipAboutVector:()V]
Transform2Test.testGetAngleOfRotation ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testGetAngleOfRotation:()V]
Transform2Test.testGetRotationMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testGetRotationMatrix:()V]
Transform2Test.testGetTranslation ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testGetTranslation:()V]
Transform2Test.testIsEqualToTransform2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testIsEqualToTransform2:()V]
Transform2Test.testSetTransformationType ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testSetTransformationType:()V]
Transform2Test.testTransform2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2:()V]
Transform2Test.testTransform2Angle ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2Angle:()V]
Transform2Test.testTransform2DoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2DoubleArray:()V]
Transform2Test.testTransform2Real2Real2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2Real2Real2:()V]
Transform2Test.testTransform2RealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2RealSquareMatrix:()V]
Transform2Test.testTransform2RealSquareMatrixVector2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2RealSquareMatrixVector2:()V]
Transform2Test.testTransform2Transform2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2Transform2:()V]
Transform2Test.testTransform2Transform2Real2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2Transform2Real2:()V]
Transform2Test.testTransform2Vector2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2Vector2:()V]
Transform2Test.testTransform2Vector2Vector2 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform2Test.testTransform2Vector2Vector2:()V]
Transform2Test.Transform2Test ( )
[mangled: org/xmlcml/euclid/test/Transform2Test."<init>":()V]
cdk-1.0.4.jar, Transform3Test.class
package org.xmlcml.euclid.test
Transform3Test.assertEquals ( String p1, double[ ] p2, Transform3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Transform3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Transform3;D)V]
Transform3Test.assertEquals ( String p1, Transform3 p2, Transform3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Transform3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Transform3;Lorg/xmlcml/euclid/Transform3;D)V]
Transform3Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.setUp:()V]
Transform3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Transform3Test.suite:()Ljunit/framework/Test;]
Transform3Test.testConcatenate ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testConcatenate:()V]
Transform3Test.testGetAxisAndAngle ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testGetAxisAndAngle:()V]
Transform3Test.testGetCentreOfRotation ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testGetCentreOfRotation:()V]
Transform3Test.testGetRotationMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testGetRotationMatrix:()V]
Transform3Test.testGetScales ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testGetScales:()V]
Transform3Test.testGetTranslation ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testGetTranslation:()V]
Transform3Test.testTransform3 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3:()V]
Transform3Test.testTransform3AngleAngleAngle ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3AngleAngleAngle:()V]
Transform3Test.testTransform3Axis3Angle ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Axis3Angle:()V]
Transform3Test.testTransform3DoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3DoubleArray:()V]
Transform3Test.testTransform3Int ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Int:()V]
Transform3Test.testTransform3Line3Angle ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Line3Angle:()V]
Transform3Test.testTransform3RealSquareMatrix ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3RealSquareMatrix:()V]
Transform3Test.testTransform3RealSquareMatrixVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3RealSquareMatrixVector3:()V]
Transform3Test.testTransform3String ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3String:()V]
Transform3Test.testTransform3Transform3 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Transform3:()V]
Transform3Test.testTransform3Transform3Point3 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Transform3Point3:()V]
Transform3Test.testTransform3Vector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Vector3:()V]
Transform3Test.testTransform3Vector3Angle ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Vector3Angle:()V]
Transform3Test.testTransform3Vector3Vector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Vector3Vector3:()V]
Transform3Test.testTransform3Vector3Vector3Vector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Transform3Test.testTransform3Vector3Vector3Vector3:()V]
Transform3Test.Transform3Test ( )
[mangled: org/xmlcml/euclid/test/Transform3Test."<init>":()V]
cdk-1.0.4.jar, TransformStackElement.class
package org.apache.batik.ext.awt.g2d
TransformStackElement.clone ( ) : Object
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.clone:()Ljava/lang/Object;]
TransformStackElement.concatenate ( TransformStackElement p1 ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.concatenate:(Lorg/apache/batik/ext/awt/g2d/TransformStackElement;)Z]
TransformStackElement.createGeneralTransformElement ( AffineTransform p1 ) [static] : TransformStackElement
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.createGeneralTransformElement:(Ljava/awt/geom/AffineTransform;)Lorg/apache/batik/ext/awt/g2d/TransformStackElement;]
TransformStackElement.createRotateElement ( double p1 ) [static] : TransformStackElement
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.createRotateElement:(D)Lorg/apache/batik/ext/awt/g2d/TransformStackElement;]
TransformStackElement.createScaleElement ( double p1, double p2 ) [static] : TransformStackElement
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.createScaleElement:(DD)Lorg/apache/batik/ext/awt/g2d/TransformStackElement;]
TransformStackElement.createShearElement ( double p1, double p2 ) [static] : TransformStackElement
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.createShearElement:(DD)Lorg/apache/batik/ext/awt/g2d/TransformStackElement;]
TransformStackElement.createTranslateElement ( double p1, double p2 ) [static] : TransformStackElement
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.createTranslateElement:(DD)Lorg/apache/batik/ext/awt/g2d/TransformStackElement;]
TransformStackElement.getTransformParameters ( ) : double[ ]
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.getTransformParameters:()[D]
TransformStackElement.getType ( ) : TransformType
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.getType:()Lorg/apache/batik/ext/awt/g2d/TransformType;]
TransformStackElement.isIdentity ( ) : boolean
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement.isIdentity:()Z]
TransformStackElement.TransformStackElement ( TransformType p1, double[ ] p2 )
[mangled: org/apache/batik/ext/awt/g2d/TransformStackElement."<init>":(Lorg/apache/batik/ext/awt/g2d/TransformType;[D)V]
cdk-1.0.4.jar, TransformType.class
package org.apache.batik.ext.awt.g2d
TransformType.readResolve ( ) : Object
[mangled: org/apache/batik/ext/awt/g2d/TransformType.readResolve:()Ljava/lang/Object;]
TransformType.toInt ( ) : int
[mangled: org/apache/batik/ext/awt/g2d/TransformType.toInt:()I]
TransformType.toString ( ) : String
[mangled: org/apache/batik/ext/awt/g2d/TransformType.toString:()Ljava/lang/String;]
cdk-1.0.4.jar, TranslateRed.class
package org.apache.batik.ext.awt.image.rendered
TranslateRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
TranslateRed.getData ( ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getData:()Ljava/awt/image/Raster;]
TranslateRed.getData ( Rectangle p1 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;]
TranslateRed.getDeltaX ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getDeltaX:()I]
TranslateRed.getDeltaY ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getDeltaY:()I]
TranslateRed.getProperty ( String p1 ) : Object
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
TranslateRed.getPropertyNames ( ) : String[ ]
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getPropertyNames:()[Ljava/lang/String;]
TranslateRed.getSource ( ) : CachableRed
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getSource:()Lorg/apache/batik/ext/awt/image/rendered/CachableRed;]
TranslateRed.getTile ( int p1, int p2 ) : Raster
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed.getTile:(II)Ljava/awt/image/Raster;]
TranslateRed.TranslateRed ( CachableRed p1, int p2, int p3 )
[mangled: org/apache/batik/ext/awt/image/rendered/TranslateRed."<init>":(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;II)V]
cdk-1.0.4.jar, TraversalSupport.class
package org.apache.batik.dom.traversal
TraversalSupport.createNodeIterator ( AbstractDocument p1, Node p2, int p3, NodeFilter p4, boolean p5 ) : NodeIterator
[mangled: org/apache/batik/dom/traversal/TraversalSupport.createNodeIterator:(Lorg/apache/batik/dom/AbstractDocument;Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/NodeIterator;]
TraversalSupport.createTreeWalker ( AbstractDocument p1, Node p2, int p3, NodeFilter p4, boolean p5 ) [static] : TreeWalker
[mangled: org/apache/batik/dom/traversal/TraversalSupport.createTreeWalker:(Lorg/apache/batik/dom/AbstractDocument;Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/TreeWalker;]
TraversalSupport.detachNodeIterator ( NodeIterator p1 ) : void
[mangled: org/apache/batik/dom/traversal/TraversalSupport.detachNodeIterator:(Lorg/w3c/dom/traversal/NodeIterator;)V]
TraversalSupport.nodeToBeRemoved ( Node p1 ) : void
[mangled: org/apache/batik/dom/traversal/TraversalSupport.nodeToBeRemoved:(Lorg/w3c/dom/Node;)V]
TraversalSupport.TraversalSupport ( )
[mangled: org/apache/batik/dom/traversal/TraversalSupport."<init>":()V]
cdk-1.0.4.jar, TreeWalkerImpl.class
package org.apache.xindice.xml.dom.traversal
TreeWalkerImpl.acceptNode ( Node node ) : boolean
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.acceptNode:(Lorg/w3c/dom/Node;)Z]
TreeWalkerImpl.detach ( ) : void
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.detach:()V]
TreeWalkerImpl.firstChild ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.firstChild:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getCurrentNode ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.getCurrentNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getExpandEntityReferences ( ) : boolean
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.getExpandEntityReferences:()Z]
TreeWalkerImpl.getFilter ( ) : NodeFilter
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.getFilter:()Lorg/w3c/dom/traversal/NodeFilter;]
TreeWalkerImpl.getRoot ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.getRoot:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getShowType ( Node node ) : int
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.getShowType:(Lorg/w3c/dom/Node;)I]
TreeWalkerImpl.getWhatToShow ( ) : int
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.getWhatToShow:()I]
TreeWalkerImpl.lastChild ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.lastChild:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.nextNode ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.nextNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.nextSibling ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.nextSibling:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.parentNode ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.parentNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.previousNode ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.previousNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.previousSibling ( ) : Node
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.previousSibling:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.setCurrentNode ( Node currentNode ) : void
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.setCurrentNode:(Lorg/w3c/dom/Node;)V]
TreeWalkerImpl.TreeWalkerImpl ( Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion )
[mangled: org/apache/xindice/xml/dom/traversal/TreeWalkerImpl."<init>":(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)V]
cdk-1.0.4.jar, TurbulencePatternRed.class
package org.apache.batik.ext.awt.image.rendered
TurbulencePatternRed.copyData ( WritableRaster p1 ) : WritableRaster
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;]
TurbulencePatternRed.getBaseFrequencyX ( ) : double
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.getBaseFrequencyX:()D]
TurbulencePatternRed.getBaseFrequencyY ( ) : double
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.getBaseFrequencyY:()D]
TurbulencePatternRed.getChannels ( ) : boolean[ ]
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.getChannels:()[Z]
TurbulencePatternRed.getNumOctaves ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.getNumOctaves:()I]
TurbulencePatternRed.getSeed ( ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.getSeed:()I]
TurbulencePatternRed.getTile ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.getTile:()Ljava/awt/geom/Rectangle2D;]
TurbulencePatternRed.isFractalNoise ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.isFractalNoise:()Z]
TurbulencePatternRed.random ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.random:(I)I]
TurbulencePatternRed.setupSeed ( int p1 ) : int
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.setupSeed:(I)I]
TurbulencePatternRed.TurbulencePatternRed ( double p1, double p2, int p3, int p4, boolean p5, Rectangle2D p6, AffineTransform p7, Rectangle p8, ColorSpace p9, boolean p10 )
[mangled: org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed."<init>":(DDIIZLjava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/Rectangle;Ljava/awt/color/ColorSpace;Z)V]
cdk-1.0.4.jar, TurbulenceRable.class
package org.apache.batik.ext.awt.image.renderable
TurbulenceRable.getBaseFrequencyX ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.getBaseFrequencyX:()D]
TurbulenceRable.getBaseFrequencyY ( ) [abstract] : double
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.getBaseFrequencyY:()D]
TurbulenceRable.getNumOctaves ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.getNumOctaves:()I]
TurbulenceRable.getSeed ( ) [abstract] : int
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.getSeed:()I]
TurbulenceRable.getTurbulenceRegion ( ) [abstract] : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.getTurbulenceRegion:()Ljava/awt/geom/Rectangle2D;]
TurbulenceRable.isFractalNoise ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.isFractalNoise:()Z]
TurbulenceRable.isStitched ( ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.isStitched:()Z]
TurbulenceRable.setBaseFrequencyX ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.setBaseFrequencyX:(D)V]
TurbulenceRable.setBaseFrequencyY ( double p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.setBaseFrequencyY:(D)V]
TurbulenceRable.setFractalNoise ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.setFractalNoise:(Z)V]
TurbulenceRable.setNumOctaves ( int p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.setNumOctaves:(I)V]
TurbulenceRable.setSeed ( int p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.setSeed:(I)V]
TurbulenceRable.setStitched ( boolean p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.setStitched:(Z)V]
TurbulenceRable.setTurbulenceRegion ( Rectangle2D p1 ) [abstract] : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable.setTurbulenceRegion:(Ljava/awt/geom/Rectangle2D;)V]
cdk-1.0.4.jar, TurbulenceRable8Bit.class
package org.apache.batik.ext.awt.image.renderable
TurbulenceRable8Bit.createRendering ( RenderContext p1 ) : RenderedImage
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;]
TurbulenceRable8Bit.getBaseFrequencyX ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.getBaseFrequencyX:()D]
TurbulenceRable8Bit.getBaseFrequencyY ( ) : double
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.getBaseFrequencyY:()D]
TurbulenceRable8Bit.getBounds2D ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.getBounds2D:()Ljava/awt/geom/Rectangle2D;]
TurbulenceRable8Bit.getNumOctaves ( ) : int
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.getNumOctaves:()I]
TurbulenceRable8Bit.getSeed ( ) : int
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.getSeed:()I]
TurbulenceRable8Bit.getTurbulenceRegion ( ) : Rectangle2D
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.getTurbulenceRegion:()Ljava/awt/geom/Rectangle2D;]
TurbulenceRable8Bit.isFractalNoise ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.isFractalNoise:()Z]
TurbulenceRable8Bit.isStitched ( ) : boolean
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.isStitched:()Z]
TurbulenceRable8Bit.setBaseFrequencyX ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.setBaseFrequencyX:(D)V]
TurbulenceRable8Bit.setBaseFrequencyY ( double p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.setBaseFrequencyY:(D)V]
TurbulenceRable8Bit.setFractalNoise ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.setFractalNoise:(Z)V]
TurbulenceRable8Bit.setNumOctaves ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.setNumOctaves:(I)V]
TurbulenceRable8Bit.setSeed ( int p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.setSeed:(I)V]
TurbulenceRable8Bit.setStitched ( boolean p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.setStitched:(Z)V]
TurbulenceRable8Bit.setTurbulenceRegion ( Rectangle2D p1 ) : void
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.setTurbulenceRegion:(Ljava/awt/geom/Rectangle2D;)V]
TurbulenceRable8Bit.TurbulenceRable8Bit ( Rectangle2D p1 )
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit."<init>":(Ljava/awt/geom/Rectangle2D;)V]
TurbulenceRable8Bit.TurbulenceRable8Bit ( Rectangle2D p1, int p2, int p3, double p4, double p5, boolean p6, boolean p7 )
[mangled: org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit."<init>":(Ljava/awt/geom/Rectangle2D;IIDDZZ)V]
cdk-1.0.4.jar, TypeHandler.class
package org.apache.commons.cli
TypeHandler.createClass ( String str ) [static] : Class
[mangled: org/apache/commons/cli/TypeHandler.createClass:(Ljava/lang/String;)Ljava/lang/Class;]
TypeHandler.createDate ( String str ) [static] : Date
[mangled: org/apache/commons/cli/TypeHandler.createDate:(Ljava/lang/String;)Ljava/util/Date;]
TypeHandler.createFile ( String str ) [static] : File
[mangled: org/apache/commons/cli/TypeHandler.createFile:(Ljava/lang/String;)Ljava/io/File;]
TypeHandler.createFiles ( String str ) [static] : File[ ]
[mangled: org/apache/commons/cli/TypeHandler.createFiles:(Ljava/lang/String;)[Ljava/io/File;]
TypeHandler.createNumber ( String str ) [static] : Number
[mangled: org/apache/commons/cli/TypeHandler.createNumber:(Ljava/lang/String;)Ljava/lang/Number;]
TypeHandler.createObject ( String str ) [static] : Object
[mangled: org/apache/commons/cli/TypeHandler.createObject:(Ljava/lang/String;)Ljava/lang/Object;]
TypeHandler.createURL ( String str ) [static] : URL
[mangled: org/apache/commons/cli/TypeHandler.createURL:(Ljava/lang/String;)Ljava/net/URL;]
TypeHandler.createValue ( String str, Class clazz ) [static] : Object
[mangled: org/apache/commons/cli/TypeHandler.createValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
TypeHandler.createValue ( String str, Object obj ) [static] : Object
[mangled: org/apache/commons/cli/TypeHandler.createValue:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
TypeHandler.TypeHandler ( )
[mangled: org/apache/commons/cli/TypeHandler."<init>":()V]
cdk-1.0.4.jar, Types.class
package org.apache.xindice.core.objects
Types.typeName ( int type ) [static] : String
[mangled: org/apache/xindice/core/objects/Types.typeName:(I)Ljava/lang/String;]
Types.typeOf ( Class c ) [static] : int
[mangled: org/apache/xindice/core/objects/Types.typeOf:(Ljava/lang/Class;)I]
Types.typeOf ( Object object ) [static] : int
[mangled: org/apache/xindice/core/objects/Types.typeOf:(Ljava/lang/Object;)I]
cdk-1.0.4.jar, UIEventFactory.class
package org.apache.batik.dom.events
DocumentEventSupport.UIEventFactory.createEvent ( ) : Event
[mangled: org/apache/batik/dom/events/DocumentEventSupport.UIEventFactory.createEvent:()Lorg/w3c/dom/events/Event;]
DocumentEventSupport.UIEventFactory.DocumentEventSupport.UIEventFactory ( )
[mangled: org/apache/batik/dom/events/DocumentEventSupport.UIEventFactory."<init>":()V]
cdk-1.0.4.jar, UndoAdapter.class
package org.openscience.cdk.applications.undoredo
UndoAdapter.undoableEditHappened ( UndoableEditEvent arg0 ) : void
[mangled: org/openscience/cdk/applications/undoredo/UndoAdapter.undoableEditHappened:(Ljavax/swing/event/UndoableEditEvent;)V]
UndoAdapter.UndoAdapter ( UndoManager undoManager )
[mangled: org/openscience/cdk/applications/undoredo/UndoAdapter."<init>":(Ljavax/swing/undo/UndoManager;)V]
cdk-1.0.4.jar, UnitAttribute.class
package org.xmlcml.cml.element
UnitAttribute.checkAttribute ( CMLElement element, GenericDictionaryMap dictionaryMap ) : List
[mangled: org/xmlcml/cml/element/UnitAttribute.checkAttribute:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
UnitAttribute.UnitAttribute ( )
[mangled: org/xmlcml/cml/element/UnitAttribute."<init>":()V]
UnitAttribute.UnitAttribute ( Attribute att )
[mangled: org/xmlcml/cml/element/UnitAttribute."<init>":(Lnu/xom/Attribute;)V]
UnitAttribute.UnitAttribute ( String value )
[mangled: org/xmlcml/cml/element/UnitAttribute."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, UnitAttributeTest.class
package org.xmlcml.cml.element.test
UnitAttributeTest.largeExample ( String p1, int p2 ) : void
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest.largeExample:(Ljava/lang/String;I)V]
UnitAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest.setUp:()V]
UnitAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest.suite:()Ljunit/framework/Test;]
UnitAttributeTest.test4CDFExample ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest.test4CDFExample:()V]
UnitAttributeTest.testGetDictionaries ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest.testGetDictionaries:()V]
UnitAttributeTest.testGetPrefixAndNamespaceURI ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest.testGetPrefixAndNamespaceURI:()V]
UnitAttributeTest.testTacExample ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest.testTacExample:()V]
UnitAttributeTest.UnitAttributeTest ( )
[mangled: org/xmlcml/cml/element/test/UnitAttributeTest."<init>":()V]
cdk-1.0.4.jar, UnitListMap.class
package org.xmlcml.cml.element
UnitListMap.getUnit ( UnitAttribute unitAttribute ) : CMLUnit
[mangled: org/xmlcml/cml/element/UnitListMap.getUnit:(Lorg/xmlcml/cml/element/UnitAttribute;)Lorg/xmlcml/cml/element/CMLUnit;]
UnitListMap.getUnitList ( UnitAttribute unitAttribute ) : CMLUnitList
[mangled: org/xmlcml/cml/element/UnitListMap.getUnitList:(Lorg/xmlcml/cml/element/UnitAttribute;)Lorg/xmlcml/cml/element/CMLUnitList;]
UnitListMap.getUnitType ( UnitTypeAttribute unitTypeAttribute ) : CMLUnitType
[mangled: org/xmlcml/cml/element/UnitListMap.getUnitType:(Lorg/xmlcml/cml/element/UnitTypeAttribute;)Lorg/xmlcml/cml/element/CMLUnitType;]
UnitListMap.getUnitTypeList ( UnitTypeAttribute unitTypeAttribute ) : CMLUnitTypeList
[mangled: org/xmlcml/cml/element/UnitListMap.getUnitTypeList:(Lorg/xmlcml/cml/element/UnitTypeAttribute;)Lorg/xmlcml/cml/element/CMLUnitTypeList;]
UnitListMap.UnitListMap ( )
[mangled: org/xmlcml/cml/element/UnitListMap."<init>":()V]
UnitListMap.UnitListMap ( File dir, boolean useSubdirectories )
[mangled: org/xmlcml/cml/element/UnitListMap."<init>":(Ljava/io/File;Z)V]
cdk-1.0.4.jar, UnitTypeAttribute.class
package org.xmlcml.cml.element
UnitTypeAttribute.checkAttribute ( CMLElement element, GenericDictionaryMap dictionaryMap ) : List
[mangled: org/xmlcml/cml/element/UnitTypeAttribute.checkAttribute:(Lorg/xmlcml/cml/base/CMLElement;Lorg/xmlcml/cml/element/GenericDictionaryMap;)Ljava/util/List;]
UnitTypeAttribute.UnitTypeAttribute ( )
[mangled: org/xmlcml/cml/element/UnitTypeAttribute."<init>":()V]
UnitTypeAttribute.UnitTypeAttribute ( Attribute att )
[mangled: org/xmlcml/cml/element/UnitTypeAttribute."<init>":(Lnu/xom/Attribute;)V]
UnitTypeAttribute.UnitTypeAttribute ( String name, String value )
[mangled: org/xmlcml/cml/element/UnitTypeAttribute."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, UnitTypeAttributeTest.class
package org.xmlcml.cml.element.test
UnitTypeAttributeTest.largeExample ( String p1, int p2 ) : void
[mangled: org/xmlcml/cml/element/test/UnitTypeAttributeTest.largeExample:(Ljava/lang/String;I)V]
UnitTypeAttributeTest.setUp ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitTypeAttributeTest.setUp:()V]
UnitTypeAttributeTest.suite ( ) [static] : Test
[mangled: org/xmlcml/cml/element/test/UnitTypeAttributeTest.suite:()Ljunit/framework/Test;]
UnitTypeAttributeTest.testGetDictionaries ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitTypeAttributeTest.testGetDictionaries:()V]
UnitTypeAttributeTest.testGetPrefixAndNamespaceURI ( ) : void
[mangled: org/xmlcml/cml/element/test/UnitTypeAttributeTest.testGetPrefixAndNamespaceURI:()V]
UnitTypeAttributeTest.UnitTypeAttributeTest ( )
[mangled: org/xmlcml/cml/element/test/UnitTypeAttributeTest."<init>":()V]
cdk-1.0.4.jar, UnitTypeListMap.class
package org.xmlcml.cml.element
UnitTypeListMap.getUnitType ( UnitTypeAttribute unitTypeAttribute ) : CMLUnitType
[mangled: org/xmlcml/cml/element/UnitTypeListMap.getUnitType:(Lorg/xmlcml/cml/element/UnitTypeAttribute;)Lorg/xmlcml/cml/element/CMLUnitType;]
UnitTypeListMap.getUnitTypeList ( UnitTypeAttribute unitTypeAttribute ) : CMLUnitTypeList
[mangled: org/xmlcml/cml/element/UnitTypeListMap.getUnitTypeList:(Lorg/xmlcml/cml/element/UnitTypeAttribute;)Lorg/xmlcml/cml/element/CMLUnitTypeList;]
UnitTypeListMap.UnitTypeListMap ( )
[mangled: org/xmlcml/cml/element/UnitTypeListMap."<init>":()V]
UnitTypeListMap.UnitTypeListMap ( File dir, boolean useSubdirectories )
[mangled: org/xmlcml/cml/element/UnitTypeListMap."<init>":(Ljava/io/File;Z)V]
cdk-1.0.4.jar, UniversalIsomorphismTester.class
package org.openscience.cdk.isomorphism
UniversalIsomorphismTester.checkSingleAtomCases ( IAtomContainer g1, IAtomContainer g2 ) [static] : ArrayList
[mangled: org/openscience/cdk/isomorphism/UniversalIsomorphismTester.checkSingleAtomCases:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/ArrayList;]
cdk-1.0.4.jar, UnknownUserException.class
package org.apache.xindice.core.security
UnknownUserException.UnknownUserException ( )
[mangled: org/apache/xindice/core/security/UnknownUserException."<init>":()V]
UnknownUserException.UnknownUserException ( String message )
[mangled: org/apache/xindice/core/security/UnknownUserException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, UnrecognizedOptionException.class
package org.apache.commons.cli
UnrecognizedOptionException.UnrecognizedOptionException ( String message )
[mangled: org/apache/commons/cli/UnrecognizedOptionException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, URIMapper.class
package org.apache.xindice.core.request
URIMapper.connect ( ) : void
[mangled: org/apache/xindice/core/request/URIMapper.connect:()V]
URIMapper.getArguments ( ) : String[ ]
[mangled: org/apache/xindice/core/request/URIMapper.getArguments:()[Ljava/lang/String;]
URIMapper.getCollection ( ) : Collection
[mangled: org/apache/xindice/core/request/URIMapper.getCollection:()Lorg/apache/xindice/core/Collection;]
URIMapper.getContainer ( ) : Container
[mangled: org/apache/xindice/core/request/URIMapper.getContainer:()Lorg/apache/xindice/core/Container;]
URIMapper.getContentEncoding ( ) : String
[mangled: org/apache/xindice/core/request/URIMapper.getContentEncoding:()Ljava/lang/String;]
URIMapper.getContentLength ( ) : int
[mangled: org/apache/xindice/core/request/URIMapper.getContentLength:()I]
URIMapper.getContentType ( ) : String
[mangled: org/apache/xindice/core/request/URIMapper.getContentType:()Ljava/lang/String;]
URIMapper.getDatabase ( ) : Database
[mangled: org/apache/xindice/core/request/URIMapper.getDatabase:()Lorg/apache/xindice/core/Database;]
URIMapper.getDocument ( ) : Document
[mangled: org/apache/xindice/core/request/URIMapper.getDocument:()Lorg/w3c/dom/Document;]
URIMapper.getInputStream ( ) : InputStream
[mangled: org/apache/xindice/core/request/URIMapper.getInputStream:()Ljava/io/InputStream;]
URIMapper.getLastModified ( ) : long
[mangled: org/apache/xindice/core/request/URIMapper.getLastModified:()J]
URIMapper.getMethod ( ) : String
[mangled: org/apache/xindice/core/request/URIMapper.getMethod:()Ljava/lang/String;]
URIMapper.getObjectType ( ) : int
[mangled: org/apache/xindice/core/request/URIMapper.getObjectType:()I]
URIMapper.getParsedObjectType ( Collection col, String name ) : int
[mangled: org/apache/xindice/core/request/URIMapper.getParsedObjectType:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;)I]
URIMapper.getProperties ( ) : Properties
[mangled: org/apache/xindice/core/request/URIMapper.getProperties:()Ljava/util/Properties;]
URIMapper.getXMLObject ( ) : XMLObject
[mangled: org/apache/xindice/core/request/URIMapper.getXMLObject:()Lorg/apache/xindice/core/objects/XMLObject;]
URIMapper.invokeRequest ( ) : Object
[mangled: org/apache/xindice/core/request/URIMapper.invokeRequest:()Ljava/lang/Object;]
URIMapper.reclaim ( ) : void
[mangled: org/apache/xindice/core/request/URIMapper.reclaim:()V]
URIMapper.setPool ( ObjectPool pool ) : void
[mangled: org/apache/xindice/core/request/URIMapper.setPool:(Lorg/apache/xindice/util/ObjectPool;)V]
URIMapper.setURI ( String uri ) : void
[mangled: org/apache/xindice/core/request/URIMapper.setURI:(Ljava/lang/String;)V]
URIMapper.URIMapper ( )
[mangled: org/apache/xindice/core/request/URIMapper."<init>":()V]
URIMapper.URIMapper ( String uri )
[mangled: org/apache/xindice/core/request/URIMapper."<init>":(Ljava/lang/String;)V]
URIMapper.URIMapper ( URL u )
[mangled: org/apache/xindice/core/request/URIMapper."<init>":(Ljava/net/URL;)V]
URIMapper.walkURI ( Collection col, String name, int objType ) : int
[mangled: org/apache/xindice/core/request/URIMapper.walkURI:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;I)I]
cdk-1.0.4.jar, URLImageCache.class
package org.apache.batik.ext.awt.image
URLImageCache.clear ( ParsedURL p1 ) : void
[mangled: org/apache/batik/ext/awt/image/URLImageCache.clear:(Lorg/apache/batik/util/ParsedURL;)V]
URLImageCache.getDefaultCache ( ) [static] : URLImageCache
[mangled: org/apache/batik/ext/awt/image/URLImageCache.getDefaultCache:()Lorg/apache/batik/ext/awt/image/URLImageCache;]
URLImageCache.isDone ( ParsedURL p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/URLImageCache.isDone:(Lorg/apache/batik/util/ParsedURL;)Z]
URLImageCache.isPresent ( ParsedURL p1 ) : boolean
[mangled: org/apache/batik/ext/awt/image/URLImageCache.isPresent:(Lorg/apache/batik/util/ParsedURL;)Z]
URLImageCache.put ( ParsedURL p1, Filter p2 ) : void
[mangled: org/apache/batik/ext/awt/image/URLImageCache.put:(Lorg/apache/batik/util/ParsedURL;Lorg/apache/batik/ext/awt/image/renderable/Filter;)V]
URLImageCache.request ( ParsedURL p1 ) : Filter
[mangled: org/apache/batik/ext/awt/image/URLImageCache.request:(Lorg/apache/batik/util/ParsedURL;)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
URLImageCache.URLImageCache ( )
[mangled: org/apache/batik/ext/awt/image/URLImageCache."<init>":()V]
cdk-1.0.4.jar, URLRegistryEntry.class
package org.apache.batik.ext.awt.image.spi
URLRegistryEntry.handleURL ( ParsedURL p1, boolean p2 ) [abstract] : Filter
[mangled: org/apache/batik/ext/awt/image/spi/URLRegistryEntry.handleURL:(Lorg/apache/batik/util/ParsedURL;Z)Lorg/apache/batik/ext/awt/image/renderable/Filter;]
URLRegistryEntry.isCompatibleURL ( ParsedURL p1 ) [abstract] : boolean
[mangled: org/apache/batik/ext/awt/image/spi/URLRegistryEntry.isCompatibleURL:(Lorg/apache/batik/util/ParsedURL;)Z]
cdk-1.0.4.jar, User.class
package org.apache.xindice.server
User.appendProperty ( String key, Serializable value, String delimiter ) : boolean
[mangled: org/apache/xindice/server/User.appendProperty:(Ljava/lang/String;Ljava/io/Serializable;Ljava/lang/String;)Z]
User.clone ( ) : Object
[mangled: org/apache/xindice/server/User.clone:()Ljava/lang/Object;]
User.finalize ( ) : void
[mangled: org/apache/xindice/server/User.finalize:()V]
User.getActive ( ) : boolean
[mangled: org/apache/xindice/server/User.getActive:()Z]
User.getPassword ( ) : String
[mangled: org/apache/xindice/server/User.getPassword:()Ljava/lang/String;]
User.getPersistentState ( Gateway gateway ) : void
[mangled: org/apache/xindice/server/User.getPersistentState:(Lorg/apache/xindice/server/Gateway;)V]
User.getProperty ( String key ) : Object
[mangled: org/apache/xindice/server/User.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
User.getRealm ( String realm ) : int
[mangled: org/apache/xindice/server/User.getRealm:(Ljava/lang/String;)I]
User.getUserManager ( ) : UserManager
[mangled: org/apache/xindice/server/User.getUserManager:()Lorg/apache/xindice/server/UserManager;]
User.getUsername ( ) : String
[mangled: org/apache/xindice/server/User.getUsername:()Ljava/lang/String;]
User.isDirty ( ) : boolean
[mangled: org/apache/xindice/server/User.isDirty:()Z]
User.listProperties ( ) : String[ ]
[mangled: org/apache/xindice/server/User.listProperties:()[Ljava/lang/String;]
User.removePersistentState ( ) : void
[mangled: org/apache/xindice/server/User.removePersistentState:()V]
User.removeProperty ( String key ) : boolean
[mangled: org/apache/xindice/server/User.removeProperty:(Ljava/lang/String;)Z]
User.save ( ) : boolean
[mangled: org/apache/xindice/server/User.save:()Z]
User.setActive ( boolean active ) : void
[mangled: org/apache/xindice/server/User.setActive:(Z)V]
User.setPassword ( String password ) : void
[mangled: org/apache/xindice/server/User.setPassword:(Ljava/lang/String;)V]
User.setPersistentState ( Gateway gateway ) : void
[mangled: org/apache/xindice/server/User.setPersistentState:(Lorg/apache/xindice/server/Gateway;)V]
User.setProperty ( String key, Serializable value ) : boolean
[mangled: org/apache/xindice/server/User.setProperty:(Ljava/lang/String;Ljava/io/Serializable;)Z]
User.setRealm ( String realm, int value ) : void
[mangled: org/apache/xindice/server/User.setRealm:(Ljava/lang/String;I)V]
User.setUserManager ( UserManager manager ) : void
[mangled: org/apache/xindice/server/User.setUserManager:(Lorg/apache/xindice/server/UserManager;)V]
User.setUsername ( String username ) : void
[mangled: org/apache/xindice/server/User.setUsername:(Ljava/lang/String;)V]
User.User ( String username )
[mangled: org/apache/xindice/server/User."<init>":(Ljava/lang/String;)V]
User.User ( String username, String password )
[mangled: org/apache/xindice/server/User."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
User.User ( String username, String password, Map props )
[mangled: org/apache/xindice/server/User."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
cdk-1.0.4.jar, UserManager.class
package org.apache.xindice.server
UserManager.deleteUser ( String p1 ) [abstract] : void
[mangled: org/apache/xindice/server/UserManager.deleteUser:(Ljava/lang/String;)V]
UserManager.getUser ( String p1 ) [abstract] : User
[mangled: org/apache/xindice/server/UserManager.getUser:(Ljava/lang/String;)Lorg/apache/xindice/server/User;]
UserManager.listUsers ( ) [abstract] : String[ ]
[mangled: org/apache/xindice/server/UserManager.listUsers:()[Ljava/lang/String;]
UserManager.listUsers ( String p1 ) [abstract] : String[ ]
[mangled: org/apache/xindice/server/UserManager.listUsers:(Ljava/lang/String;)[Ljava/lang/String;]
UserManager.newUser ( ) [abstract] : User
[mangled: org/apache/xindice/server/UserManager.newUser:()Lorg/apache/xindice/server/User;]
UserManager.setUser ( User p1 ) [abstract] : void
[mangled: org/apache/xindice/server/UserManager.setUser:(Lorg/apache/xindice/server/User;)V]
cdk-1.0.4.jar, UTF16Decoder.class
package org.apache.batik.util.io
UTF16Decoder.readChar ( ) : int
[mangled: org/apache/batik/util/io/UTF16Decoder.readChar:()I]
UTF16Decoder.UTF16Decoder ( InputStream p1 )
[mangled: org/apache/batik/util/io/UTF16Decoder."<init>":(Ljava/io/InputStream;)V]
UTF16Decoder.UTF16Decoder ( InputStream p1, boolean p2 )
[mangled: org/apache/batik/util/io/UTF16Decoder."<init>":(Ljava/io/InputStream;Z)V]
cdk-1.0.4.jar, UTF16DecoderFactory.class
package org.apache.batik.util.io
StreamNormalizingReader.UTF16DecoderFactory.createCharDecoder ( InputStream p1 ) : CharDecoder
[mangled: org/apache/batik/util/io/StreamNormalizingReader.UTF16DecoderFactory.createCharDecoder:(Ljava/io/InputStream;)Lorg/apache/batik/util/io/CharDecoder;]
StreamNormalizingReader.UTF16DecoderFactory.StreamNormalizingReader.UTF16DecoderFactory ( )
[mangled: org/apache/batik/util/io/StreamNormalizingReader.UTF16DecoderFactory."<init>":()V]
cdk-1.0.4.jar, UTF8Decoder.class
package org.apache.batik.util.io
UTF8Decoder.readChar ( ) : int
[mangled: org/apache/batik/util/io/UTF8Decoder.readChar:()I]
UTF8Decoder.UTF8Decoder ( InputStream p1 )
[mangled: org/apache/batik/util/io/UTF8Decoder."<init>":(Ljava/io/InputStream;)V]
cdk-1.0.4.jar, UTF8DecoderFactory.class
package org.apache.batik.util.io
StreamNormalizingReader.UTF8DecoderFactory.createCharDecoder ( InputStream p1 ) : CharDecoder
[mangled: org/apache/batik/util/io/StreamNormalizingReader.UTF8DecoderFactory.createCharDecoder:(Ljava/io/InputStream;)Lorg/apache/batik/util/io/CharDecoder;]
StreamNormalizingReader.UTF8DecoderFactory.StreamNormalizingReader.UTF8DecoderFactory ( )
[mangled: org/apache/batik/util/io/StreamNormalizingReader.UTF8DecoderFactory."<init>":()V]
cdk-1.0.4.jar, Util.class
package org.xmlcml.euclid
Util.bug ( Exception e ) [static] : void
[mangled: org/xmlcml/euclid/Util.bug:(Ljava/lang/Exception;)V]
Util.bug ( String s ) [static] : void
[mangled: org/xmlcml/euclid/Util.bug:(Ljava/lang/String;)V]
Util.check ( RealArray array, int size ) [static] : void
[mangled: org/xmlcml/euclid/Util.check:(Lorg/xmlcml/euclid/RealArray;I)V]
Util.checkNotNull ( Transform3 t ) [static] : void
[mangled: org/xmlcml/euclid/Util.checkNotNull:(Lorg/xmlcml/euclid/Transform3;)V]
Util.makeAbsoluteURL ( String url ) [static] : String
[mangled: org/xmlcml/euclid/Util.makeAbsoluteURL:(Ljava/lang/String;)Ljava/lang/String;]
Util.makeDirectory ( String urlString ) [static] : String
[mangled: org/xmlcml/euclid/Util.makeDirectory:(Ljava/lang/String;)Ljava/lang/String;]
Util.outputInteger ( int nPlaces, int value ) [static] : String
[mangled: org/xmlcml/euclid/Util.outputInteger:(II)Ljava/lang/String;]
Util.truncate ( String s, int maxlength ) [static] : String
[mangled: org/xmlcml/euclid/Util.truncate:(Ljava/lang/String;I)Ljava/lang/String;]
cdk-1.0.4.jar, ValenceCarbonConnectivityOrderOneDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ValenceCarbonConnectivityOrderOneDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
ValenceCarbonConnectivityOrderOneDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
ValenceCarbonConnectivityOrderOneDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor.getParameterNames:()[Ljava/lang/String;]
ValenceCarbonConnectivityOrderOneDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor.getParameters:()[Ljava/lang/Object;]
ValenceCarbonConnectivityOrderOneDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
ValenceCarbonConnectivityOrderOneDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
ValenceCarbonConnectivityOrderOneDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor.setParameters:([Ljava/lang/Object;)V]
ValenceCarbonConnectivityOrderOneDescriptor.ValenceCarbonConnectivityOrderOneDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderOneDescriptor."<init>":()V]
cdk-1.0.4.jar, ValenceCarbonConnectivityOrderZeroDescriptor.class
package org.openscience.cdk.qsar.descriptors.molecular
ValenceCarbonConnectivityOrderZeroDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
ValenceCarbonConnectivityOrderZeroDescriptor.getDescriptorResultType ( ) : IDescriptorResult
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor.getDescriptorResultType:()Lorg/openscience/cdk/qsar/result/IDescriptorResult;]
ValenceCarbonConnectivityOrderZeroDescriptor.getParameterNames ( ) : String[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor.getParameterNames:()[Ljava/lang/String;]
ValenceCarbonConnectivityOrderZeroDescriptor.getParameters ( ) : Object[ ]
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor.getParameters:()[Ljava/lang/Object;]
ValenceCarbonConnectivityOrderZeroDescriptor.getParameterType ( String name ) : Object
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor.getParameterType:(Ljava/lang/String;)Ljava/lang/Object;]
ValenceCarbonConnectivityOrderZeroDescriptor.getSpecification ( ) : DescriptorSpecification
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor.getSpecification:()Lorg/openscience/cdk/qsar/DescriptorSpecification;]
ValenceCarbonConnectivityOrderZeroDescriptor.setParameters ( Object[ ] params ) : void
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor.setParameters:([Ljava/lang/Object;)V]
ValenceCarbonConnectivityOrderZeroDescriptor.ValenceCarbonConnectivityOrderZeroDescriptor ( )
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ValenceCarbonConnectivityOrderZeroDescriptor."<init>":()V]
cdk-1.0.4.jar, ValencyChecker.class
package org.openscience.cdk.tools
ValencyChecker.allSaturated ( IAtomContainer ac ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.allSaturated:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyChecker.calculateNumberOfImplicitHydrogens ( IAtom atom ) : int
[mangled: org/openscience/cdk/tools/ValencyChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;)I]
ValencyChecker.calculateNumberOfImplicitHydrogens ( IAtom atom, double bondOrderSum, double singleElectronSum, double maxBondOrder, int neighbourCount ) : int
[mangled: org/openscience/cdk/tools/ValencyChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;DDDI)I]
ValencyChecker.calculateNumberOfImplicitHydrogens ( IAtom atom, IAtomContainer container ) : int
[mangled: org/openscience/cdk/tools/ValencyChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)I]
ValencyChecker.couldMatchAtomType ( IAtom atom, double bondOrderSum, double maxBondOrder, IAtomType type ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.couldMatchAtomType:(Lorg/openscience/cdk/interfaces/IAtom;DDLorg/openscience/cdk/interfaces/IAtomType;)Z]
ValencyChecker.couldMatchAtomType ( IAtomContainer container, IAtom atom, IAtomType type ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.couldMatchAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomType;)Z]
ValencyChecker.getAtomTypeFactory ( IChemObjectBuilder builder ) : AtomTypeFactory
[mangled: org/openscience/cdk/tools/ValencyChecker.getAtomTypeFactory:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/config/AtomTypeFactory;]
ValencyChecker.isSaturated ( IAtom atom, IAtomContainer container ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyChecker.isSaturated ( IAtomContainer container ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyChecker.isSaturated ( IBond bond, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyChecker.isUnsaturated ( IBond bond, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.isUnsaturated:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyChecker.saturate ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/tools/ValencyChecker.saturate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
ValencyChecker.saturate ( IBond bond, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.saturate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyChecker.saturate ( IBond[ ] bonds, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.saturate:([Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyChecker.saturateByIncreasingBondOrder ( IBond bond, IAtomContainer atomContainer, double increment ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.saturateByIncreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;D)Z]
ValencyChecker.unsaturate ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/tools/ValencyChecker.unsaturate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
ValencyChecker.unsaturateByDecreasingBondOrder ( IBond bond, double decrement ) : boolean
[mangled: org/openscience/cdk/tools/ValencyChecker.unsaturateByDecreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;D)Z]
ValencyChecker.ValencyChecker ( )
[mangled: org/openscience/cdk/tools/ValencyChecker."<init>":()V]
ValencyChecker.ValencyChecker ( String atomTypeList )
[mangled: org/openscience/cdk/tools/ValencyChecker."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, ValencyHybridChecker.class
package org.openscience.cdk.tools
ValencyHybridChecker.allSaturated ( IAtomContainer ac ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.allSaturated:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyHybridChecker.calculateNumberOfImplicitHydrogens ( IAtom atom, double bondOrderSum, double maxBondOrder, int neighbourCount ) : int
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;DDI)I]
ValencyHybridChecker.calculateNumberOfImplicitHydrogens ( IAtom atom, IAtomContainer container ) : int
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.calculateNumberOfImplicitHydrogens:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)I]
ValencyHybridChecker.couldMatchAtomType ( IAtom atom, double bondOrderSum, double maxBondOrder, IAtomType type ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.couldMatchAtomType:(Lorg/openscience/cdk/interfaces/IAtom;DDLorg/openscience/cdk/interfaces/IAtomType;)Z]
ValencyHybridChecker.couldMatchAtomType ( IAtomContainer container, IAtom atom, IAtomType type ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.couldMatchAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomType;)Z]
ValencyHybridChecker.getAtomTypeFactory ( IChemObjectBuilder builder ) : AtomTypeFactory
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.getAtomTypeFactory:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/config/AtomTypeFactory;]
ValencyHybridChecker.isInterrupted ( ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.isInterrupted:()Z]
ValencyHybridChecker.isSaturated ( IAtom atom, IAtomContainer container ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyHybridChecker.isSaturated ( IAtomContainer container ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyHybridChecker.isSaturated ( IBond bond, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.isSaturated:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyHybridChecker.isUnsaturated ( IBond bond, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.isUnsaturated:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyHybridChecker.saturate ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.saturate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
ValencyHybridChecker.saturate ( IBond[ ] bonds, IAtomContainer atomContainer ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.saturate:([Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
ValencyHybridChecker.saturateByIncreasingBondOrder ( IBond bond, IAtomContainer atomContainer, double increment ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.saturateByIncreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;D)Z]
ValencyHybridChecker.setInterrupted ( boolean interrupted ) : void
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.setInterrupted:(Z)V]
ValencyHybridChecker.unsaturateByDecreasingBondOrder ( IBond bond, double decrement ) : boolean
[mangled: org/openscience/cdk/tools/ValencyHybridChecker.unsaturateByDecreasingBondOrder:(Lorg/openscience/cdk/interfaces/IBond;D)Z]
ValencyHybridChecker.ValencyHybridChecker ( )
[mangled: org/openscience/cdk/tools/ValencyHybridChecker."<init>":()V]
ValencyHybridChecker.ValencyHybridChecker ( String atomTypeList )
[mangled: org/openscience/cdk/tools/ValencyHybridChecker."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, ValencyMatcher.class
package org.openscience.cdk.atomtype
ValencyMatcher.findMatchingAtomType ( IAtomContainer atomContainer, IAtom atom ) : IAtomType
[mangled: org/openscience/cdk/atomtype/ValencyMatcher.findMatchingAtomType:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;)Lorg/openscience/cdk/interfaces/IAtomType;]
ValencyMatcher.ValencyMatcher ( )
[mangled: org/openscience/cdk/atomtype/ValencyMatcher."<init>":()V]
cdk-1.0.4.jar, ValencyValidator.class
package org.openscience.cdk.validate
ValencyValidator.ValencyValidator ( )
[mangled: org/openscience/cdk/validate/ValencyValidator."<init>":()V]
ValencyValidator.validateMolecule ( IMolecule subject ) : ValidationReport
[mangled: org/openscience/cdk/validate/ValencyValidator.validateMolecule:(Lorg/openscience/cdk/interfaces/IMolecule;)Lorg/openscience/cdk/validate/ValidationReport;]
cdk-1.0.4.jar, ValidationReport.class
package org.openscience.cdk.validate
ValidationReport.getCDKErrors ( ) : Vector
[mangled: org/openscience/cdk/validate/ValidationReport.getCDKErrors:()Ljava/util/Vector;]
ValidationReport.getErrors ( ) : Vector
[mangled: org/openscience/cdk/validate/ValidationReport.getErrors:()Ljava/util/Vector;]
ValidationReport.getOKs ( ) : Vector
[mangled: org/openscience/cdk/validate/ValidationReport.getOKs:()Ljava/util/Vector;]
ValidationReport.getWarnings ( ) : Vector
[mangled: org/openscience/cdk/validate/ValidationReport.getWarnings:()Ljava/util/Vector;]
cdk-1.0.4.jar, Validator.class
package org.openscience.cdk.applications
Validator.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/applications/Validator.main:([Ljava/lang/String;)V]
Validator.outputErrors ( String filename, ValidationReport report ) : void
[mangled: org/openscience/cdk/applications/Validator.outputErrors:(Ljava/lang/String;Lorg/openscience/cdk/validate/ValidationReport;)V]
Validator.validate ( File input ) : ValidationReport
[mangled: org/openscience/cdk/applications/Validator.validate:(Ljava/io/File;)Lorg/openscience/cdk/validate/ValidationReport;]
Validator.Validator ( )
[mangled: org/openscience/cdk/applications/Validator."<init>":()V]
cdk-1.0.4.jar, Value.class
package org.apache.xindice.core.data
Value.compareTo ( Object obj ) : int
[mangled: org/apache/xindice/core/data/Value.compareTo:(Ljava/lang/Object;)I]
Value.compareTo ( Value value ) : int
[mangled: org/apache/xindice/core/data/Value.compareTo:(Lorg/apache/xindice/core/data/Value;)I]
Value.copyTo ( byte[ ] tdata, int tpos ) : void
[mangled: org/apache/xindice/core/data/Value.copyTo:([BI)V]
Value.equals ( Object obj ) : boolean
[mangled: org/apache/xindice/core/data/Value.equals:(Ljava/lang/Object;)Z]
Value.equals ( Value value ) : boolean
[mangled: org/apache/xindice/core/data/Value.equals:(Lorg/apache/xindice/core/data/Value;)Z]
Value.getData ( ) : byte[ ]
[mangled: org/apache/xindice/core/data/Value.getData:()[B]
Value.getInputStream ( ) : InputStream
[mangled: org/apache/xindice/core/data/Value.getInputStream:()Ljava/io/InputStream;]
Value.getLength ( ) : int
[mangled: org/apache/xindice/core/data/Value.getLength:()I]
Value.hashCode ( ) : int
[mangled: org/apache/xindice/core/data/Value.hashCode:()I]
Value.startsWith ( Value value ) : boolean
[mangled: org/apache/xindice/core/data/Value.startsWith:(Lorg/apache/xindice/core/data/Value;)Z]
Value.streamTo ( OutputStream out ) : void
[mangled: org/apache/xindice/core/data/Value.streamTo:(Ljava/io/OutputStream;)V]
Value.toString ( ) : String
[mangled: org/apache/xindice/core/data/Value.toString:()Ljava/lang/String;]
Value.Value ( byte[ ] data )
[mangled: org/apache/xindice/core/data/Value."<init>":([B)V]
Value.Value ( byte[ ] data, int pos, int len )
[mangled: org/apache/xindice/core/data/Value."<init>":([BII)V]
Value.Value ( String data )
[mangled: org/apache/xindice/core/data/Value."<init>":(Ljava/lang/String;)V]
Value.Value ( Value value )
[mangled: org/apache/xindice/core/data/Value."<init>":(Lorg/apache/xindice/core/data/Value;)V]
cdk-1.0.4.jar, ValueHelper.class
package org.apache.xindice.client.corba.db
ValueHelper.extract ( CORBA.Any a ) [static] : String
[mangled: org/apache/xindice/client/corba/db/ValueHelper.extract:(Lorg/omg/CORBA/Any;)Ljava/lang/String;]
ValueHelper.id ( ) [static] : String
[mangled: org/apache/xindice/client/corba/db/ValueHelper.id:()Ljava/lang/String;]
ValueHelper.insert ( CORBA.Any a, String t ) [static] : void
[mangled: org/apache/xindice/client/corba/db/ValueHelper.insert:(Lorg/omg/CORBA/Any;Ljava/lang/String;)V]
ValueHelper.read ( CORBA.portable.InputStream istream ) [static] : String
[mangled: org/apache/xindice/client/corba/db/ValueHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Ljava/lang/String;]
ValueHelper.type ( ) [static] : CORBA.TypeCode
[mangled: org/apache/xindice/client/corba/db/ValueHelper.type:()Lorg/omg/CORBA/TypeCode;]
ValueHelper.ValueHelper ( )
[mangled: org/apache/xindice/client/corba/db/ValueHelper."<init>":()V]
ValueHelper.write ( CORBA.portable.OutputStream ostream, String value ) [static] : void
[mangled: org/apache/xindice/client/corba/db/ValueHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Ljava/lang/String;)V]
cdk-1.0.4.jar, ValueIndexer.class
package org.apache.xindice.core.indexer
ValueIndexer.add ( String value, Key key, int pos, int len, short elemID, short attrID ) : void
[mangled: org/apache/xindice/core/indexer/ValueIndexer.add:(Ljava/lang/String;Lorg/apache/xindice/core/data/Key;IISS)V]
ValueIndexer.flush ( ) : void
[mangled: org/apache/xindice/core/indexer/ValueIndexer.flush:()V]
ValueIndexer.getConfig ( ) : Configuration
[mangled: org/apache/xindice/core/indexer/ValueIndexer.getConfig:()Lorg/apache/xindice/util/Configuration;]
ValueIndexer.getIndexStyle ( ) : String
[mangled: org/apache/xindice/core/indexer/ValueIndexer.getIndexStyle:()Ljava/lang/String;]
ValueIndexer.getName ( ) : String
[mangled: org/apache/xindice/core/indexer/ValueIndexer.getName:()Ljava/lang/String;]
ValueIndexer.getPattern ( ) : String
[mangled: org/apache/xindice/core/indexer/ValueIndexer.getPattern:()Ljava/lang/String;]
ValueIndexer.getTypedValue ( String value ) : Value
[mangled: org/apache/xindice/core/indexer/ValueIndexer.getTypedValue:(Ljava/lang/String;)Lorg/apache/xindice/core/data/Value;]
ValueIndexer.queryMatches ( IndexQuery query ) : IndexMatch[ ]
[mangled: org/apache/xindice/core/indexer/ValueIndexer.queryMatches:(Lorg/apache/xindice/core/indexer/IndexQuery;)[Lorg/apache/xindice/core/indexer/IndexMatch;]
ValueIndexer.remove ( String value, Key key, int pos, int len, short elemID, short attrID ) : void
[mangled: org/apache/xindice/core/indexer/ValueIndexer.remove:(Ljava/lang/String;Lorg/apache/xindice/core/data/Key;IISS)V]
ValueIndexer.setCollection ( Collection collection ) : void
[mangled: org/apache/xindice/core/indexer/ValueIndexer.setCollection:(Lorg/apache/xindice/core/Collection;)V]
ValueIndexer.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/indexer/ValueIndexer.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
ValueIndexer.setLocation ( String location ) : void
[mangled: org/apache/xindice/core/indexer/ValueIndexer.setLocation:(Ljava/lang/String;)V]
ValueIndexer.ValueIndexer ( )
[mangled: org/apache/xindice/core/indexer/ValueIndexer."<init>":()V]
cdk-1.0.4.jar, VanDerWaalsInteractions.class
package org.openscience.cdk.modeling.forcefield
VanDerWaalsInteractions.setMMFF94VanDerWaalsParameters ( IAtomContainer molecule, Hashtable parameterSet ) : void
[mangled: org/openscience/cdk/modeling/forcefield/VanDerWaalsInteractions.setMMFF94VanDerWaalsParameters:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/util/Hashtable;)V]
cdk-1.0.4.jar, Variant.class
package org.apache.xindice.core.objects
Variant.getArgs ( ) : Args
[mangled: org/apache/xindice/core/objects/Variant.getArgs:()Lorg/apache/xindice/core/objects/Args;]
Variant.getBoolean ( ) : boolean
[mangled: org/apache/xindice/core/objects/Variant.getBoolean:()Z]
Variant.getByte ( ) : byte
[mangled: org/apache/xindice/core/objects/Variant.getByte:()B]
Variant.getChar ( ) : char
[mangled: org/apache/xindice/core/objects/Variant.getChar:()C]
Variant.getDocument ( ) : Document
[mangled: org/apache/xindice/core/objects/Variant.getDocument:()Lorg/w3c/dom/Document;]
Variant.getDocumentFragment ( ) : DocumentFragment
[mangled: org/apache/xindice/core/objects/Variant.getDocumentFragment:()Lorg/w3c/dom/DocumentFragment;]
Variant.getDouble ( ) : double
[mangled: org/apache/xindice/core/objects/Variant.getDouble:()D]
Variant.getElement ( ) : Element
[mangled: org/apache/xindice/core/objects/Variant.getElement:()Lorg/w3c/dom/Element;]
Variant.getFloat ( ) : float
[mangled: org/apache/xindice/core/objects/Variant.getFloat:()F]
Variant.getInt ( ) : int
[mangled: org/apache/xindice/core/objects/Variant.getInt:()I]
Variant.getLong ( ) : long
[mangled: org/apache/xindice/core/objects/Variant.getLong:()J]
Variant.getObject ( ) : Object
[mangled: org/apache/xindice/core/objects/Variant.getObject:()Ljava/lang/Object;]
Variant.getShort ( ) : short
[mangled: org/apache/xindice/core/objects/Variant.getShort:()S]
Variant.getString ( ) : String
[mangled: org/apache/xindice/core/objects/Variant.getString:()Ljava/lang/String;]
Variant.getType ( ) : int
[mangled: org/apache/xindice/core/objects/Variant.getType:()I]
Variant.isNull ( ) : boolean
[mangled: org/apache/xindice/core/objects/Variant.isNull:()Z]
Variant.set ( Args value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(Lorg/apache/xindice/core/objects/Args;)V]
Variant.set ( boolean value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(Z)V]
Variant.set ( byte value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(B)V]
Variant.set ( char value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(C)V]
Variant.set ( Document value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(Lorg/w3c/dom/Document;)V]
Variant.set ( DocumentFragment value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(Lorg/w3c/dom/DocumentFragment;)V]
Variant.set ( double value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(D)V]
Variant.set ( Element value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(Lorg/w3c/dom/Element;)V]
Variant.set ( float value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(F)V]
Variant.set ( int value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(I)V]
Variant.set ( long value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(J)V]
Variant.set ( Object object ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(Ljava/lang/Object;)V]
Variant.set ( short value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(S)V]
Variant.set ( String value ) : void
[mangled: org/apache/xindice/core/objects/Variant.set:(Ljava/lang/String;)V]
Variant.toString ( ) : String
[mangled: org/apache/xindice/core/objects/Variant.toString:()Ljava/lang/String;]
Variant.Variant ( )
[mangled: org/apache/xindice/core/objects/Variant."<init>":()V]
Variant.Variant ( Args value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Lorg/apache/xindice/core/objects/Args;)V]
Variant.Variant ( boolean value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Z)V]
Variant.Variant ( byte value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(B)V]
Variant.Variant ( char value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(C)V]
Variant.Variant ( Document value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Lorg/w3c/dom/Document;)V]
Variant.Variant ( DocumentFragment value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Lorg/w3c/dom/DocumentFragment;)V]
Variant.Variant ( double value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(D)V]
Variant.Variant ( Element value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Lorg/w3c/dom/Element;)V]
Variant.Variant ( float value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(F)V]
Variant.Variant ( int value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(I)V]
Variant.Variant ( long value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(J)V]
Variant.Variant ( Object value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Ljava/lang/Object;)V]
Variant.Variant ( short value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(S)V]
Variant.Variant ( String value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Ljava/lang/String;)V]
Variant.Variant ( Variant value )
[mangled: org/apache/xindice/core/objects/Variant."<init>":(Lorg/apache/xindice/core/objects/Variant;)V]
cdk-1.0.4.jar, Vector.class
package org.openscience.cdk.math
Vector.add ( Vector b ) : Vector
[mangled: org/openscience/cdk/math/Vector.add:(Lorg/openscience/cdk/math/Vector;)Lorg/openscience/cdk/math/Vector;]
Vector.cross ( Vector b ) : Vector
[mangled: org/openscience/cdk/math/Vector.cross:(Lorg/openscience/cdk/math/Vector;)Lorg/openscience/cdk/math/Vector;]
Vector.dot ( Vector b ) : double
[mangled: org/openscience/cdk/math/Vector.dot:(Lorg/openscience/cdk/math/Vector;)D]
Vector.duplicate ( ) : Vector
[mangled: org/openscience/cdk/math/Vector.duplicate:()Lorg/openscience/cdk/math/Vector;]
Vector.getSize ( ) : int
[mangled: org/openscience/cdk/math/Vector.getSize:()I]
Vector.length ( ) : double
[mangled: org/openscience/cdk/math/Vector.length:()D]
Vector.mul ( double b ) : Vector
[mangled: org/openscience/cdk/math/Vector.mul:(D)Lorg/openscience/cdk/math/Vector;]
Vector.negate ( ) : Vector
[mangled: org/openscience/cdk/math/Vector.negate:()Lorg/openscience/cdk/math/Vector;]
Vector.normalize ( ) : Vector
[mangled: org/openscience/cdk/math/Vector.normalize:()Lorg/openscience/cdk/math/Vector;]
Vector.sub ( Vector b ) : Vector
[mangled: org/openscience/cdk/math/Vector.sub:(Lorg/openscience/cdk/math/Vector;)Lorg/openscience/cdk/math/Vector;]
Vector.toString ( ) : String
[mangled: org/openscience/cdk/math/Vector.toString:()Ljava/lang/String;]
Vector.Vector ( double[ ] array )
[mangled: org/openscience/cdk/math/Vector."<init>":([D)V]
Vector.Vector ( int size )
[mangled: org/openscience/cdk/math/Vector."<init>":(I)V]
Vector.Vector ( Tuple3d t )
[mangled: org/openscience/cdk/math/Vector."<init>":(Ljavax/vecmath/Tuple3d;)V]
cdk-1.0.4.jar, Vector2Test.class
package org.xmlcml.euclid.test
Vector2Test.assertEquals ( String p1, Vector2 p2, Vector2 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Vector2Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Vector2;Lorg/xmlcml/euclid/Vector2;D)V]
Vector2Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Vector2Test.setUp:()V]
Vector2Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Vector2Test.suite:()Ljunit/framework/Test;]
Vector2Test.testGetAngleMadeWith ( ) : void
[mangled: org/xmlcml/euclid/test/Vector2Test.testGetAngleMadeWith:()V]
Vector2Test.testVector2DoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/Vector2Test.testVector2DoubleDouble:()V]
Vector2Test.testVector2Real2 ( ) : void
[mangled: org/xmlcml/euclid/test/Vector2Test.testVector2Real2:()V]
Vector2Test.Vector2Test ( )
[mangled: org/xmlcml/euclid/test/Vector2Test."<init>":()V]
cdk-1.0.4.jar, Vector3Test.class
package org.xmlcml.euclid.test
Vector3Test.assertEquals ( String p1, double[ ] p2, Vector3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Vector3Test.assertEquals:(Ljava/lang/String;[DLorg/xmlcml/euclid/Vector3;D)V]
Vector3Test.assertEquals ( String p1, Vector3 p2, Vector3 p3, double p4 ) [static] : void
[mangled: org/xmlcml/euclid/test/Vector3Test.assertEquals:(Ljava/lang/String;Lorg/xmlcml/euclid/Vector3;Lorg/xmlcml/euclid/Vector3;D)V]
Vector3Test.setUp ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.setUp:()V]
Vector3Test.suite ( ) [static] : Test
[mangled: org/xmlcml/euclid/test/Vector3Test.suite:()Ljunit/framework/Test;]
Vector3Test.testCross ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testCross:()V]
Vector3Test.testDotVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testDotVector3:()V]
Vector3Test.testElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testElementAt:()V]
Vector3Test.testGetAngleMadeWith ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testGetAngleMadeWith:()V]
Vector3Test.testGetArray ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testGetArray:()V]
Vector3Test.testGetLength ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testGetLength:()V]
Vector3Test.testGetNonColinearVector ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testGetNonColinearVector:()V]
Vector3Test.testGetPerpendicularVector ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testGetPerpendicularVector:()V]
Vector3Test.testGetScalarTripleProduct ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testGetScalarTripleProduct:()V]
Vector3Test.testGetUnitVector ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testGetUnitVector:()V]
Vector3Test.testIsColinearVector ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testIsColinearVector:()V]
Vector3Test.testIsEqualTo ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testIsEqualTo:()V]
Vector3Test.testIsIdenticalTo ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testIsIdenticalTo:()V]
Vector3Test.testIsZero ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testIsZero:()V]
Vector3Test.testLongerThan ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testLongerThan:()V]
Vector3Test.testMultiplyBy ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testMultiplyBy:()V]
Vector3Test.testMultiplyEquals ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testMultiplyEquals:()V]
Vector3Test.testNegative ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testNegative:()V]
Vector3Test.testNormalise ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testNormalise:()V]
Vector3Test.testPlus ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testPlus:()V]
Vector3Test.testProjectOnto ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testProjectOnto:()V]
Vector3Test.testSetElementAt ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testSetElementAt:()V]
Vector3Test.testSubtract ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testSubtract:()V]
Vector3Test.testTransform ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testTransform:()V]
Vector3Test.testVector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testVector3:()V]
Vector3Test.testVector3Axis3 ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testVector3Axis3:()V]
Vector3Test.testVector3DoubleArray ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testVector3DoubleArray:()V]
Vector3Test.testVector3DoubleDoubleDouble ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testVector3DoubleDoubleDouble:()V]
Vector3Test.testVector3Point3 ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testVector3Point3:()V]
Vector3Test.testVector3RealArray ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testVector3RealArray:()V]
Vector3Test.testVector3Vector3 ( ) : void
[mangled: org/xmlcml/euclid/test/Vector3Test.testVector3Vector3:()V]
Vector3Test.Vector3Test ( )
[mangled: org/xmlcml/euclid/test/Vector3Test."<init>":()V]
cdk-1.0.4.jar, Version.class
package org.apache.batik
Version.getVersion ( ) [static] : String
[mangled: org/apache/batik/Version.getVersion:()Ljava/lang/String;]
Version.Version ( )
[mangled: org/apache/batik/Version."<init>":()V]
cdk-1.0.4.jar, Versioning.class
package org.apache.xindice.server
Versioning.getPackageName ( ) [abstract] : String
[mangled: org/apache/xindice/server/Versioning.getPackageName:()Ljava/lang/String;]
Versioning.getVersion ( ) [abstract] : float
[mangled: org/apache/xindice/server/Versioning.getVersion:()F]
cdk-1.0.4.jar, VersionProxy.class
package org.apache.xindice.server
VersionProxy.getName ( ) : String
[mangled: org/apache/xindice/server/VersionProxy.getName:()Ljava/lang/String;]
VersionProxy.getPackageName ( ) : String
[mangled: org/apache/xindice/server/VersionProxy.getPackageName:()Ljava/lang/String;]
VersionProxy.getVersion ( ) : float
[mangled: org/apache/xindice/server/VersionProxy.getVersion:()F]
VersionProxy.setName ( String name ) : void
[mangled: org/apache/xindice/server/VersionProxy.setName:(Ljava/lang/String;)V]
VersionProxy.setPackageName ( String packagename ) : void
[mangled: org/apache/xindice/server/VersionProxy.setPackageName:(Ljava/lang/String;)V]
VersionProxy.setVersion ( float version ) : void
[mangled: org/apache/xindice/server/VersionProxy.setVersion:(F)V]
VersionProxy.VersionProxy ( )
[mangled: org/apache/xindice/server/VersionProxy."<init>":()V]
VersionProxy.VersionProxy ( Object owner )
[mangled: org/apache/xindice/server/VersionProxy."<init>":(Ljava/lang/Object;)V]
VersionProxy.VersionProxy ( String packagename )
[mangled: org/apache/xindice/server/VersionProxy."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, Vibration.class
package org.openscience.cdk
Vibration.getAtomVectors ( ) : Enumeration
[mangled: org/openscience/cdk/Vibration.getAtomVectors:()Ljava/util/Enumeration;]
cdk-1.0.4.jar, WeakReferenceCleared.class
package org.apache.batik.util
CleanerThread.WeakReferenceCleared.CleanerThread.WeakReferenceCleared ( Object p1 )
[mangled: org/apache/batik/util/CleanerThread.WeakReferenceCleared."<init>":(Ljava/lang/Object;)V]
CleanerThread.WeakReferenceCleared.cleared ( ) [abstract] : void
[mangled: org/apache/batik/util/CleanerThread.WeakReferenceCleared.cleared:()V]
cdk-1.0.4.jar, WWMMatrixReader.class
package org.openscience.cdk.internet
WWMMatrixReader.close ( ) : void
[mangled: org/openscience/cdk/internet/WWMMatrixReader.close:()V]
WWMMatrixReader.getFormat ( ) : IChemFormat
[mangled: org/openscience/cdk/internet/WWMMatrixReader.getFormat:()Lorg/openscience/cdk/io/formats/IChemFormat;]
WWMMatrixReader.getResultNum ( ) : String
[mangled: org/openscience/cdk/internet/WWMMatrixReader.getResultNum:()Ljava/lang/String;]
WWMMatrixReader.main ( String[ ] args ) [static] : void
[mangled: org/openscience/cdk/internet/WWMMatrixReader.main:([Ljava/lang/String;)V]
WWMMatrixReader.read ( ChemObject object ) : ChemObject
[mangled: org/openscience/cdk/internet/WWMMatrixReader.read:(Lorg/openscience/cdk/ChemObject;)Lorg/openscience/cdk/ChemObject;]
WWMMatrixReader.setCollection ( String collection ) : void
[mangled: org/openscience/cdk/internet/WWMMatrixReader.setCollection:(Ljava/lang/String;)V]
WWMMatrixReader.setQuery ( String index, String value ) : void
[mangled: org/openscience/cdk/internet/WWMMatrixReader.setQuery:(Ljava/lang/String;Ljava/lang/String;)V]
WWMMatrixReader.setReader ( Reader input ) : void
[mangled: org/openscience/cdk/internet/WWMMatrixReader.setReader:(Ljava/io/Reader;)V]
WWMMatrixReader.WWMMatrixReader ( )
[mangled: org/openscience/cdk/internet/WWMMatrixReader."<init>":()V]
WWMMatrixReader.WWMMatrixReader ( String server )
[mangled: org/openscience/cdk/internet/WWMMatrixReader."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, XercesValidator.class
package org.xmlcml.cml.element.test
XercesValidator.count ( Node p1 ) : void
[mangled: org/xmlcml/cml/element/test/XercesValidator.count:(Lorg/w3c/dom/Node;)V]
XercesValidator.main ( String[ ] p1 ) [static] : void
[mangled: org/xmlcml/cml/element/test/XercesValidator.main:([Ljava/lang/String;)V]
XercesValidator.printResults ( PrintWriter p1, String p2, long p3, long p4, long p5, int p6 ) : void
[mangled: org/xmlcml/cml/element/test/XercesValidator.printResults:(Ljava/io/PrintWriter;Ljava/lang/String;JJJI)V]
XercesValidator.setDocumentInfo ( ParserWrapper.DocumentInfo p1 ) : void
[mangled: org/xmlcml/cml/element/test/XercesValidator.setDocumentInfo:(Lorg/xmlcml/cml/element/test/ParserWrapper$DocumentInfo;)V]
XercesValidator.XercesValidator ( )
[mangled: org/xmlcml/cml/element/test/XercesValidator."<init>":()V]
cdk-1.0.4.jar, XercesWrapper.class
package org.xmlcml.cml.element.test
XercesWrapper.error ( SAXParseException p1 ) : void
[mangled: org/xmlcml/cml/element/test/XercesWrapper.error:(Lorg/xml/sax/SAXParseException;)V]
XercesWrapper.fatalError ( SAXParseException p1 ) : void
[mangled: org/xmlcml/cml/element/test/XercesWrapper.fatalError:(Lorg/xml/sax/SAXParseException;)V]
XercesWrapper.getDocumentInfo ( ) : ParserWrapper.DocumentInfo
[mangled: org/xmlcml/cml/element/test/XercesWrapper.getDocumentInfo:()Lorg/xmlcml/cml/element/test/ParserWrapper$DocumentInfo;]
XercesWrapper.isIgnorableWhitespace ( Text p1 ) : boolean
[mangled: org/xmlcml/cml/element/test/XercesWrapper.isIgnorableWhitespace:(Lorg/w3c/dom/Text;)Z]
XercesWrapper.parse ( String p1 ) : Document
[mangled: org/xmlcml/cml/element/test/XercesWrapper.parse:(Ljava/lang/String;)Lorg/w3c/dom/Document;]
XercesWrapper.printError ( String p1, SAXParseException p2 ) : void
[mangled: org/xmlcml/cml/element/test/XercesWrapper.printError:(Ljava/lang/String;Lorg/xml/sax/SAXParseException;)V]
XercesWrapper.setFeature ( String p1, boolean p2 ) : void
[mangled: org/xmlcml/cml/element/test/XercesWrapper.setFeature:(Ljava/lang/String;Z)V]
XercesWrapper.warning ( SAXParseException p1 ) : void
[mangled: org/xmlcml/cml/element/test/XercesWrapper.warning:(Lorg/xml/sax/SAXParseException;)V]
XercesWrapper.XercesWrapper ( )
[mangled: org/xmlcml/cml/element/test/XercesWrapper."<init>":()V]
cdk-1.0.4.jar, Xindice.class
package org.apache.xindice.server
Xindice.main ( String[ ] args ) [static] : void
[mangled: org/apache/xindice/server/Xindice.main:([Ljava/lang/String;)V]
Xindice.Xindice ( )
[mangled: org/apache/xindice/server/Xindice."<init>":()V]
cdk-1.0.4.jar, XindiceException.class
package org.apache.xindice.util
XindiceException.getWrappedThrowable ( ) : Throwable
[mangled: org/apache/xindice/util/XindiceException.getWrappedThrowable:()Ljava/lang/Throwable;]
XindiceException.printStackTrace ( ) : void
[mangled: org/apache/xindice/util/XindiceException.printStackTrace:()V]
XindiceException.printStackTrace ( PrintStream ps ) : void
[mangled: org/apache/xindice/util/XindiceException.printStackTrace:(Ljava/io/PrintStream;)V]
XindiceException.printStackTrace ( PrintWriter pw ) : void
[mangled: org/apache/xindice/util/XindiceException.printStackTrace:(Ljava/io/PrintWriter;)V]
XindiceException.XindiceException ( )
[mangled: org/apache/xindice/util/XindiceException."<init>":()V]
XindiceException.XindiceException ( String message )
[mangled: org/apache/xindice/util/XindiceException."<init>":(Ljava/lang/String;)V]
XindiceException.XindiceException ( String message, Throwable wrapped )
[mangled: org/apache/xindice/util/XindiceException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
cdk-1.0.4.jar, XindiceReader.class
package org.openscience.cdk.database
XindiceReader.close ( ) : void
[mangled: org/openscience/cdk/database/XindiceReader.close:()V]
XindiceReader.getFormat ( ) : IChemFormat
[mangled: org/openscience/cdk/database/XindiceReader.getFormat:()Lorg/openscience/cdk/io/formats/IChemFormat;]
XindiceReader.read ( IChemObject object ) : IChemObject
[mangled: org/openscience/cdk/database/XindiceReader.read:(Lorg/openscience/cdk/interfaces/IChemObject;)Lorg/openscience/cdk/interfaces/IChemObject;]
XindiceReader.setQuery ( String xpath ) : void
[mangled: org/openscience/cdk/database/XindiceReader.setQuery:(Ljava/lang/String;)V]
XindiceReader.setReader ( Reader input ) : void
[mangled: org/openscience/cdk/database/XindiceReader.setReader:(Ljava/io/Reader;)V]
XindiceReader.XindiceReader ( String collection )
[mangled: org/openscience/cdk/database/XindiceReader."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, XindiceService.class
package org.apache.xindice.server.services
XindiceService.getDatabase ( ) : Database
[mangled: org/apache/xindice/server/services/XindiceService.getDatabase:()Lorg/apache/xindice/core/Database;]
XindiceService.getName ( ) : String
[mangled: org/apache/xindice/server/services/XindiceService.getName:()Ljava/lang/String;]
XindiceService.initialize ( ) : int
[mangled: org/apache/xindice/server/services/XindiceService.initialize:()I]
XindiceService.resume ( ) : int
[mangled: org/apache/xindice/server/services/XindiceService.resume:()I]
XindiceService.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/server/services/XindiceService.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
XindiceService.setKernel ( Kernel kernel ) : void
[mangled: org/apache/xindice/server/services/XindiceService.setKernel:(Lorg/apache/xindice/server/Kernel;)V]
XindiceService.start ( ) : int
[mangled: org/apache/xindice/server/services/XindiceService.start:()I]
XindiceService.status ( ) : int
[mangled: org/apache/xindice/server/services/XindiceService.status:()I]
XindiceService.statusMessage ( ) : String
[mangled: org/apache/xindice/server/services/XindiceService.statusMessage:()Ljava/lang/String;]
XindiceService.stop ( ) : int
[mangled: org/apache/xindice/server/services/XindiceService.stop:()I]
XindiceService.suspend ( ) : int
[mangled: org/apache/xindice/server/services/XindiceService.suspend:()I]
XindiceService.uninitialize ( ) : int
[mangled: org/apache/xindice/server/services/XindiceService.uninitialize:()I]
XindiceService.XindiceService ( )
[mangled: org/apache/xindice/server/services/XindiceService."<init>":()V]
cdk-1.0.4.jar, XindiceStreamHandler.class
package org.apache.xindice.core.request
XindiceStreamHandler.openConnection ( URL u ) : URLConnection
[mangled: org/apache/xindice/core/request/XindiceStreamHandler.openConnection:(Ljava/net/URL;)Ljava/net/URLConnection;]
XindiceStreamHandler.XindiceStreamHandler ( )
[mangled: org/apache/xindice/core/request/XindiceStreamHandler."<init>":()V]
cdk-1.0.4.jar, XindiceStreamHandlerFactory.class
package org.apache.xindice.core.request
XindiceStreamHandlerFactory.createURLStreamHandler ( String protocol ) : URLStreamHandler
[mangled: org/apache/xindice/core/request/XindiceStreamHandlerFactory.createURLStreamHandler:(Ljava/lang/String;)Ljava/net/URLStreamHandler;]
XindiceStreamHandlerFactory.XindiceStreamHandlerFactory ( )
[mangled: org/apache/xindice/core/request/XindiceStreamHandlerFactory."<init>":()V]
cdk-1.0.4.jar, XLinkSupport.class
package org.apache.batik.dom.util
XLinkSupport.getXLinkActuate ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XLinkSupport.getXLinkActuate:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XLinkSupport.getXLinkArcRole ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XLinkSupport.getXLinkArcRole:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XLinkSupport.getXLinkHref ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XLinkSupport.getXLinkHref:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XLinkSupport.getXLinkRole ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XLinkSupport.getXLinkRole:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XLinkSupport.getXLinkShow ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XLinkSupport.getXLinkShow:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XLinkSupport.getXLinkTitle ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XLinkSupport.getXLinkTitle:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XLinkSupport.getXLinkType ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XLinkSupport.getXLinkType:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XLinkSupport.setXLinkActuate ( Element p1, String p2 ) [static] : void
[mangled: org/apache/batik/dom/util/XLinkSupport.setXLinkActuate:(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
XLinkSupport.setXLinkArcRole ( Element p1, String p2 ) [static] : void
[mangled: org/apache/batik/dom/util/XLinkSupport.setXLinkArcRole:(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
XLinkSupport.setXLinkHref ( Element p1, String p2 ) [static] : void
[mangled: org/apache/batik/dom/util/XLinkSupport.setXLinkHref:(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
XLinkSupport.setXLinkRole ( Element p1, String p2 ) [static] : void
[mangled: org/apache/batik/dom/util/XLinkSupport.setXLinkRole:(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
XLinkSupport.setXLinkShow ( Element p1, String p2 ) [static] : void
[mangled: org/apache/batik/dom/util/XLinkSupport.setXLinkShow:(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
XLinkSupport.setXLinkTitle ( Element p1, String p2 ) [static] : void
[mangled: org/apache/batik/dom/util/XLinkSupport.setXLinkTitle:(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
XLinkSupport.setXLinkType ( Element p1, String p2 ) [static] : void
[mangled: org/apache/batik/dom/util/XLinkSupport.setXLinkType:(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
XLinkSupport.XLinkSupport ( )
[mangled: org/apache/batik/dom/util/XLinkSupport."<init>":()V]
cdk-1.0.4.jar, XMLAdminTools.class
package org.apache.xindice.tools
XMLAdminTools.initCommandsList ( ) : void
[mangled: org/apache/xindice/tools/XMLAdminTools.initCommandsList:()V]
XMLAdminTools.isAdmin ( ) : boolean
[mangled: org/apache/xindice/tools/XMLAdminTools.isAdmin:()Z]
XMLAdminTools.main ( String[ ] args ) [static] : void
[mangled: org/apache/xindice/tools/XMLAdminTools.main:([Ljava/lang/String;)V]
XMLAdminTools.XMLAdminTools ( )
[mangled: org/apache/xindice/tools/XMLAdminTools."<init>":()V]
cdk-1.0.4.jar, XMLCharacters.class
package org.apache.batik.xml
XMLCharacters.XMLCharacters ( )
[mangled: org/apache/batik/xml/XMLCharacters."<init>":()V]
cdk-1.0.4.jar, XMLCompressedInput.class
package org.apache.xindice.xml
XMLCompressedInput.getNodeType ( ) : short
[mangled: org/apache/xindice/xml/XMLCompressedInput.getNodeType:()S]
XMLCompressedInput.getSignature ( ) : byte
[mangled: org/apache/xindice/xml/XMLCompressedInput.getSignature:()B]
XMLCompressedInput.readAttributeCount ( ) : int
[mangled: org/apache/xindice/xml/XMLCompressedInput.readAttributeCount:()I]
XMLCompressedInput.readContentSize ( ) : int
[mangled: org/apache/xindice/xml/XMLCompressedInput.readContentSize:()I]
XMLCompressedInput.readSignature ( ) : byte
[mangled: org/apache/xindice/xml/XMLCompressedInput.readSignature:()B]
XMLCompressedInput.XMLCompressedInput ( InputStream is, SymbolTable st )
[mangled: org/apache/xindice/xml/XMLCompressedInput."<init>":(Ljava/io/InputStream;Lorg/apache/xindice/xml/SymbolTable;)V]
cdk-1.0.4.jar, XMLCompressedOutput.class
package org.apache.xindice.xml
XMLCompressedOutput.getSizeSize ( int sizeType ) : int
[mangled: org/apache/xindice/xml/XMLCompressedOutput.getSizeSize:(I)I]
XMLCompressedOutput.getSizeType ( long length ) : byte
[mangled: org/apache/xindice/xml/XMLCompressedOutput.getSizeType:(J)B]
XMLCompressedOutput.writeSize ( int sizeType, int size ) : int
[mangled: org/apache/xindice/xml/XMLCompressedOutput.writeSize:(II)I]
XMLCompressedOutput.XMLCompressedOutput ( OutputStream os, SymbolTable st )
[mangled: org/apache/xindice/xml/XMLCompressedOutput."<init>":(Ljava/io/OutputStream;Lorg/apache/xindice/xml/SymbolTable;)V]
cdk-1.0.4.jar, XMLDBException.class
package org.xmldb.api.base
XMLDBException.XMLDBException ( )
[mangled: org/xmldb/api/base/XMLDBException."<init>":()V]
XMLDBException.XMLDBException ( int p1 )
[mangled: org/xmldb/api/base/XMLDBException."<init>":(I)V]
XMLDBException.XMLDBException ( int p1, int p2 )
[mangled: org/xmldb/api/base/XMLDBException."<init>":(II)V]
XMLDBException.XMLDBException ( int p1, int p2, String p3 )
[mangled: org/xmldb/api/base/XMLDBException."<init>":(IILjava/lang/String;)V]
XMLDBException.XMLDBException ( int p1, String p2 )
[mangled: org/xmldb/api/base/XMLDBException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, XMLException.class
package org.apache.batik.xml
XMLException.getException ( ) : Exception
[mangled: org/apache/batik/xml/XMLException.getException:()Ljava/lang/Exception;]
XMLException.getMessage ( ) : String
[mangled: org/apache/batik/xml/XMLException.getMessage:()Ljava/lang/String;]
XMLException.printStackTrace ( ) : void
[mangled: org/apache/batik/xml/XMLException.printStackTrace:()V]
XMLException.printStackTrace ( PrintStream p1 ) : void
[mangled: org/apache/batik/xml/XMLException.printStackTrace:(Ljava/io/PrintStream;)V]
XMLException.printStackTrace ( PrintWriter p1 ) : void
[mangled: org/apache/batik/xml/XMLException.printStackTrace:(Ljava/io/PrintWriter;)V]
XMLException.XMLException ( Exception p1 )
[mangled: org/apache/batik/xml/XMLException."<init>":(Ljava/lang/Exception;)V]
XMLException.XMLException ( String p1 )
[mangled: org/apache/batik/xml/XMLException."<init>":(Ljava/lang/String;)V]
XMLException.XMLException ( String p1, Exception p2 )
[mangled: org/apache/batik/xml/XMLException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V]
cdk-1.0.4.jar, XMLObject.class
package org.apache.xindice.core.objects
XMLObject.getCollection ( ) [abstract] : Collection
[mangled: org/apache/xindice/core/objects/XMLObject.getCollection:()Lorg/apache/xindice/core/Collection;]
XMLObject.setCollection ( Collection p1 ) [abstract] : void
[mangled: org/apache/xindice/core/objects/XMLObject.setCollection:(Lorg/apache/xindice/core/Collection;)V]
cdk-1.0.4.jar, XMLObjectException.class
package org.apache.xindice.core.objects
XMLObjectException.XMLObjectException ( int faultCode )
[mangled: org/apache/xindice/core/objects/XMLObjectException."<init>":(I)V]
XMLObjectException.XMLObjectException ( int faultCode, String message )
[mangled: org/apache/xindice/core/objects/XMLObjectException."<init>":(ILjava/lang/String;)V]
cdk-1.0.4.jar, XMLObjectManager.class
package org.apache.xindice.core.objects
XMLObjectManager.create ( Configuration cfg ) : XMLObject
[mangled: org/apache/xindice/core/objects/XMLObjectManager.create:(Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/objects/XMLObject;]
XMLObjectManager.drop ( String name ) : boolean
[mangled: org/apache/xindice/core/objects/XMLObjectManager.drop:(Ljava/lang/String;)Z]
XMLObjectManager.get ( String name ) : XMLObject
[mangled: org/apache/xindice/core/objects/XMLObjectManager.get:(Ljava/lang/String;)Lorg/apache/xindice/core/objects/XMLObject;]
XMLObjectManager.getCanonicalName ( String name ) : String
[mangled: org/apache/xindice/core/objects/XMLObjectManager.getCanonicalName:(Ljava/lang/String;)Ljava/lang/String;]
XMLObjectManager.list ( ) : String[ ]
[mangled: org/apache/xindice/core/objects/XMLObjectManager.list:()[Ljava/lang/String;]
XMLObjectManager.register ( Class c, Configuration cfg ) : XMLObject
[mangled: org/apache/xindice/core/objects/XMLObjectManager.register:(Ljava/lang/Class;Lorg/apache/xindice/util/Configuration;)Lorg/apache/xindice/core/objects/XMLObject;]
XMLObjectManager.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/objects/XMLObjectManager.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
XMLObjectManager.unregister ( String name ) : void
[mangled: org/apache/xindice/core/objects/XMLObjectManager.unregister:(Ljava/lang/String;)V]
XMLObjectManager.XMLObjectManager ( Collection collection )
[mangled: org/apache/xindice/core/objects/XMLObjectManager."<init>":(Lorg/apache/xindice/core/Collection;)V]
cdk-1.0.4.jar, XMLObjectRuntimeException.class
package org.apache.xindice.core.objects
XMLObjectRuntimeException.XMLObjectRuntimeException ( )
[mangled: org/apache/xindice/core/objects/XMLObjectRuntimeException."<init>":()V]
XMLObjectRuntimeException.XMLObjectRuntimeException ( String message )
[mangled: org/apache/xindice/core/objects/XMLObjectRuntimeException."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, XMLObjectService.class
package org.apache.xindice.client.xmldb.services
XMLObjectService.getName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XMLObjectService.getName:()Ljava/lang/String;]
XMLObjectService.getVersion ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XMLObjectService.getVersion:()Ljava/lang/String;]
XMLObjectService.invokeXMLObject ( String uri ) : Resource
[mangled: org/apache/xindice/client/xmldb/services/XMLObjectService.invokeXMLObject:(Ljava/lang/String;)Lorg/xmldb/api/base/Resource;]
XMLObjectService.setCollection ( Collection col ) : void
[mangled: org/apache/xindice/client/xmldb/services/XMLObjectService.setCollection:(Lorg/xmldb/api/base/Collection;)V]
XMLObjectService.XMLObjectService ( )
[mangled: org/apache/xindice/client/xmldb/services/XMLObjectService."<init>":()V]
cdk-1.0.4.jar, XMLResource.class
package org.xmldb.api.modules
XMLResource.getContentAsDOM ( ) [abstract] : Node
[mangled: org/xmldb/api/modules/XMLResource.getContentAsDOM:()Lorg/w3c/dom/Node;]
XMLResource.getContentAsSAX ( ContentHandler p1 ) [abstract] : void
[mangled: org/xmldb/api/modules/XMLResource.getContentAsSAX:(Lorg/xml/sax/ContentHandler;)V]
XMLResource.getDocumentId ( ) [abstract] : String
[mangled: org/xmldb/api/modules/XMLResource.getDocumentId:()Ljava/lang/String;]
XMLResource.setContentAsDOM ( Node p1 ) [abstract] : void
[mangled: org/xmldb/api/modules/XMLResource.setContentAsDOM:(Lorg/w3c/dom/Node;)V]
XMLResource.setContentAsSAX ( ) [abstract] : ContentHandler
[mangled: org/xmldb/api/modules/XMLResource.setContentAsSAX:()Lorg/xml/sax/ContentHandler;]
cdk-1.0.4.jar, XMLResourceDescriptor.class
package org.apache.batik.util
XMLResourceDescriptor.getCSSParserClassName ( ) [static] : String
[mangled: org/apache/batik/util/XMLResourceDescriptor.getCSSParserClassName:()Ljava/lang/String;]
XMLResourceDescriptor.getXMLParserClassName ( ) [static] : String
[mangled: org/apache/batik/util/XMLResourceDescriptor.getXMLParserClassName:()Ljava/lang/String;]
XMLResourceDescriptor.setCSSParserClassName ( String p1 ) [static] : void
[mangled: org/apache/batik/util/XMLResourceDescriptor.setCSSParserClassName:(Ljava/lang/String;)V]
XMLResourceDescriptor.setXMLParserClassName ( String p1 ) [static] : void
[mangled: org/apache/batik/util/XMLResourceDescriptor.setXMLParserClassName:(Ljava/lang/String;)V]
XMLResourceDescriptor.XMLResourceDescriptor ( )
[mangled: org/apache/batik/util/XMLResourceDescriptor."<init>":()V]
cdk-1.0.4.jar, XMLResourceImpl.class
package org.apache.xindice.client.xmldb.resources
XMLResourceImpl.getContent ( ) : Object
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.getContent:()Ljava/lang/Object;]
XMLResourceImpl.getContentAsDOM ( ) : Node
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.getContentAsDOM:()Lorg/w3c/dom/Node;]
XMLResourceImpl.getContentAsSAX ( ContentHandler handler ) : void
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.getContentAsSAX:(Lorg/xml/sax/ContentHandler;)V]
XMLResourceImpl.getDocumentId ( ) : String
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.getDocumentId:()Ljava/lang/String;]
XMLResourceImpl.getId ( ) : String
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.getId:()Ljava/lang/String;]
XMLResourceImpl.getParentCollection ( ) : Collection
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.getParentCollection:()Lorg/xmldb/api/base/Collection;]
XMLResourceImpl.getResourceType ( ) : String
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.getResourceType:()Ljava/lang/String;]
XMLResourceImpl.setContent ( Object value ) : void
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.setContent:(Ljava/lang/Object;)V]
XMLResourceImpl.setContentAsDOM ( Node content ) : void
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.setContentAsDOM:(Lorg/w3c/dom/Node;)V]
XMLResourceImpl.setContentAsSAX ( ) : ContentHandler
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl.setContentAsSAX:()Lorg/xml/sax/ContentHandler;]
XMLResourceImpl.XMLResourceImpl ( String id, Collection collection )
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl."<init>":(Ljava/lang/String;Lorg/xmldb/api/base/Collection;)V]
XMLResourceImpl.XMLResourceImpl ( String id, Collection collection, String content )
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl."<init>":(Ljava/lang/String;Lorg/xmldb/api/base/Collection;Ljava/lang/String;)V]
XMLResourceImpl.XMLResourceImpl ( String id, Collection collection, SymbolTable syms, byte[ ] bytes )
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl."<init>":(Ljava/lang/String;Lorg/xmldb/api/base/Collection;Lorg/apache/xindice/xml/SymbolTable;[B)V]
XMLResourceImpl.XMLResourceImpl ( String id, String documentId, Collection collection )
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/xmldb/api/base/Collection;)V]
XMLResourceImpl.XMLResourceImpl ( String id, String documentId, Collection collection, String content )
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/xmldb/api/base/Collection;Ljava/lang/String;)V]
XMLResourceImpl.XMLResourceImpl ( String id, String documentId, Collection collection, SymbolTable syms, byte[ ] bytes )
[mangled: org/apache/xindice/client/xmldb/resources/XMLResourceImpl."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/xmldb/api/base/Collection;Lorg/apache/xindice/xml/SymbolTable;[B)V]
cdk-1.0.4.jar, XMLScanner.class
package org.apache.batik.xml
XMLScanner.clearBuffer ( ) : void
[mangled: org/apache/batik/xml/XMLScanner.clearBuffer:()V]
XMLScanner.createXMLException ( String p1 ) : XMLException
[mangled: org/apache/batik/xml/XMLScanner.createXMLException:(Ljava/lang/String;)Lorg/apache/batik/xml/XMLException;]
XMLScanner.formatMessage ( String p1, Object[ ] p2 ) : String
[mangled: org/apache/batik/xml/XMLScanner.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
XMLScanner.getBuffer ( ) : char[ ]
[mangled: org/apache/batik/xml/XMLScanner.getBuffer:()[C]
XMLScanner.getColumn ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getColumn:()I]
XMLScanner.getContext ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getContext:()I]
XMLScanner.getDepth ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getDepth:()I]
XMLScanner.getEnd ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getEnd:()I]
XMLScanner.getEndOffset ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getEndOffset:()I]
XMLScanner.getLine ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getLine:()I]
XMLScanner.getLocale ( ) : Locale
[mangled: org/apache/batik/xml/XMLScanner.getLocale:()Ljava/util/Locale;]
XMLScanner.getStart ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getStart:()I]
XMLScanner.getStartOffset ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getStartOffset:()I]
XMLScanner.getStringDelimiter ( ) : char
[mangled: org/apache/batik/xml/XMLScanner.getStringDelimiter:()C]
XMLScanner.getType ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.getType:()I]
XMLScanner.next ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.next:()I]
XMLScanner.next ( int p1 ) : int
[mangled: org/apache/batik/xml/XMLScanner.next:(I)I]
XMLScanner.nextChar ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextChar:()I]
XMLScanner.nextInAttList ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInAttList:()I]
XMLScanner.nextInAttributeValue ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInAttributeValue:()I]
XMLScanner.nextInCDATASection ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInCDATASection:()I]
XMLScanner.nextInContent ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInContent:()I]
XMLScanner.nextInDoctype ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInDoctype:()I]
XMLScanner.nextInDocumentStart ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInDocumentStart:()I]
XMLScanner.nextInDTDDeclarations ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInDTDDeclarations:()I]
XMLScanner.nextInElementDeclaration ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInElementDeclaration:()I]
XMLScanner.nextInEndTag ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInEndTag:()I]
XMLScanner.nextInEntity ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInEntity:()I]
XMLScanner.nextInEntityValue ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInEntityValue:()I]
XMLScanner.nextInEnumeration ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInEnumeration:()I]
XMLScanner.nextInNotation ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInNotation:()I]
XMLScanner.nextInNotationType ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInNotationType:()I]
XMLScanner.nextInPI ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInPI:()I]
XMLScanner.nextInStartTag ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInStartTag:()I]
XMLScanner.nextInTopLevel ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInTopLevel:()I]
XMLScanner.nextInXMLDecl ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.nextInXMLDecl:()I]
XMLScanner.readComment ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.readComment:()I]
XMLScanner.readIdentifier ( String p1, int p2, int p3 ) : int
[mangled: org/apache/batik/xml/XMLScanner.readIdentifier:(Ljava/lang/String;II)I]
XMLScanner.readName ( int p1 ) : int
[mangled: org/apache/batik/xml/XMLScanner.readName:(I)I]
XMLScanner.readNmtoken ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.readNmtoken:()I]
XMLScanner.readPEReference ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.readPEReference:()I]
XMLScanner.readPIStart ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.readPIStart:()I]
XMLScanner.readReference ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.readReference:()I]
XMLScanner.readString ( ) : int
[mangled: org/apache/batik/xml/XMLScanner.readString:()I]
XMLScanner.setContext ( int p1 ) : void
[mangled: org/apache/batik/xml/XMLScanner.setContext:(I)V]
XMLScanner.setDepth ( int p1 ) : void
[mangled: org/apache/batik/xml/XMLScanner.setDepth:(I)V]
XMLScanner.setLocale ( Locale p1 ) : void
[mangled: org/apache/batik/xml/XMLScanner.setLocale:(Ljava/util/Locale;)V]
XMLScanner.XMLScanner ( InputStream p1, String p2 )
[mangled: org/apache/batik/xml/XMLScanner."<init>":(Ljava/io/InputStream;Ljava/lang/String;)V]
XMLScanner.XMLScanner ( Reader p1 )
[mangled: org/apache/batik/xml/XMLScanner."<init>":(Ljava/io/Reader;)V]
XMLScanner.XMLScanner ( String p1 )
[mangled: org/apache/batik/xml/XMLScanner."<init>":(Ljava/lang/String;)V]
cdk-1.0.4.jar, XMLSerializable.class
package org.apache.xindice.xml
XMLSerializable.streamFromXML ( Element p1 ) [abstract] : void
[mangled: org/apache/xindice/xml/XMLSerializable.streamFromXML:(Lorg/w3c/dom/Element;)V]
XMLSerializable.streamToXML ( Document p1 ) [abstract] : Element
[mangled: org/apache/xindice/xml/XMLSerializable.streamToXML:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element;]
cdk-1.0.4.jar, XMLStreamNormalizingReader.class
package org.apache.batik.xml
XMLStreamNormalizingReader.XMLStreamNormalizingReader ( InputStream p1, String p2 )
[mangled: org/apache/batik/xml/XMLStreamNormalizingReader."<init>":(Ljava/io/InputStream;Ljava/lang/String;)V]
cdk-1.0.4.jar, XMLSupport.class
package org.apache.batik.dom.util
XMLSupport.defaultXMLSpace ( String p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XMLSupport.defaultXMLSpace:(Ljava/lang/String;)Ljava/lang/String;]
XMLSupport.getXMLLang ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XMLSupport.getXMLLang:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XMLSupport.getXMLSpace ( Element p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XMLSupport.getXMLSpace:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
XMLSupport.preserveXMLSpace ( String p1 ) [static] : String
[mangled: org/apache/batik/dom/util/XMLSupport.preserveXMLSpace:(Ljava/lang/String;)Ljava/lang/String;]
XMLSupport.XMLSupport ( )
[mangled: org/apache/batik/dom/util/XMLSupport."<init>":()V]
cdk-1.0.4.jar, XMLUserTools.class
package org.apache.xindice.tools
XMLUserTools.initCommandsList ( ) : void
[mangled: org/apache/xindice/tools/XMLUserTools.initCommandsList:()V]
XMLUserTools.isAdmin ( ) : boolean
[mangled: org/apache/xindice/tools/XMLUserTools.isAdmin:()Z]
XMLUserTools.main ( String[ ] args ) [static] : void
[mangled: org/apache/xindice/tools/XMLUserTools.main:([Ljava/lang/String;)V]
XMLUserTools.XMLUserTools ( )
[mangled: org/apache/xindice/tools/XMLUserTools."<init>":()V]
cdk-1.0.4.jar, XMLUtilities.class
package org.apache.batik.xml
XMLUtilities.createXMLDeclarationReader ( PushbackInputStream p1, String p2 ) [static] : Reader
[mangled: org/apache/batik/xml/XMLUtilities.createXMLDeclarationReader:(Ljava/io/PushbackInputStream;Ljava/lang/String;)Ljava/io/Reader;]
XMLUtilities.createXMLDocumentReader ( InputStream p1 ) [static] : Reader
[mangled: org/apache/batik/xml/XMLUtilities.createXMLDocumentReader:(Ljava/io/InputStream;)Ljava/io/Reader;]
XMLUtilities.encodingToJavaEncoding ( String p1, String p2 ) [static] : String
[mangled: org/apache/batik/xml/XMLUtilities.encodingToJavaEncoding:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
XMLUtilities.getXMLDeclarationEncoding ( Reader p1, String p2 ) [static] : String
[mangled: org/apache/batik/xml/XMLUtilities.getXMLDeclarationEncoding:(Ljava/io/Reader;Ljava/lang/String;)Ljava/lang/String;]
XMLUtilities.isXMLAlphabeticCharacter ( char p1 ) [static] : boolean
[mangled: org/apache/batik/xml/XMLUtilities.isXMLAlphabeticCharacter:(C)Z]
XMLUtilities.isXMLCharacter ( int p1 ) [static] : boolean
[mangled: org/apache/batik/xml/XMLUtilities.isXMLCharacter:(I)Z]
XMLUtilities.isXMLNameCharacter ( char p1 ) [static] : boolean
[mangled: org/apache/batik/xml/XMLUtilities.isXMLNameCharacter:(C)Z]
XMLUtilities.isXMLNameFirstCharacter ( char p1 ) [static] : boolean
[mangled: org/apache/batik/xml/XMLUtilities.isXMLNameFirstCharacter:(C)Z]
XMLUtilities.isXMLPublicIdCharacter ( char p1 ) [static] : boolean
[mangled: org/apache/batik/xml/XMLUtilities.isXMLPublicIdCharacter:(C)Z]
XMLUtilities.isXMLSpace ( char p1 ) [static] : boolean
[mangled: org/apache/batik/xml/XMLUtilities.isXMLSpace:(C)Z]
XMLUtilities.isXMLVersionCharacter ( char p1 ) [static] : boolean
[mangled: org/apache/batik/xml/XMLUtilities.isXMLVersionCharacter:(C)Z]
XMLUtilities.XMLUtilities ( )
[mangled: org/apache/batik/xml/XMLUtilities."<init>":()V]
cdk-1.0.4.jar, XObjectImpl.class
package org.apache.xindice.core.xupdate
XObjectImpl.bool ( ) : boolean
[mangled: org/apache/xindice/core/xupdate/XObjectImpl.bool:()Z]
XObjectImpl.getType ( ) : int
[mangled: org/apache/xindice/core/xupdate/XObjectImpl.getType:()I]
XObjectImpl.nodeset ( ) : NodeList
[mangled: org/apache/xindice/core/xupdate/XObjectImpl.nodeset:()Lorg/w3c/dom/NodeList;]
XObjectImpl.num ( ) : double
[mangled: org/apache/xindice/core/xupdate/XObjectImpl.num:()D]
XObjectImpl.rtree ( ) : DocumentFragment
[mangled: org/apache/xindice/core/xupdate/XObjectImpl.rtree:()Lorg/w3c/dom/DocumentFragment;]
XObjectImpl.str ( ) : String
[mangled: org/apache/xindice/core/xupdate/XObjectImpl.str:()Ljava/lang/String;]
XObjectImpl.XObjectImpl ( XObject xobj )
[mangled: org/apache/xindice/core/xupdate/XObjectImpl."<init>":(Lorg/apache/xpath/objects/XObject;)V]
cdk-1.0.4.jar, XorCompositeContext.class
package org.apache.batik.ext.awt.image
SVGComposite.XorCompositeContext.precompose ( Raster p1, Raster p2, WritableRaster p3 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.XorCompositeContext.precompose:(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, XorCompositeContext_INT_PACK.class
package org.apache.batik.ext.awt.image
SVGComposite.XorCompositeContext_INT_PACK.precompose_INT_PACK ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7, int p8, int[ ] p9, int p10, int p11 ) : void
[mangled: org/apache/batik/ext/awt/image/SVGComposite.XorCompositeContext_INT_PACK.precompose_INT_PACK:(II[III[III[III)V]
cdk-1.0.4.jar, XPathQuery.class
package org.apache.xindice.tools.command
XPathQuery.execute ( Hashtable table ) : boolean
[mangled: org/apache/xindice/tools/command/XPathQuery.execute:(Ljava/util/Hashtable;)Z]
XPathQuery.XPathQuery ( )
[mangled: org/apache/xindice/tools/command/XPathQuery."<init>":()V]
cdk-1.0.4.jar, XPathQueryFactoryImpl.class
package org.apache.xindice.core.xupdate
XPathQueryFactoryImpl.newXPathQuery ( ) : XPathQuery
[mangled: org/apache/xindice/core/xupdate/XPathQueryFactoryImpl.newXPathQuery:()Lorg/infozone/tools/xml/queries/XPathQuery;]
XPathQueryFactoryImpl.XPathQueryFactoryImpl ( )
[mangled: org/apache/xindice/core/xupdate/XPathQueryFactoryImpl."<init>":()V]
cdk-1.0.4.jar, XPathQueryImpl.class
package org.apache.xindice.core.xupdate
XPathQueryImpl.execute ( Node rootNode ) : XObject
[mangled: org/apache/xindice/core/xupdate/XPathQueryImpl.execute:(Lorg/w3c/dom/Node;)Lorg/infozone/tools/xml/queries/XObject;]
XPathQueryImpl.setNamespace ( Node namespace ) : void
[mangled: org/apache/xindice/core/xupdate/XPathQueryImpl.setNamespace:(Lorg/w3c/dom/Node;)V]
XPathQueryImpl.setNodeFilter ( NodeFilter filter ) : void
[mangled: org/apache/xindice/core/xupdate/XPathQueryImpl.setNodeFilter:(Lorg/w3c/dom/traversal/NodeFilter;)V]
XPathQueryImpl.setQString ( String qstring ) : void
[mangled: org/apache/xindice/core/xupdate/XPathQueryImpl.setQString:(Ljava/lang/String;)V]
XPathQueryImpl.XPathQueryImpl ( )
[mangled: org/apache/xindice/core/xupdate/XPathQueryImpl."<init>":()V]
cdk-1.0.4.jar, XPathQueryResolver.class
package org.apache.xindice.core.query
XPathQueryResolver.compileQuery ( Collection context, String query, NamespaceMap nsMap, Key[ ] keys ) : Query
[mangled: org/apache/xindice/core/query/XPathQueryResolver.compileQuery:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/query/Query;]
XPathQueryResolver.getQueryStyle ( ) : String
[mangled: org/apache/xindice/core/query/XPathQueryResolver.getQueryStyle:()Ljava/lang/String;]
XPathQueryResolver.query ( Collection context, String query, NamespaceMap nsMap, Key[ ] keys ) : NodeSet
[mangled: org/apache/xindice/core/query/XPathQueryResolver.query:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/NodeSet;]
XPathQueryResolver.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/query/XPathQueryResolver.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
XPathQueryResolver.setQueryEngine ( QueryEngine engine ) : void
[mangled: org/apache/xindice/core/query/XPathQueryResolver.setQueryEngine:(Lorg/apache/xindice/core/query/QueryEngine;)V]
XPathQueryResolver.XPathQueryResolver ( )
[mangled: org/apache/xindice/core/query/XPathQueryResolver."<init>":()V]
cdk-1.0.4.jar, XPathQueryService.class
package org.xmldb.api.modules
XPathQueryService.clearNamespaces ( ) [abstract] : void
[mangled: org/xmldb/api/modules/XPathQueryService.clearNamespaces:()V]
XPathQueryService.getNamespace ( String p1 ) [abstract] : String
[mangled: org/xmldb/api/modules/XPathQueryService.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
XPathQueryService.query ( String p1 ) [abstract] : ResourceSet
[mangled: org/xmldb/api/modules/XPathQueryService.query:(Ljava/lang/String;)Lorg/xmldb/api/base/ResourceSet;]
XPathQueryService.queryResource ( String p1, String p2 ) [abstract] : ResourceSet
[mangled: org/xmldb/api/modules/XPathQueryService.queryResource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/ResourceSet;]
XPathQueryService.removeNamespace ( String p1 ) [abstract] : void
[mangled: org/xmldb/api/modules/XPathQueryService.removeNamespace:(Ljava/lang/String;)V]
XPathQueryService.setNamespace ( String p1, String p2 ) [abstract] : void
[mangled: org/xmldb/api/modules/XPathQueryService.setNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
cdk-1.0.4.jar, XPathQueryServiceImpl.class
package org.apache.xindice.client.xmldb.services
XPathQueryServiceImpl.clearNamespaces ( ) : void
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.clearNamespaces:()V]
XPathQueryServiceImpl.getDefaultNamespace ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.getDefaultNamespace:()Ljava/lang/String;]
XPathQueryServiceImpl.getName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.getName:()Ljava/lang/String;]
XPathQueryServiceImpl.getNamespace ( String prefix ) : String
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
XPathQueryServiceImpl.getVersion ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.getVersion:()Ljava/lang/String;]
XPathQueryServiceImpl.query ( String query ) : ResourceSet
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.query:(Ljava/lang/String;)Lorg/xmldb/api/base/ResourceSet;]
XPathQueryServiceImpl.queryResource ( String id, String query ) : ResourceSet
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.queryResource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/base/ResourceSet;]
XPathQueryServiceImpl.queryResult ( String query ) : XMLResource
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.queryResult:(Ljava/lang/String;)Lorg/xmldb/api/modules/XMLResource;]
XPathQueryServiceImpl.removeDefaultNamespace ( ) : void
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.removeDefaultNamespace:()V]
XPathQueryServiceImpl.removeNamespace ( String prefix ) : void
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.removeNamespace:(Ljava/lang/String;)V]
XPathQueryServiceImpl.setCollection ( Collection col ) : void
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.setCollection:(Lorg/xmldb/api/base/Collection;)V]
XPathQueryServiceImpl.setDefaultNamespace ( String uri ) : void
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.setDefaultNamespace:(Ljava/lang/String;)V]
XPathQueryServiceImpl.setNamespace ( String prefix, String uri ) : void
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.setNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
XPathQueryServiceImpl.setSymbolDeserializer ( SymbolDeserializer syms ) : void
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.setSymbolDeserializer:(Lorg/apache/xindice/client/corba/SymbolDeserializer;)V]
XPathQueryServiceImpl.XPathQueryServiceImpl ( )
[mangled: org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl."<init>":()V]
cdk-1.0.4.jar, XUpdateImpl.class
package org.apache.xindice.core.xupdate
XUpdateImpl.execute ( Collection col ) : void
[mangled: org/apache/xindice/core/xupdate/XUpdateImpl.execute:(Lorg/apache/xindice/core/Collection;)V]
XUpdateImpl.execute ( Node contextNode ) : void
[mangled: org/apache/xindice/core/xupdate/XUpdateImpl.execute:(Lorg/w3c/dom/Node;)V]
XUpdateImpl.getModifiedCount ( ) : int
[mangled: org/apache/xindice/core/xupdate/XUpdateImpl.getModifiedCount:()I]
XUpdateImpl.setNamespaceMap ( NamespaceMap nsMap ) : void
[mangled: org/apache/xindice/core/xupdate/XUpdateImpl.setNamespaceMap:(Lorg/apache/xindice/xml/NamespaceMap;)V]
XUpdateImpl.setQString ( String query ) : void
[mangled: org/apache/xindice/core/xupdate/XUpdateImpl.setQString:(Ljava/lang/String;)V]
XUpdateImpl.XUpdateImpl ( )
[mangled: org/apache/xindice/core/xupdate/XUpdateImpl."<init>":()V]
cdk-1.0.4.jar, XUpdateQueryResolver.class
package org.apache.xindice.core.xupdate
XUpdateQueryResolver.compileQuery ( Collection context, String query, NamespaceMap nsMap, Key[ ] keys ) : Query
[mangled: org/apache/xindice/core/xupdate/XUpdateQueryResolver.compileQuery:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/query/Query;]
XUpdateQueryResolver.getQueryStyle ( ) : String
[mangled: org/apache/xindice/core/xupdate/XUpdateQueryResolver.getQueryStyle:()Ljava/lang/String;]
XUpdateQueryResolver.query ( Collection context, String query, NamespaceMap nsMap, Key[ ] keys ) : NodeSet
[mangled: org/apache/xindice/core/xupdate/XUpdateQueryResolver.query:(Lorg/apache/xindice/core/Collection;Ljava/lang/String;Lorg/apache/xindice/xml/NamespaceMap;[Lorg/apache/xindice/core/data/Key;)Lorg/apache/xindice/core/data/NodeSet;]
XUpdateQueryResolver.setConfig ( Configuration config ) : void
[mangled: org/apache/xindice/core/xupdate/XUpdateQueryResolver.setConfig:(Lorg/apache/xindice/util/Configuration;)V]
XUpdateQueryResolver.setQueryEngine ( QueryEngine engine ) : void
[mangled: org/apache/xindice/core/xupdate/XUpdateQueryResolver.setQueryEngine:(Lorg/apache/xindice/core/query/QueryEngine;)V]
XUpdateQueryResolver.XUpdateQueryResolver ( )
[mangled: org/apache/xindice/core/xupdate/XUpdateQueryResolver."<init>":()V]
cdk-1.0.4.jar, XUpdateQueryService.class
package org.xmldb.api.modules
XUpdateQueryService.update ( String p1 ) [abstract] : long
[mangled: org/xmldb/api/modules/XUpdateQueryService.update:(Ljava/lang/String;)J]
XUpdateQueryService.updateResource ( String p1, String p2 ) [abstract] : long
[mangled: org/xmldb/api/modules/XUpdateQueryService.updateResource:(Ljava/lang/String;Ljava/lang/String;)J]
cdk-1.0.4.jar, XUpdateQueryServiceImpl.class
package org.apache.xindice.client.xmldb.services
XUpdateQueryServiceImpl.clearNamespaces ( ) : void
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.clearNamespaces:()V]
XUpdateQueryServiceImpl.getDefaultNamespace ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.getDefaultNamespace:()Ljava/lang/String;]
XUpdateQueryServiceImpl.getName ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.getName:()Ljava/lang/String;]
XUpdateQueryServiceImpl.getNamespace ( String prefix ) : String
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
XUpdateQueryServiceImpl.getResultCount ( XMLResource resource ) : long
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.getResultCount:(Lorg/xmldb/api/modules/XMLResource;)J]
XUpdateQueryServiceImpl.getVersion ( ) : String
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.getVersion:()Ljava/lang/String;]
XUpdateQueryServiceImpl.removeDefaultNamespace ( ) : void
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.removeDefaultNamespace:()V]
XUpdateQueryServiceImpl.removeNamespace ( String prefix ) : void
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.removeNamespace:(Ljava/lang/String;)V]
XUpdateQueryServiceImpl.setCollection ( Collection col ) : void
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.setCollection:(Lorg/xmldb/api/base/Collection;)V]
XUpdateQueryServiceImpl.setDefaultNamespace ( String uri ) : void
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.setDefaultNamespace:(Ljava/lang/String;)V]
XUpdateQueryServiceImpl.setNamespace ( String prefix, String uri ) : void
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.setNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
XUpdateQueryServiceImpl.update ( String commands ) : long
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.update:(Ljava/lang/String;)J]
XUpdateQueryServiceImpl.updateResource ( String id, String commands ) : long
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.updateResource:(Ljava/lang/String;Ljava/lang/String;)J]
XUpdateQueryServiceImpl.updateResourceResult ( String id, String commands ) : XMLResource
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.updateResourceResult:(Ljava/lang/String;Ljava/lang/String;)Lorg/xmldb/api/modules/XMLResource;]
XUpdateQueryServiceImpl.updateResult ( String commands ) : XMLResource
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.updateResult:(Ljava/lang/String;)Lorg/xmldb/api/modules/XMLResource;]
XUpdateQueryServiceImpl.XUpdateQueryServiceImpl ( )
[mangled: org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl."<init>":()V]
cdk-1.0.4.jar, ZeroRecter.class
package org.apache.batik.ext.awt.image.rendered
PadRed.ZeroRecter.getZeroRecter ( WritableRaster p1 ) [static] : PadRed.ZeroRecter
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.ZeroRecter.getZeroRecter:(Ljava/awt/image/WritableRaster;)Lorg/apache/batik/ext/awt/image/rendered/PadRed$ZeroRecter;]
PadRed.ZeroRecter.PadRed.ZeroRecter ( WritableRaster p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.ZeroRecter."<init>":(Ljava/awt/image/WritableRaster;)V]
PadRed.ZeroRecter.zeroRect ( Rectangle p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.ZeroRecter.zeroRect:(Ljava/awt/Rectangle;)V]
PadRed.ZeroRecter.zeroRect ( WritableRaster p1 ) [static] : void
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.ZeroRecter.zeroRect:(Ljava/awt/image/WritableRaster;)V]
cdk-1.0.4.jar, ZeroRecter_INT_PACK.class
package org.apache.batik.ext.awt.image.rendered
PadRed.ZeroRecter_INT_PACK.PadRed.ZeroRecter_INT_PACK ( WritableRaster p1 )
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.ZeroRecter_INT_PACK."<init>":(Ljava/awt/image/WritableRaster;)V]
PadRed.ZeroRecter_INT_PACK.zeroRect ( Rectangle p1 ) : void
[mangled: org/apache/batik/ext/awt/image/rendered/PadRed.ZeroRecter_INT_PACK.zeroRect:(Ljava/awt/Rectangle;)V]
to the top
Problems with Data Types, High Severity (1722)
cdk-1.0.4.jar
package com.ozten.font
[+] JFontChooser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JFontChooser. |
[+] affected methods (17)
JFontChooser ( )This constructor is from 'JFontChooser' class.
JFontChooser ( Font )This constructor is from 'JFontChooser' class.
JFontChooser ( Font, String )This constructor is from 'JFontChooser' class.
getAvailableFont ( )This method is from 'JFontChooser' class.
getFontSizes ( )This method is from 'JFontChooser' class.
getJDialog ( )This method is from 'JFontChooser' class.
getPreviewFont ( )This method is from 'JFontChooser' class.
getPreviewText ( )This method is from 'JFontChooser' class.
getSystemFonts ( )This method is from 'JFontChooser' class.
main ( String[ ] )This method is from 'JFontChooser' class.
setJDialog ( JDialog )This method is from 'JFontChooser' class.
setPreviewFont ( Font )This method is from 'JFontChooser' class.
...
[+] JFontChooserTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JFontChooserTest. |
[+] affected methods (7)
JFontChooserTest ( String )This constructor is from 'JFontChooserTest' class.
main ( String[ ] )This method is from 'JFontChooserTest' class.
setUp ( )This method is from 'JFontChooserTest' class.
suite ( )This method is from 'JFontChooserTest' class.
testAvailableFont ( )This method is from 'JFontChooserTest' class.
testDefaultConstructor ( )This method is from 'JFontChooserTest' class.
testFontConstructor ( )This method is from 'JFontChooserTest' class.
package com.ozten.util
[+] SwingUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SwingUtil. |
[+] affected methods (4)
SwingUtil ( )This constructor is from 'SwingUtil' class.
getFrame ( Component )This method is from 'SwingUtil' class.
main ( String[ ] )This method is from 'SwingUtil' class.
testGetFrame ( )This method is from 'SwingUtil' class.
package net.sf.jniinchi
[+] JniInchiAtom (11)
| Change | Effect |
---|
1 | Access level of field charge has been changed from protected to private. | Recompilation of a client program may be terminated with the message: charge has private access in JniInchiAtom. |
2 | Access level of field elname has been changed from protected to private. | Recompilation of a client program may be terminated with the message: elname has private access in JniInchiAtom. |
3 | Access level of field implicitD has been changed from protected to private. | Recompilation of a client program may be terminated with the message: implicitD has private access in JniInchiAtom. |
4 | Access level of field implicitH has been changed from protected to private. | Recompilation of a client program may be terminated with the message: implicitH has private access in JniInchiAtom. |
5 | Access level of field implicitP has been changed from protected to private. | Recompilation of a client program may be terminated with the message: implicitP has private access in JniInchiAtom. |
6 | Access level of field implicitT has been changed from protected to private. | Recompilation of a client program may be terminated with the message: implicitT has private access in JniInchiAtom. |
7 | Access level of field isotopic_mass has been changed from protected to private. | Recompilation of a client program may be terminated with the message: isotopic_mass has private access in JniInchiAtom. |
8 | Access level of field radical has been changed from protected to private. | Recompilation of a client program may be terminated with the message: radical has private access in JniInchiAtom. |
9 | Access level of field x has been changed from protected to private. | Recompilation of a client program may be terminated with the message: x has private access in JniInchiAtom. |
10 | Access level of field y has been changed from protected to private. | Recompilation of a client program may be terminated with the message: y has private access in JniInchiAtom. |
11 | Access level of field z has been changed from protected to private. | Recompilation of a client program may be terminated with the message: z has private access in JniInchiAtom. |
[+] affected methods (39)
JniInchiAtom ( double, double, double, String )This constructor is from 'JniInchiAtom' class.
debug ( )This method is from 'JniInchiAtom' class.
getCharge ( )This method is from 'JniInchiAtom' class.
getDebugString ( )This method is from 'JniInchiAtom' class.
getElementType ( )This method is from 'JniInchiAtom' class.
getImplicitDeuterium ( )This method is from 'JniInchiAtom' class.
getImplicitH ( )This method is from 'JniInchiAtom' class.
getImplicitProtium ( )This method is from 'JniInchiAtom' class.
getImplicitTritium ( )This method is from 'JniInchiAtom' class.
getRadical ( )This method is from 'JniInchiAtom' class.
getX ( )This method is from 'JniInchiAtom' class.
getY ( )This method is from 'JniInchiAtom' class.
...
[+] JniInchiNativeCodeLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JniInchiNativeCodeLoader. |
[+] affected methods (3)
getLoader ( )This method is from 'JniInchiNativeCodeLoader' class.
load ( )This method is from 'JniInchiNativeCodeLoader' class.
setDebug ( boolean )This method is from 'JniInchiNativeCodeLoader' class.
[+] JniInchiOutput (5)
| Change | Effect |
---|
1 | Access level of field retStatus has been changed from protected to private. | Recompilation of a client program may be terminated with the message: retStatus has private access in JniInchiOutput. |
2 | Access level of field sAuxInfo has been changed from protected to private. | Recompilation of a client program may be terminated with the message: sAuxInfo has private access in JniInchiOutput. |
3 | Access level of field sInchi has been changed from protected to private. | Recompilation of a client program may be terminated with the message: sInchi has private access in JniInchiOutput. |
4 | Access level of field sLog has been changed from protected to private. | Recompilation of a client program may be terminated with the message: sLog has private access in JniInchiOutput. |
5 | Access level of field sMessage has been changed from protected to private. | Recompilation of a client program may be terminated with the message: sMessage has private access in JniInchiOutput. |
[+] affected methods (19)
getAuxInfo ( )This method is from 'JniInchiOutput' class.
getInchi ( )This method is from 'JniInchiOutput' class.
getLog ( )This method is from 'JniInchiOutput' class.
getMessage ( )This method is from 'JniInchiOutput' class.
getReturnStatus ( )This method is from 'JniInchiOutput' class.
getInchi ( JniInchiInput )Return value of this method has type 'JniInchiOutput'.
getInchiFromInchi ( JniInchiInputInchi )Return value of this method has type 'JniInchiOutput'.
InChIGenerator ( IAtomContainer )Field 'this.output' in the object of this method has type 'JniInchiOutput'.
InChIGenerator ( IAtomContainer, String )Field 'this.output' in the object of this method has type 'JniInchiOutput'.
InChIGenerator ( IAtomContainer, List )Field 'this.output' in the object of this method has type 'JniInchiOutput'.
generateInchiFromCDKAtomContainer ( IAtomContainer )Field 'this.output' in the object of this method has type 'JniInchiOutput'.
getAuxInfo ( )Field 'this.output' in the object of this method has type 'JniInchiOutput'.
...
[+] JniInchiOutputStructure (4)
| Change | Effect |
---|
1 | Access level of field log has been changed from protected to private. | Recompilation of a client program may be terminated with the message: log has private access in JniInchiOutputStructure. |
2 | Access level of field message has been changed from protected to private. | Recompilation of a client program may be terminated with the message: message has private access in JniInchiOutputStructure. |
3 | Access level of field retStatus has been changed from protected to private. | Recompilation of a client program may be terminated with the message: retStatus has private access in JniInchiOutputStructure. |
4 | Access level of field warningFlags has been changed from protected to private. | Recompilation of a client program may be terminated with the message: warningFlags has private access in JniInchiOutputStructure. |
[+] affected methods (10)
getLog ( )This method is from 'JniInchiOutputStructure' class.
getMessage ( )This method is from 'JniInchiOutputStructure' class.
getReturnStatus ( )This method is from 'JniInchiOutputStructure' class.
getWarningFlags ( )This method is from 'JniInchiOutputStructure' class.
getStructureFromInchi ( JniInchiInputInchi )Return value of this method has type 'JniInchiOutputStructure'.
getAtomContainer ( )Field 'this.output' in the object of this method has type 'JniInchiOutputStructure'.
getLog ( )Field 'this.output' in the object of this method has type 'JniInchiOutputStructure'.
getMessage ( )Field 'this.output' in the object of this method has type 'JniInchiOutputStructure'.
getReturnStatus ( )Field 'this.output' in the object of this method has type 'JniInchiOutputStructure'.
getWarningFlags ( )Field 'this.output' in the object of this method has type 'JniInchiOutputStructure'.
[+] JniInchiStereo0D (5)
| Change | Effect |
---|
1 | Access level of field centralAtom has been changed from protected to private. | Recompilation of a client program may be terminated with the message: centralAtom has private access in JniInchiStereo0D. |
2 | Access level of field disconParity has been changed from protected to private. | Recompilation of a client program may be terminated with the message: disconParity has private access in JniInchiStereo0D. |
3 | Access level of field neighbors has been changed from protected to private. | Recompilation of a client program may be terminated with the message: neighbors has private access in JniInchiStereo0D. |
4 | Access level of field parity has been changed from protected to private. | Recompilation of a client program may be terminated with the message: parity has private access in JniInchiStereo0D. |
5 | Access level of field type has been changed from protected to private. | Recompilation of a client program may be terminated with the message: type has private access in JniInchiStereo0D. |
[+] affected methods (12)
JniInchiStereo0D ( JniInchiAtom, JniInchiAtom, JniInchiAtom, JniInchiAtom, JniInchiAtom, INCHI_STEREOTYPE, INCHI_PARITY )This constructor is from 'JniInchiStereo0D' class.
createNewDoublebondStereo0D ( JniInchiAtom, JniInchiAtom, JniInchiAtom, JniInchiAtom, INCHI_PARITY )This method is from 'JniInchiStereo0D' class.
createNewTetrahedralStereo0D ( JniInchiAtom, JniInchiAtom, JniInchiAtom, JniInchiAtom, JniInchiAtom, INCHI_PARITY )This method is from 'JniInchiStereo0D' class.
debug ( )This method is from 'JniInchiStereo0D' class.
getCentralAtom ( )This method is from 'JniInchiStereo0D' class.
getDebugString ( )This method is from 'JniInchiStereo0D' class.
getNeighbors ( )This method is from 'JniInchiStereo0D' class.
getParity ( )This method is from 'JniInchiStereo0D' class.
getStereoType ( )This method is from 'JniInchiStereo0D' class.
setDisconnectedParity ( INCHI_PARITY )This method is from 'JniInchiStereo0D' class.
addStereo0D ( JniInchiStereo0D )1st parameter 'parity' of this method has type 'JniInchiStereo0D'.
getStereo0D ( int )Return value of this method has type 'JniInchiStereo0D'.
...
[+] JniInchiStructure (3)
| Change | Effect |
---|
1 | Access level of field atomList has been changed from protected to private. | Recompilation of a client program may be terminated with the message: atomList has private access in JniInchiStructure. |
2 | Access level of field bondList has been changed from protected to private. | Recompilation of a client program may be terminated with the message: bondList has private access in JniInchiStructure. |
3 | Access level of field stereoList has been changed from protected to private. | Recompilation of a client program may be terminated with the message: stereoList has private access in JniInchiStructure. |
[+] affected methods (13)
JniInchiInput ( JniInchiStructure )1st parameter 'struct' of this method has type 'JniInchiStructure'.
JniInchiStructure ( )This constructor is from 'JniInchiStructure' class.
addAtom ( JniInchiAtom )This method is from 'JniInchiStructure' class.
addBond ( JniInchiBond )This method is from 'JniInchiStructure' class.
addStereo0D ( JniInchiStereo0D )This method is from 'JniInchiStructure' class.
getAtom ( int )This method is from 'JniInchiStructure' class.
getBond ( int )This method is from 'JniInchiStructure' class.
getNumAtoms ( )This method is from 'JniInchiStructure' class.
getNumBonds ( )This method is from 'JniInchiStructure' class.
getNumStereo0D ( )This method is from 'JniInchiStructure' class.
getStereo0D ( int )This method is from 'JniInchiStructure' class.
setStructure ( JniInchiStructure )This method is from 'JniInchiStructure' class.
...
[+] JniInchiWrapper (4)
| Change | Effect |
---|
1 | Access level of field flagChar has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: flagChar is not public in JniInchiWrapper; cannot be accessed from outside package. |
2 | Field LINUX (int) with the compile-time constant value 2 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable LINUX in JniInchiWrapper. |
3 | Field WINDOWS (int) with the compile-time constant value 1 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable WINDOWS in JniInchiWrapper. |
4 | Field PLATFORM has been renamed to MAX_LOCK_TIMEOUT. | Recompilation of a client program may be terminated with the message: cannot find variable PLATFORM in JniInchiWrapper. |
[+] affected methods (7)
checkOptions ( String )This method is from 'JniInchiWrapper' class.
checkOptions ( List )This method is from 'JniInchiWrapper' class.
getInchi ( JniInchiInput )This method is from 'JniInchiWrapper' class.
getInchiFromInchi ( JniInchiInputInchi )This method is from 'JniInchiWrapper' class.
getStructureFromInchi ( JniInchiInputInchi )This method is from 'JniInchiWrapper' class.
getWrapper ( )This method is from 'JniInchiWrapper' class.
loadLibrary ( )This method is from 'JniInchiWrapper' class.
package org.apache.batik
[+] Version (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Version. |
[+] affected methods (2)
Version ( )This constructor is from 'Version' class.
getVersion ( )This method is from 'Version' class.
package org.apache.batik.dom
[+] AbstractAttr (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractAttr. |
[+] affected methods (22)
AbstractAttr ( )This constructor is from 'AbstractAttr' abstract class.
AbstractAttr ( String, AbstractDocument )This constructor is from 'AbstractAttr' abstract class.
checkChildType ( Node, boolean )This method is from 'AbstractAttr' abstract class.
copyInto ( Node )This method is from 'AbstractAttr' abstract class.
deepCopyInto ( Node )This method is from 'AbstractAttr' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractAttr' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractAttr' abstract class.
fireDOMSubtreeModifiedEvent ( )This method is from 'AbstractAttr' abstract class.
getName ( )This method is from 'AbstractAttr' abstract class.
getNodeName ( )This method is from 'AbstractAttr' abstract class.
getNodeType ( )This method is from 'AbstractAttr' abstract class.
getNodeValue ( )This method is from 'AbstractAttr' abstract class.
...
[+] AbstractAttrNS (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractAttrNS. |
[+] affected methods (7)
AbstractAttrNS ( )This constructor is from 'AbstractAttrNS' abstract class.
AbstractAttrNS ( String, String, AbstractDocument )This constructor is from 'AbstractAttrNS' abstract class.
copyInto ( Node )This method is from 'AbstractAttrNS' abstract class.
deepCopyInto ( Node )This method is from 'AbstractAttrNS' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractAttrNS' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractAttrNS' abstract class.
getNamespaceURI ( )This method is from 'AbstractAttrNS' abstract class.
[+] AbstractCharacterData (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractCharacterData. |
[+] affected methods (16)
AbstractCharacterData ( )This constructor is from 'AbstractCharacterData' abstract class.
appendData ( String )This method is from 'AbstractCharacterData' abstract class.
checkOffsetCount ( int, int )This method is from 'AbstractCharacterData' abstract class.
copyInto ( Node )This method is from 'AbstractCharacterData' abstract class.
deepCopyInto ( Node )This method is from 'AbstractCharacterData' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractCharacterData' abstract class.
deleteData ( int, int )This method is from 'AbstractCharacterData' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractCharacterData' abstract class.
getData ( )This method is from 'AbstractCharacterData' abstract class.
getLength ( )This method is from 'AbstractCharacterData' abstract class.
getNodeValue ( )This method is from 'AbstractCharacterData' abstract class.
insertData ( int, String )This method is from 'AbstractCharacterData' abstract class.
...
[+] AbstractChildNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractChildNode. |
[+] affected methods (7)
AbstractChildNode ( )This constructor is from 'AbstractChildNode' abstract class.
getNextSibling ( )This method is from 'AbstractChildNode' abstract class.
getParentNode ( )This method is from 'AbstractChildNode' abstract class.
getPreviousSibling ( )This method is from 'AbstractChildNode' abstract class.
setNextSibling ( Node )This method is from 'AbstractChildNode' abstract class.
setParentNode ( Node )This method is from 'AbstractChildNode' abstract class.
setPreviousSibling ( Node )This method is from 'AbstractChildNode' abstract class.
[+] AbstractComment (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractComment. |
[+] affected methods (3)
AbstractComment ( )This constructor is from 'AbstractComment' abstract class.
getNodeName ( )This method is from 'AbstractComment' abstract class.
getNodeType ( )This method is from 'AbstractComment' abstract class.
[+] AbstractDocument (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractDocument. |
[+] affected methods (41)
AbstractDocument ( )This constructor is from 'AbstractDocument' abstract class.
AbstractDocument ( DOMImplementation )This constructor is from 'AbstractDocument' abstract class.
checkChildType ( Node, boolean )This method is from 'AbstractDocument' abstract class.
cloneNode ( boolean )This method is from 'AbstractDocument' abstract class.
copyInto ( Node )This method is from 'AbstractDocument' abstract class.
createAttribute ( String )This abstract method is from 'AbstractDocument' abstract class.
createAttributeNS ( String, String )This abstract method is from 'AbstractDocument' abstract class.
createCDATASection ( String )This abstract method is from 'AbstractDocument' abstract class.
createComment ( String )This abstract method is from 'AbstractDocument' abstract class.
createDocumentFragment ( )This abstract method is from 'AbstractDocument' abstract class.
createElement ( String )This abstract method is from 'AbstractDocument' abstract class.
createElementNS ( String, String )This abstract method is from 'AbstractDocument' abstract class.
...
[+] AbstractDocumentFragment (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractDocumentFragment. |
[+] affected methods (4)
AbstractDocumentFragment ( )This constructor is from 'AbstractDocumentFragment' abstract class.
checkChildType ( Node, boolean )This method is from 'AbstractDocumentFragment' abstract class.
getNodeName ( )This method is from 'AbstractDocumentFragment' abstract class.
getNodeType ( )This method is from 'AbstractDocumentFragment' abstract class.
[+] AbstractDOMImplementation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractDOMImplementation. |
[+] affected methods (6)
AbstractDOMImplementation ( )This constructor is from 'AbstractDOMImplementation' abstract class.
createDocument ( String, String, DocumentType )This abstract method is from 'AbstractDOMImplementation' abstract class.
createDocumentEventSupport ( )This method is from 'AbstractDOMImplementation' abstract class.
createDocumentType ( String, String, String )This abstract method is from 'AbstractDOMImplementation' abstract class.
hasFeature ( String, String )This method is from 'AbstractDOMImplementation' abstract class.
registerFeature ( String, Object )This method is from 'AbstractDOMImplementation' abstract class.
[+] AbstractElement (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractElement. |
[+] affected methods (32)
AbstractElement ( )This constructor is from 'AbstractElement' abstract class.
AbstractElement ( String, AbstractDocument )This constructor is from 'AbstractElement' abstract class.
attrAdded ( Attr, String )This method is from 'AbstractElement' abstract class.
attrModified ( Attr, String, String )This method is from 'AbstractElement' abstract class.
attrRemoved ( Attr, String )This method is from 'AbstractElement' abstract class.
checkChildType ( Node, boolean )This method is from 'AbstractElement' abstract class.
copyInto ( Node )This method is from 'AbstractElement' abstract class.
createAttributes ( )This method is from 'AbstractElement' abstract class.
deepCopyInto ( Node )This method is from 'AbstractElement' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractElement' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractElement' abstract class.
fireDOMAttrModifiedEvent ( String, Attr, String, String, short )This method is from 'AbstractElement' abstract class.
...
[+] AbstractElement.Entry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractElement.Entry. |
[+] affected methods (2)
AbstractElement.Entry ( int, String, String, Node, AbstractElement.Entry )This constructor is from 'AbstractElement.Entry' class.
match ( String, String )This method is from 'AbstractElement.Entry' class.
[+] AbstractElement.NamedNodeHashMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractElement.NamedNodeHashMap. |
[+] affected methods (16)
AbstractElement.NamedNodeHashMap ( AbstractElement )This constructor is from 'AbstractElement.NamedNodeHashMap' class.
checkNode ( Node )This method is from 'AbstractElement.NamedNodeHashMap' class.
get ( String, String )This method is from 'AbstractElement.NamedNodeHashMap' class.
getLength ( )This method is from 'AbstractElement.NamedNodeHashMap' class.
getNamedItem ( String )This method is from 'AbstractElement.NamedNodeHashMap' class.
getNamedItemNS ( String, String )This method is from 'AbstractElement.NamedNodeHashMap' class.
hashCode ( String, String )This method is from 'AbstractElement.NamedNodeHashMap' class.
item ( int )This method is from 'AbstractElement.NamedNodeHashMap' class.
put ( String, String, Node )This method is from 'AbstractElement.NamedNodeHashMap' class.
rehash ( )This method is from 'AbstractElement.NamedNodeHashMap' class.
remove ( String, String )This method is from 'AbstractElement.NamedNodeHashMap' class.
removeNamedItem ( String )This method is from 'AbstractElement.NamedNodeHashMap' class.
...
[+] AbstractElementNS (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractElementNS. |
[+] affected methods (7)
AbstractElementNS ( )This constructor is from 'AbstractElementNS' abstract class.
AbstractElementNS ( String, String, AbstractDocument )This constructor is from 'AbstractElementNS' abstract class.
copyInto ( Node )This method is from 'AbstractElementNS' abstract class.
deepCopyInto ( Node )This method is from 'AbstractElementNS' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractElementNS' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractElementNS' abstract class.
getNamespaceURI ( )This method is from 'AbstractElementNS' abstract class.
[+] AbstractEntity (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractEntity. |
[+] affected methods (15)
AbstractEntity ( )This constructor is from 'AbstractEntity' abstract class.
checkChildType ( Node, boolean )This method is from 'AbstractEntity' abstract class.
copyInto ( Node )This method is from 'AbstractEntity' abstract class.
deepCopyInto ( Node )This method is from 'AbstractEntity' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractEntity' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractEntity' abstract class.
getNodeName ( )This method is from 'AbstractEntity' abstract class.
getNodeType ( )This method is from 'AbstractEntity' abstract class.
getNotationName ( )This method is from 'AbstractEntity' abstract class.
getPublicId ( )This method is from 'AbstractEntity' abstract class.
getSystemId ( )This method is from 'AbstractEntity' abstract class.
setNodeName ( String )This method is from 'AbstractEntity' abstract class.
...
[+] AbstractEntityReference (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractEntityReference. |
[+] affected methods (10)
AbstractEntityReference ( )This constructor is from 'AbstractEntityReference' abstract class.
AbstractEntityReference ( String, AbstractDocument )This constructor is from 'AbstractEntityReference' abstract class.
checkChildType ( Node, boolean )This method is from 'AbstractEntityReference' abstract class.
copyInto ( Node )This method is from 'AbstractEntityReference' abstract class.
deepCopyInto ( Node )This method is from 'AbstractEntityReference' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractEntityReference' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractEntityReference' abstract class.
getNodeName ( )This method is from 'AbstractEntityReference' abstract class.
getNodeType ( )This method is from 'AbstractEntityReference' abstract class.
setNodeName ( String )This method is from 'AbstractEntityReference' abstract class.
[+] AbstractNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractNode. |
[+] affected methods (50)
AbstractNode ( )This constructor is from 'AbstractNode' abstract class.
addEventListener ( String, EventListener, boolean )This method is from 'AbstractNode' abstract class.
appendChild ( Node )This method is from 'AbstractNode' abstract class.
checkChildType ( Node, boolean )This method is from 'AbstractNode' abstract class.
cloneNode ( boolean )This method is from 'AbstractNode' abstract class.
copyInto ( Node )This method is from 'AbstractNode' abstract class.
createDOMException ( short, String, Object[ ] )This method is from 'AbstractNode' abstract class.
deepCopyInto ( Node )This method is from 'AbstractNode' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractNode' abstract class.
dispatchEvent ( Event )This method is from 'AbstractNode' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractNode' abstract class.
fireDOMCharacterDataModifiedEvent ( String, String )This method is from 'AbstractNode' abstract class.
...
[+] AbstractNotation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractNotation. |
[+] affected methods (12)
AbstractNotation ( )This constructor is from 'AbstractNotation' abstract class.
copyInto ( Node )This method is from 'AbstractNotation' abstract class.
deepCopyInto ( Node )This method is from 'AbstractNotation' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractNotation' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractNotation' abstract class.
getNodeName ( )This method is from 'AbstractNotation' abstract class.
getNodeType ( )This method is from 'AbstractNotation' abstract class.
getPublicId ( )This method is from 'AbstractNotation' abstract class.
getSystemId ( )This method is from 'AbstractNotation' abstract class.
setNodeName ( String )This method is from 'AbstractNotation' abstract class.
setPublicId ( String )This method is from 'AbstractNotation' abstract class.
setSystemId ( String )This method is from 'AbstractNotation' abstract class.
...
[+] AbstractParentChildNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractParentChildNode. |
[+] affected methods (7)
AbstractParentChildNode ( )This constructor is from 'AbstractParentChildNode' abstract class.
getNextSibling ( )This method is from 'AbstractParentChildNode' abstract class.
getParentNode ( )This method is from 'AbstractParentChildNode' abstract class.
getPreviousSibling ( )This method is from 'AbstractParentChildNode' abstract class.
setNextSibling ( Node )This method is from 'AbstractParentChildNode' abstract class.
setParentNode ( Node )This method is from 'AbstractParentChildNode' abstract class.
setPreviousSibling ( Node )This method is from 'AbstractParentChildNode' abstract class.
[+] AbstractParentNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractParentNode. |
[+] affected methods (22)
AbstractParentNode ( )This constructor is from 'AbstractParentNode' abstract class.
appendChild ( Node )This method is from 'AbstractParentNode' abstract class.
checkAndRemove ( Node, boolean )This method is from 'AbstractParentNode' abstract class.
deepCopyInto ( Node )This method is from 'AbstractParentNode' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractParentNode' abstract class.
fireDOMNodeInsertedEvent ( Node )This method is from 'AbstractParentNode' abstract class.
fireDOMNodeInsertedIntoDocumentEvent ( )This method is from 'AbstractParentNode' abstract class.
fireDOMNodeRemovedEvent ( Node )This method is from 'AbstractParentNode' abstract class.
fireDOMNodeRemovedFromDocumentEvent ( )This method is from 'AbstractParentNode' abstract class.
fireDOMSubtreeModifiedEvent ( )This method is from 'AbstractParentNode' abstract class.
getChildNodes ( )This method is from 'AbstractParentNode' abstract class.
getElementsByTagName ( String )This method is from 'AbstractParentNode' abstract class.
...
[+] AbstractParentNode.ChildNodes (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractParentNode.ChildNodes. |
[+] affected methods (7)
AbstractParentNode.ChildNodes ( AbstractParentNode )This constructor is from 'AbstractParentNode.ChildNodes' class.
append ( ExtendedNode )This method is from 'AbstractParentNode.ChildNodes' class.
getLength ( )This method is from 'AbstractParentNode.ChildNodes' class.
insert ( ExtendedNode, ExtendedNode )This method is from 'AbstractParentNode.ChildNodes' class.
item ( int )This method is from 'AbstractParentNode.ChildNodes' class.
remove ( ExtendedNode )This method is from 'AbstractParentNode.ChildNodes' class.
replace ( ExtendedNode, ExtendedNode )This method is from 'AbstractParentNode.ChildNodes' class.
[+] AbstractParentNode.ElementsByTagName (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractParentNode.ElementsByTagName. |
[+] affected methods (6)
AbstractParentNode.ElementsByTagName ( AbstractParentNode, String )This constructor is from 'AbstractParentNode.ElementsByTagName' class.
append ( Node )This method is from 'AbstractParentNode.ElementsByTagName' class.
getLength ( )This method is from 'AbstractParentNode.ElementsByTagName' class.
initialize ( )This method is from 'AbstractParentNode.ElementsByTagName' class.
invalidate ( )This method is from 'AbstractParentNode.ElementsByTagName' class.
item ( int )This method is from 'AbstractParentNode.ElementsByTagName' class.
[+] AbstractParentNode.ElementsByTagNameNS (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractParentNode.ElementsByTagNameNS. |
[+] affected methods (6)
AbstractParentNode.ElementsByTagNameNS ( AbstractParentNode, String, String )This constructor is from 'AbstractParentNode.ElementsByTagNameNS' class.
append ( Node )This method is from 'AbstractParentNode.ElementsByTagNameNS' class.
getLength ( )This method is from 'AbstractParentNode.ElementsByTagNameNS' class.
initialize ( )This method is from 'AbstractParentNode.ElementsByTagNameNS' class.
invalidate ( )This method is from 'AbstractParentNode.ElementsByTagNameNS' class.
item ( int )This method is from 'AbstractParentNode.ElementsByTagNameNS' class.
[+] AbstractProcessingInstruction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractProcessingInstruction. |
[+] affected methods (12)
AbstractProcessingInstruction ( )This constructor is from 'AbstractProcessingInstruction' abstract class.
copyInto ( Node )This method is from 'AbstractProcessingInstruction' abstract class.
deepCopyInto ( Node )This method is from 'AbstractProcessingInstruction' abstract class.
deepExport ( Node, AbstractDocument )This method is from 'AbstractProcessingInstruction' abstract class.
export ( Node, AbstractDocument )This method is from 'AbstractProcessingInstruction' abstract class.
getData ( )This method is from 'AbstractProcessingInstruction' abstract class.
getNodeName ( )This method is from 'AbstractProcessingInstruction' abstract class.
getNodeType ( )This method is from 'AbstractProcessingInstruction' abstract class.
getNodeValue ( )This method is from 'AbstractProcessingInstruction' abstract class.
getTarget ( )This abstract method is from 'AbstractProcessingInstruction' abstract class.
setData ( String )This method is from 'AbstractProcessingInstruction' abstract class.
setNodeValue ( String )This method is from 'AbstractProcessingInstruction' abstract class.
...
[+] AbstractText (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractText. |
[+] affected methods (3)
AbstractText ( )This constructor is from 'AbstractText' abstract class.
createTextNode ( String )This abstract method is from 'AbstractText' abstract class.
splitText ( int )This method is from 'AbstractText' abstract class.
[+] ExtendedNode (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExtendedNode. |
[+] affected methods (8)
isReadonly ( )This abstract method is from 'ExtendedNode' interface.
setNextSibling ( Node )This abstract method is from 'ExtendedNode' interface.
setNodeName ( String )This abstract method is from 'ExtendedNode' interface.
setOwnerDocument ( Document )This abstract method is from 'ExtendedNode' interface.
setParentNode ( Node )This abstract method is from 'ExtendedNode' interface.
setPreviousSibling ( Node )This abstract method is from 'ExtendedNode' interface.
setReadonly ( boolean )This abstract method is from 'ExtendedNode' interface.
setSpecified ( boolean )This abstract method is from 'ExtendedNode' interface.
[+] GenericAttr (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericAttr. |
[+] affected methods (5)
GenericAttr ( )This constructor is from 'GenericAttr' class.
GenericAttr ( String, AbstractDocument )This constructor is from 'GenericAttr' class.
isReadonly ( )This method is from 'GenericAttr' class.
newNode ( )This method is from 'GenericAttr' class.
setReadonly ( boolean )This method is from 'GenericAttr' class.
[+] GenericAttrNS (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericAttrNS. |
[+] affected methods (5)
GenericAttrNS ( )This constructor is from 'GenericAttrNS' class.
GenericAttrNS ( String, String, AbstractDocument )This constructor is from 'GenericAttrNS' class.
isReadonly ( )This method is from 'GenericAttrNS' class.
newNode ( )This method is from 'GenericAttrNS' class.
setReadonly ( boolean )This method is from 'GenericAttrNS' class.
[+] GenericCDATASection (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericCDATASection. |
[+] affected methods (8)
GenericCDATASection ( )This constructor is from 'GenericCDATASection' class.
GenericCDATASection ( String, AbstractDocument )This constructor is from 'GenericCDATASection' class.
createTextNode ( String )This method is from 'GenericCDATASection' class.
getNodeName ( )This method is from 'GenericCDATASection' class.
getNodeType ( )This method is from 'GenericCDATASection' class.
isReadonly ( )This method is from 'GenericCDATASection' class.
newNode ( )This method is from 'GenericCDATASection' class.
setReadonly ( boolean )This method is from 'GenericCDATASection' class.
[+] GenericComment (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericComment. |
[+] affected methods (5)
GenericComment ( )This constructor is from 'GenericComment' class.
GenericComment ( String, AbstractDocument )This constructor is from 'GenericComment' class.
isReadonly ( )This method is from 'GenericComment' class.
newNode ( )This method is from 'GenericComment' class.
setReadonly ( boolean )This method is from 'GenericComment' class.
[+] GenericDocument (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericDocument. |
[+] affected methods (17)
GenericDocument ( )This constructor is from 'GenericDocument' class.
GenericDocument ( DocumentType, DOMImplementation )This constructor is from 'GenericDocument' class.
createAttribute ( String )This method is from 'GenericDocument' class.
createAttributeNS ( String, String )This method is from 'GenericDocument' class.
createCDATASection ( String )This method is from 'GenericDocument' class.
createComment ( String )This method is from 'GenericDocument' class.
createDocumentFragment ( )This method is from 'GenericDocument' class.
createElement ( String )This method is from 'GenericDocument' class.
createElementNS ( String, String )This method is from 'GenericDocument' class.
createEntityReference ( String )This method is from 'GenericDocument' class.
createProcessingInstruction ( String, String )This method is from 'GenericDocument' class.
createTextNode ( String )This method is from 'GenericDocument' class.
...
[+] GenericDocumentFragment (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericDocumentFragment. |
[+] affected methods (5)
GenericDocumentFragment ( )This constructor is from 'GenericDocumentFragment' class.
GenericDocumentFragment ( AbstractDocument )This constructor is from 'GenericDocumentFragment' class.
isReadonly ( )This method is from 'GenericDocumentFragment' class.
newNode ( )This method is from 'GenericDocumentFragment' class.
setReadonly ( boolean )This method is from 'GenericDocumentFragment' class.
[+] GenericDOMImplementation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericDOMImplementation. |
[+] affected methods (4)
GenericDOMImplementation ( )This constructor is from 'GenericDOMImplementation' class.
createDocument ( String, String, DocumentType )This method is from 'GenericDOMImplementation' class.
createDocumentType ( String, String, String )This method is from 'GenericDOMImplementation' class.
getDOMImplementation ( )This method is from 'GenericDOMImplementation' class.
[+] GenericElement (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericElement. |
[+] affected methods (11)
GenericElement ( )This constructor is from 'GenericElement' class.
GenericElement ( String, AbstractDocument )This constructor is from 'GenericElement' class.
copyInto ( Node )This method is from 'GenericElement' class.
deepCopyInto ( Node )This method is from 'GenericElement' class.
deepExport ( Node, AbstractDocument )This method is from 'GenericElement' class.
export ( Node, AbstractDocument )This method is from 'GenericElement' class.
getNodeName ( )This method is from 'GenericElement' class.
isReadonly ( )This method is from 'GenericElement' class.
newNode ( )This method is from 'GenericElement' class.
setNodeName ( String )This method is from 'GenericElement' class.
setReadonly ( boolean )This method is from 'GenericElement' class.
...
[+] GenericElementNS (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericElementNS. |
[+] affected methods (11)
GenericElementNS ( )This constructor is from 'GenericElementNS' class.
GenericElementNS ( String, String, AbstractDocument )This constructor is from 'GenericElementNS' class.
copyInto ( Node )This method is from 'GenericElementNS' class.
deepCopyInto ( Node )This method is from 'GenericElementNS' class.
deepExport ( Node, AbstractDocument )This method is from 'GenericElementNS' class.
export ( Node, AbstractDocument )This method is from 'GenericElementNS' class.
getNodeName ( )This method is from 'GenericElementNS' class.
isReadonly ( )This method is from 'GenericElementNS' class.
newNode ( )This method is from 'GenericElementNS' class.
setNodeName ( String )This method is from 'GenericElementNS' class.
setReadonly ( boolean )This method is from 'GenericElementNS' class.
...
[+] GenericEntity (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericEntity. |
[+] affected methods (5)
GenericEntity ( )This constructor is from 'GenericEntity' class.
GenericEntity ( String, String, String, AbstractDocument )This constructor is from 'GenericEntity' class.
isReadonly ( )This method is from 'GenericEntity' class.
newNode ( )This method is from 'GenericEntity' class.
setReadonly ( boolean )This method is from 'GenericEntity' class.
[+] GenericEntityReference (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericEntityReference. |
[+] affected methods (5)
GenericEntityReference ( )This constructor is from 'GenericEntityReference' class.
GenericEntityReference ( String, AbstractDocument )This constructor is from 'GenericEntityReference' class.
isReadonly ( )This method is from 'GenericEntityReference' class.
newNode ( )This method is from 'GenericEntityReference' class.
setReadonly ( boolean )This method is from 'GenericEntityReference' class.
[+] GenericNotation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericNotation. |
[+] affected methods (5)
GenericNotation ( )This constructor is from 'GenericNotation' class.
GenericNotation ( String, String, String, AbstractDocument )This constructor is from 'GenericNotation' class.
isReadonly ( )This method is from 'GenericNotation' class.
newNode ( )This method is from 'GenericNotation' class.
setReadonly ( boolean )This method is from 'GenericNotation' class.
[+] GenericProcessingInstruction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericProcessingInstruction. |
[+] affected methods (12)
GenericProcessingInstruction ( )This constructor is from 'GenericProcessingInstruction' class.
GenericProcessingInstruction ( String, String, AbstractDocument )This constructor is from 'GenericProcessingInstruction' class.
copyInto ( Node )This method is from 'GenericProcessingInstruction' class.
deepCopyInto ( Node )This method is from 'GenericProcessingInstruction' class.
deepExport ( Node, AbstractDocument )This method is from 'GenericProcessingInstruction' class.
export ( Node, AbstractDocument )This method is from 'GenericProcessingInstruction' class.
getTarget ( )This method is from 'GenericProcessingInstruction' class.
isReadonly ( )This method is from 'GenericProcessingInstruction' class.
newNode ( )This method is from 'GenericProcessingInstruction' class.
setNodeName ( String )This method is from 'GenericProcessingInstruction' class.
setReadonly ( boolean )This method is from 'GenericProcessingInstruction' class.
setTarget ( String )This method is from 'GenericProcessingInstruction' class.
...
[+] GenericText (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericText. |
[+] affected methods (8)
GenericText ( )This constructor is from 'GenericText' class.
GenericText ( String, AbstractDocument )This constructor is from 'GenericText' class.
createTextNode ( String )This method is from 'GenericText' class.
getNodeName ( )This method is from 'GenericText' class.
getNodeType ( )This method is from 'GenericText' class.
isReadonly ( )This method is from 'GenericText' class.
newNode ( )This method is from 'GenericText' class.
setReadonly ( boolean )This method is from 'GenericText' class.
[+] StyleSheetFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StyleSheetFactory. |
[+] affected methods (1)
createStyleSheet ( Node, HashTable )This abstract method is from 'StyleSheetFactory' interface.
[+] StyleSheetProcessingInstruction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StyleSheetProcessingInstruction. |
[+] affected methods (10)
StyleSheetProcessingInstruction ( )This constructor is from 'StyleSheetProcessingInstruction' class.
StyleSheetProcessingInstruction ( String, AbstractDocument, StyleSheetFactory )This constructor is from 'StyleSheetProcessingInstruction' class.
getPseudoAttributes ( )This method is from 'StyleSheetProcessingInstruction' class.
getSheet ( )This method is from 'StyleSheetProcessingInstruction' class.
getTarget ( )This method is from 'StyleSheetProcessingInstruction' class.
isReadonly ( )This method is from 'StyleSheetProcessingInstruction' class.
newNode ( )This method is from 'StyleSheetProcessingInstruction' class.
setData ( String )This method is from 'StyleSheetProcessingInstruction' class.
setNodeName ( String )This method is from 'StyleSheetProcessingInstruction' class.
setReadonly ( boolean )This method is from 'StyleSheetProcessingInstruction' class.
package org.apache.batik.dom.events
[+] AbstractEvent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractEvent. |
[+] affected methods (12)
AbstractEvent ( )This constructor is from 'AbstractEvent' abstract class.
getBubbles ( )This method is from 'AbstractEvent' abstract class.
getCancelable ( )This method is from 'AbstractEvent' abstract class.
getCurrentTarget ( )This method is from 'AbstractEvent' abstract class.
getEventPhase ( )This method is from 'AbstractEvent' abstract class.
getEventPreventDefault ( Event )This method is from 'AbstractEvent' abstract class.
getTarget ( )This method is from 'AbstractEvent' abstract class.
getTimeStamp ( )This method is from 'AbstractEvent' abstract class.
getType ( )This method is from 'AbstractEvent' abstract class.
initEvent ( String, boolean, boolean )This method is from 'AbstractEvent' abstract class.
preventDefault ( )This method is from 'AbstractEvent' abstract class.
stopPropagation ( )This method is from 'AbstractEvent' abstract class.
...
[+] DocumentEventSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentEventSupport. |
[+] affected methods (3)
DocumentEventSupport ( )This constructor is from 'DocumentEventSupport' class.
createEvent ( String )This method is from 'DocumentEventSupport' class.
registerEventFactory ( String, DocumentEventSupport.EventFactory )This method is from 'DocumentEventSupport' class.
[+] DocumentEventSupport.EventFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentEventSupport.EventFactory. |
[+] affected methods (1)
createEvent ( )This abstract method is from 'DocumentEventSupport.EventFactory' interface.
[+] DocumentEventSupport.KeyEventFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentEventSupport.KeyEventFactory. |
[+] affected methods (2)
DocumentEventSupport.KeyEventFactory ( )This constructor is from 'DocumentEventSupport.KeyEventFactory' class.
createEvent ( )This method is from 'DocumentEventSupport.KeyEventFactory' class.
[+] DocumentEventSupport.MouseEventFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentEventSupport.MouseEventFactory. |
[+] affected methods (2)
DocumentEventSupport.MouseEventFactory ( )This constructor is from 'DocumentEventSupport.MouseEventFactory' class.
createEvent ( )This method is from 'DocumentEventSupport.MouseEventFactory' class.
[+] DocumentEventSupport.MutationEventFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentEventSupport.MutationEventFactory. |
[+] affected methods (2)
DocumentEventSupport.MutationEventFactory ( )This constructor is from 'DocumentEventSupport.MutationEventFactory' class.
createEvent ( )This method is from 'DocumentEventSupport.MutationEventFactory' class.
[+] DocumentEventSupport.SimpleEventFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentEventSupport.SimpleEventFactory. |
[+] affected methods (2)
DocumentEventSupport.SimpleEventFactory ( )This constructor is from 'DocumentEventSupport.SimpleEventFactory' class.
createEvent ( )This method is from 'DocumentEventSupport.SimpleEventFactory' class.
[+] DocumentEventSupport.UIEventFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentEventSupport.UIEventFactory. |
[+] affected methods (2)
DocumentEventSupport.UIEventFactory ( )This constructor is from 'DocumentEventSupport.UIEventFactory' class.
createEvent ( )This method is from 'DocumentEventSupport.UIEventFactory' class.
[+] DOMEvent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMEvent. |
[+] affected methods (1)
DOMEvent ( )This constructor is from 'DOMEvent' class.
[+] DOMKeyEvent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMKeyEvent. |
[+] affected methods (8)
DOMKeyEvent ( )This constructor is from 'DOMKeyEvent' class.
getAltKey ( )This method is from 'DOMKeyEvent' class.
getCharCode ( )This method is from 'DOMKeyEvent' class.
getCtrlKey ( )This method is from 'DOMKeyEvent' class.
getKeyCode ( )This method is from 'DOMKeyEvent' class.
getMetaKey ( )This method is from 'DOMKeyEvent' class.
getShiftKey ( )This method is from 'DOMKeyEvent' class.
initKeyEvent ( String, boolean, boolean, boolean, boolean, boolean, boolean, int, int, AbstractView )This method is from 'DOMKeyEvent' class.
[+] DOMMouseEvent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMMouseEvent. |
[+] affected methods (12)
DOMMouseEvent ( )This constructor is from 'DOMMouseEvent' class.
getAltKey ( )This method is from 'DOMMouseEvent' class.
getButton ( )This method is from 'DOMMouseEvent' class.
getClientX ( )This method is from 'DOMMouseEvent' class.
getClientY ( )This method is from 'DOMMouseEvent' class.
getCtrlKey ( )This method is from 'DOMMouseEvent' class.
getMetaKey ( )This method is from 'DOMMouseEvent' class.
getRelatedTarget ( )This method is from 'DOMMouseEvent' class.
getScreenX ( )This method is from 'DOMMouseEvent' class.
getScreenY ( )This method is from 'DOMMouseEvent' class.
getShiftKey ( )This method is from 'DOMMouseEvent' class.
initMouseEvent ( String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget )This method is from 'DOMMouseEvent' class.
...
[+] DOMMutationEvent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMMutationEvent. |
[+] affected methods (7)
DOMMutationEvent ( )This constructor is from 'DOMMutationEvent' class.
getAttrChange ( )This method is from 'DOMMutationEvent' class.
getAttrName ( )This method is from 'DOMMutationEvent' class.
getNewValue ( )This method is from 'DOMMutationEvent' class.
getPrevValue ( )This method is from 'DOMMutationEvent' class.
getRelatedNode ( )This method is from 'DOMMutationEvent' class.
initMutationEvent ( String, boolean, boolean, Node, String, String, String, short )This method is from 'DOMMutationEvent' class.
[+] DOMUIEvent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMUIEvent. |
[+] affected methods (4)
DOMUIEvent ( )This constructor is from 'DOMUIEvent' class.
getDetail ( )This method is from 'DOMUIEvent' class.
getView ( )This method is from 'DOMUIEvent' class.
initUIEvent ( String, boolean, boolean, AbstractView, int )This method is from 'DOMUIEvent' class.
[+] EventListenerList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EventListenerList. |
[+] affected methods (6)
EventListenerList ( )This constructor is from 'EventListenerList' class.
add ( EventListener )This method is from 'EventListenerList' class.
contains ( EventListener )This method is from 'EventListenerList' class.
getEventListeners ( )This method is from 'EventListenerList' class.
remove ( EventListener )This method is from 'EventListenerList' class.
size ( )This method is from 'EventListenerList' class.
[+] EventSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EventSupport. |
[+] affected methods (5)
EventSupport ( )This constructor is from 'EventSupport' class.
addEventListener ( String, EventListener, boolean )This method is from 'EventSupport' class.
dispatchEvent ( NodeEventTarget, Event )This method is from 'EventSupport' class.
getEventListeners ( String, boolean )This method is from 'EventSupport' class.
removeEventListener ( String, EventListener, boolean )This method is from 'EventSupport' class.
[+] NodeEventTarget (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NodeEventTarget. |
[+] affected methods (2)
getEventSupport ( )This abstract method is from 'NodeEventTarget' interface.
getParentNodeEventTarget ( )This abstract method is from 'NodeEventTarget' interface.
package org.apache.batik.dom.traversal
[+] DOMNodeIterator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMNodeIterator. |
[+] affected methods (11)
DOMNodeIterator ( AbstractDocument, Node, int, NodeFilter, boolean )This constructor is from 'DOMNodeIterator' class.
detach ( )This method is from 'DOMNodeIterator' class.
getExpandEntityReferences ( )This method is from 'DOMNodeIterator' class.
getFilter ( )This method is from 'DOMNodeIterator' class.
getRoot ( )This method is from 'DOMNodeIterator' class.
getWhatToShow ( )This method is from 'DOMNodeIterator' class.
nextNode ( )This method is from 'DOMNodeIterator' class.
nodeToBeRemoved ( Node )This method is from 'DOMNodeIterator' class.
previousNode ( )This method is from 'DOMNodeIterator' class.
unfilteredNextNode ( )This method is from 'DOMNodeIterator' class.
unfilteredPreviousNode ( )This method is from 'DOMNodeIterator' class.
...
[+] DOMTreeWalker (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMTreeWalker. |
[+] affected methods (20)
DOMTreeWalker ( Node, int, NodeFilter, boolean )This constructor is from 'DOMTreeWalker' class.
acceptNode ( Node )This method is from 'DOMTreeWalker' class.
firstChild ( )This method is from 'DOMTreeWalker' class.
firstChild ( Node )This method is from 'DOMTreeWalker' class.
getCurrentNode ( )This method is from 'DOMTreeWalker' class.
getExpandEntityReferences ( )This method is from 'DOMTreeWalker' class.
getFilter ( )This method is from 'DOMTreeWalker' class.
getRoot ( )This method is from 'DOMTreeWalker' class.
getWhatToShow ( )This method is from 'DOMTreeWalker' class.
lastChild ( )This method is from 'DOMTreeWalker' class.
lastChild ( Node )This method is from 'DOMTreeWalker' class.
nextNode ( )This method is from 'DOMTreeWalker' class.
...
[+] TraversalSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TraversalSupport. |
[+] affected methods (5)
TraversalSupport ( )This constructor is from 'TraversalSupport' class.
createNodeIterator ( AbstractDocument, Node, int, NodeFilter, boolean )This method is from 'TraversalSupport' class.
createTreeWalker ( AbstractDocument, Node, int, NodeFilter, boolean )This method is from 'TraversalSupport' class.
detachNodeIterator ( NodeIterator )This method is from 'TraversalSupport' class.
nodeToBeRemoved ( Node )This method is from 'TraversalSupport' class.
package org.apache.batik.dom.util
[+] CSSStyleDeclarationFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CSSStyleDeclarationFactory. |
[+] affected methods (1)
createCSSStyleDeclaration ( )This abstract method is from 'CSSStyleDeclarationFactory' interface.
[+] DocumentDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentDescriptor. |
[+] affected methods (6)
DocumentDescriptor ( )This constructor is from 'DocumentDescriptor' class.
getLocationLine ( Element )This method is from 'DocumentDescriptor' class.
getNumberOfElements ( )This method is from 'DocumentDescriptor' class.
rehash ( )This method is from 'DocumentDescriptor' class.
removeEntry ( DocumentDescriptor.Entry )This method is from 'DocumentDescriptor' class.
setLocationLine ( Element, int )This method is from 'DocumentDescriptor' class.
[+] DocumentDescriptor.Entry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentDescriptor.Entry. |
[+] affected methods (2)
DocumentDescriptor.Entry ( DocumentDescriptor, int, Element, int, DocumentDescriptor.Entry )This constructor is from 'DocumentDescriptor.Entry' class.
cleared ( )This method is from 'DocumentDescriptor.Entry' class.
[+] DocumentFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentFactory. |
[+] affected methods (7)
createDocument ( String, String, String )This abstract method is from 'DocumentFactory' interface.
createDocument ( String, String, String, InputStream )This abstract method is from 'DocumentFactory' interface.
createDocument ( String, String, String, Reader )This abstract method is from 'DocumentFactory' interface.
createDocument ( String, String, String, XMLReader )This abstract method is from 'DocumentFactory' interface.
getDocumentDescriptor ( )This abstract method is from 'DocumentFactory' interface.
isValidating ( )This abstract method is from 'DocumentFactory' interface.
setValidating ( boolean )This abstract method is from 'DocumentFactory' interface.
[+] DOMUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMUtilities. |
[+] affected methods (10)
DOMUtilities ( )This constructor is from 'DOMUtilities' class.
contentToString ( String )This method is from 'DOMUtilities' class.
deepCloneDocument ( Document, DOMImplementation )This method is from 'DOMUtilities' class.
getLocalName ( String )This method is from 'DOMUtilities' class.
getPrefix ( String )This method is from 'DOMUtilities' class.
isValidName ( String )This method is from 'DOMUtilities' class.
isValidPrefix ( String )This method is from 'DOMUtilities' class.
parseStyleSheetPIData ( String, HashTable )This method is from 'DOMUtilities' class.
writeDocument ( Document, Writer )This method is from 'DOMUtilities' class.
writeNode ( Node, Writer )This method is from 'DOMUtilities' class.
[+] DoublyIndexedTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoublyIndexedTable. |
[+] affected methods (7)
DoublyIndexedTable ( )This constructor is from 'DoublyIndexedTable' class.
DoublyIndexedTable ( int )This constructor is from 'DoublyIndexedTable' class.
get ( Object, Object )This method is from 'DoublyIndexedTable' class.
hashCode ( Object, Object )This method is from 'DoublyIndexedTable' class.
put ( Object, Object, Object )This method is from 'DoublyIndexedTable' class.
rehash ( )This method is from 'DoublyIndexedTable' class.
size ( )This method is from 'DoublyIndexedTable' class.
[+] DoublyIndexedTable.Entry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoublyIndexedTable.Entry. |
[+] affected methods (2)
DoublyIndexedTable.Entry ( int, Object, Object, Object, DoublyIndexedTable.Entry )This constructor is from 'DoublyIndexedTable.Entry' class.
match ( Object, Object )This method is from 'DoublyIndexedTable.Entry' class.
[+] HashTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HashTable. |
[+] affected methods (11)
HashTable ( )This constructor is from 'HashTable' class.
HashTable ( int )This constructor is from 'HashTable' class.
HashTable ( HashTable )This constructor is from 'HashTable' class.
clear ( )This method is from 'HashTable' class.
get ( Object )This method is from 'HashTable' class.
item ( int )This method is from 'HashTable' class.
key ( int )This method is from 'HashTable' class.
put ( Object, Object )This method is from 'HashTable' class.
rehash ( )This method is from 'HashTable' class.
remove ( Object )This method is from 'HashTable' class.
size ( )This method is from 'HashTable' class.
...
[+] HashTable.Entry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HashTable.Entry. |
[+] affected methods (1)
HashTable.Entry ( int, Object, Object, HashTable.Entry )This constructor is from 'HashTable.Entry' class.
[+] HashTableStack (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HashTableStack. |
[+] affected methods (5)
HashTableStack ( )This constructor is from 'HashTableStack' class.
get ( String )This method is from 'HashTableStack' class.
pop ( )This method is from 'HashTableStack' class.
push ( )This method is from 'HashTableStack' class.
put ( String, Object )This method is from 'HashTableStack' class.
[+] HashTableStack.Link (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HashTableStack.Link. |
[+] affected methods (1)
HashTableStack.Link ( HashTableStack.Link )This constructor is from 'HashTableStack.Link' class.
[+] SAXDocumentFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SAXDocumentFactory. |
[+] affected methods (31)
SAXDocumentFactory ( DOMImplementation, String )This constructor is from 'SAXDocumentFactory' class.
SAXDocumentFactory ( DOMImplementation, String, boolean )This constructor is from 'SAXDocumentFactory' class.
characters ( char[ ], int, int )This method is from 'SAXDocumentFactory' class.
comment ( char[ ], int, int )This method is from 'SAXDocumentFactory' class.
createDocument ( String )This method is from 'SAXDocumentFactory' class.
createDocument ( String, InputStream )This method is from 'SAXDocumentFactory' class.
createDocument ( String, Reader )This method is from 'SAXDocumentFactory' class.
createDocument ( String, String, String )This method is from 'SAXDocumentFactory' class.
createDocument ( String, String, String, InputStream )This method is from 'SAXDocumentFactory' class.
createDocument ( String, String, String, Reader )This method is from 'SAXDocumentFactory' class.
createDocument ( String, String, String, InputSource )This method is from 'SAXDocumentFactory' class.
createDocument ( String, String, String, XMLReader )This method is from 'SAXDocumentFactory' class.
...
[+] SAXDocumentFactory.PreInfo (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SAXDocumentFactory.PreInfo. |
[+] affected methods (1)
createNode ( Document )This abstract method is from 'SAXDocumentFactory.PreInfo' interface.
[+] XLinkSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XLinkSupport. |
[+] affected methods (15)
XLinkSupport ( )This constructor is from 'XLinkSupport' class.
getXLinkActuate ( Element )This method is from 'XLinkSupport' class.
getXLinkArcRole ( Element )This method is from 'XLinkSupport' class.
getXLinkHref ( Element )This method is from 'XLinkSupport' class.
getXLinkRole ( Element )This method is from 'XLinkSupport' class.
getXLinkShow ( Element )This method is from 'XLinkSupport' class.
getXLinkTitle ( Element )This method is from 'XLinkSupport' class.
getXLinkType ( Element )This method is from 'XLinkSupport' class.
setXLinkActuate ( Element, String )This method is from 'XLinkSupport' class.
setXLinkArcRole ( Element, String )This method is from 'XLinkSupport' class.
setXLinkHref ( Element, String )This method is from 'XLinkSupport' class.
setXLinkRole ( Element, String )This method is from 'XLinkSupport' class.
...
[+] XMLSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLSupport. |
[+] affected methods (5)
XMLSupport ( )This constructor is from 'XMLSupport' class.
defaultXMLSpace ( String )This method is from 'XMLSupport' class.
getXMLLang ( Element )This method is from 'XMLSupport' class.
getXMLSpace ( Element )This method is from 'XMLSupport' class.
preserveXMLSpace ( String )This method is from 'XMLSupport' class.
package org.apache.batik.ext.awt
[+] ColorSpaceHintKey (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ColorSpaceHintKey. |
[+] affected methods (1)
isCompatibleValue ( Object )This method is from 'ColorSpaceHintKey' class.
[+] LinearGradientPaint (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LinearGradientPaint. |
[+] affected methods (8)
LinearGradientPaint ( float, float, float, float, float[ ], Color[ ] )This constructor is from 'LinearGradientPaint' class.
LinearGradientPaint ( float, float, float, float, float[ ], Color[ ], MultipleGradientPaint.CycleMethodEnum )This constructor is from 'LinearGradientPaint' class.
LinearGradientPaint ( Point2D, Point2D, float[ ], Color[ ] )This constructor is from 'LinearGradientPaint' class.
LinearGradientPaint ( Point2D, Point2D, float[ ], Color[ ], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum )This constructor is from 'LinearGradientPaint' class.
LinearGradientPaint ( Point2D, Point2D, float[ ], Color[ ], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform )This constructor is from 'LinearGradientPaint' class.
createContext ( ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints )This method is from 'LinearGradientPaint' class.
getEndPoint ( )This method is from 'LinearGradientPaint' class.
getStartPoint ( )This method is from 'LinearGradientPaint' class.
[+] MultipleGradientPaint (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MultipleGradientPaint. |
[+] affected methods (8)
MultipleGradientPaint ( float[ ], Color[ ], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform )This constructor is from 'MultipleGradientPaint' abstract class.
createContext ( ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints )This abstract method is from 'MultipleGradientPaint' abstract class.
getColors ( )This method is from 'MultipleGradientPaint' abstract class.
getColorSpace ( )This method is from 'MultipleGradientPaint' abstract class.
getCycleMethod ( )This method is from 'MultipleGradientPaint' abstract class.
getFractions ( )This method is from 'MultipleGradientPaint' abstract class.
getTransform ( )This method is from 'MultipleGradientPaint' abstract class.
getTransparency ( )This method is from 'MultipleGradientPaint' abstract class.
[+] MultipleGradientPaint.ColorSpaceEnum (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MultipleGradientPaint.ColorSpaceEnum. |
[+] affected methods (1)
MultipleGradientPaint.ColorSpaceEnum ( )This constructor is from 'MultipleGradientPaint.ColorSpaceEnum' class.
[+] MultipleGradientPaint.CycleMethodEnum (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MultipleGradientPaint.CycleMethodEnum. |
[+] affected methods (1)
MultipleGradientPaint.CycleMethodEnum ( )This constructor is from 'MultipleGradientPaint.CycleMethodEnum' class.
[+] RadialGradientPaint (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RadialGradientPaint. |
[+] affected methods (11)
RadialGradientPaint ( float, float, float, float[ ], Color[ ] )This constructor is from 'RadialGradientPaint' class.
RadialGradientPaint ( float, float, float, float, float, float[ ], Color[ ] )This constructor is from 'RadialGradientPaint' class.
RadialGradientPaint ( Point2D, float, float[ ], Color[ ] )This constructor is from 'RadialGradientPaint' class.
RadialGradientPaint ( Point2D, float, Point2D, float[ ], Color[ ] )This constructor is from 'RadialGradientPaint' class.
RadialGradientPaint ( Point2D, float, Point2D, float[ ], Color[ ], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum )This constructor is from 'RadialGradientPaint' class.
RadialGradientPaint ( Point2D, float, Point2D, float[ ], Color[ ], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform )This constructor is from 'RadialGradientPaint' class.
RadialGradientPaint ( Rectangle2D, float[ ], Color[ ] )This constructor is from 'RadialGradientPaint' class.
createContext ( ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints )This method is from 'RadialGradientPaint' class.
getCenterPoint ( )This method is from 'RadialGradientPaint' class.
getFocusPoint ( )This method is from 'RadialGradientPaint' class.
getRadius ( )This method is from 'RadialGradientPaint' class.
...
package org.apache.batik.ext.awt.color
[+] ICCColorSpaceExt (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ICCColorSpaceExt. |
[+] affected methods (6)
ICCColorSpaceExt ( ICC_Profile, int )This constructor is from 'ICCColorSpaceExt' class.
absoluteColorimetricToRGB ( float[ ] )This method is from 'ICCColorSpaceExt' class.
intendedToRGB ( float[ ] )This method is from 'ICCColorSpaceExt' class.
perceptualToRGB ( float[ ] )This method is from 'ICCColorSpaceExt' class.
relativeColorimetricToRGB ( float[ ] )This method is from 'ICCColorSpaceExt' class.
saturationToRGB ( float[ ] )This method is from 'ICCColorSpaceExt' class.
[+] NamedProfileCache (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamedProfileCache. |
[+] affected methods (7)
NamedProfileCache ( )This constructor is from 'NamedProfileCache' class.
clear ( String )This method is from 'NamedProfileCache' class.
getDefaultCache ( )This method is from 'NamedProfileCache' class.
isDone ( String )This method is from 'NamedProfileCache' class.
isPresent ( String )This method is from 'NamedProfileCache' class.
put ( String, ICCColorSpaceExt )This method is from 'NamedProfileCache' class.
request ( String )This method is from 'NamedProfileCache' class.
package org.apache.batik.ext.awt.font
[+] TextPathLayout (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TextPathLayout. |
[+] affected methods (4)
TextPathLayout ( )This constructor is from 'TextPathLayout' class.
layoutGlyphVector ( GlyphVector, Shape )This method is from 'TextPathLayout' class.
layoutGlyphVector ( GlyphVector, Shape, int )This method is from 'TextPathLayout' class.
layoutGlyphVector ( GlyphVector, Shape, int, float, float, int )This method is from 'TextPathLayout' class.
package org.apache.batik.ext.awt.g2d
[+] AbstractGraphics2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractGraphics2D. |
[+] affected methods (59)
AbstractGraphics2D ( AbstractGraphics2D )This constructor is from 'AbstractGraphics2D' abstract class.
AbstractGraphics2D ( boolean )This constructor is from 'AbstractGraphics2D' abstract class.
addRenderingHints ( Map )This method is from 'AbstractGraphics2D' abstract class.
clearRect ( int, int, int, int )This method is from 'AbstractGraphics2D' abstract class.
clip ( Shape )This method is from 'AbstractGraphics2D' abstract class.
clipRect ( int, int, int, int )This method is from 'AbstractGraphics2D' abstract class.
drawArc ( int, int, int, int, int, int )This method is from 'AbstractGraphics2D' abstract class.
drawGlyphVector ( GlyphVector, float, float )This method is from 'AbstractGraphics2D' abstract class.
drawImage ( BufferedImage, BufferedImageOp, int, int )This method is from 'AbstractGraphics2D' abstract class.
drawImage ( Image, int, int, int, int, int, int, int, int, Color, ImageObserver )This method is from 'AbstractGraphics2D' abstract class.
drawImage ( Image, int, int, int, int, int, int, int, int, ImageObserver )This method is from 'AbstractGraphics2D' abstract class.
drawImage ( Image, int, int, int, int, Color, ImageObserver )This method is from 'AbstractGraphics2D' abstract class.
...
[+] DefaultGraphics2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultGraphics2D. |
[+] affected methods (16)
DefaultGraphics2D ( DefaultGraphics2D )This constructor is from 'DefaultGraphics2D' class.
DefaultGraphics2D ( boolean )This constructor is from 'DefaultGraphics2D' class.
copyArea ( int, int, int, int, int, int )This method is from 'DefaultGraphics2D' class.
create ( )This method is from 'DefaultGraphics2D' class.
dispose ( )This method is from 'DefaultGraphics2D' class.
draw ( Shape )This method is from 'DefaultGraphics2D' class.
drawImage ( Image, int, int, int, int, ImageObserver )This method is from 'DefaultGraphics2D' class.
drawImage ( Image, int, int, ImageObserver )This method is from 'DefaultGraphics2D' class.
drawRenderableImage ( RenderableImage, AffineTransform )This method is from 'DefaultGraphics2D' class.
drawRenderedImage ( RenderedImage, AffineTransform )This method is from 'DefaultGraphics2D' class.
drawString ( String, float, float )This method is from 'DefaultGraphics2D' class.
drawString ( AttributedCharacterIterator, float, float )This method is from 'DefaultGraphics2D' class.
...
[+] GraphicContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GraphicContext. |
[+] affected methods (39)
GraphicContext ( )This constructor is from 'GraphicContext' class.
GraphicContext ( AffineTransform )This constructor is from 'GraphicContext' class.
addRenderingHints ( Map )This method is from 'GraphicContext' class.
clip ( Shape )This method is from 'GraphicContext' class.
clipRect ( int, int, int, int )This method is from 'GraphicContext' class.
clone ( )This method is from 'GraphicContext' class.
getBackground ( )This method is from 'GraphicContext' class.
getClip ( )This method is from 'GraphicContext' class.
getClipBounds ( )This method is from 'GraphicContext' class.
getColor ( )This method is from 'GraphicContext' class.
getComposite ( )This method is from 'GraphicContext' class.
getFont ( )This method is from 'GraphicContext' class.
...
[+] TransformStackElement (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TransformStackElement. |
[+] affected methods (11)
TransformStackElement ( TransformType, double[ ] )This constructor is from 'TransformStackElement' abstract class.
clone ( )This method is from 'TransformStackElement' abstract class.
concatenate ( TransformStackElement )This method is from 'TransformStackElement' abstract class.
createGeneralTransformElement ( AffineTransform )This method is from 'TransformStackElement' abstract class.
createRotateElement ( double )This method is from 'TransformStackElement' abstract class.
createScaleElement ( double, double )This method is from 'TransformStackElement' abstract class.
createShearElement ( double, double )This method is from 'TransformStackElement' abstract class.
createTranslateElement ( double, double )This method is from 'TransformStackElement' abstract class.
getTransformParameters ( )This method is from 'TransformStackElement' abstract class.
getType ( )This method is from 'TransformStackElement' abstract class.
isIdentity ( )This method is from 'TransformStackElement' abstract class.
...
[+] TransformType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TransformType. |
[+] affected methods (3)
readResolve ( )This method is from 'TransformType' class.
toInt ( )This method is from 'TransformType' class.
toString ( )This method is from 'TransformType' class.
package org.apache.batik.ext.awt.geom
[+] ExtendedGeneralPath (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExtendedGeneralPath. |
[+] affected methods (32)
ExtendedGeneralPath ( )This constructor is from 'ExtendedGeneralPath' class.
ExtendedGeneralPath ( int )This constructor is from 'ExtendedGeneralPath' class.
ExtendedGeneralPath ( int, int )This constructor is from 'ExtendedGeneralPath' class.
ExtendedGeneralPath ( Shape )This constructor is from 'ExtendedGeneralPath' class.
append ( PathIterator, boolean )This method is from 'ExtendedGeneralPath' class.
append ( Shape, boolean )This method is from 'ExtendedGeneralPath' class.
append ( ExtendedPathIterator, boolean )This method is from 'ExtendedGeneralPath' class.
arcTo ( double, double, double, boolean, boolean, double, double )This method is from 'ExtendedGeneralPath' class.
clone ( )This method is from 'ExtendedGeneralPath' class.
closePath ( )This method is from 'ExtendedGeneralPath' class.
computeArc ( double, double, double, double, double, boolean, boolean, double, double )This method is from 'ExtendedGeneralPath' class.
contains ( double, double )This method is from 'ExtendedGeneralPath' class.
...
[+] ExtendedPathIterator (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExtendedPathIterator. |
[+] affected methods (5)
currentSegment ( double[ ] )This abstract method is from 'ExtendedPathIterator' interface.
currentSegment ( float[ ] )This abstract method is from 'ExtendedPathIterator' interface.
getWindingRule ( )This abstract method is from 'ExtendedPathIterator' interface.
isDone ( )This abstract method is from 'ExtendedPathIterator' interface.
next ( )This abstract method is from 'ExtendedPathIterator' interface.
[+] ExtendedShape (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExtendedShape. |
[+] affected methods (1)
getExtendedPathIterator ( )This abstract method is from 'ExtendedShape' interface.
[+] PathLength (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PathLength. |
[+] affected methods (8)
PathLength ( Shape )This constructor is from 'PathLength' class.
angleAtLength ( float )This method is from 'PathLength' class.
getPath ( )This method is from 'PathLength' class.
initialise ( )This method is from 'PathLength' class.
lengthOfPath ( )This method is from 'PathLength' class.
main ( String[ ] )This method is from 'PathLength' class.
pointAtLength ( float )This method is from 'PathLength' class.
setPath ( Shape )This method is from 'PathLength' class.
[+] PathLength.PathSegment (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PathLength.PathSegment. |
[+] affected methods (9)
PathLength.PathSegment ( PathLength, int, float, float, float )This constructor is from 'PathLength.PathSegment' class.
getLength ( )This method is from 'PathLength.PathSegment' class.
getSegType ( )This method is from 'PathLength.PathSegment' class.
getX ( )This method is from 'PathLength.PathSegment' class.
getY ( )This method is from 'PathLength.PathSegment' class.
setLength ( float )This method is from 'PathLength.PathSegment' class.
setSegType ( int )This method is from 'PathLength.PathSegment' class.
setX ( float )This method is from 'PathLength.PathSegment' class.
setY ( float )This method is from 'PathLength.PathSegment' class.
[+] RectListManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RectListManager. |
[+] affected methods (36)
RectListManager ( )This constructor is from 'RectListManager' class.
RectListManager ( Rectangle[ ] )This constructor is from 'RectListManager' class.
RectListManager ( Rectangle[ ], int, int )This constructor is from 'RectListManager' class.
RectListManager ( int )This constructor is from 'RectListManager' class.
RectListManager ( Rectangle )This constructor is from 'RectListManager' class.
RectListManager ( Collection )This constructor is from 'RectListManager' class.
RectListManager ( RectListManager )This constructor is from 'RectListManager' class.
add ( Rectangle )This method is from 'RectListManager' class.
add ( Rectangle, int, int )This method is from 'RectListManager' class.
add ( Object )This method is from 'RectListManager' class.
add ( RectListManager )This method is from 'RectListManager' class.
addAll ( Collection )This method is from 'RectListManager' class.
...
[+] ShapeExtender (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShapeExtender. |
[+] affected methods (12)
ShapeExtender ( Shape )This constructor is from 'ShapeExtender' class.
contains ( double, double )This method is from 'ShapeExtender' class.
contains ( double, double, double, double )This method is from 'ShapeExtender' class.
contains ( Point2D )This method is from 'ShapeExtender' class.
contains ( Rectangle2D )This method is from 'ShapeExtender' class.
getBounds2D ( )This method is from 'ShapeExtender' class.
getBounds ( )This method is from 'ShapeExtender' class.
getExtendedPathIterator ( )This method is from 'ShapeExtender' class.
getPathIterator ( AffineTransform )This method is from 'ShapeExtender' class.
getPathIterator ( AffineTransform, double )This method is from 'ShapeExtender' class.
intersects ( double, double, double, double )This method is from 'ShapeExtender' class.
intersects ( Rectangle2D )This method is from 'ShapeExtender' class.
...
[+] ShapeExtender.EPIWrap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShapeExtender.EPIWrap. |
[+] affected methods (6)
ShapeExtender.EPIWrap ( PathIterator )This constructor is from 'ShapeExtender.EPIWrap' class.
currentSegment ( double[ ] )This method is from 'ShapeExtender.EPIWrap' class.
currentSegment ( float[ ] )This method is from 'ShapeExtender.EPIWrap' class.
getWindingRule ( )This method is from 'ShapeExtender.EPIWrap' class.
isDone ( )This method is from 'ShapeExtender.EPIWrap' class.
next ( )This method is from 'ShapeExtender.EPIWrap' class.
package org.apache.batik.ext.awt.image
[+] AbstractLight (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractLight. |
[+] affected methods (8)
AbstractLight ( Color )This constructor is from 'AbstractLight' abstract class.
getColor ( boolean )This method is from 'AbstractLight' abstract class.
getLight ( double, double, double, double[ ] )This abstract method is from 'AbstractLight' abstract class.
getLightMap ( double, double, double, double, int, int, double[ ][ ][ ] )This method is from 'AbstractLight' abstract class.
getLightRow ( double, double, double, int, double[ ][ ], double[ ][ ] )This method is from 'AbstractLight' abstract class.
isConstant ( )This method is from 'AbstractLight' abstract class.
setColor ( Color )This method is from 'AbstractLight' abstract class.
sRGBToLsRGB ( double )This method is from 'AbstractLight' abstract class.
[+] ARGBChannel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ARGBChannel. |
[+] affected methods (3)
readResolve ( )This method is from 'ARGBChannel' class.
toInt ( )This method is from 'ARGBChannel' class.
toString ( )This method is from 'ARGBChannel' class.
[+] ComponentTransferFunction (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ComponentTransferFunction. |
[+] affected methods (7)
getAmplitude ( )This abstract method is from 'ComponentTransferFunction' interface.
getExponent ( )This abstract method is from 'ComponentTransferFunction' interface.
getIntercept ( )This abstract method is from 'ComponentTransferFunction' interface.
getOffset ( )This abstract method is from 'ComponentTransferFunction' interface.
getSlope ( )This abstract method is from 'ComponentTransferFunction' interface.
getTableValues ( )This abstract method is from 'ComponentTransferFunction' interface.
getType ( )This abstract method is from 'ComponentTransferFunction' interface.
[+] CompositeRule (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompositeRule. |
[+] affected methods (4)
ARITHMETIC ( float, float, float, float )This method is from 'CompositeRule' class.
getCoefficients ( )This method is from 'CompositeRule' class.
getRule ( )This method is from 'CompositeRule' class.
toString ( )This method is from 'CompositeRule' class.
[+] ConcreteComponentTransferFunction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConcreteComponentTransferFunction. |
[+] affected methods (12)
getAmplitude ( )This method is from 'ConcreteComponentTransferFunction' class.
getDiscreteTransfer ( float[ ] )This method is from 'ConcreteComponentTransferFunction' class.
getExponent ( )This method is from 'ConcreteComponentTransferFunction' class.
getGammaTransfer ( float, float, float )This method is from 'ConcreteComponentTransferFunction' class.
getIdentityTransfer ( )This method is from 'ConcreteComponentTransferFunction' class.
getIntercept ( )This method is from 'ConcreteComponentTransferFunction' class.
getLinearTransfer ( float, float )This method is from 'ConcreteComponentTransferFunction' class.
getOffset ( )This method is from 'ConcreteComponentTransferFunction' class.
getSlope ( )This method is from 'ConcreteComponentTransferFunction' class.
getTableTransfer ( float[ ] )This method is from 'ConcreteComponentTransferFunction' class.
getTableValues ( )This method is from 'ConcreteComponentTransferFunction' class.
getType ( )This method is from 'ConcreteComponentTransferFunction' class.
...
[+] DiscreteTransfer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DiscreteTransfer. |
[+] affected methods (2)
DiscreteTransfer ( int[ ] )This constructor is from 'DiscreteTransfer' class.
getLookupTable ( )This method is from 'DiscreteTransfer' class.
[+] DistantLight (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DistantLight. |
[+] affected methods (6)
DistantLight ( double, double, Color )This constructor is from 'DistantLight' class.
getAzimuth ( )This method is from 'DistantLight' class.
getElevation ( )This method is from 'DistantLight' class.
getLight ( double, double, double, double[ ] )This method is from 'DistantLight' class.
getLightRow ( double, double, double, int, double[ ][ ], double[ ][ ] )This method is from 'DistantLight' class.
isConstant ( )This method is from 'DistantLight' class.
[+] GammaTransfer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GammaTransfer. |
[+] affected methods (2)
GammaTransfer ( float, float, float )This constructor is from 'GammaTransfer' class.
getLookupTable ( )This method is from 'GammaTransfer' class.
[+] GraphicsUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GraphicsUtil. |
[+] affected methods (35)
GraphicsUtil ( )This constructor is from 'GraphicsUtil' class.
coerceColorModel ( ColorModel, boolean )This method is from 'GraphicsUtil' class.
coerceData ( WritableRaster, ColorModel, boolean )This method is from 'GraphicsUtil' class.
convertToLsRGB ( CachableRed )This method is from 'GraphicsUtil' class.
convertTosRGB ( CachableRed )This method is from 'GraphicsUtil' class.
copyBand ( Raster, int, WritableRaster, int )This method is from 'GraphicsUtil' class.
copyBand ( Raster, Rectangle, int, WritableRaster, Rectangle, int )This method is from 'GraphicsUtil' class.
copyData ( BufferedImage, BufferedImage )This method is from 'GraphicsUtil' class.
copyData ( BufferedImage, Rectangle, BufferedImage, Point )This method is from 'GraphicsUtil' class.
copyData ( Raster, WritableRaster )This method is from 'GraphicsUtil' class.
copyData_FALLBACK ( Raster, WritableRaster )This method is from 'GraphicsUtil' class.
copyData_INT_PACK ( Raster, WritableRaster )This method is from 'GraphicsUtil' class.
...
[+] IdentityTransfer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IdentityTransfer. |
[+] affected methods (2)
IdentityTransfer ( )This constructor is from 'IdentityTransfer' class.
getLookupTable ( )This method is from 'IdentityTransfer' class.
[+] Light (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Light. |
[+] affected methods (6)
getColor ( boolean )This abstract method is from 'Light' interface.
getLight ( double, double, double, double[ ] )This abstract method is from 'Light' interface.
getLightMap ( double, double, double, double, int, int, double[ ][ ][ ] )This abstract method is from 'Light' interface.
getLightRow ( double, double, double, int, double[ ][ ], double[ ][ ] )This abstract method is from 'Light' interface.
isConstant ( )This abstract method is from 'Light' interface.
setColor ( Color )This abstract method is from 'Light' interface.
[+] LinearTransfer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LinearTransfer. |
[+] affected methods (2)
LinearTransfer ( float, float )This constructor is from 'LinearTransfer' class.
getLookupTable ( )This method is from 'LinearTransfer' class.
[+] PadMode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PadMode. |
[+] affected methods (1)
getMode ( )This method is from 'PadMode' class.
[+] PointLight (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointLight. |
[+] affected methods (6)
PointLight ( double, double, double, Color )This constructor is from 'PointLight' class.
getLight ( double, double, double, double[ ] )This method is from 'PointLight' class.
getLightX ( )This method is from 'PointLight' class.
getLightY ( )This method is from 'PointLight' class.
getLightZ ( )This method is from 'PointLight' class.
isConstant ( )This method is from 'PointLight' class.
[+] SpotLight (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SpotLight. |
[+] affected methods (11)
SpotLight ( double, double, double, double, double, double, double, double, Color )This constructor is from 'SpotLight' class.
getLight ( double, double, double, double[ ] )This method is from 'SpotLight' class.
getLightX ( )This method is from 'SpotLight' class.
getLightY ( )This method is from 'SpotLight' class.
getLightZ ( )This method is from 'SpotLight' class.
getLimitingConeAngle ( )This method is from 'SpotLight' class.
getPointAtX ( )This method is from 'SpotLight' class.
getPointAtY ( )This method is from 'SpotLight' class.
getPointAtZ ( )This method is from 'SpotLight' class.
getSpecularExponent ( )This method is from 'SpotLight' class.
isConstant ( )This method is from 'SpotLight' class.
...
[+] SVGComposite (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite. |
[+] affected methods (5)
SVGComposite ( CompositeRule )This constructor is from 'SVGComposite' class.
createContext ( ColorModel, ColorModel, RenderingHints )This method is from 'SVGComposite' class.
equals ( Object )This method is from 'SVGComposite' class.
getRule ( )This method is from 'SVGComposite' class.
is_INT_PACK ( ColorModel )This method is from 'SVGComposite' class.
[+] SVGComposite.AlphaPreCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.AlphaPreCompositeContext. |
[+] affected methods (3)
compose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.AlphaPreCompositeContext' abstract class.
dispose ( )This method is from 'SVGComposite.AlphaPreCompositeContext' abstract class.
precompose ( Raster, Raster, WritableRaster )This abstract method is from 'SVGComposite.AlphaPreCompositeContext' abstract class.
[+] SVGComposite.AlphaPreCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.AlphaPreCompositeContext_INT_PACK. |
[+] affected methods (2)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.AlphaPreCompositeContext_INT_PACK' abstract class.
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This abstract method is from 'SVGComposite.AlphaPreCompositeContext_INT_PACK' abstract class.
[+] SVGComposite.ArithCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.ArithCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.ArithCompositeContext' class.
[+] SVGComposite.ArithCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.ArithCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.ArithCompositeContext_INT_PACK' class.
[+] SVGComposite.ArithCompositeContext_INT_PACK_LUT (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.ArithCompositeContext_INT_PACK_LUT. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.ArithCompositeContext_INT_PACK_LUT' class.
[+] SVGComposite.AtopCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.AtopCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.AtopCompositeContext' class.
[+] SVGComposite.AtopCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.AtopCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.AtopCompositeContext_INT_PACK' class.
[+] SVGComposite.DarkenCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.DarkenCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.DarkenCompositeContext' class.
[+] SVGComposite.DarkenCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.DarkenCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.DarkenCompositeContext_INT_PACK' class.
[+] SVGComposite.InCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.InCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.InCompositeContext' class.
[+] SVGComposite.InCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.InCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.InCompositeContext_INT_PACK' class.
[+] SVGComposite.LightenCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.LightenCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.LightenCompositeContext' class.
[+] SVGComposite.LightenCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.LightenCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.LightenCompositeContext_INT_PACK' class.
[+] SVGComposite.MultiplyCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.MultiplyCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.MultiplyCompositeContext' class.
[+] SVGComposite.MultiplyCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.MultiplyCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.MultiplyCompositeContext_INT_PACK' class.
[+] SVGComposite.OutCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.OutCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.OutCompositeContext' class.
[+] SVGComposite.OutCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.OutCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.OutCompositeContext_INT_PACK' class.
[+] SVGComposite.OverCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.OverCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.OverCompositeContext' class.
[+] SVGComposite.OverCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.OverCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.OverCompositeContext_INT_PACK' class.
[+] SVGComposite.OverCompositeContext_INT_PACK_NA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.OverCompositeContext_INT_PACK_NA. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.OverCompositeContext_INT_PACK_NA' class.
[+] SVGComposite.OverCompositeContext_INT_PACK_UNPRE (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.OverCompositeContext_INT_PACK_UNPRE. |
[+] affected methods (2)
compose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.OverCompositeContext_INT_PACK_UNPRE' class.
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.OverCompositeContext_INT_PACK_UNPRE' class.
[+] SVGComposite.OverCompositeContext_NA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.OverCompositeContext_NA. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.OverCompositeContext_NA' class.
[+] SVGComposite.ScreenCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.ScreenCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.ScreenCompositeContext' class.
[+] SVGComposite.ScreenCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.ScreenCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.ScreenCompositeContext_INT_PACK' class.
[+] SVGComposite.XorCompositeContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.XorCompositeContext. |
[+] affected methods (1)
precompose ( Raster, Raster, WritableRaster )This method is from 'SVGComposite.XorCompositeContext' class.
[+] SVGComposite.XorCompositeContext_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite.XorCompositeContext_INT_PACK. |
[+] affected methods (1)
precompose_INT_PACK ( int, int, int[ ], int, int, int[ ], int, int, int[ ], int, int )This method is from 'SVGComposite.XorCompositeContext_INT_PACK' class.
[+] TableTransfer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TableTransfer. |
[+] affected methods (2)
TableTransfer ( int[ ] )This constructor is from 'TableTransfer' class.
getLookupTable ( )This method is from 'TableTransfer' class.
[+] TransferFunction (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TransferFunction. |
[+] affected methods (1)
getLookupTable ( )This abstract method is from 'TransferFunction' interface.
[+] URLImageCache (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class URLImageCache. |
[+] affected methods (7)
URLImageCache ( )This constructor is from 'URLImageCache' class.
clear ( ParsedURL )This method is from 'URLImageCache' class.
getDefaultCache ( )This method is from 'URLImageCache' class.
isDone ( ParsedURL )This method is from 'URLImageCache' class.
isPresent ( ParsedURL )This method is from 'URLImageCache' class.
put ( ParsedURL, Filter )This method is from 'URLImageCache' class.
request ( ParsedURL )This method is from 'URLImageCache' class.
package org.apache.batik.ext.awt.image.codec
[+] FileCacheSeekableStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FileCacheSeekableStream. |
[+] affected methods (7)
FileCacheSeekableStream ( InputStream )This constructor is from 'FileCacheSeekableStream' class.
canSeekBackwards ( )This method is from 'FileCacheSeekableStream' class.
close ( )This method is from 'FileCacheSeekableStream' class.
getFilePointer ( )This method is from 'FileCacheSeekableStream' class.
read ( )This method is from 'FileCacheSeekableStream' class.
read ( byte[ ], int, int )This method is from 'FileCacheSeekableStream' class.
seek ( long )This method is from 'FileCacheSeekableStream' class.
[+] ForwardSeekableStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ForwardSeekableStream. |
[+] affected methods (12)
ForwardSeekableStream ( InputStream )This constructor is from 'ForwardSeekableStream' class.
available ( )This method is from 'ForwardSeekableStream' class.
canSeekBackwards ( )This method is from 'ForwardSeekableStream' class.
close ( )This method is from 'ForwardSeekableStream' class.
getFilePointer ( )This method is from 'ForwardSeekableStream' class.
mark ( int )This method is from 'ForwardSeekableStream' class.
markSupported ( )This method is from 'ForwardSeekableStream' class.
read ( )This method is from 'ForwardSeekableStream' class.
read ( byte[ ], int, int )This method is from 'ForwardSeekableStream' class.
reset ( )This method is from 'ForwardSeekableStream' class.
seek ( long )This method is from 'ForwardSeekableStream' class.
skip ( long )This method is from 'ForwardSeekableStream' class.
...
[+] ImageDecoder (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageDecoder. |
[+] affected methods (8)
decodeAsRaster ( )This abstract method is from 'ImageDecoder' interface.
decodeAsRaster ( int )This abstract method is from 'ImageDecoder' interface.
decodeAsRenderedImage ( )This abstract method is from 'ImageDecoder' interface.
decodeAsRenderedImage ( int )This abstract method is from 'ImageDecoder' interface.
getInputStream ( )This abstract method is from 'ImageDecoder' interface.
getNumPages ( )This abstract method is from 'ImageDecoder' interface.
getParam ( )This abstract method is from 'ImageDecoder' interface.
setParam ( ImageDecodeParam )This abstract method is from 'ImageDecoder' interface.
[+] ImageDecoderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageDecoderImpl. |
[+] affected methods (10)
ImageDecoderImpl ( InputStream, ImageDecodeParam )This constructor is from 'ImageDecoderImpl' abstract class.
ImageDecoderImpl ( SeekableStream, ImageDecodeParam )This constructor is from 'ImageDecoderImpl' abstract class.
decodeAsRaster ( )This method is from 'ImageDecoderImpl' abstract class.
decodeAsRaster ( int )This method is from 'ImageDecoderImpl' abstract class.
decodeAsRenderedImage ( )This method is from 'ImageDecoderImpl' abstract class.
decodeAsRenderedImage ( int )This abstract method is from 'ImageDecoderImpl' abstract class.
getInputStream ( )This method is from 'ImageDecoderImpl' abstract class.
getNumPages ( )This method is from 'ImageDecoderImpl' abstract class.
getParam ( )This method is from 'ImageDecoderImpl' abstract class.
setParam ( ImageDecodeParam )This method is from 'ImageDecoderImpl' abstract class.
[+] ImageEncoder (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageEncoder. |
[+] affected methods (5)
encode ( Raster, ColorModel )This abstract method is from 'ImageEncoder' interface.
encode ( RenderedImage )This abstract method is from 'ImageEncoder' interface.
getOutputStream ( )This abstract method is from 'ImageEncoder' interface.
getParam ( )This abstract method is from 'ImageEncoder' interface.
setParam ( ImageEncodeParam )This abstract method is from 'ImageEncoder' interface.
[+] ImageEncoderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageEncoderImpl. |
[+] affected methods (6)
ImageEncoderImpl ( OutputStream, ImageEncodeParam )This constructor is from 'ImageEncoderImpl' abstract class.
encode ( Raster, ColorModel )This method is from 'ImageEncoderImpl' abstract class.
encode ( RenderedImage )This abstract method is from 'ImageEncoderImpl' abstract class.
getOutputStream ( )This method is from 'ImageEncoderImpl' abstract class.
getParam ( )This method is from 'ImageEncoderImpl' abstract class.
setParam ( ImageEncodeParam )This method is from 'ImageEncoderImpl' abstract class.
[+] MemoryCacheSeekableStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemoryCacheSeekableStream. |
[+] affected methods (6)
MemoryCacheSeekableStream ( InputStream )This constructor is from 'MemoryCacheSeekableStream' class.
canSeekBackwards ( )This method is from 'MemoryCacheSeekableStream' class.
getFilePointer ( )This method is from 'MemoryCacheSeekableStream' class.
read ( )This method is from 'MemoryCacheSeekableStream' class.
read ( byte[ ], int, int )This method is from 'MemoryCacheSeekableStream' class.
seek ( long )This method is from 'MemoryCacheSeekableStream' class.
[+] PNGDecodeParam (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGDecodeParam. |
[+] affected methods (19)
PNGDecodeParam ( )This constructor is from 'PNGDecodeParam' class.
getDisplayExponent ( )This method is from 'PNGDecodeParam' class.
getEncodeParam ( )This method is from 'PNGDecodeParam' class.
getExpandGrayAlpha ( )This method is from 'PNGDecodeParam' class.
getExpandPalette ( )This method is from 'PNGDecodeParam' class.
getGenerateEncodeParam ( )This method is from 'PNGDecodeParam' class.
getOutput8BitGray ( )This method is from 'PNGDecodeParam' class.
getPerformGammaCorrection ( )This method is from 'PNGDecodeParam' class.
getSuppressAlpha ( )This method is from 'PNGDecodeParam' class.
getUserExponent ( )This method is from 'PNGDecodeParam' class.
setDisplayExponent ( float )This method is from 'PNGDecodeParam' class.
setEncodeParam ( PNGEncodeParam )This method is from 'PNGDecodeParam' class.
...
[+] PNGEncodeParam (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGEncodeParam. |
[+] affected methods (65)
PNGEncodeParam ( )This constructor is from 'PNGEncodeParam' abstract class.
addPrivateChunk ( String, byte[ ] )This method is from 'PNGEncodeParam' abstract class.
filterRow ( byte[ ], byte[ ], byte[ ][ ], int, int )This method is from 'PNGEncodeParam' abstract class.
getBitDepth ( )This method is from 'PNGEncodeParam' abstract class.
getChromaticity ( )This method is from 'PNGEncodeParam' abstract class.
getCompressedText ( )This method is from 'PNGEncodeParam' abstract class.
getDefaultEncodeParam ( RenderedImage )This method is from 'PNGEncodeParam' abstract class.
getGamma ( )This method is from 'PNGEncodeParam' abstract class.
getICCProfileData ( )This method is from 'PNGEncodeParam' abstract class.
getInterlacing ( )This method is from 'PNGEncodeParam' abstract class.
getModificationTime ( )This method is from 'PNGEncodeParam' abstract class.
getNumPrivateChunks ( )This method is from 'PNGEncodeParam' abstract class.
...
[+] PNGEncodeParam.Gray (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGEncodeParam.Gray. |
[+] affected methods (13)
PNGEncodeParam.Gray ( )This constructor is from 'PNGEncodeParam.Gray' class.
getBackgroundGray ( )This method is from 'PNGEncodeParam.Gray' class.
getBitShift ( )This method is from 'PNGEncodeParam.Gray' class.
getTransparentGray ( )This method is from 'PNGEncodeParam.Gray' class.
isBackgroundSet ( )This method is from 'PNGEncodeParam.Gray' class.
isBitDepthSet ( )This method is from 'PNGEncodeParam.Gray' class.
isBitShiftSet ( )This method is from 'PNGEncodeParam.Gray' class.
setBackgroundGray ( int )This method is from 'PNGEncodeParam.Gray' class.
setBitDepth ( int )This method is from 'PNGEncodeParam.Gray' class.
setBitShift ( int )This method is from 'PNGEncodeParam.Gray' class.
setTransparentGray ( int )This method is from 'PNGEncodeParam.Gray' class.
unsetBackground ( )This method is from 'PNGEncodeParam.Gray' class.
...
[+] PNGEncodeParam.Palette (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGEncodeParam.Palette. |
[+] affected methods (12)
PNGEncodeParam.Palette ( )This constructor is from 'PNGEncodeParam.Palette' class.
getBackgroundPaletteIndex ( )This method is from 'PNGEncodeParam.Palette' class.
getPalette ( )This method is from 'PNGEncodeParam.Palette' class.
getPaletteTransparency ( )This method is from 'PNGEncodeParam.Palette' class.
isBackgroundSet ( )This method is from 'PNGEncodeParam.Palette' class.
isPaletteSet ( )This method is from 'PNGEncodeParam.Palette' class.
setBackgroundPaletteIndex ( int )This method is from 'PNGEncodeParam.Palette' class.
setBitDepth ( int )This method is from 'PNGEncodeParam.Palette' class.
setPalette ( int[ ] )This method is from 'PNGEncodeParam.Palette' class.
setPaletteTransparency ( byte[ ] )This method is from 'PNGEncodeParam.Palette' class.
unsetBackground ( )This method is from 'PNGEncodeParam.Palette' class.
unsetPalette ( )This method is from 'PNGEncodeParam.Palette' class.
...
[+] PNGEncodeParam.RGB (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGEncodeParam.RGB. |
[+] affected methods (8)
PNGEncodeParam.RGB ( )This constructor is from 'PNGEncodeParam.RGB' class.
getBackgroundRGB ( )This method is from 'PNGEncodeParam.RGB' class.
getTransparentRGB ( )This method is from 'PNGEncodeParam.RGB' class.
isBackgroundSet ( )This method is from 'PNGEncodeParam.RGB' class.
setBackgroundRGB ( int[ ] )This method is from 'PNGEncodeParam.RGB' class.
setBitDepth ( int )This method is from 'PNGEncodeParam.RGB' class.
setTransparentRGB ( int[ ] )This method is from 'PNGEncodeParam.RGB' class.
unsetBackground ( )This method is from 'PNGEncodeParam.RGB' class.
[+] PNGImageDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGImageDecoder. |
[+] affected methods (2)
PNGImageDecoder ( InputStream, PNGDecodeParam )This constructor is from 'PNGImageDecoder' class.
decodeAsRenderedImage ( int )This method is from 'PNGImageDecoder' class.
[+] PNGImageEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGImageEncoder. |
[+] affected methods (2)
PNGImageEncoder ( OutputStream, PNGEncodeParam )This constructor is from 'PNGImageEncoder' class.
encode ( RenderedImage )This method is from 'PNGImageEncoder' class.
[+] PNGRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGRed. |
[+] affected methods (5)
PNGRed ( InputStream )This constructor is from 'PNGRed' class.
PNGRed ( InputStream, PNGDecodeParam )This constructor is from 'PNGRed' class.
copyData ( WritableRaster )This method is from 'PNGRed' class.
createComponentColorModel ( SampleModel )This method is from 'PNGRed' class.
getTile ( int, int )This method is from 'PNGRed' class.
[+] PNGSuggestedPaletteEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGSuggestedPaletteEntry. |
[+] affected methods (1)
PNGSuggestedPaletteEntry ( )This constructor is from 'PNGSuggestedPaletteEntry' class.
[+] PropertyUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PropertyUtil. |
[+] affected methods (2)
PropertyUtil ( )This constructor is from 'PropertyUtil' class.
getString ( String )This method is from 'PropertyUtil' class.
[+] SeekableOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SeekableOutputStream. |
[+] affected methods (8)
SeekableOutputStream ( RandomAccessFile )This constructor is from 'SeekableOutputStream' class.
close ( )This method is from 'SeekableOutputStream' class.
flush ( )This method is from 'SeekableOutputStream' class.
getFilePointer ( )This method is from 'SeekableOutputStream' class.
seek ( long )This method is from 'SeekableOutputStream' class.
write ( byte[ ] )This method is from 'SeekableOutputStream' class.
write ( byte[ ], int, int )This method is from 'SeekableOutputStream' class.
write ( int )This method is from 'SeekableOutputStream' class.
[+] SeekableStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SeekableStream. |
[+] affected methods (35)
SeekableStream ( )This constructor is from 'SeekableStream' abstract class.
canSeekBackwards ( )This method is from 'SeekableStream' abstract class.
finalize ( )This method is from 'SeekableStream' abstract class.
getFilePointer ( )This abstract method is from 'SeekableStream' abstract class.
mark ( int )This method is from 'SeekableStream' abstract class.
markSupported ( )This method is from 'SeekableStream' abstract class.
read ( )This abstract method is from 'SeekableStream' abstract class.
read ( byte[ ], int, int )This abstract method is from 'SeekableStream' abstract class.
readBoolean ( )This method is from 'SeekableStream' abstract class.
readByte ( )This method is from 'SeekableStream' abstract class.
readChar ( )This method is from 'SeekableStream' abstract class.
readCharLE ( )This method is from 'SeekableStream' abstract class.
...
[+] SimpleRenderedImage (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleRenderedImage. |
[+] affected methods (36)
SimpleRenderedImage ( )This constructor is from 'SimpleRenderedImage' abstract class.
copyData ( WritableRaster )This method is from 'SimpleRenderedImage' abstract class.
getBounds ( )This method is from 'SimpleRenderedImage' abstract class.
getColorModel ( )This method is from 'SimpleRenderedImage' abstract class.
getData ( )This method is from 'SimpleRenderedImage' abstract class.
getData ( Rectangle )This method is from 'SimpleRenderedImage' abstract class.
getHeight ( )This method is from 'SimpleRenderedImage' abstract class.
getMaxTileX ( )This method is from 'SimpleRenderedImage' abstract class.
getMaxTileY ( )This method is from 'SimpleRenderedImage' abstract class.
getMaxX ( )This method is from 'SimpleRenderedImage' abstract class.
getMaxY ( )This method is from 'SimpleRenderedImage' abstract class.
getMinTileX ( )This method is from 'SimpleRenderedImage' abstract class.
...
[+] SingleTileRenderedImage (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SingleTileRenderedImage. |
[+] affected methods (2)
SingleTileRenderedImage ( Raster, ColorModel )This constructor is from 'SingleTileRenderedImage' class.
getTile ( int, int )This method is from 'SingleTileRenderedImage' class.
package org.apache.batik.ext.awt.image.codec.tiff
[+] TIFFDecodeParam (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFDecodeParam. |
[+] affected methods (9)
TIFFDecodeParam ( )This constructor is from 'TIFFDecodeParam' class.
decode16BitsTo8Bits ( int )This method is from 'TIFFDecodeParam' class.
decodeSigned16BitsTo8Bits ( short )This method is from 'TIFFDecodeParam' class.
getDecodePaletteAsShorts ( )This method is from 'TIFFDecodeParam' class.
getIFDOffset ( )This method is from 'TIFFDecodeParam' class.
getJPEGDecompressYCbCrToRGB ( )This method is from 'TIFFDecodeParam' class.
setDecodePaletteAsShorts ( boolean )This method is from 'TIFFDecodeParam' class.
setIFDOffset ( long )This method is from 'TIFFDecodeParam' class.
setJPEGDecompressYCbCrToRGB ( boolean )This method is from 'TIFFDecodeParam' class.
[+] TIFFDirectory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFDirectory. |
[+] affected methods (19)
TIFFDirectory ( SeekableStream, int )This constructor is from 'TIFFDirectory' class.
TIFFDirectory ( SeekableStream, long, int )This constructor is from 'TIFFDirectory' class.
getField ( int )This method is from 'TIFFDirectory' class.
getFieldAsByte ( int )This method is from 'TIFFDirectory' class.
getFieldAsByte ( int, int )This method is from 'TIFFDirectory' class.
getFieldAsDouble ( int )This method is from 'TIFFDirectory' class.
getFieldAsDouble ( int, int )This method is from 'TIFFDirectory' class.
getFieldAsFloat ( int )This method is from 'TIFFDirectory' class.
getFieldAsFloat ( int, int )This method is from 'TIFFDirectory' class.
getFieldAsLong ( int )This method is from 'TIFFDirectory' class.
getFieldAsLong ( int, int )This method is from 'TIFFDirectory' class.
getFields ( )This method is from 'TIFFDirectory' class.
...
[+] TIFFEncodeParam (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFEncodeParam. |
[+] affected methods (18)
TIFFEncodeParam ( )This constructor is from 'TIFFEncodeParam' class.
getCompression ( )This method is from 'TIFFEncodeParam' class.
getDeflateLevel ( )This method is from 'TIFFEncodeParam' class.
getExtraFields ( )This method is from 'TIFFEncodeParam' class.
getExtraImages ( )This method is from 'TIFFEncodeParam' class.
getJPEGCompressRGBToYCbCr ( )This method is from 'TIFFEncodeParam' class.
getJPEGEncodeParam ( )This method is from 'TIFFEncodeParam' class.
getTileHeight ( )This method is from 'TIFFEncodeParam' class.
getTileWidth ( )This method is from 'TIFFEncodeParam' class.
getWriteTiled ( )This method is from 'TIFFEncodeParam' class.
setCompression ( int )This method is from 'TIFFEncodeParam' class.
setDeflateLevel ( int )This method is from 'TIFFEncodeParam' class.
...
[+] TIFFField (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFField. |
[+] affected methods (21)
TIFFField ( int, int, int, Object )This constructor is from 'TIFFField' class.
compareTo ( Object )This method is from 'TIFFField' class.
getAsBytes ( )This method is from 'TIFFField' class.
getAsChars ( )This method is from 'TIFFField' class.
getAsDouble ( int )This method is from 'TIFFField' class.
getAsDoubles ( )This method is from 'TIFFField' class.
getAsFloat ( int )This method is from 'TIFFField' class.
getAsFloats ( )This method is from 'TIFFField' class.
getAsInt ( int )This method is from 'TIFFField' class.
getAsInts ( )This method is from 'TIFFField' class.
getAsLong ( int )This method is from 'TIFFField' class.
getAsLongs ( )This method is from 'TIFFField' class.
...
[+] TIFFImage (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFImage. |
[+] affected methods (4)
TIFFImage ( SeekableStream, TIFFDecodeParam, int )This constructor is from 'TIFFImage' class.
copyData ( WritableRaster )This method is from 'TIFFImage' class.
getPrivateIFD ( long )This method is from 'TIFFImage' class.
getTile ( int, int )This method is from 'TIFFImage' class.
[+] TIFFImageDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFImageDecoder. |
[+] affected methods (3)
TIFFImageDecoder ( SeekableStream, ImageDecodeParam )This constructor is from 'TIFFImageDecoder' class.
decodeAsRenderedImage ( int )This method is from 'TIFFImageDecoder' class.
getNumPages ( )This method is from 'TIFFImageDecoder' class.
[+] TIFFImageEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFImageEncoder. |
[+] affected methods (2)
TIFFImageEncoder ( OutputStream, ImageEncodeParam )This constructor is from 'TIFFImageEncoder' class.
encode ( RenderedImage )This method is from 'TIFFImageEncoder' class.
[+] TIFFLZWDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFLZWDecoder. |
[+] affected methods (8)
TIFFLZWDecoder ( int, int, int )This constructor is from 'TIFFLZWDecoder' class.
addStringToTable ( byte[ ] )This method is from 'TIFFLZWDecoder' class.
addStringToTable ( byte[ ], byte )This method is from 'TIFFLZWDecoder' class.
composeString ( byte[ ], byte )This method is from 'TIFFLZWDecoder' class.
decode ( byte[ ], byte[ ], int )This method is from 'TIFFLZWDecoder' class.
getNextCode ( )This method is from 'TIFFLZWDecoder' class.
initializeStringTable ( )This method is from 'TIFFLZWDecoder' class.
writeString ( byte[ ] )This method is from 'TIFFLZWDecoder' class.
package org.apache.batik.ext.awt.image.renderable
[+] AbstractColorInterpolationRable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractColorInterpolationRable. |
[+] affected methods (10)
AbstractColorInterpolationRable ( )This constructor is from 'AbstractColorInterpolationRable' abstract class.
AbstractColorInterpolationRable ( List )This constructor is from 'AbstractColorInterpolationRable' abstract class.
AbstractColorInterpolationRable ( List, Map )This constructor is from 'AbstractColorInterpolationRable' abstract class.
AbstractColorInterpolationRable ( Filter )This constructor is from 'AbstractColorInterpolationRable' abstract class.
AbstractColorInterpolationRable ( Filter, Map )This constructor is from 'AbstractColorInterpolationRable' abstract class.
convertSourceCS ( RenderedImage )This method is from 'AbstractColorInterpolationRable' abstract class.
convertSourceCS ( CachableRed )This method is from 'AbstractColorInterpolationRable' abstract class.
getOperationColorSpace ( )This method is from 'AbstractColorInterpolationRable' abstract class.
isColorSpaceLinear ( )This method is from 'AbstractColorInterpolationRable' abstract class.
setColorSpaceLinear ( boolean )This method is from 'AbstractColorInterpolationRable' abstract class.
[+] AbstractRable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractRable. |
[+] affected methods (25)
AbstractRable ( )This constructor is from 'AbstractRable' abstract class.
AbstractRable ( List )This constructor is from 'AbstractRable' abstract class.
AbstractRable ( List, Map )This constructor is from 'AbstractRable' abstract class.
AbstractRable ( Filter )This constructor is from 'AbstractRable' abstract class.
AbstractRable ( Filter, Map )This constructor is from 'AbstractRable' abstract class.
createDefaultRendering ( )This method is from 'AbstractRable' abstract class.
createRendering ( RenderContext )This abstract method is from 'AbstractRable' abstract class.
createScaledRendering ( int, int, RenderingHints )This method is from 'AbstractRable' abstract class.
getBounds2D ( )This method is from 'AbstractRable' abstract class.
getDependencyRegion ( int, Rectangle2D )This method is from 'AbstractRable' abstract class.
getDirtyRegion ( int, Rectangle2D )This method is from 'AbstractRable' abstract class.
getHeight ( )This method is from 'AbstractRable' abstract class.
...
[+] AffineRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AffineRable. |
[+] affected methods (4)
getAffine ( )This abstract method is from 'AffineRable' interface.
getSource ( )This abstract method is from 'AffineRable' interface.
setAffine ( AffineTransform )This abstract method is from 'AffineRable' interface.
setSource ( Filter )This abstract method is from 'AffineRable' interface.
[+] AffineRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AffineRable8Bit. |
[+] affected methods (10)
AffineRable8Bit ( Filter, AffineTransform )This constructor is from 'AffineRable8Bit' class.
createRendering ( RenderContext )This method is from 'AffineRable8Bit' class.
getAffine ( )This method is from 'AffineRable8Bit' class.
getBounds2D ( )This method is from 'AffineRable8Bit' class.
getDependencyRegion ( int, Rectangle2D )This method is from 'AffineRable8Bit' class.
getDirtyRegion ( int, Rectangle2D )This method is from 'AffineRable8Bit' class.
getSource ( )This method is from 'AffineRable8Bit' class.
paintRable ( Graphics2D )This method is from 'AffineRable8Bit' class.
setAffine ( AffineTransform )This method is from 'AffineRable8Bit' class.
setSource ( Filter )This method is from 'AffineRable8Bit' class.
[+] ClipRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClipRable. |
[+] affected methods (4)
getClipPath ( )This abstract method is from 'ClipRable' interface.
getSource ( )This abstract method is from 'ClipRable' interface.
setClipPath ( Shape )This abstract method is from 'ClipRable' interface.
setSource ( Filter )This abstract method is from 'ClipRable' interface.
[+] ClipRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClipRable8Bit. |
[+] affected methods (7)
ClipRable8Bit ( Filter, Shape )This constructor is from 'ClipRable8Bit' class.
createRendering ( RenderContext )This method is from 'ClipRable8Bit' class.
getBounds2D ( )This method is from 'ClipRable8Bit' class.
getClipPath ( )This method is from 'ClipRable8Bit' class.
getSource ( )This method is from 'ClipRable8Bit' class.
setClipPath ( Shape )This method is from 'ClipRable8Bit' class.
setSource ( Filter )This method is from 'ClipRable8Bit' class.
[+] ColorMatrixRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ColorMatrixRable. |
[+] affected methods (4)
getMatrix ( )This abstract method is from 'ColorMatrixRable' interface.
getSource ( )This abstract method is from 'ColorMatrixRable' interface.
getType ( )This abstract method is from 'ColorMatrixRable' interface.
setSource ( Filter )This abstract method is from 'ColorMatrixRable' interface.
[+] ColorMatrixRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ColorMatrixRable8Bit. |
[+] affected methods (9)
buildHueRotate ( float )This method is from 'ColorMatrixRable8Bit' class.
buildLuminanceToAlpha ( )This method is from 'ColorMatrixRable8Bit' class.
buildMatrix ( float[ ][ ] )This method is from 'ColorMatrixRable8Bit' class.
buildSaturate ( float )This method is from 'ColorMatrixRable8Bit' class.
createRendering ( RenderContext )This method is from 'ColorMatrixRable8Bit' class.
getMatrix ( )This method is from 'ColorMatrixRable8Bit' class.
getSource ( )This method is from 'ColorMatrixRable8Bit' class.
getType ( )This method is from 'ColorMatrixRable8Bit' class.
setSource ( Filter )This method is from 'ColorMatrixRable8Bit' class.
[+] ComponentTransferRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ComponentTransferRable. |
[+] affected methods (10)
getAlphaFunction ( )This abstract method is from 'ComponentTransferRable' interface.
getBlueFunction ( )This abstract method is from 'ComponentTransferRable' interface.
getGreenFunction ( )This abstract method is from 'ComponentTransferRable' interface.
getRedFunction ( )This abstract method is from 'ComponentTransferRable' interface.
getSource ( )This abstract method is from 'ComponentTransferRable' interface.
setAlphaFunction ( ComponentTransferFunction )This abstract method is from 'ComponentTransferRable' interface.
setBlueFunction ( ComponentTransferFunction )This abstract method is from 'ComponentTransferRable' interface.
setGreenFunction ( ComponentTransferFunction )This abstract method is from 'ComponentTransferRable' interface.
setRedFunction ( ComponentTransferFunction )This abstract method is from 'ComponentTransferRable' interface.
setSource ( Filter )This abstract method is from 'ComponentTransferRable' interface.
[+] ComponentTransferRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ComponentTransferRable8Bit. |
[+] affected methods (12)
ComponentTransferRable8Bit ( Filter, ComponentTransferFunction, ComponentTransferFunction, ComponentTransferFunction, ComponentTransferFunction )This constructor is from 'ComponentTransferRable8Bit' class.
createRendering ( RenderContext )This method is from 'ComponentTransferRable8Bit' class.
getAlphaFunction ( )This method is from 'ComponentTransferRable8Bit' class.
getBlueFunction ( )This method is from 'ComponentTransferRable8Bit' class.
getGreenFunction ( )This method is from 'ComponentTransferRable8Bit' class.
getRedFunction ( )This method is from 'ComponentTransferRable8Bit' class.
getSource ( )This method is from 'ComponentTransferRable8Bit' class.
setAlphaFunction ( ComponentTransferFunction )This method is from 'ComponentTransferRable8Bit' class.
setBlueFunction ( ComponentTransferFunction )This method is from 'ComponentTransferRable8Bit' class.
setGreenFunction ( ComponentTransferFunction )This method is from 'ComponentTransferRable8Bit' class.
setRedFunction ( ComponentTransferFunction )This method is from 'ComponentTransferRable8Bit' class.
setSource ( Filter )This method is from 'ComponentTransferRable8Bit' class.
...
[+] CompositeRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompositeRable. |
[+] affected methods (3)
getCompositeRule ( )This abstract method is from 'CompositeRable' interface.
setCompositeRule ( CompositeRule )This abstract method is from 'CompositeRable' interface.
setSources ( List )This abstract method is from 'CompositeRable' interface.
[+] CompositeRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompositeRable8Bit. |
[+] affected methods (6)
CompositeRable8Bit ( List, CompositeRule, boolean )This constructor is from 'CompositeRable8Bit' class.
createRendering ( RenderContext )This method is from 'CompositeRable8Bit' class.
getCompositeRule ( )This method is from 'CompositeRable8Bit' class.
paintRable ( Graphics2D )This method is from 'CompositeRable8Bit' class.
setCompositeRule ( CompositeRule )This method is from 'CompositeRable8Bit' class.
setSources ( List )This method is from 'CompositeRable8Bit' class.
[+] ConvolveMatrixRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConvolveMatrixRable. |
[+] affected methods (14)
getBias ( )This abstract method is from 'ConvolveMatrixRable' interface.
getEdgeMode ( )This abstract method is from 'ConvolveMatrixRable' interface.
getKernel ( )This abstract method is from 'ConvolveMatrixRable' interface.
getKernelUnitLength ( )This abstract method is from 'ConvolveMatrixRable' interface.
getPreserveAlpha ( )This abstract method is from 'ConvolveMatrixRable' interface.
getSource ( )This abstract method is from 'ConvolveMatrixRable' interface.
getTarget ( )This abstract method is from 'ConvolveMatrixRable' interface.
setBias ( double )This abstract method is from 'ConvolveMatrixRable' interface.
setEdgeMode ( PadMode )This abstract method is from 'ConvolveMatrixRable' interface.
setKernel ( Kernel )This abstract method is from 'ConvolveMatrixRable' interface.
setKernelUnitLength ( double[ ] )This abstract method is from 'ConvolveMatrixRable' interface.
setPreserveAlpha ( boolean )This abstract method is from 'ConvolveMatrixRable' interface.
...
[+] ConvolveMatrixRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConvolveMatrixRable8Bit. |
[+] affected methods (19)
ConvolveMatrixRable8Bit ( Filter )This constructor is from 'ConvolveMatrixRable8Bit' class.
createRendering ( RenderContext )This method is from 'ConvolveMatrixRable8Bit' class.
fixAlpha ( BufferedImage )This method is from 'ConvolveMatrixRable8Bit' class.
fixAlpha_FALLBACK ( WritableRaster )This method is from 'ConvolveMatrixRable8Bit' class.
fixAlpha_INT_PACK ( WritableRaster )This method is from 'ConvolveMatrixRable8Bit' class.
getBias ( )This method is from 'ConvolveMatrixRable8Bit' class.
getEdgeMode ( )This method is from 'ConvolveMatrixRable8Bit' class.
getKernel ( )This method is from 'ConvolveMatrixRable8Bit' class.
getKernelUnitLength ( )This method is from 'ConvolveMatrixRable8Bit' class.
getPreserveAlpha ( )This method is from 'ConvolveMatrixRable8Bit' class.
getSource ( )This method is from 'ConvolveMatrixRable8Bit' class.
getTarget ( )This method is from 'ConvolveMatrixRable8Bit' class.
...
[+] DeferRable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeferRable. |
[+] affected methods (20)
DeferRable ( )This constructor is from 'DeferRable' class.
createDefaultRendering ( )This method is from 'DeferRable' class.
createRendering ( RenderContext )This method is from 'DeferRable' class.
createScaledRendering ( int, int, RenderingHints )This method is from 'DeferRable' class.
getBounds2D ( )This method is from 'DeferRable' class.
getDependencyRegion ( int, Rectangle2D )This method is from 'DeferRable' class.
getDirtyRegion ( int, Rectangle2D )This method is from 'DeferRable' class.
getHeight ( )This method is from 'DeferRable' class.
getMinX ( )This method is from 'DeferRable' class.
getMinY ( )This method is from 'DeferRable' class.
getProperty ( String )This method is from 'DeferRable' class.
getPropertyNames ( )This method is from 'DeferRable' class.
...
[+] DiffuseLightingRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DiffuseLightingRable. |
[+] affected methods (12)
getKd ( )This abstract method is from 'DiffuseLightingRable' interface.
getKernelUnitLength ( )This abstract method is from 'DiffuseLightingRable' interface.
getLight ( )This abstract method is from 'DiffuseLightingRable' interface.
getLitRegion ( )This abstract method is from 'DiffuseLightingRable' interface.
getSource ( )This abstract method is from 'DiffuseLightingRable' interface.
getSurfaceScale ( )This abstract method is from 'DiffuseLightingRable' interface.
setKd ( double )This abstract method is from 'DiffuseLightingRable' interface.
setKernelUnitLength ( double[ ] )This abstract method is from 'DiffuseLightingRable' interface.
setLight ( Light )This abstract method is from 'DiffuseLightingRable' interface.
setLitRegion ( Rectangle2D )This abstract method is from 'DiffuseLightingRable' interface.
setSource ( Filter )This abstract method is from 'DiffuseLightingRable' interface.
setSurfaceScale ( double )This abstract method is from 'DiffuseLightingRable' interface.
...
[+] DiffuseLightingRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DiffuseLightingRable8Bit. |
[+] affected methods (15)
DiffuseLightingRable8Bit ( Filter, Rectangle2D, Light, double, double, double[ ] )This constructor is from 'DiffuseLightingRable8Bit' class.
createRendering ( RenderContext )This method is from 'DiffuseLightingRable8Bit' class.
getBounds2D ( )This method is from 'DiffuseLightingRable8Bit' class.
getKd ( )This method is from 'DiffuseLightingRable8Bit' class.
getKernelUnitLength ( )This method is from 'DiffuseLightingRable8Bit' class.
getLight ( )This method is from 'DiffuseLightingRable8Bit' class.
getLitRegion ( )This method is from 'DiffuseLightingRable8Bit' class.
getSource ( )This method is from 'DiffuseLightingRable8Bit' class.
getSurfaceScale ( )This method is from 'DiffuseLightingRable8Bit' class.
setKd ( double )This method is from 'DiffuseLightingRable8Bit' class.
setKernelUnitLength ( double[ ] )This method is from 'DiffuseLightingRable8Bit' class.
setLight ( Light )This method is from 'DiffuseLightingRable8Bit' class.
...
[+] DisplacementMapRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DisplacementMapRable. |
[+] affected methods (7)
getScale ( )This abstract method is from 'DisplacementMapRable' interface.
getXChannelSelector ( )This abstract method is from 'DisplacementMapRable' interface.
getYChannelSelector ( )This abstract method is from 'DisplacementMapRable' interface.
setScale ( double )This abstract method is from 'DisplacementMapRable' interface.
setSources ( List )This abstract method is from 'DisplacementMapRable' interface.
setXChannelSelector ( ARGBChannel )This abstract method is from 'DisplacementMapRable' interface.
setYChannelSelector ( ARGBChannel )This abstract method is from 'DisplacementMapRable' interface.
[+] DisplacementMapRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DisplacementMapRable8Bit. |
[+] affected methods (12)
DisplacementMapRable8Bit ( List, double, ARGBChannel, ARGBChannel )This constructor is from 'DisplacementMapRable8Bit' class.
createRendering ( RenderContext )This method is from 'DisplacementMapRable8Bit' class.
getBounds2D ( )This method is from 'DisplacementMapRable8Bit' class.
getDependencyRegion ( int, Rectangle2D )This method is from 'DisplacementMapRable8Bit' class.
getDirtyRegion ( int, Rectangle2D )This method is from 'DisplacementMapRable8Bit' class.
getScale ( )This method is from 'DisplacementMapRable8Bit' class.
getXChannelSelector ( )This method is from 'DisplacementMapRable8Bit' class.
getYChannelSelector ( )This method is from 'DisplacementMapRable8Bit' class.
setScale ( double )This method is from 'DisplacementMapRable8Bit' class.
setSources ( List )This method is from 'DisplacementMapRable8Bit' class.
setXChannelSelector ( ARGBChannel )This method is from 'DisplacementMapRable8Bit' class.
setYChannelSelector ( ARGBChannel )This method is from 'DisplacementMapRable8Bit' class.
...
[+] Filter (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Filter. |
[+] affected methods (4)
getBounds2D ( )This abstract method is from 'Filter' interface.
getDependencyRegion ( int, Rectangle2D )This abstract method is from 'Filter' interface.
getDirtyRegion ( int, Rectangle2D )This abstract method is from 'Filter' interface.
getTimeStamp ( )This abstract method is from 'Filter' interface.
[+] FilterAlphaRable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterAlphaRable. |
[+] affected methods (4)
FilterAlphaRable ( Filter )This constructor is from 'FilterAlphaRable' class.
createRendering ( RenderContext )This method is from 'FilterAlphaRable' class.
getBounds2D ( )This method is from 'FilterAlphaRable' class.
getSource ( )This method is from 'FilterAlphaRable' class.
[+] FilterAsAlphaRable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterAsAlphaRable. |
[+] affected methods (4)
FilterAsAlphaRable ( Filter )This constructor is from 'FilterAsAlphaRable' class.
createRendering ( RenderContext )This method is from 'FilterAsAlphaRable' class.
getBounds2D ( )This method is from 'FilterAsAlphaRable' class.
getSource ( )This method is from 'FilterAsAlphaRable' class.
[+] FilterChainRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterChainRable. |
[+] affected methods (8)
getFilterRegion ( )This abstract method is from 'FilterChainRable' interface.
getFilterResolutionX ( )This abstract method is from 'FilterChainRable' interface.
getFilterResolutionY ( )This abstract method is from 'FilterChainRable' interface.
getSource ( )This abstract method is from 'FilterChainRable' interface.
setFilterRegion ( Rectangle2D )This abstract method is from 'FilterChainRable' interface.
setFilterResolutionX ( int )This abstract method is from 'FilterChainRable' interface.
setFilterResolutionY ( int )This abstract method is from 'FilterChainRable' interface.
setSource ( Filter )This abstract method is from 'FilterChainRable' interface.
[+] FilterChainRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterChainRable8Bit. |
[+] affected methods (12)
FilterChainRable8Bit ( Filter, Rectangle2D )This constructor is from 'FilterChainRable8Bit' class.
createRendering ( RenderContext )This method is from 'FilterChainRable8Bit' class.
getBounds2D ( )This method is from 'FilterChainRable8Bit' class.
getFilterRegion ( )This method is from 'FilterChainRable8Bit' class.
getFilterResolutionX ( )This method is from 'FilterChainRable8Bit' class.
getFilterResolutionY ( )This method is from 'FilterChainRable8Bit' class.
getSource ( )This method is from 'FilterChainRable8Bit' class.
paintRable ( Graphics2D )This method is from 'FilterChainRable8Bit' class.
setFilterRegion ( Rectangle2D )This method is from 'FilterChainRable8Bit' class.
setFilterResolutionX ( int )This method is from 'FilterChainRable8Bit' class.
setFilterResolutionY ( int )This method is from 'FilterChainRable8Bit' class.
setSource ( Filter )This method is from 'FilterChainRable8Bit' class.
...
[+] FilterColorInterpolation (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterColorInterpolation. |
[+] affected methods (3)
getOperationColorSpace ( )This abstract method is from 'FilterColorInterpolation' interface.
isColorSpaceLinear ( )This abstract method is from 'FilterColorInterpolation' interface.
setColorSpaceLinear ( boolean )This abstract method is from 'FilterColorInterpolation' interface.
[+] FilterResRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterResRable. |
[+] affected methods (6)
getFilterResolutionX ( )This abstract method is from 'FilterResRable' interface.
getFilterResolutionY ( )This abstract method is from 'FilterResRable' interface.
getSource ( )This abstract method is from 'FilterResRable' interface.
setFilterResolutionX ( int )This abstract method is from 'FilterResRable' interface.
setFilterResolutionY ( int )This abstract method is from 'FilterResRable' interface.
setSource ( Filter )This abstract method is from 'FilterResRable' interface.
[+] FilterResRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterResRable8Bit. |
[+] affected methods (12)
FilterResRable8Bit ( )This constructor is from 'FilterResRable8Bit' class.
FilterResRable8Bit ( Filter, int, int )This constructor is from 'FilterResRable8Bit' class.
allPaintRable ( RenderableImage )This method is from 'FilterResRable8Bit' class.
createRendering ( RenderContext )This method is from 'FilterResRable8Bit' class.
distributeAcross ( RenderableImage, Graphics2D )This method is from 'FilterResRable8Bit' class.
getFilterResolutionX ( )This method is from 'FilterResRable8Bit' class.
getFilterResolutionY ( )This method is from 'FilterResRable8Bit' class.
getSource ( )This method is from 'FilterResRable8Bit' class.
paintRable ( Graphics2D )This method is from 'FilterResRable8Bit' class.
setFilterResolutionX ( int )This method is from 'FilterResRable8Bit' class.
setFilterResolutionY ( int )This method is from 'FilterResRable8Bit' class.
setSource ( Filter )This method is from 'FilterResRable8Bit' class.
...
[+] FloodRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FloodRable. |
[+] affected methods (4)
getFloodPaint ( )This abstract method is from 'FloodRable' interface.
getFloodRegion ( )This abstract method is from 'FloodRable' interface.
setFloodPaint ( Paint )This abstract method is from 'FloodRable' interface.
setFloodRegion ( Rectangle2D )This abstract method is from 'FloodRable' interface.
[+] FloodRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FloodRable8Bit. |
[+] affected methods (7)
FloodRable8Bit ( Rectangle2D, Paint )This constructor is from 'FloodRable8Bit' class.
createRendering ( RenderContext )This method is from 'FloodRable8Bit' class.
getBounds2D ( )This method is from 'FloodRable8Bit' class.
getFloodPaint ( )This method is from 'FloodRable8Bit' class.
getFloodRegion ( )This method is from 'FloodRable8Bit' class.
setFloodPaint ( Paint )This method is from 'FloodRable8Bit' class.
setFloodRegion ( Rectangle2D )This method is from 'FloodRable8Bit' class.
[+] GaussianBlurRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GaussianBlurRable. |
[+] affected methods (6)
getSource ( )This abstract method is from 'GaussianBlurRable' interface.
getStdDeviationX ( )This abstract method is from 'GaussianBlurRable' interface.
getStdDeviationY ( )This abstract method is from 'GaussianBlurRable' interface.
setSource ( Filter )This abstract method is from 'GaussianBlurRable' interface.
setStdDeviationX ( double )This abstract method is from 'GaussianBlurRable' interface.
setStdDeviationY ( double )This abstract method is from 'GaussianBlurRable' interface.
[+] GaussianBlurRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GaussianBlurRable8Bit. |
[+] affected methods (13)
GaussianBlurRable8Bit ( Filter, double, double )This constructor is from 'GaussianBlurRable8Bit' class.
createRendering ( RenderContext )This method is from 'GaussianBlurRable8Bit' class.
eps_abs_eq ( double, double )This method is from 'GaussianBlurRable8Bit' class.
eps_eq ( double, double )This method is from 'GaussianBlurRable8Bit' class.
getBounds2D ( )This method is from 'GaussianBlurRable8Bit' class.
getDependencyRegion ( int, Rectangle2D )This method is from 'GaussianBlurRable8Bit' class.
getDirtyRegion ( int, Rectangle2D )This method is from 'GaussianBlurRable8Bit' class.
getSource ( )This method is from 'GaussianBlurRable8Bit' class.
getStdDeviationX ( )This method is from 'GaussianBlurRable8Bit' class.
getStdDeviationY ( )This method is from 'GaussianBlurRable8Bit' class.
setSource ( Filter )This method is from 'GaussianBlurRable8Bit' class.
setStdDeviationX ( double )This method is from 'GaussianBlurRable8Bit' class.
...
[+] MorphologyRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MorphologyRable. |
[+] affected methods (8)
getDoDilation ( )This abstract method is from 'MorphologyRable' interface.
getRadiusX ( )This abstract method is from 'MorphologyRable' interface.
getRadiusY ( )This abstract method is from 'MorphologyRable' interface.
getSource ( )This abstract method is from 'MorphologyRable' interface.
setDoDilation ( boolean )This abstract method is from 'MorphologyRable' interface.
setRadiusX ( double )This abstract method is from 'MorphologyRable' interface.
setRadiusY ( double )This abstract method is from 'MorphologyRable' interface.
setSource ( Filter )This abstract method is from 'MorphologyRable' interface.
[+] MorphologyRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MorphologyRable8Bit. |
[+] affected methods (13)
MorphologyRable8Bit ( Filter, double, double, boolean )This constructor is from 'MorphologyRable8Bit' class.
createRendering ( RenderContext )This method is from 'MorphologyRable8Bit' class.
getBounds2D ( )This method is from 'MorphologyRable8Bit' class.
getDependencyRegion ( int, Rectangle2D )This method is from 'MorphologyRable8Bit' class.
getDirtyRegion ( int, Rectangle2D )This method is from 'MorphologyRable8Bit' class.
getDoDilation ( )This method is from 'MorphologyRable8Bit' class.
getRadiusX ( )This method is from 'MorphologyRable8Bit' class.
getRadiusY ( )This method is from 'MorphologyRable8Bit' class.
getSource ( )This method is from 'MorphologyRable8Bit' class.
setDoDilation ( boolean )This method is from 'MorphologyRable8Bit' class.
setRadiusX ( double )This method is from 'MorphologyRable8Bit' class.
setRadiusY ( double )This method is from 'MorphologyRable8Bit' class.
...
[+] OffsetRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OffsetRable. |
[+] affected methods (6)
getSource ( )This abstract method is from 'OffsetRable' interface.
getXoffset ( )This abstract method is from 'OffsetRable' interface.
getYoffset ( )This abstract method is from 'OffsetRable' interface.
setSource ( Filter )This abstract method is from 'OffsetRable' interface.
setXoffset ( double )This abstract method is from 'OffsetRable' interface.
setYoffset ( double )This abstract method is from 'OffsetRable' interface.
[+] PadRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PadRable. |
[+] affected methods (6)
getPadMode ( )This abstract method is from 'PadRable' interface.
getPadRect ( )This abstract method is from 'PadRable' interface.
getSource ( )This abstract method is from 'PadRable' interface.
setPadMode ( PadMode )This abstract method is from 'PadRable' interface.
setPadRect ( Rectangle2D )This abstract method is from 'PadRable' interface.
setSource ( Filter )This abstract method is from 'PadRable' interface.
[+] PadRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PadRable8Bit. |
[+] affected methods (12)
PadRable8Bit ( Filter, Rectangle2D, PadMode )This constructor is from 'PadRable8Bit' class.
createRendering ( RenderContext )This method is from 'PadRable8Bit' class.
getBounds2D ( )This method is from 'PadRable8Bit' class.
getDependencyRegion ( int, Rectangle2D )This method is from 'PadRable8Bit' class.
getDirtyRegion ( int, Rectangle2D )This method is from 'PadRable8Bit' class.
getPadMode ( )This method is from 'PadRable8Bit' class.
getPadRect ( )This method is from 'PadRable8Bit' class.
getSource ( )This method is from 'PadRable8Bit' class.
paintRable ( Graphics2D )This method is from 'PadRable8Bit' class.
setPadMode ( PadMode )This method is from 'PadRable8Bit' class.
setPadRect ( Rectangle2D )This method is from 'PadRable8Bit' class.
setSource ( Filter )This method is from 'PadRable8Bit' class.
...
[+] PaintRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PaintRable. |
[+] affected methods (1)
paintRable ( Graphics2D )This abstract method is from 'PaintRable' interface.
[+] ProfileRable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ProfileRable. |
[+] affected methods (6)
ProfileRable ( Filter, ICCColorSpaceExt )This constructor is from 'ProfileRable' class.
createRendering ( RenderContext )This method is from 'ProfileRable' class.
getColorSpace ( )This method is from 'ProfileRable' class.
getSource ( )This method is from 'ProfileRable' class.
setColorSpace ( ICCColorSpaceExt )This method is from 'ProfileRable' class.
setSource ( Filter )This method is from 'ProfileRable' class.
[+] RedRable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RedRable. |
[+] affected methods (7)
RedRable ( CachableRed )This constructor is from 'RedRable' class.
createDefaultRendering ( )This method is from 'RedRable' class.
createRendering ( RenderContext )This method is from 'RedRable' class.
getBounds2D ( )This method is from 'RedRable' class.
getProperty ( String )This method is from 'RedRable' class.
getPropertyNames ( )This method is from 'RedRable' class.
getSource ( )This method is from 'RedRable' class.
[+] SpecularLightingRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SpecularLightingRable. |
[+] affected methods (14)
getKernelUnitLength ( )This abstract method is from 'SpecularLightingRable' interface.
getKs ( )This abstract method is from 'SpecularLightingRable' interface.
getLight ( )This abstract method is from 'SpecularLightingRable' interface.
getLitRegion ( )This abstract method is from 'SpecularLightingRable' interface.
getSource ( )This abstract method is from 'SpecularLightingRable' interface.
getSpecularExponent ( )This abstract method is from 'SpecularLightingRable' interface.
getSurfaceScale ( )This abstract method is from 'SpecularLightingRable' interface.
setKernelUnitLength ( double[ ] )This abstract method is from 'SpecularLightingRable' interface.
setKs ( double )This abstract method is from 'SpecularLightingRable' interface.
setLight ( Light )This abstract method is from 'SpecularLightingRable' interface.
setLitRegion ( Rectangle2D )This abstract method is from 'SpecularLightingRable' interface.
setSource ( Filter )This abstract method is from 'SpecularLightingRable' interface.
...
[+] SpecularLightingRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SpecularLightingRable8Bit. |
[+] affected methods (17)
SpecularLightingRable8Bit ( Filter, Rectangle2D, Light, double, double, double, double[ ] )This constructor is from 'SpecularLightingRable8Bit' class.
createRendering ( RenderContext )This method is from 'SpecularLightingRable8Bit' class.
getBounds2D ( )This method is from 'SpecularLightingRable8Bit' class.
getKernelUnitLength ( )This method is from 'SpecularLightingRable8Bit' class.
getKs ( )This method is from 'SpecularLightingRable8Bit' class.
getLight ( )This method is from 'SpecularLightingRable8Bit' class.
getLitRegion ( )This method is from 'SpecularLightingRable8Bit' class.
getSource ( )This method is from 'SpecularLightingRable8Bit' class.
getSpecularExponent ( )This method is from 'SpecularLightingRable8Bit' class.
getSurfaceScale ( )This method is from 'SpecularLightingRable8Bit' class.
setKernelUnitLength ( double[ ] )This method is from 'SpecularLightingRable8Bit' class.
setKs ( double )This method is from 'SpecularLightingRable8Bit' class.
...
[+] TileRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileRable. |
[+] affected methods (8)
getSource ( )This abstract method is from 'TileRable' interface.
getTiledRegion ( )This abstract method is from 'TileRable' interface.
getTileRegion ( )This abstract method is from 'TileRable' interface.
isOverflow ( )This abstract method is from 'TileRable' interface.
setOverflow ( boolean )This abstract method is from 'TileRable' interface.
setSource ( Filter )This abstract method is from 'TileRable' interface.
setTiledRegion ( Rectangle2D )This abstract method is from 'TileRable' interface.
setTileRegion ( Rectangle2D )This abstract method is from 'TileRable' interface.
[+] TileRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileRable8Bit. |
[+] affected methods (13)
TileRable8Bit ( Filter, Rectangle2D, Rectangle2D, boolean )This constructor is from 'TileRable8Bit' class.
createRendering ( RenderContext )This method is from 'TileRable8Bit' class.
createTile ( RenderContext )This method is from 'TileRable8Bit' class.
getActualTileBounds ( Rectangle2D )This method is from 'TileRable8Bit' class.
getBounds2D ( )This method is from 'TileRable8Bit' class.
getSource ( )This method is from 'TileRable8Bit' class.
getTiledRegion ( )This method is from 'TileRable8Bit' class.
getTileRegion ( )This method is from 'TileRable8Bit' class.
isOverflow ( )This method is from 'TileRable8Bit' class.
setOverflow ( boolean )This method is from 'TileRable8Bit' class.
setSource ( Filter )This method is from 'TileRable8Bit' class.
setTiledRegion ( Rectangle2D )This method is from 'TileRable8Bit' class.
...
[+] TurbulenceRable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TurbulenceRable. |
[+] affected methods (14)
getBaseFrequencyX ( )This abstract method is from 'TurbulenceRable' interface.
getBaseFrequencyY ( )This abstract method is from 'TurbulenceRable' interface.
getNumOctaves ( )This abstract method is from 'TurbulenceRable' interface.
getSeed ( )This abstract method is from 'TurbulenceRable' interface.
getTurbulenceRegion ( )This abstract method is from 'TurbulenceRable' interface.
isFractalNoise ( )This abstract method is from 'TurbulenceRable' interface.
isStitched ( )This abstract method is from 'TurbulenceRable' interface.
setBaseFrequencyX ( double )This abstract method is from 'TurbulenceRable' interface.
setBaseFrequencyY ( double )This abstract method is from 'TurbulenceRable' interface.
setFractalNoise ( boolean )This abstract method is from 'TurbulenceRable' interface.
setNumOctaves ( int )This abstract method is from 'TurbulenceRable' interface.
setSeed ( int )This abstract method is from 'TurbulenceRable' interface.
...
[+] TurbulenceRable8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TurbulenceRable8Bit. |
[+] affected methods (18)
TurbulenceRable8Bit ( Rectangle2D )This constructor is from 'TurbulenceRable8Bit' class.
TurbulenceRable8Bit ( Rectangle2D, int, int, double, double, boolean, boolean )This constructor is from 'TurbulenceRable8Bit' class.
createRendering ( RenderContext )This method is from 'TurbulenceRable8Bit' class.
getBaseFrequencyX ( )This method is from 'TurbulenceRable8Bit' class.
getBaseFrequencyY ( )This method is from 'TurbulenceRable8Bit' class.
getBounds2D ( )This method is from 'TurbulenceRable8Bit' class.
getNumOctaves ( )This method is from 'TurbulenceRable8Bit' class.
getSeed ( )This method is from 'TurbulenceRable8Bit' class.
getTurbulenceRegion ( )This method is from 'TurbulenceRable8Bit' class.
isFractalNoise ( )This method is from 'TurbulenceRable8Bit' class.
isStitched ( )This method is from 'TurbulenceRable8Bit' class.
setBaseFrequencyX ( double )This method is from 'TurbulenceRable8Bit' class.
...
package org.apache.batik.ext.awt.image.rendered
[+] AbstractRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractRed. |
[+] affected methods (41)
AbstractRed ( )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( Rectangle, Map )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( List, Rectangle, ColorModel, SampleModel, int, int, Map )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( List, Rectangle, ColorModel, SampleModel, Map )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( List, Rectangle, Map )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( CachableRed, Rectangle, ColorModel, SampleModel, Map )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( CachableRed, Rectangle, Map )This constructor is from 'AbstractRed' abstract class.
AbstractRed ( CachableRed, Map )This constructor is from 'AbstractRed' abstract class.
copyBand ( Raster, int, WritableRaster, int )This method is from 'AbstractRed' abstract class.
copyData ( WritableRaster )This abstract method is from 'AbstractRed' abstract class.
copyToRaster ( WritableRaster )This method is from 'AbstractRed' abstract class.
...
[+] AbstractTiledRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractTiledRed. |
[+] affected methods (27)
AbstractTiledRed ( )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( Rectangle, Map )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( List, Rectangle, ColorModel, SampleModel, int, int, Map )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( List, Rectangle, ColorModel, SampleModel, Map )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( List, Rectangle, Map )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( CachableRed, Rectangle, ColorModel, SampleModel, Map )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( CachableRed, Rectangle, Map )This constructor is from 'AbstractTiledRed' abstract class.
AbstractTiledRed ( CachableRed, Map )This constructor is from 'AbstractTiledRed' abstract class.
copyData ( WritableRaster )This method is from 'AbstractTiledRed' abstract class.
copyToRaster ( WritableRaster )This method is from 'AbstractTiledRed' abstract class.
copyToRasterByBlocks ( WritableRaster )This method is from 'AbstractTiledRed' abstract class.
...
[+] AffineRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AffineRed. |
[+] affected methods (8)
AffineRed ( CachableRed, AffineTransform, RenderingHints )This constructor is from 'AffineRed' class.
copyData ( WritableRaster )This method is from 'AffineRed' class.
fixColorModel ( CachableRed )This method is from 'AffineRed' class.
fixSampleModel ( CachableRed, ColorModel, Rectangle )This method is from 'AffineRed' class.
genRect ( WritableRaster )This method is from 'AffineRed' class.
getSource ( )This method is from 'AffineRed' class.
getTile ( int, int )This method is from 'AffineRed' class.
getTransform ( )This method is from 'AffineRed' class.
[+] Any2LsRGBRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Any2LsRGBRed. |
[+] affected methods (5)
Any2LsRGBRed ( CachableRed )This constructor is from 'Any2LsRGBRed' class.
copyData ( WritableRaster )This method is from 'Any2LsRGBRed' class.
fixColorModel ( CachableRed )This method is from 'Any2LsRGBRed' class.
fixSampleModel ( CachableRed )This method is from 'Any2LsRGBRed' class.
sRGBToLsRGB ( double )This method is from 'Any2LsRGBRed' class.
[+] Any2LumRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Any2LumRed. |
[+] affected methods (4)
Any2LumRed ( CachableRed )This constructor is from 'Any2LumRed' class.
copyData ( WritableRaster )This method is from 'Any2LumRed' class.
fixColorModel ( CachableRed )This method is from 'Any2LumRed' class.
fixSampleModel ( CachableRed )This method is from 'Any2LumRed' class.
[+] Any2sRGBRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Any2sRGBRed. |
[+] affected methods (6)
Any2sRGBRed ( CachableRed )This constructor is from 'Any2sRGBRed' class.
applyLut_INT ( WritableRaster, int[ ] )This method is from 'Any2sRGBRed' class.
copyData ( WritableRaster )This method is from 'Any2sRGBRed' class.
fixColorModel ( CachableRed )This method is from 'Any2sRGBRed' class.
fixSampleModel ( CachableRed )This method is from 'Any2sRGBRed' class.
is_INT_PACK_COMP ( SampleModel )This method is from 'Any2sRGBRed' class.
[+] BufferedImageCachableRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BufferedImageCachableRed. |
[+] affected methods (10)
BufferedImageCachableRed ( BufferedImage )This constructor is from 'BufferedImageCachableRed' class.
BufferedImageCachableRed ( BufferedImage, int, int )This constructor is from 'BufferedImageCachableRed' class.
copyData ( WritableRaster )This method is from 'BufferedImageCachableRed' class.
getBounds ( )This method is from 'BufferedImageCachableRed' class.
getBufferedImage ( )This method is from 'BufferedImageCachableRed' class.
getData ( )This method is from 'BufferedImageCachableRed' class.
getData ( Rectangle )This method is from 'BufferedImageCachableRed' class.
getProperty ( String )This method is from 'BufferedImageCachableRed' class.
getPropertyNames ( )This method is from 'BufferedImageCachableRed' class.
getTile ( int, int )This method is from 'BufferedImageCachableRed' class.
[+] BumpMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BumpMap. |
[+] affected methods (3)
BumpMap ( RenderedImage, double, double, double )This constructor is from 'BumpMap' class.
getNormalArray ( int, int, int, int )This method is from 'BumpMap' class.
getSurfaceScale ( )This method is from 'BumpMap' class.
[+] CachableRed (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CachableRed. |
[+] affected methods (3)
getBounds ( )This abstract method is from 'CachableRed' interface.
getDependencyRegion ( int, Rectangle )This abstract method is from 'CachableRed' interface.
getDirtyRegion ( int, Rectangle )This abstract method is from 'CachableRed' interface.
[+] ColorMatrixRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ColorMatrixRed. |
[+] affected methods (4)
ColorMatrixRed ( CachableRed, float[ ][ ] )This constructor is from 'ColorMatrixRed' class.
copyData ( WritableRaster )This method is from 'ColorMatrixRed' class.
getMatrix ( )This method is from 'ColorMatrixRed' class.
setMatrix ( float[ ][ ] )This method is from 'ColorMatrixRed' class.
[+] ComponentTransferRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ComponentTransferRed. |
[+] affected methods (2)
ComponentTransferRed ( CachableRed, TransferFunction[ ], RenderingHints )This constructor is from 'ComponentTransferRed' class.
copyData ( WritableRaster )This method is from 'ComponentTransferRed' class.
[+] CompositeRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompositeRed. |
[+] affected methods (8)
CompositeRed ( List, CompositeRule )This constructor is from 'CompositeRed' class.
copyData ( WritableRaster )This method is from 'CompositeRed' class.
emptyRect ( WritableRaster )This method is from 'CompositeRed' class.
fixColorModel ( CachableRed )This method is from 'CompositeRed' class.
fixSampleModel ( CachableRed, ColorModel, Rectangle )This method is from 'CompositeRed' class.
genRect ( WritableRaster )This method is from 'CompositeRed' class.
genRect_OVER ( WritableRaster )This method is from 'CompositeRed' class.
getTile ( int, int )This method is from 'CompositeRed' class.
[+] DiffuseLightingRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DiffuseLightingRed. |
[+] affected methods (2)
DiffuseLightingRed ( double, Light, BumpMap, Rectangle, double, double, boolean )This constructor is from 'DiffuseLightingRed' class.
copyData ( WritableRaster )This method is from 'DiffuseLightingRed' class.
[+] DisplacementMapRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DisplacementMapRed. |
[+] affected methods (8)
DisplacementMapRed ( CachableRed, CachableRed, ARGBChannel, ARGBChannel, float, float, RenderingHints )This constructor is from 'DisplacementMapRed' class.
copyData ( WritableRaster )This method is from 'DisplacementMapRed' class.
filterBL ( Raster, WritableRaster, int[ ], int[ ], int[ ], int[ ] )This method is from 'DisplacementMapRed' class.
filterBLPre ( Raster, WritableRaster, int[ ], int[ ], int[ ], int[ ] )This method is from 'DisplacementMapRed' class.
filterNN ( Raster, WritableRaster, int[ ], int[ ], int[ ], int[ ] )This method is from 'DisplacementMapRed' class.
getTile ( int, int )This method is from 'DisplacementMapRed' class.
getXOffsets ( int )This method is from 'DisplacementMapRed' class.
getYOffsets ( int )This method is from 'DisplacementMapRed' class.
[+] FilterAlphaRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterAlphaRed. |
[+] affected methods (2)
FilterAlphaRed ( CachableRed )This constructor is from 'FilterAlphaRed' class.
copyData ( WritableRaster )This method is from 'FilterAlphaRed' class.
[+] FilterAsAlphaRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterAsAlphaRed. |
[+] affected methods (2)
FilterAsAlphaRed ( CachableRed )This constructor is from 'FilterAsAlphaRed' class.
copyData ( WritableRaster )This method is from 'FilterAsAlphaRed' class.
[+] FloodRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FloodRed. |
[+] affected methods (4)
FloodRed ( Rectangle )This constructor is from 'FloodRed' class.
FloodRed ( Rectangle, Paint )This constructor is from 'FloodRed' class.
copyData ( WritableRaster )This method is from 'FloodRed' class.
getTile ( int, int )This method is from 'FloodRed' class.
[+] FormatRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FormatRed. |
[+] affected methods (9)
FormatRed ( CachableRed, ColorModel )This constructor is from 'FormatRed' class.
FormatRed ( CachableRed, SampleModel )This constructor is from 'FormatRed' class.
construct ( CachableRed, ColorModel )This method is from 'FormatRed' class.
copyData ( WritableRaster )This method is from 'FormatRed' class.
getProperty ( String )This method is from 'FormatRed' class.
getPropertyNames ( )This method is from 'FormatRed' class.
getSource ( )This method is from 'FormatRed' class.
makeColorModel ( CachableRed, SampleModel )This method is from 'FormatRed' class.
makeSampleModel ( CachableRed, ColorModel )This method is from 'FormatRed' class.
[+] GaussianBlurRed8Bit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GaussianBlurRed8Bit. |
[+] affected methods (6)
GaussianBlurRed8Bit ( CachableRed, double, double, RenderingHints )This constructor is from 'GaussianBlurRed8Bit' class.
GaussianBlurRed8Bit ( CachableRed, double, RenderingHints )This constructor is from 'GaussianBlurRed8Bit' class.
copyData ( WritableRaster )This method is from 'GaussianBlurRed8Bit' class.
fixColorModel ( CachableRed )This method is from 'GaussianBlurRed8Bit' class.
surroundPixels ( double )This method is from 'GaussianBlurRed8Bit' class.
surroundPixels ( double, RenderingHints )This method is from 'GaussianBlurRed8Bit' class.
[+] IndexImage (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexImage. |
[+] affected methods (2)
IndexImage ( )This constructor is from 'IndexImage' class.
getIndexedImage ( BufferedImage, int )This method is from 'IndexImage' class.
[+] LRUCache (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LRUCache. |
[+] affected methods (8)
LRUCache ( int )This constructor is from 'LRUCache' class.
add ( LRUCache.LRUObj )This method is from 'LRUCache' class.
flush ( )This method is from 'LRUCache' class.
getUsed ( )This method is from 'LRUCache' class.
print ( )This method is from 'LRUCache' class.
remove ( LRUCache.LRUObj )This method is from 'LRUCache' class.
setSize ( int )This method is from 'LRUCache' class.
touch ( LRUCache.LRUObj )This method is from 'LRUCache' class.
[+] LRUCache.LRUNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LRUCache.LRUNode. |
[+] affected methods (3)
LRUCache.LRUNode ( LRUCache )This constructor is from 'LRUCache.LRUNode' class.
getObj ( )This method is from 'LRUCache.LRUNode' class.
setObj ( LRUCache.LRUObj )This method is from 'LRUCache.LRUNode' class.
[+] LRUCache.LRUObj (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LRUCache.LRUObj. |
[+] affected methods (3)
lruGet ( )This abstract method is from 'LRUCache.LRUObj' interface.
lruRemove ( )This abstract method is from 'LRUCache.LRUObj' interface.
lruSet ( LRUCache.LRUNode )This abstract method is from 'LRUCache.LRUObj' interface.
[+] MorphologyOp (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MorphologyOp. |
[+] affected methods (9)
MorphologyOp ( int, int, boolean )This constructor is from 'MorphologyOp' class.
createCompatibleDestImage ( BufferedImage, ColorModel )This method is from 'MorphologyOp' class.
createCompatibleDestRaster ( Raster )This method is from 'MorphologyOp' class.
filter ( BufferedImage, BufferedImage )This method is from 'MorphologyOp' class.
filter ( Raster, WritableRaster )This method is from 'MorphologyOp' class.
getBounds2D ( BufferedImage )This method is from 'MorphologyOp' class.
getBounds2D ( Raster )This method is from 'MorphologyOp' class.
getPoint2D ( Point2D, Point2D )This method is from 'MorphologyOp' class.
getRenderingHints ( )This method is from 'MorphologyOp' class.
[+] MultiplyAlphaRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MultiplyAlphaRed. |
[+] affected methods (8)
MultiplyAlphaRed ( CachableRed, CachableRed )This constructor is from 'MultiplyAlphaRed' class.
copyData ( WritableRaster )This method is from 'MultiplyAlphaRed' class.
fixColorModel ( CachableRed )This method is from 'MultiplyAlphaRed' class.
fixSampleModel ( CachableRed )This method is from 'MultiplyAlphaRed' class.
INT_PACK_BYTE_COMP_Impl ( WritableRaster )This method is from 'MultiplyAlphaRed' class.
is_INT_PACK_BYTE_COMP ( SampleModel, SampleModel )This method is from 'MultiplyAlphaRed' class.
makeBounds ( CachableRed, CachableRed )This method is from 'MultiplyAlphaRed' class.
makeList ( CachableRed, CachableRed )This method is from 'MultiplyAlphaRed' class.
[+] PadRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PadRed. |
[+] affected methods (6)
PadRed ( CachableRed, Rectangle, PadMode, RenderingHints )This constructor is from 'PadRed' class.
copyData ( WritableRaster )This method is from 'PadRed' class.
fixSampleModel ( CachableRed, Rectangle )This method is from 'PadRed' class.
handleReplicate ( WritableRaster )This method is from 'PadRed' class.
handleWrap ( WritableRaster )This method is from 'PadRed' class.
handleZero ( WritableRaster )This method is from 'PadRed' class.
[+] PadRed.ZeroRecter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PadRed.ZeroRecter. |
[+] affected methods (4)
PadRed.ZeroRecter ( WritableRaster )This constructor is from 'PadRed.ZeroRecter' class.
getZeroRecter ( WritableRaster )This method is from 'PadRed.ZeroRecter' class.
zeroRect ( WritableRaster )This method is from 'PadRed.ZeroRecter' class.
zeroRect ( Rectangle )This method is from 'PadRed.ZeroRecter' class.
[+] PadRed.ZeroRecter_INT_PACK (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PadRed.ZeroRecter_INT_PACK. |
[+] affected methods (2)
PadRed.ZeroRecter_INT_PACK ( WritableRaster )This constructor is from 'PadRed.ZeroRecter_INT_PACK' class.
zeroRect ( Rectangle )This method is from 'PadRed.ZeroRecter_INT_PACK' class.
[+] ProfileRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ProfileRed. |
[+] affected methods (3)
ProfileRed ( CachableRed, ICCColorSpaceExt )This constructor is from 'ProfileRed' class.
copyData ( WritableRaster )This method is from 'ProfileRed' class.
getSource ( )This method is from 'ProfileRed' class.
[+] RenderedImageCachableRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RenderedImageCachableRed. |
[+] affected methods (26)
RenderedImageCachableRed ( RenderedImage )This constructor is from 'RenderedImageCachableRed' class.
copyData ( WritableRaster )This method is from 'RenderedImageCachableRed' class.
getBounds ( )This method is from 'RenderedImageCachableRed' class.
getColorModel ( )This method is from 'RenderedImageCachableRed' class.
getData ( )This method is from 'RenderedImageCachableRed' class.
getData ( Rectangle )This method is from 'RenderedImageCachableRed' class.
getDependencyRegion ( int, Rectangle )This method is from 'RenderedImageCachableRed' class.
getDirtyRegion ( int, Rectangle )This method is from 'RenderedImageCachableRed' class.
getHeight ( )This method is from 'RenderedImageCachableRed' class.
getMinTileX ( )This method is from 'RenderedImageCachableRed' class.
getMinTileY ( )This method is from 'RenderedImageCachableRed' class.
getMinX ( )This method is from 'RenderedImageCachableRed' class.
...
[+] SpecularLightingRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SpecularLightingRed. |
[+] affected methods (3)
SpecularLightingRed ( double, double, Light, BumpMap, Rectangle, double, double, boolean )This constructor is from 'SpecularLightingRed' class.
copyData ( WritableRaster )This method is from 'SpecularLightingRed' class.
genRect ( WritableRaster )This method is from 'SpecularLightingRed' class.
[+] TileBlock (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileBlock. |
[+] affected methods (3)
simplify ( )This method is from 'TileBlock' class.
splitOneGo ( )This method is from 'TileBlock' class.
toString ( )This method is from 'TileBlock' class.
[+] TileCache (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileCache. |
[+] affected methods (5)
TileCache ( )This constructor is from 'TileCache' class.
getTileGrid ( int, int, int, int, TileGenerator )This method is from 'TileCache' class.
getTileGrid ( RenderedImage, TileGenerator )This method is from 'TileCache' class.
getTileMap ( TileGenerator )This method is from 'TileCache' class.
setSize ( int )This method is from 'TileCache' class.
[+] TileCacheRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileCacheRed. |
[+] affected methods (4)
TileCacheRed ( CachableRed )This constructor is from 'TileCacheRed' class.
TileCacheRed ( CachableRed, int, int )This constructor is from 'TileCacheRed' class.
flushCache ( Rectangle )This method is from 'TileCacheRed' class.
genRect ( WritableRaster )This method is from 'TileCacheRed' class.
[+] TileGenerator (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileGenerator. |
[+] affected methods (1)
genTile ( int, int )This abstract method is from 'TileGenerator' interface.
[+] TileGrid (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileGrid. |
[+] affected methods (4)
TileGrid ( int, int, int, int, TileGenerator, LRUCache )This constructor is from 'TileGrid' class.
getTile ( int, int )This method is from 'TileGrid' class.
getTileNoCompute ( int, int )This method is from 'TileGrid' class.
setTile ( int, int, Raster )This method is from 'TileGrid' class.
[+] TileLRUMember (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileLRUMember. |
[+] affected methods (8)
TileLRUMember ( )This constructor is from 'TileLRUMember' class.
TileLRUMember ( Raster )This constructor is from 'TileLRUMember' class.
checkRaster ( )This method is from 'TileLRUMember' class.
lruGet ( )This method is from 'TileLRUMember' class.
lruRemove ( )This method is from 'TileLRUMember' class.
lruSet ( LRUCache.LRUNode )This method is from 'TileLRUMember' class.
retrieveRaster ( )This method is from 'TileLRUMember' class.
setRaster ( Raster )This method is from 'TileLRUMember' class.
[+] TileMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileMap. |
[+] affected methods (4)
TileMap ( TileGenerator, LRUCache )This constructor is from 'TileMap' class.
getTile ( int, int )This method is from 'TileMap' class.
getTileNoCompute ( int, int )This method is from 'TileMap' class.
setTile ( int, int, Raster )This method is from 'TileMap' class.
[+] TileRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileRed. |
[+] affected methods (13)
TileRed ( RenderedImage, Rectangle )This constructor is from 'TileRed' class.
TileRed ( RenderedImage, Rectangle, int, int )This constructor is from 'TileRed' class.
TileRed ( RenderedImage, Rectangle, int, int, RenderingHints )This constructor is from 'TileRed' class.
TileRed ( RenderedImage, Rectangle, RenderingHints )This constructor is from 'TileRed' class.
copyData ( WritableRaster )This method is from 'TileRed' class.
fillOutRaster ( WritableRaster )This method is from 'TileRed' class.
fillOutRaster_FALLBACK ( WritableRaster )This method is from 'TileRed' class.
fillOutRaster_INT_PACK ( WritableRaster )This method is from 'TileRed' class.
fillRasterFrom ( WritableRaster, RenderedImage )This method is from 'TileRed' class.
fixColorModel ( RenderedImage, boolean )This method is from 'TileRed' class.
fixSampleModel ( RenderedImage, int, int, int, int )This method is from 'TileRed' class.
genTile ( int, int )This method is from 'TileRed' class.
...
[+] TileStore (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TileStore. |
[+] affected methods (3)
getTile ( int, int )This abstract method is from 'TileStore' interface.
getTileNoCompute ( int, int )This abstract method is from 'TileStore' interface.
setTile ( int, int, Raster )This abstract method is from 'TileStore' interface.
[+] TranslateRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TranslateRed. |
[+] affected methods (10)
TranslateRed ( CachableRed, int, int )This constructor is from 'TranslateRed' class.
copyData ( WritableRaster )This method is from 'TranslateRed' class.
getData ( )This method is from 'TranslateRed' class.
getData ( Rectangle )This method is from 'TranslateRed' class.
getDeltaX ( )This method is from 'TranslateRed' class.
getDeltaY ( )This method is from 'TranslateRed' class.
getProperty ( String )This method is from 'TranslateRed' class.
getPropertyNames ( )This method is from 'TranslateRed' class.
getSource ( )This method is from 'TranslateRed' class.
getTile ( int, int )This method is from 'TranslateRed' class.
[+] TurbulencePatternRed (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TurbulencePatternRed. |
[+] affected methods (11)
TurbulencePatternRed ( double, double, int, int, boolean, Rectangle2D, AffineTransform, Rectangle, ColorSpace, boolean )This constructor is from 'TurbulencePatternRed' class.
copyData ( WritableRaster )This method is from 'TurbulencePatternRed' class.
getBaseFrequencyX ( )This method is from 'TurbulencePatternRed' class.
getBaseFrequencyY ( )This method is from 'TurbulencePatternRed' class.
getChannels ( )This method is from 'TurbulencePatternRed' class.
getNumOctaves ( )This method is from 'TurbulencePatternRed' class.
getSeed ( )This method is from 'TurbulencePatternRed' class.
getTile ( )This method is from 'TurbulencePatternRed' class.
isFractalNoise ( )This method is from 'TurbulencePatternRed' class.
random ( int )This method is from 'TurbulencePatternRed' class.
setupSeed ( int )This method is from 'TurbulencePatternRed' class.
...
package org.apache.batik.ext.awt.image.spi
[+] AbstractRegistryEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractRegistryEntry. |
[+] affected methods (6)
AbstractRegistryEntry ( String, float, String[ ], String[ ] )This constructor is from 'AbstractRegistryEntry' abstract class.
AbstractRegistryEntry ( String, float, String, String )This constructor is from 'AbstractRegistryEntry' abstract class.
getFormatName ( )This method is from 'AbstractRegistryEntry' abstract class.
getMimeTypes ( )This method is from 'AbstractRegistryEntry' abstract class.
getPriority ( )This method is from 'AbstractRegistryEntry' abstract class.
getStandardExtensions ( )This method is from 'AbstractRegistryEntry' abstract class.
[+] BrokenLinkProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BrokenLinkProvider. |
[+] affected methods (1)
getBrokenLinkImage ( Object, String, Object[ ] )This abstract method is from 'BrokenLinkProvider' interface.
[+] DefaultBrokenLinkProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultBrokenLinkProvider. |
[+] affected methods (3)
DefaultBrokenLinkProvider ( )This constructor is from 'DefaultBrokenLinkProvider' class.
formatMessage ( Object, String, Object[ ] )This method is from 'DefaultBrokenLinkProvider' class.
getBrokenLinkImage ( Object, String, Object[ ] )This method is from 'DefaultBrokenLinkProvider' class.
[+] ImageTagRegistry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageTagRegistry. |
[+] affected methods (15)
ImageTagRegistry ( )This constructor is from 'ImageTagRegistry' class.
ImageTagRegistry ( URLImageCache, URLImageCache )This constructor is from 'ImageTagRegistry' class.
checkCache ( ParsedURL, ICCColorSpaceExt )This method is from 'ImageTagRegistry' class.
flushCache ( )This method is from 'ImageTagRegistry' class.
getBrokenLinkImage ( Object, String, Object[ ] )This method is from 'ImageTagRegistry' class.
getRegisteredExtensions ( )This method is from 'ImageTagRegistry' class.
getRegisteredMimeTypes ( )This method is from 'ImageTagRegistry' class.
getRegistry ( )This method is from 'ImageTagRegistry' class.
readStream ( InputStream )This method is from 'ImageTagRegistry' class.
readStream ( InputStream, ICCColorSpaceExt )This method is from 'ImageTagRegistry' class.
readURL ( InputStream, ParsedURL, ICCColorSpaceExt, boolean, boolean )This method is from 'ImageTagRegistry' class.
readURL ( ParsedURL )This method is from 'ImageTagRegistry' class.
...
[+] JDKRegistryEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JDKRegistryEntry. |
[+] affected methods (4)
JDKRegistryEntry ( )This constructor is from 'JDKRegistryEntry' class.
handleURL ( ParsedURL, boolean )This method is from 'JDKRegistryEntry' class.
isCompatibleURL ( ParsedURL )This method is from 'JDKRegistryEntry' class.
loadImage ( Image, DeferRable )This method is from 'JDKRegistryEntry' class.
[+] JDKRegistryEntry.MyImgObs (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JDKRegistryEntry.MyImgObs. |
[+] affected methods (7)
JDKRegistryEntry.MyImgObs ( JDKRegistryEntry )This constructor is from 'JDKRegistryEntry.MyImgObs' class.
clear ( )This method is from 'JDKRegistryEntry.MyImgObs' class.
imageUpdate ( Image, int, int, int, int, int )This method is from 'JDKRegistryEntry.MyImgObs' class.
waitTilHeightDone ( )This method is from 'JDKRegistryEntry.MyImgObs' class.
waitTilImageDone ( )This method is from 'JDKRegistryEntry.MyImgObs' class.
waitTilWidthDone ( )This method is from 'JDKRegistryEntry.MyImgObs' class.
waitTilWidthHeightDone ( )This method is from 'JDKRegistryEntry.MyImgObs' class.
[+] JPEGRegistryEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JPEGRegistryEntry. |
[+] affected methods (2)
JPEGRegistryEntry ( )This constructor is from 'JPEGRegistryEntry' class.
handleStream ( InputStream, ParsedURL, boolean )This method is from 'JPEGRegistryEntry' class.
[+] MagicNumberRegistryEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MagicNumberRegistryEntry. |
[+] affected methods (8)
MagicNumberRegistryEntry ( String, String[ ], String[ ], MagicNumberRegistryEntry.MagicNumber[ ] )This constructor is from 'MagicNumberRegistryEntry' abstract class.
MagicNumberRegistryEntry ( String, String[ ], String[ ], MagicNumberRegistryEntry.MagicNumber[ ], float )This constructor is from 'MagicNumberRegistryEntry' abstract class.
MagicNumberRegistryEntry ( String, String[ ], String[ ], int, byte[ ] )This constructor is from 'MagicNumberRegistryEntry' abstract class.
MagicNumberRegistryEntry ( String, String, String, MagicNumberRegistryEntry.MagicNumber[ ] )This constructor is from 'MagicNumberRegistryEntry' abstract class.
MagicNumberRegistryEntry ( String, String, String, int, byte[ ] )This constructor is from 'MagicNumberRegistryEntry' abstract class.
getReadlimit ( )This method is from 'MagicNumberRegistryEntry' abstract class.
handleStream ( InputStream, ParsedURL, boolean )This abstract method is from 'MagicNumberRegistryEntry' abstract class.
isCompatibleStream ( InputStream )This method is from 'MagicNumberRegistryEntry' abstract class.
[+] MagicNumberRegistryEntry.MagicNumber (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MagicNumberRegistryEntry.MagicNumber. |
[+] affected methods (1)
MagicNumberRegistryEntry.MagicNumber ( int, byte[ ] )This constructor is from 'MagicNumberRegistryEntry.MagicNumber' class.
[+] PNGRegistryEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PNGRegistryEntry. |
[+] affected methods (2)
PNGRegistryEntry ( )This constructor is from 'PNGRegistryEntry' class.
handleStream ( InputStream, ParsedURL, boolean )This method is from 'PNGRegistryEntry' class.
[+] RegistryEntry (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RegistryEntry. |
[+] affected methods (4)
getFormatName ( )This abstract method is from 'RegistryEntry' interface.
getMimeTypes ( )This abstract method is from 'RegistryEntry' interface.
getPriority ( )This abstract method is from 'RegistryEntry' interface.
getStandardExtensions ( )This abstract method is from 'RegistryEntry' interface.
[+] StreamRegistryEntry (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StreamRegistryEntry. |
[+] affected methods (3)
getReadlimit ( )This abstract method is from 'StreamRegistryEntry' interface.
handleStream ( InputStream, ParsedURL, boolean )This abstract method is from 'StreamRegistryEntry' interface.
isCompatibleStream ( InputStream )This abstract method is from 'StreamRegistryEntry' interface.
[+] TIFFRegistryEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TIFFRegistryEntry. |
[+] affected methods (2)
TIFFRegistryEntry ( )This constructor is from 'TIFFRegistryEntry' class.
handleStream ( InputStream, ParsedURL, boolean )This method is from 'TIFFRegistryEntry' class.
[+] URLRegistryEntry (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class URLRegistryEntry. |
[+] affected methods (2)
handleURL ( ParsedURL, boolean )This abstract method is from 'URLRegistryEntry' interface.
isCompatibleURL ( ParsedURL )This abstract method is from 'URLRegistryEntry' interface.
package org.apache.batik.ext.swing
[+] DoubleDocument (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoubleDocument. |
[+] affected methods (4)
DoubleDocument ( )This constructor is from 'DoubleDocument' class.
getValue ( )This method is from 'DoubleDocument' class.
insertString ( int, String, AttributeSet )This method is from 'DoubleDocument' class.
setValue ( double )This method is from 'DoubleDocument' class.
[+] JAffineTransformChooser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JAffineTransformChooser. |
[+] affected methods (11)
JAffineTransformChooser ( )This constructor is from 'JAffineTransformChooser' class.
addToPanelAtRow ( String, Document, String, JGridBagPanel, int )This method is from 'JAffineTransformChooser' class.
build ( )This method is from 'JAffineTransformChooser' class.
buildPanel ( String, String, Document, String, Document, String, String, boolean )This method is from 'JAffineTransformChooser' class.
buildRotatePanel ( )This method is from 'JAffineTransformChooser' class.
createDialog ( Component, String )This method is from 'JAffineTransformChooser' class.
getAffineTransform ( )This method is from 'JAffineTransformChooser' class.
main ( String[ ] )This method is from 'JAffineTransformChooser' class.
setAffineTransform ( AffineTransform )This method is from 'JAffineTransformChooser' class.
setPanelBorder ( JComponent, String )This method is from 'JAffineTransformChooser' class.
showDialog ( Component, String )This method is from 'JAffineTransformChooser' class.
...
[+] JAffineTransformChooser.Dialog (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JAffineTransformChooser.Dialog. |
[+] affected methods (5)
JAffineTransformChooser.Dialog ( Component, String, boolean, JAffineTransformChooser, AffineTransformTracker, ActionListener )This constructor is from 'JAffineTransformChooser.Dialog' class.
reset ( )This method is from 'JAffineTransformChooser.Dialog' class.
setTransform ( AffineTransform )This method is from 'JAffineTransformChooser.Dialog' class.
show ( )This method is from 'JAffineTransformChooser.Dialog' class.
showDialog ( )This method is from 'JAffineTransformChooser.Dialog' class.
[+] JGridBagPanel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JGridBagPanel. |
[+] affected methods (4)
JGridBagPanel ( )This constructor is from 'JGridBagPanel' class.
JGridBagPanel ( JGridBagPanel.InsetsManager )This constructor is from 'JGridBagPanel' class.
add ( Component, int, int, int, int, int, int, double, double )This method is from 'JGridBagPanel' class.
setLayout ( LayoutManager )This method is from 'JGridBagPanel' class.
[+] JGridBagPanel.InsetsManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JGridBagPanel.InsetsManager. |
[+] affected methods (1)
getInsets ( int, int )This abstract method is from 'JGridBagPanel.InsetsManager' interface.
[+] Messages (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Messages. |
[+] affected methods (5)
Messages ( )This constructor is from 'Messages' class.
formatMessage ( String, Object[ ] )This method is from 'Messages' class.
getLocale ( )This method is from 'Messages' class.
getString ( String )This method is from 'Messages' class.
setLocale ( Locale )This method is from 'Messages' class.
[+] Resources (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Resources. |
[+] affected methods (6)
Resources ( )This constructor is from 'Resources' class.
formatMessage ( String, Object[ ] )This method is from 'Resources' class.
getInteger ( String )This method is from 'Resources' class.
getLocale ( )This method is from 'Resources' class.
getString ( String )This method is from 'Resources' class.
setLocale ( Locale )This method is from 'Resources' class.
package org.apache.batik.i18n
[+] ExtendedLocalizable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExtendedLocalizable. |
[+] affected methods (5)
getDefaultLocale ( )This abstract method is from 'ExtendedLocalizable' interface.
getLocaleGroup ( )This abstract method is from 'ExtendedLocalizable' interface.
getResourceBundle ( )This abstract method is from 'ExtendedLocalizable' interface.
setDefaultLocale ( Locale )This abstract method is from 'ExtendedLocalizable' interface.
setLocaleGroup ( LocaleGroup )This abstract method is from 'ExtendedLocalizable' interface.
[+] LocaleGroup (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocaleGroup. |
[+] affected methods (3)
LocaleGroup ( )This constructor is from 'LocaleGroup' class.
getLocale ( )This method is from 'LocaleGroup' class.
setLocale ( Locale )This method is from 'LocaleGroup' class.
[+] Localizable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Localizable. |
[+] affected methods (3)
formatMessage ( String, Object[ ] )This abstract method is from 'Localizable' interface.
getLocale ( )This abstract method is from 'Localizable' interface.
setLocale ( Locale )This abstract method is from 'Localizable' interface.
[+] LocalizableSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalizableSupport. |
[+] affected methods (10)
LocalizableSupport ( String )This constructor is from 'LocalizableSupport' class.
LocalizableSupport ( String, ClassLoader )This constructor is from 'LocalizableSupport' class.
formatMessage ( String, Object[ ] )This method is from 'LocalizableSupport' class.
getDefaultLocale ( )This method is from 'LocalizableSupport' class.
getLocale ( )This method is from 'LocalizableSupport' class.
getLocaleGroup ( )This method is from 'LocalizableSupport' class.
getResourceBundle ( )This method is from 'LocalizableSupport' class.
setDefaultLocale ( Locale )This method is from 'LocalizableSupport' class.
setLocale ( Locale )This method is from 'LocalizableSupport' class.
setLocaleGroup ( LocaleGroup )This method is from 'LocalizableSupport' class.
package org.apache.batik.svggen
[+] AbstractImageHandlerEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractImageHandlerEncoder. |
[+] affected methods (8)
AbstractImageHandlerEncoder ( String, String )This constructor is from 'AbstractImageHandlerEncoder' abstract class.
buildBufferedImage ( Dimension )This abstract method is from 'AbstractImageHandlerEncoder' abstract class.
encodeImage ( BufferedImage, File )This abstract method is from 'AbstractImageHandlerEncoder' abstract class.
getPrefix ( )This abstract method is from 'AbstractImageHandlerEncoder' abstract class.
getSuffix ( )This abstract method is from 'AbstractImageHandlerEncoder' abstract class.
handleHREF ( RenderableImage, Element, SVGGeneratorContext )This method is from 'AbstractImageHandlerEncoder' abstract class.
handleHREF ( RenderedImage, Element, SVGGeneratorContext )This method is from 'AbstractImageHandlerEncoder' abstract class.
handleHREF ( Image, Element, SVGGeneratorContext )This method is from 'AbstractImageHandlerEncoder' abstract class.
[+] AbstractSVGConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractSVGConverter. |
[+] affected methods (4)
AbstractSVGConverter ( SVGGeneratorContext )This constructor is from 'AbstractSVGConverter' abstract class.
doubleString ( double )This method is from 'AbstractSVGConverter' abstract class.
getDefinitionSet ( )This method is from 'AbstractSVGConverter' abstract class.
toSVG ( GraphicContext )This abstract method is from 'AbstractSVGConverter' abstract class.
[+] AbstractSVGFilterConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractSVGFilterConverter. |
[+] affected methods (4)
AbstractSVGFilterConverter ( SVGGeneratorContext )This constructor is from 'AbstractSVGFilterConverter' abstract class.
doubleString ( double )This method is from 'AbstractSVGFilterConverter' abstract class.
getDefinitionSet ( )This method is from 'AbstractSVGFilterConverter' abstract class.
toSVG ( BufferedImageOp, Rectangle )This abstract method is from 'AbstractSVGFilterConverter' abstract class.
[+] CachedImageHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CachedImageHandler. |
[+] affected methods (1)
getImageCacher ( )This abstract method is from 'CachedImageHandler' interface.
[+] CachedImageHandlerBase64Encoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CachedImageHandlerBase64Encoder. |
[+] affected methods (6)
CachedImageHandlerBase64Encoder ( )This constructor is from 'CachedImageHandlerBase64Encoder' class.
createElement ( SVGGeneratorContext )This method is from 'CachedImageHandlerBase64Encoder' class.
encodeImage ( BufferedImage, OutputStream )This method is from 'CachedImageHandlerBase64Encoder' class.
getBufferedImageType ( )This method is from 'CachedImageHandlerBase64Encoder' class.
getRefPrefix ( )This method is from 'CachedImageHandlerBase64Encoder' class.
handleTransform ( Element, double, double, double, double, double, double, SVGGeneratorContext )This method is from 'CachedImageHandlerBase64Encoder' class.
[+] CachedImageHandlerJPEGEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CachedImageHandlerJPEGEncoder. |
[+] affected methods (4)
CachedImageHandlerJPEGEncoder ( String, String )This constructor is from 'CachedImageHandlerJPEGEncoder' class.
encodeImage ( BufferedImage, OutputStream )This method is from 'CachedImageHandlerJPEGEncoder' class.
getBufferedImageType ( )This method is from 'CachedImageHandlerJPEGEncoder' class.
getRefPrefix ( )This method is from 'CachedImageHandlerJPEGEncoder' class.
[+] CachedImageHandlerPNGEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CachedImageHandlerPNGEncoder. |
[+] affected methods (4)
CachedImageHandlerPNGEncoder ( String, String )This constructor is from 'CachedImageHandlerPNGEncoder' class.
encodeImage ( BufferedImage, OutputStream )This method is from 'CachedImageHandlerPNGEncoder' class.
getBufferedImageType ( )This method is from 'CachedImageHandlerPNGEncoder' class.
getRefPrefix ( )This method is from 'CachedImageHandlerPNGEncoder' class.
[+] DefaultCachedImageHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultCachedImageHandler. |
[+] affected methods (17)
DefaultCachedImageHandler ( )This constructor is from 'DefaultCachedImageHandler' abstract class.
buildBufferedImage ( Dimension )This method is from 'DefaultCachedImageHandler' abstract class.
cacheBufferedImage ( Element, BufferedImage, SVGGeneratorContext )This method is from 'DefaultCachedImageHandler' abstract class.
createElement ( SVGGeneratorContext )This method is from 'DefaultCachedImageHandler' abstract class.
encodeImage ( BufferedImage, OutputStream )This abstract method is from 'DefaultCachedImageHandler' abstract class.
getBufferedImageType ( )This abstract method is from 'DefaultCachedImageHandler' abstract class.
getImageCacher ( )This method is from 'DefaultCachedImageHandler' abstract class.
getRefPrefix ( )This abstract method is from 'DefaultCachedImageHandler' abstract class.
handleEmptyImage ( Element )This method is from 'DefaultCachedImageHandler' abstract class.
handleHREF ( RenderableImage, Element, SVGGeneratorContext )This method is from 'DefaultCachedImageHandler' abstract class.
handleHREF ( RenderedImage, Element, SVGGeneratorContext )This method is from 'DefaultCachedImageHandler' abstract class.
handleHREF ( Image, Element, SVGGeneratorContext )This method is from 'DefaultCachedImageHandler' abstract class.
...
[+] DefaultErrorHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultErrorHandler. |
[+] affected methods (3)
DefaultErrorHandler ( )This constructor is from 'DefaultErrorHandler' class.
handleError ( SVGGraphics2DIOException )This method is from 'DefaultErrorHandler' class.
handleError ( SVGGraphics2DRuntimeException )This method is from 'DefaultErrorHandler' class.
[+] DefaultExtensionHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultExtensionHandler. |
[+] affected methods (4)
DefaultExtensionHandler ( )This constructor is from 'DefaultExtensionHandler' class.
handleComposite ( Composite, SVGGeneratorContext )This method is from 'DefaultExtensionHandler' class.
handleFilter ( BufferedImageOp, Rectangle, SVGGeneratorContext )This method is from 'DefaultExtensionHandler' class.
handlePaint ( Paint, SVGGeneratorContext )This method is from 'DefaultExtensionHandler' class.
[+] DefaultImageHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultImageHandler. |
[+] affected methods (7)
DefaultImageHandler ( )This constructor is from 'DefaultImageHandler' class.
handleHREF ( RenderableImage, Element, SVGGeneratorContext )This method is from 'DefaultImageHandler' class.
handleHREF ( RenderedImage, Element, SVGGeneratorContext )This method is from 'DefaultImageHandler' class.
handleHREF ( Image, Element, SVGGeneratorContext )This method is from 'DefaultImageHandler' class.
handleImage ( RenderableImage, Element, SVGGeneratorContext )This method is from 'DefaultImageHandler' class.
handleImage ( RenderedImage, Element, SVGGeneratorContext )This method is from 'DefaultImageHandler' class.
handleImage ( Image, Element, SVGGeneratorContext )This method is from 'DefaultImageHandler' class.
[+] DefaultStyleHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultStyleHandler. |
[+] affected methods (3)
DefaultStyleHandler ( )This constructor is from 'DefaultStyleHandler' class.
appliesTo ( String, String )This method is from 'DefaultStyleHandler' class.
setStyle ( Element, Map, SVGGeneratorContext )This method is from 'DefaultStyleHandler' class.
[+] DOMGroupManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMGroupManager. |
[+] affected methods (3)
DOMGroupManager ( GraphicContext, DOMTreeManager )This constructor is from 'DOMGroupManager' class.
addElement ( Element )This method is from 'DOMGroupManager' class.
addElement ( Element, short )This method is from 'DOMGroupManager' class.
[+] DOMTreeManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMTreeManager. |
[+] affected methods (16)
DOMTreeManager ( GraphicContext, SVGGeneratorContext, int )This constructor is from 'DOMTreeManager' class.
addGroupManager ( DOMGroupManager )This method is from 'DOMTreeManager' class.
addOtherDef ( Element )This method is from 'DOMTreeManager' class.
appendGroup ( Element, DOMGroupManager )This method is from 'DOMTreeManager' class.
applyDefaultRenderingStyle ( Element )This method is from 'DOMTreeManager' class.
getDefinitionSet ( )This method is from 'DOMTreeManager' class.
getExtensionHandler ( )This method is from 'DOMTreeManager' class.
getFilterConverter ( )This method is from 'DOMTreeManager' class.
getGenericDefinitions ( )This method is from 'DOMTreeManager' class.
getGraphicContextConverter ( )This method is from 'DOMTreeManager' class.
getRoot ( )This method is from 'DOMTreeManager' class.
getRoot ( Element )This method is from 'DOMTreeManager' class.
...
[+] ErrorHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ErrorHandler. |
[+] affected methods (2)
handleError ( SVGGraphics2DIOException )This abstract method is from 'ErrorHandler' interface.
handleError ( SVGGraphics2DRuntimeException )This abstract method is from 'ErrorHandler' interface.
[+] ExtensionHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExtensionHandler. |
[+] affected methods (3)
handleComposite ( Composite, SVGGeneratorContext )This abstract method is from 'ExtensionHandler' interface.
handleFilter ( BufferedImageOp, Rectangle, SVGGeneratorContext )This abstract method is from 'ExtensionHandler' interface.
handlePaint ( Paint, SVGGeneratorContext )This abstract method is from 'ExtensionHandler' interface.
[+] GenericImageHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericImageHandler. |
[+] affected methods (5)
createElement ( SVGGeneratorContext )This abstract method is from 'GenericImageHandler' interface.
handleImage ( RenderableImage, Element, double, double, double, double, SVGGeneratorContext )This abstract method is from 'GenericImageHandler' interface.
handleImage ( RenderedImage, Element, int, int, int, int, SVGGeneratorContext )This abstract method is from 'GenericImageHandler' interface.
handleImage ( Image, Element, int, int, int, int, SVGGeneratorContext )This abstract method is from 'GenericImageHandler' interface.
setDOMTreeManager ( DOMTreeManager )This abstract method is from 'GenericImageHandler' interface.
[+] ImageCacher (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageCacher. |
[+] affected methods (5)
ImageCacher ( )This constructor is from 'ImageCacher' abstract class.
ImageCacher ( DOMTreeManager )This constructor is from 'ImageCacher' abstract class.
getDOMTreeManager ( )This method is from 'ImageCacher' abstract class.
lookup ( ByteArrayOutputStream, int, int, SVGGeneratorContext )This method is from 'ImageCacher' abstract class.
setDOMTreeManager ( DOMTreeManager )This method is from 'ImageCacher' abstract class.
[+] ImageCacher.Embedded (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageCacher.Embedded. |
[+] affected methods (2)
ImageCacher.Embedded ( )This constructor is from 'ImageCacher.Embedded' class.
setDOMTreeManager ( DOMTreeManager )This method is from 'ImageCacher.Embedded' class.
[+] ImageCacher.External (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageCacher.External. |
[+] affected methods (1)
ImageCacher.External ( String, String, String )This constructor is from 'ImageCacher.External' class.
[+] ImageHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageHandler. |
[+] affected methods (3)
handleImage ( RenderableImage, Element, SVGGeneratorContext )This abstract method is from 'ImageHandler' interface.
handleImage ( RenderedImage, Element, SVGGeneratorContext )This abstract method is from 'ImageHandler' interface.
handleImage ( Image, Element, SVGGeneratorContext )This abstract method is from 'ImageHandler' interface.
[+] ImageHandlerBase64Encoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageHandlerBase64Encoder. |
[+] affected methods (7)
ImageHandlerBase64Encoder ( )This constructor is from 'ImageHandlerBase64Encoder' class.
buildBufferedImage ( Dimension )This method is from 'ImageHandlerBase64Encoder' class.
encodeImage ( RenderedImage, OutputStream )This method is from 'ImageHandlerBase64Encoder' class.
handleEmptyImage ( Element )This method is from 'ImageHandlerBase64Encoder' class.
handleHREF ( RenderableImage, Element, SVGGeneratorContext )This method is from 'ImageHandlerBase64Encoder' class.
handleHREF ( RenderedImage, Element, SVGGeneratorContext )This method is from 'ImageHandlerBase64Encoder' class.
handleHREF ( Image, Element, SVGGeneratorContext )This method is from 'ImageHandlerBase64Encoder' class.
[+] ImageHandlerJPEGEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageHandlerJPEGEncoder. |
[+] affected methods (5)
ImageHandlerJPEGEncoder ( String, String )This constructor is from 'ImageHandlerJPEGEncoder' class.
buildBufferedImage ( Dimension )This method is from 'ImageHandlerJPEGEncoder' class.
encodeImage ( BufferedImage, File )This method is from 'ImageHandlerJPEGEncoder' class.
getPrefix ( )This method is from 'ImageHandlerJPEGEncoder' class.
getSuffix ( )This method is from 'ImageHandlerJPEGEncoder' class.
[+] ImageHandlerPNGEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageHandlerPNGEncoder. |
[+] affected methods (5)
ImageHandlerPNGEncoder ( String, String )This constructor is from 'ImageHandlerPNGEncoder' class.
buildBufferedImage ( Dimension )This method is from 'ImageHandlerPNGEncoder' class.
encodeImage ( BufferedImage, File )This method is from 'ImageHandlerPNGEncoder' class.
getPrefix ( )This method is from 'ImageHandlerPNGEncoder' class.
getSuffix ( )This method is from 'ImageHandlerPNGEncoder' class.
[+] SimpleImageHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleImageHandler. |
[+] affected methods (8)
SimpleImageHandler ( ImageHandler )This constructor is from 'SimpleImageHandler' class.
createElement ( SVGGeneratorContext )This method is from 'SimpleImageHandler' class.
handleEmptyImage ( Element )This method is from 'SimpleImageHandler' class.
handleImage ( RenderableImage, Element, double, double, double, double, SVGGeneratorContext )This method is from 'SimpleImageHandler' class.
handleImage ( RenderedImage, Element, int, int, int, int, SVGGeneratorContext )This method is from 'SimpleImageHandler' class.
handleImage ( Image, Element, int, int, int, int, SVGGeneratorContext )This method is from 'SimpleImageHandler' class.
setDOMTreeManager ( DOMTreeManager )This method is from 'SimpleImageHandler' class.
setImageAttributes ( Element, double, double, double, double, SVGGeneratorContext )This method is from 'SimpleImageHandler' class.
[+] StyleHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StyleHandler. |
[+] affected methods (1)
setStyle ( Element, Map, SVGGeneratorContext )This abstract method is from 'StyleHandler' interface.
[+] SVGAlphaComposite (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGAlphaComposite. |
[+] affected methods (5)
SVGAlphaComposite ( SVGGeneratorContext )This constructor is from 'SVGAlphaComposite' class.
getAlphaCompositeFilterSet ( )This method is from 'SVGAlphaComposite' class.
requiresBackgroundAccess ( )This method is from 'SVGAlphaComposite' class.
toSVG ( AlphaComposite )This method is from 'SVGAlphaComposite' class.
toSVG ( GraphicContext )This method is from 'SVGAlphaComposite' class.
[+] SVGAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGAttribute. |
[+] affected methods (2)
SVGAttribute ( Set, boolean )This constructor is from 'SVGAttribute' class.
appliesTo ( String )This method is from 'SVGAttribute' class.
[+] SVGAttributeMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGAttributeMap. |
[+] affected methods (2)
SVGAttributeMap ( )This constructor is from 'SVGAttributeMap' class.
get ( String )This method is from 'SVGAttributeMap' class.
[+] SVGBasicStroke (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGBasicStroke. |
[+] affected methods (3)
SVGBasicStroke ( SVGGeneratorContext )This constructor is from 'SVGBasicStroke' class.
toSVG ( BasicStroke )This method is from 'SVGBasicStroke' class.
toSVG ( GraphicContext )This method is from 'SVGBasicStroke' class.
[+] SVGBufferedImageOp (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGBufferedImageOp. |
[+] affected methods (7)
SVGBufferedImageOp ( SVGGeneratorContext )This constructor is from 'SVGBufferedImageOp' class.
getConvolveOpConverter ( )This method is from 'SVGBufferedImageOp' class.
getCustomBufferedImageOpConverter ( )This method is from 'SVGBufferedImageOp' class.
getDefinitionSet ( )This method is from 'SVGBufferedImageOp' class.
getLookupOpConverter ( )This method is from 'SVGBufferedImageOp' class.
getRescaleOpConverter ( )This method is from 'SVGBufferedImageOp' class.
toSVG ( BufferedImageOp, Rectangle )This method is from 'SVGBufferedImageOp' class.
[+] SVGClip (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGClip. |
[+] affected methods (2)
SVGClip ( SVGGeneratorContext )This constructor is from 'SVGClip' class.
toSVG ( GraphicContext )This method is from 'SVGClip' class.
[+] SVGClipDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGClipDescriptor. |
[+] affected methods (3)
SVGClipDescriptor ( String, Element )This constructor is from 'SVGClipDescriptor' class.
getAttributeMap ( Map )This method is from 'SVGClipDescriptor' class.
getDefinitionSet ( List )This method is from 'SVGClipDescriptor' class.
[+] SVGColor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGColor. |
[+] affected methods (3)
SVGColor ( SVGGeneratorContext )This constructor is from 'SVGColor' class.
toSVG ( Color, SVGGeneratorContext )This method is from 'SVGColor' class.
toSVG ( GraphicContext )This method is from 'SVGColor' class.
[+] SVGComposite (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGComposite. |
[+] affected methods (6)
SVGComposite ( SVGGeneratorContext )This constructor is from 'SVGComposite' class.
getAlphaCompositeConverter ( )This method is from 'SVGComposite' class.
getCustomCompositeConverter ( )This method is from 'SVGComposite' class.
getDefinitionSet ( )This method is from 'SVGComposite' class.
toSVG ( Composite )This method is from 'SVGComposite' class.
toSVG ( GraphicContext )This method is from 'SVGComposite' class.
[+] SVGCompositeDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGCompositeDescriptor. |
[+] affected methods (7)
SVGCompositeDescriptor ( String, String )This constructor is from 'SVGCompositeDescriptor' class.
SVGCompositeDescriptor ( String, String, Element )This constructor is from 'SVGCompositeDescriptor' class.
getAttributeMap ( Map )This method is from 'SVGCompositeDescriptor' class.
getDef ( )This method is from 'SVGCompositeDescriptor' class.
getDefinitionSet ( List )This method is from 'SVGCompositeDescriptor' class.
getFilterValue ( )This method is from 'SVGCompositeDescriptor' class.
getOpacityValue ( )This method is from 'SVGCompositeDescriptor' class.
[+] SVGConverter (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGConverter. |
[+] affected methods (2)
getDefinitionSet ( )This abstract method is from 'SVGConverter' interface.
toSVG ( GraphicContext )This abstract method is from 'SVGConverter' interface.
[+] SVGConvolveOp (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGConvolveOp. |
[+] affected methods (3)
SVGConvolveOp ( SVGGeneratorContext )This constructor is from 'SVGConvolveOp' class.
toSVG ( BufferedImageOp, Rectangle )This method is from 'SVGConvolveOp' class.
toSVG ( ConvolveOp )This method is from 'SVGConvolveOp' class.
[+] SVGCSSStyler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGCSSStyler. |
[+] affected methods (2)
SVGCSSStyler ( )This constructor is from 'SVGCSSStyler' class.
style ( Node )This method is from 'SVGCSSStyler' class.
[+] SVGCustomBufferedImageOp (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGCustomBufferedImageOp. |
[+] affected methods (2)
SVGCustomBufferedImageOp ( SVGGeneratorContext )This constructor is from 'SVGCustomBufferedImageOp' class.
toSVG ( BufferedImageOp, Rectangle )This method is from 'SVGCustomBufferedImageOp' class.
[+] SVGCustomComposite (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGCustomComposite. |
[+] affected methods (3)
SVGCustomComposite ( SVGGeneratorContext )This constructor is from 'SVGCustomComposite' class.
toSVG ( Composite )This method is from 'SVGCustomComposite' class.
toSVG ( GraphicContext )This method is from 'SVGCustomComposite' class.
[+] SVGCustomPaint (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGCustomPaint. |
[+] affected methods (3)
SVGCustomPaint ( SVGGeneratorContext )This constructor is from 'SVGCustomPaint' class.
toSVG ( Paint )This method is from 'SVGCustomPaint' class.
toSVG ( GraphicContext )This method is from 'SVGCustomPaint' class.
[+] SVGDescriptor (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGDescriptor. |
[+] affected methods (2)
getAttributeMap ( Map )This abstract method is from 'SVGDescriptor' interface.
getDefinitionSet ( List )This abstract method is from 'SVGDescriptor' interface.
[+] SVGEllipse (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGEllipse. |
[+] affected methods (2)
SVGEllipse ( SVGGeneratorContext )This constructor is from 'SVGEllipse' class.
toSVG ( Ellipse2D )This method is from 'SVGEllipse' class.
[+] SVGFilterConverter (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGFilterConverter. |
[+] affected methods (2)
getDefinitionSet ( )This abstract method is from 'SVGFilterConverter' interface.
toSVG ( BufferedImageOp, Rectangle )This abstract method is from 'SVGFilterConverter' interface.
[+] SVGFilterDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGFilterDescriptor. |
[+] affected methods (4)
SVGFilterDescriptor ( String )This constructor is from 'SVGFilterDescriptor' class.
SVGFilterDescriptor ( String, Element )This constructor is from 'SVGFilterDescriptor' class.
getDef ( )This method is from 'SVGFilterDescriptor' class.
getFilterValue ( )This method is from 'SVGFilterDescriptor' class.
[+] SVGFont (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGFont. |
[+] affected methods (7)
SVGFont ( SVGGeneratorContext )This constructor is from 'SVGFont' class.
familyToSVG ( Font )This method is from 'SVGFont' class.
recordFontUsage ( String, Font )This method is from 'SVGFont' class.
styleToSVG ( Font )This method is from 'SVGFont' class.
toSVG ( Font, FontRenderContext )This method is from 'SVGFont' class.
toSVG ( GraphicContext )This method is from 'SVGFont' class.
weightToSVG ( Font )This method is from 'SVGFont' class.
[+] SVGFontDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGFontDescriptor. |
[+] affected methods (4)
SVGFontDescriptor ( String, String, String, String, Element )This constructor is from 'SVGFontDescriptor' class.
getAttributeMap ( Map )This method is from 'SVGFontDescriptor' class.
getDef ( )This method is from 'SVGFontDescriptor' class.
getDefinitionSet ( List )This method is from 'SVGFontDescriptor' class.
[+] SVGGeneratorContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGeneratorContext. |
[+] affected methods (24)
SVGGeneratorContext ( Document )This constructor is from 'SVGGeneratorContext' class.
createDefault ( Document )This method is from 'SVGGeneratorContext' class.
doubleString ( double )This method is from 'SVGGeneratorContext' class.
getComment ( )This method is from 'SVGGeneratorContext' class.
getDOMFactory ( )This method is from 'SVGGeneratorContext' class.
getErrorHandler ( )This method is from 'SVGGeneratorContext' class.
getExtensionHandler ( )This method is from 'SVGGeneratorContext' class.
getGraphicContextDefaults ( )This method is from 'SVGGeneratorContext' class.
getIDGenerator ( )This method is from 'SVGGeneratorContext' class.
getImageHandler ( )This method is from 'SVGGeneratorContext' class.
getPrecision ( )This method is from 'SVGGeneratorContext' class.
getStyleHandler ( )This method is from 'SVGGeneratorContext' class.
...
[+] SVGGeneratorContext.GraphicContextDefaults (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGeneratorContext.GraphicContextDefaults. |
[+] affected methods (15)
SVGGeneratorContext.GraphicContextDefaults ( )This constructor is from 'SVGGeneratorContext.GraphicContextDefaults' class.
getBackground ( )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
getClip ( )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
getComposite ( )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
getFont ( )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
getPaint ( )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
getRenderingHints ( )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
getStroke ( )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
setBackground ( Color )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
setClip ( Shape )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
setComposite ( Composite )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
setFont ( Font )This method is from 'SVGGeneratorContext.GraphicContextDefaults' class.
...
[+] SVGGraphicContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGraphicContext. |
[+] affected methods (6)
SVGGraphicContext ( Map, TransformStackElement[ ] )This constructor is from 'SVGGraphicContext' class.
SVGGraphicContext ( Map, Map, TransformStackElement[ ] )This constructor is from 'SVGGraphicContext' class.
getContext ( )This method is from 'SVGGraphicContext' class.
getGraphicElementContext ( )This method is from 'SVGGraphicContext' class.
getGroupContext ( )This method is from 'SVGGraphicContext' class.
getTransformStack ( )This method is from 'SVGGraphicContext' class.
[+] SVGGraphicContextConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGraphicContextConverter. |
[+] affected methods (11)
SVGGraphicContextConverter ( SVGGeneratorContext )This constructor is from 'SVGGraphicContextConverter' class.
getClipConverter ( )This method is from 'SVGGraphicContextConverter' class.
getCompositeConverter ( )This method is from 'SVGGraphicContextConverter' class.
getDefinitionSet ( )This method is from 'SVGGraphicContextConverter' class.
getFontConverter ( )This method is from 'SVGGraphicContextConverter' class.
getHintsConverter ( )This method is from 'SVGGraphicContextConverter' class.
getPaintConverter ( )This method is from 'SVGGraphicContextConverter' class.
getStrokeConverter ( )This method is from 'SVGGraphicContextConverter' class.
getTransformConverter ( )This method is from 'SVGGraphicContextConverter' class.
toSVG ( TransformStackElement[ ] )This method is from 'SVGGraphicContextConverter' class.
toSVG ( GraphicContext )This method is from 'SVGGraphicContextConverter' class.
...
[+] SVGGraphicObjectConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGraphicObjectConverter. |
[+] affected methods (2)
SVGGraphicObjectConverter ( SVGGeneratorContext )This constructor is from 'SVGGraphicObjectConverter' abstract class.
doubleString ( double )This method is from 'SVGGraphicObjectConverter' abstract class.
[+] SVGGraphics2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGraphics2D. |
[+] affected methods (43)
SVGGraphics2D ( SVGGeneratorContext, boolean )This constructor is from 'SVGGraphics2D' class.
SVGGraphics2D ( SVGGraphics2D )This constructor is from 'SVGGraphics2D' class.
SVGGraphics2D ( Document )This constructor is from 'SVGGraphics2D' class.
SVGGraphics2D ( Document, ImageHandler, ExtensionHandler, boolean )This constructor is from 'SVGGraphics2D' class.
buildSVGGeneratorContext ( Document, ImageHandler, ExtensionHandler )This method is from 'SVGGraphics2D' class.
copyArea ( int, int, int, int, int, int )This method is from 'SVGGraphics2D' class.
create ( )This method is from 'SVGGraphics2D' class.
dispose ( )This method is from 'SVGGraphics2D' class.
draw ( Shape )This method is from 'SVGGraphics2D' class.
drawImage ( BufferedImage, BufferedImageOp, int, int )This method is from 'SVGGraphics2D' class.
drawImage ( Image, int, int, int, int, ImageObserver )This method is from 'SVGGraphics2D' class.
drawImage ( Image, int, int, ImageObserver )This method is from 'SVGGraphics2D' class.
...
[+] SVGGraphics2DIOException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGraphics2DIOException. |
[+] affected methods (5)
SVGGraphics2DIOException ( IOException )This constructor is from 'SVGGraphics2DIOException' class.
SVGGraphics2DIOException ( String )This constructor is from 'SVGGraphics2DIOException' class.
SVGGraphics2DIOException ( String, IOException )This constructor is from 'SVGGraphics2DIOException' class.
getException ( )This method is from 'SVGGraphics2DIOException' class.
getMessage ( )This method is from 'SVGGraphics2DIOException' class.
[+] SVGGraphics2DRuntimeException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGGraphics2DRuntimeException. |
[+] affected methods (5)
SVGGraphics2DRuntimeException ( Exception )This constructor is from 'SVGGraphics2DRuntimeException' class.
SVGGraphics2DRuntimeException ( String )This constructor is from 'SVGGraphics2DRuntimeException' class.
SVGGraphics2DRuntimeException ( String, Exception )This constructor is from 'SVGGraphics2DRuntimeException' class.
getException ( )This method is from 'SVGGraphics2DRuntimeException' class.
getMessage ( )This method is from 'SVGGraphics2DRuntimeException' class.
[+] SVGHintsDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGHintsDescriptor. |
[+] affected methods (3)
SVGHintsDescriptor ( String, String, String, String, String )This constructor is from 'SVGHintsDescriptor' class.
getAttributeMap ( Map )This method is from 'SVGHintsDescriptor' class.
getDefinitionSet ( List )This method is from 'SVGHintsDescriptor' class.
[+] SVGIDGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGIDGenerator. |
[+] affected methods (2)
SVGIDGenerator ( )This constructor is from 'SVGIDGenerator' class.
generateID ( String )This method is from 'SVGIDGenerator' class.
[+] SVGLine (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGLine. |
[+] affected methods (2)
SVGLine ( SVGGeneratorContext )This constructor is from 'SVGLine' class.
toSVG ( Line2D )This method is from 'SVGLine' class.
[+] SVGLinearGradient (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGLinearGradient. |
[+] affected methods (3)
SVGLinearGradient ( SVGGeneratorContext )This constructor is from 'SVGLinearGradient' class.
toSVG ( GradientPaint )This method is from 'SVGLinearGradient' class.
toSVG ( GraphicContext )This method is from 'SVGLinearGradient' class.
[+] SVGLookupOp (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGLookupOp. |
[+] affected methods (3)
SVGLookupOp ( SVGGeneratorContext )This constructor is from 'SVGLookupOp' class.
toSVG ( BufferedImageOp, Rectangle )This method is from 'SVGLookupOp' class.
toSVG ( LookupOp )This method is from 'SVGLookupOp' class.
[+] SVGPaint (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGPaint. |
[+] affected methods (8)
SVGPaint ( SVGGeneratorContext )This constructor is from 'SVGPaint' class.
getColorConverter ( )This method is from 'SVGPaint' class.
getCustomPaintConverter ( )This method is from 'SVGPaint' class.
getDefinitionSet ( )This method is from 'SVGPaint' class.
getGradientPaintConverter ( )This method is from 'SVGPaint' class.
getTexturePaintConverter ( )This method is from 'SVGPaint' class.
toSVG ( Paint )This method is from 'SVGPaint' class.
toSVG ( GraphicContext )This method is from 'SVGPaint' class.
[+] SVGPaintDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGPaintDescriptor. |
[+] affected methods (7)
SVGPaintDescriptor ( String, String )This constructor is from 'SVGPaintDescriptor' class.
SVGPaintDescriptor ( String, String, Element )This constructor is from 'SVGPaintDescriptor' class.
getAttributeMap ( Map )This method is from 'SVGPaintDescriptor' class.
getDef ( )This method is from 'SVGPaintDescriptor' class.
getDefinitionSet ( List )This method is from 'SVGPaintDescriptor' class.
getOpacityValue ( )This method is from 'SVGPaintDescriptor' class.
getPaintValue ( )This method is from 'SVGPaintDescriptor' class.
[+] SVGPath (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGPath. |
[+] affected methods (3)
SVGPath ( SVGGeneratorContext )This constructor is from 'SVGPath' class.
toSVG ( Shape )This method is from 'SVGPath' class.
toSVGPathData ( Shape, SVGGeneratorContext )This method is from 'SVGPath' class.
[+] SVGPolygon (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGPolygon. |
[+] affected methods (2)
SVGPolygon ( SVGGeneratorContext )This constructor is from 'SVGPolygon' class.
toSVG ( Polygon )This method is from 'SVGPolygon' class.
[+] SVGRectangle (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGRectangle. |
[+] affected methods (3)
SVGRectangle ( SVGGeneratorContext )This constructor is from 'SVGRectangle' class.
toSVG ( Rectangle2D )This method is from 'SVGRectangle' class.
toSVG ( RoundRectangle2D )This method is from 'SVGRectangle' class.
[+] SVGRenderingHints (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGRenderingHints. |
[+] affected methods (3)
SVGRenderingHints ( SVGGeneratorContext )This constructor is from 'SVGRenderingHints' class.
toSVG ( RenderingHints )This method is from 'SVGRenderingHints' class.
toSVG ( GraphicContext )This method is from 'SVGRenderingHints' class.
[+] SVGRescaleOp (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGRescaleOp. |
[+] affected methods (3)
SVGRescaleOp ( SVGGeneratorContext )This constructor is from 'SVGRescaleOp' class.
toSVG ( BufferedImageOp, Rectangle )This method is from 'SVGRescaleOp' class.
toSVG ( RescaleOp )This method is from 'SVGRescaleOp' class.
[+] SVGShape (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGShape. |
[+] affected methods (2)
SVGShape ( SVGGeneratorContext )This constructor is from 'SVGShape' class.
toSVG ( Shape )This method is from 'SVGShape' class.
[+] SVGStrokeDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGStrokeDescriptor. |
[+] affected methods (3)
SVGStrokeDescriptor ( String, String, String, String, String, String )This constructor is from 'SVGStrokeDescriptor' class.
getAttributeMap ( Map )This method is from 'SVGStrokeDescriptor' class.
getDefinitionSet ( List )This method is from 'SVGStrokeDescriptor' class.
[+] SVGStylingAttributes (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGStylingAttributes. |
[+] affected methods (1)
SVGStylingAttributes ( )This constructor is from 'SVGStylingAttributes' class.
[+] SVGTexturePaint (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGTexturePaint. |
[+] affected methods (3)
SVGTexturePaint ( SVGGeneratorContext )This constructor is from 'SVGTexturePaint' class.
toSVG ( TexturePaint )This method is from 'SVGTexturePaint' class.
toSVG ( GraphicContext )This method is from 'SVGTexturePaint' class.
[+] SVGTransform (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGTransform. |
[+] affected methods (4)
SVGTransform ( SVGGeneratorContext )This constructor is from 'SVGTransform' class.
toSVG ( GraphicContext )This method is from 'SVGTransform' class.
toSVGTransform ( TransformStackElement[ ] )This method is from 'SVGTransform' class.
toSVGTransform ( GraphicContext )This method is from 'SVGTransform' class.
[+] SVGTransformDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGTransformDescriptor. |
[+] affected methods (3)
SVGTransformDescriptor ( String )This constructor is from 'SVGTransformDescriptor' class.
getAttributeMap ( Map )This method is from 'SVGTransformDescriptor' class.
getDefinitionSet ( List )This method is from 'SVGTransformDescriptor' class.
[+] SwingSVGPrettyPrint (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SwingSVGPrettyPrint. |
[+] affected methods (2)
SwingSVGPrettyPrint ( )This constructor is from 'SwingSVGPrettyPrint' abstract class.
print ( JComponent, SVGGraphics2D )This method is from 'SwingSVGPrettyPrint' abstract class.
package org.apache.batik.svggen.font
[+] Font (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Font. |
[+] affected methods (20)
Font ( )This constructor is from 'Font' class.
create ( )This method is from 'Font' class.
create ( String )This method is from 'Font' class.
getAscent ( )This method is from 'Font' class.
getCmapTable ( )This method is from 'Font' class.
getDescent ( )This method is from 'Font' class.
getGlyph ( int )This method is from 'Font' class.
getHeadTable ( )This method is from 'Font' class.
getHheaTable ( )This method is from 'Font' class.
getHmtxTable ( )This method is from 'Font' class.
getLocaTable ( )This method is from 'Font' class.
getMaxpTable ( )This method is from 'Font' class.
...
[+] Glyph (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Glyph. |
[+] affected methods (7)
Glyph ( GlyphDescription, short, int )This constructor is from 'Glyph' class.
getAdvanceWidth ( )This method is from 'Glyph' class.
getLeftSideBearing ( )This method is from 'Glyph' class.
getPoint ( int )This method is from 'Glyph' class.
getPointCount ( )This method is from 'Glyph' class.
reset ( )This method is from 'Glyph' class.
scale ( int )This method is from 'Glyph' class.
[+] Messages (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Messages. |
[+] affected methods (4)
Messages ( )This constructor is from 'Messages' class.
formatMessage ( String, Object[ ] )This method is from 'Messages' class.
getLocale ( )This method is from 'Messages' class.
setLocale ( Locale )This method is from 'Messages' class.
[+] Point (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Point. |
[+] affected methods (1)
Point ( int, int, boolean, boolean )This constructor is from 'Point' class.
[+] SVGFont (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGFont. |
[+] affected methods (14)
SVGFont ( )This constructor is from 'SVGFont' class.
encodeEntities ( String )This method is from 'SVGFont' class.
getContourAsSVGPathData ( Glyph, int, int )This method is from 'SVGFont' class.
getGlyphAsSVG ( Font, Glyph, int, int, String, String )This method is from 'SVGFont' class.
getGlyphAsSVG ( Font, Glyph, int, int, SingleSubst, SingleSubst, SingleSubst, String )This method is from 'SVGFont' class.
getKerningPairAsSVG ( KerningPair, PostTable )This method is from 'SVGFont' class.
getSVGFontFaceElement ( Font )This method is from 'SVGFont' class.
main ( String[ ] )This method is from 'SVGFont' class.
writeFontAsSVGFragment ( PrintStream, Font, String, int, int, boolean )This method is from 'SVGFont' class.
writeSvgBegin ( PrintStream )This method is from 'SVGFont' class.
writeSvgDefsBegin ( PrintStream )This method is from 'SVGFont' class.
writeSvgDefsEnd ( PrintStream )This method is from 'SVGFont' class.
...
package org.apache.batik.svggen.font.table
[+] ClassDef (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassDef. |
[+] affected methods (3)
ClassDef ( )This constructor is from 'ClassDef' abstract class.
getFormat ( )This abstract method is from 'ClassDef' abstract class.
read ( RandomAccessFile )This method is from 'ClassDef' abstract class.
[+] ClassDefFormat1 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassDefFormat1. |
[+] affected methods (2)
ClassDefFormat1 ( RandomAccessFile )This constructor is from 'ClassDefFormat1' class.
getFormat ( )This method is from 'ClassDefFormat1' class.
[+] ClassDefFormat2 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassDefFormat2. |
[+] affected methods (2)
ClassDefFormat2 ( RandomAccessFile )This constructor is from 'ClassDefFormat2' class.
getFormat ( )This method is from 'ClassDefFormat2' class.
[+] CmapFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CmapFormat. |
[+] affected methods (7)
CmapFormat ( RandomAccessFile )This constructor is from 'CmapFormat' abstract class.
create ( int, RandomAccessFile )This method is from 'CmapFormat' abstract class.
getFormat ( )This method is from 'CmapFormat' abstract class.
getLength ( )This method is from 'CmapFormat' abstract class.
getVersion ( )This method is from 'CmapFormat' abstract class.
mapCharCode ( int )This abstract method is from 'CmapFormat' abstract class.
toString ( )This method is from 'CmapFormat' abstract class.
[+] CmapFormat0 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CmapFormat0. |
[+] affected methods (2)
CmapFormat0 ( RandomAccessFile )This constructor is from 'CmapFormat0' class.
mapCharCode ( int )This method is from 'CmapFormat0' class.
[+] CmapFormat2 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CmapFormat2. |
[+] affected methods (2)
CmapFormat2 ( RandomAccessFile )This constructor is from 'CmapFormat2' class.
mapCharCode ( int )This method is from 'CmapFormat2' class.
[+] CmapFormat4 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CmapFormat4. |
[+] affected methods (3)
CmapFormat4 ( RandomAccessFile )This constructor is from 'CmapFormat4' class.
mapCharCode ( int )This method is from 'CmapFormat4' class.
toString ( )This method is from 'CmapFormat4' class.
[+] CmapFormat6 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CmapFormat6. |
[+] affected methods (2)
CmapFormat6 ( RandomAccessFile )This constructor is from 'CmapFormat6' class.
mapCharCode ( int )This method is from 'CmapFormat6' class.
[+] CmapIndexEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CmapIndexEntry. |
[+] affected methods (5)
CmapIndexEntry ( RandomAccessFile )This constructor is from 'CmapIndexEntry' class.
getEncodingId ( )This method is from 'CmapIndexEntry' class.
getOffset ( )This method is from 'CmapIndexEntry' class.
getPlatformId ( )This method is from 'CmapIndexEntry' class.
toString ( )This method is from 'CmapIndexEntry' class.
[+] CmapTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CmapTable. |
[+] affected methods (4)
CmapTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'CmapTable' class.
getCmapFormat ( short, short )This method is from 'CmapTable' class.
getType ( )This method is from 'CmapTable' class.
toString ( )This method is from 'CmapTable' class.
[+] Coverage (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Coverage. |
[+] affected methods (4)
Coverage ( )This constructor is from 'Coverage' abstract class.
findGlyph ( int )This abstract method is from 'Coverage' abstract class.
getFormat ( )This abstract method is from 'Coverage' abstract class.
read ( RandomAccessFile )This method is from 'Coverage' abstract class.
[+] CoverageFormat1 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CoverageFormat1. |
[+] affected methods (3)
CoverageFormat1 ( RandomAccessFile )This constructor is from 'CoverageFormat1' class.
findGlyph ( int )This method is from 'CoverageFormat1' class.
getFormat ( )This method is from 'CoverageFormat1' class.
[+] CoverageFormat2 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CoverageFormat2. |
[+] affected methods (3)
CoverageFormat2 ( RandomAccessFile )This constructor is from 'CoverageFormat2' class.
findGlyph ( int )This method is from 'CoverageFormat2' class.
getFormat ( )This method is from 'CoverageFormat2' class.
[+] CvtTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CvtTable. |
[+] affected methods (3)
CvtTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'CvtTable' class.
getType ( )This method is from 'CvtTable' class.
getValues ( )This method is from 'CvtTable' class.
[+] Device (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Device. |
[+] affected methods (1)
Device ( RandomAccessFile )This constructor is from 'Device' class.
[+] DirectoryEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DirectoryEntry. |
[+] affected methods (6)
DirectoryEntry ( RandomAccessFile )This constructor is from 'DirectoryEntry' class.
getChecksum ( )This method is from 'DirectoryEntry' class.
getLength ( )This method is from 'DirectoryEntry' class.
getOffset ( )This method is from 'DirectoryEntry' class.
getTag ( )This method is from 'DirectoryEntry' class.
toString ( )This method is from 'DirectoryEntry' class.
[+] Feature (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Feature. |
[+] affected methods (3)
Feature ( RandomAccessFile, int )This constructor is from 'Feature' class.
getLookupCount ( )This method is from 'Feature' class.
getLookupListIndex ( int )This method is from 'Feature' class.
[+] FeatureList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FeatureList. |
[+] affected methods (2)
FeatureList ( RandomAccessFile, int )This constructor is from 'FeatureList' class.
findFeature ( LangSys, String )This method is from 'FeatureList' class.
[+] FeatureRecord (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FeatureRecord. |
[+] affected methods (3)
FeatureRecord ( RandomAccessFile )This constructor is from 'FeatureRecord' class.
getOffset ( )This method is from 'FeatureRecord' class.
getTag ( )This method is from 'FeatureRecord' class.
[+] FpgmTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FpgmTable. |
[+] affected methods (2)
FpgmTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'FpgmTable' class.
getType ( )This method is from 'FpgmTable' class.
[+] GlyfCompositeComp (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GlyfCompositeComp. |
[+] affected methods (15)
GlyfCompositeComp ( int, int, ByteArrayInputStream )This constructor is from 'GlyfCompositeComp' class.
getArgument1 ( )This method is from 'GlyfCompositeComp' class.
getArgument2 ( )This method is from 'GlyfCompositeComp' class.
getFirstContour ( )This method is from 'GlyfCompositeComp' class.
getFirstIndex ( )This method is from 'GlyfCompositeComp' class.
getFlags ( )This method is from 'GlyfCompositeComp' class.
getGlyphIndex ( )This method is from 'GlyfCompositeComp' class.
getScale01 ( )This method is from 'GlyfCompositeComp' class.
getScale10 ( )This method is from 'GlyfCompositeComp' class.
getXScale ( )This method is from 'GlyfCompositeComp' class.
getXTranslate ( )This method is from 'GlyfCompositeComp' class.
getYScale ( )This method is from 'GlyfCompositeComp' class.
...
[+] GlyfCompositeDescript (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GlyfCompositeDescript. |
[+] affected methods (12)
GlyfCompositeDescript ( GlyfTable, ByteArrayInputStream )This constructor is from 'GlyfCompositeDescript' class.
getComponentCount ( )This method is from 'GlyfCompositeDescript' class.
getComponentIndex ( int )This method is from 'GlyfCompositeDescript' class.
getCompositeComp ( int )This method is from 'GlyfCompositeDescript' class.
getCompositeCompEndPt ( int )This method is from 'GlyfCompositeDescript' class.
getContourCount ( )This method is from 'GlyfCompositeDescript' class.
getEndPtOfContours ( int )This method is from 'GlyfCompositeDescript' class.
getFlags ( int )This method is from 'GlyfCompositeDescript' class.
getPointCount ( )This method is from 'GlyfCompositeDescript' class.
getXCoordinate ( int )This method is from 'GlyfCompositeDescript' class.
getYCoordinate ( int )This method is from 'GlyfCompositeDescript' class.
isComposite ( )This method is from 'GlyfCompositeDescript' class.
...
[+] GlyfDescript (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GlyfDescript. |
[+] affected methods (13)
GlyfDescript ( GlyfTable, short, ByteArrayInputStream )This constructor is from 'GlyfDescript' abstract class.
getContourCount ( )This abstract method is from 'GlyfDescript' abstract class.
getEndPtOfContours ( int )This abstract method is from 'GlyfDescript' abstract class.
getFlags ( int )This abstract method is from 'GlyfDescript' abstract class.
getNumberOfContours ( )This method is from 'GlyfDescript' abstract class.
getPointCount ( )This abstract method is from 'GlyfDescript' abstract class.
getXCoordinate ( int )This abstract method is from 'GlyfDescript' abstract class.
getXMaximum ( )This method is from 'GlyfDescript' abstract class.
getXMinimum ( )This method is from 'GlyfDescript' abstract class.
getYCoordinate ( int )This abstract method is from 'GlyfDescript' abstract class.
getYMaximum ( )This method is from 'GlyfDescript' abstract class.
getYMinimum ( )This method is from 'GlyfDescript' abstract class.
...
[+] GlyfSimpleDescript (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GlyfSimpleDescript. |
[+] affected methods (8)
GlyfSimpleDescript ( GlyfTable, short, ByteArrayInputStream )This constructor is from 'GlyfSimpleDescript' class.
getContourCount ( )This method is from 'GlyfSimpleDescript' class.
getEndPtOfContours ( int )This method is from 'GlyfSimpleDescript' class.
getFlags ( int )This method is from 'GlyfSimpleDescript' class.
getPointCount ( )This method is from 'GlyfSimpleDescript' class.
getXCoordinate ( int )This method is from 'GlyfSimpleDescript' class.
getYCoordinate ( int )This method is from 'GlyfSimpleDescript' class.
isComposite ( )This method is from 'GlyfSimpleDescript' class.
[+] GlyfTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GlyfTable. |
[+] affected methods (4)
GlyfTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'GlyfTable' class.
getDescription ( int )This method is from 'GlyfTable' class.
getType ( )This method is from 'GlyfTable' class.
init ( int, LocaTable )This method is from 'GlyfTable' class.
[+] GlyphDescription (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GlyphDescription. |
[+] affected methods (11)
getContourCount ( )This abstract method is from 'GlyphDescription' interface.
getEndPtOfContours ( int )This abstract method is from 'GlyphDescription' interface.
getFlags ( int )This abstract method is from 'GlyphDescription' interface.
getPointCount ( )This abstract method is from 'GlyphDescription' interface.
getXCoordinate ( int )This abstract method is from 'GlyphDescription' interface.
getXMaximum ( )This abstract method is from 'GlyphDescription' interface.
getXMinimum ( )This abstract method is from 'GlyphDescription' interface.
getYCoordinate ( int )This abstract method is from 'GlyphDescription' interface.
getYMaximum ( )This abstract method is from 'GlyphDescription' interface.
getYMinimum ( )This abstract method is from 'GlyphDescription' interface.
isComposite ( )This abstract method is from 'GlyphDescription' interface.
...
[+] GposTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GposTable. |
[+] affected methods (3)
GposTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'GposTable' class.
getType ( )This method is from 'GposTable' class.
toString ( )This method is from 'GposTable' class.
[+] GsubTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GsubTable. |
[+] affected methods (7)
GsubTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'GsubTable' class.
getFeatureList ( )This method is from 'GsubTable' class.
getLookupList ( )This method is from 'GsubTable' class.
getScriptList ( )This method is from 'GsubTable' class.
getType ( )This method is from 'GsubTable' class.
read ( int, RandomAccessFile, int )This method is from 'GsubTable' class.
toString ( )This method is from 'GsubTable' class.
[+] HeadTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HeadTable. |
[+] affected methods (19)
HeadTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'HeadTable' class.
getCheckSumAdjustment ( )This method is from 'HeadTable' class.
getCreated ( )This method is from 'HeadTable' class.
getFlags ( )This method is from 'HeadTable' class.
getFontDirectionHint ( )This method is from 'HeadTable' class.
getFontRevision ( )This method is from 'HeadTable' class.
getGlyphDataFormat ( )This method is from 'HeadTable' class.
getIndexToLocFormat ( )This method is from 'HeadTable' class.
getLowestRecPPEM ( )This method is from 'HeadTable' class.
getMacStyle ( )This method is from 'HeadTable' class.
getModified ( )This method is from 'HeadTable' class.
getType ( )This method is from 'HeadTable' class.
...
[+] HheaTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HheaTable. |
[+] affected methods (13)
HheaTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'HheaTable' class.
getAdvanceWidthMax ( )This method is from 'HheaTable' class.
getAscender ( )This method is from 'HheaTable' class.
getCaretSlopeRise ( )This method is from 'HheaTable' class.
getCaretSlopeRun ( )This method is from 'HheaTable' class.
getDescender ( )This method is from 'HheaTable' class.
getLineGap ( )This method is from 'HheaTable' class.
getMetricDataFormat ( )This method is from 'HheaTable' class.
getMinLeftSideBearing ( )This method is from 'HheaTable' class.
getMinRightSideBearing ( )This method is from 'HheaTable' class.
getNumberOfHMetrics ( )This method is from 'HheaTable' class.
getType ( )This method is from 'HheaTable' class.
...
[+] HmtxTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HmtxTable. |
[+] affected methods (5)
HmtxTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'HmtxTable' class.
getAdvanceWidth ( int )This method is from 'HmtxTable' class.
getLeftSideBearing ( int )This method is from 'HmtxTable' class.
getType ( )This method is from 'HmtxTable' class.
init ( int, int )This method is from 'HmtxTable' class.
[+] KerningPair (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KerningPair. |
[+] affected methods (4)
KerningPair ( RandomAccessFile )This constructor is from 'KerningPair' class.
getLeft ( )This method is from 'KerningPair' class.
getRight ( )This method is from 'KerningPair' class.
getValue ( )This method is from 'KerningPair' class.
[+] KernSubtable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KernSubtable. |
[+] affected methods (4)
KernSubtable ( )This constructor is from 'KernSubtable' abstract class.
getKerningPair ( int )This abstract method is from 'KernSubtable' abstract class.
getKerningPairCount ( )This abstract method is from 'KernSubtable' abstract class.
read ( RandomAccessFile )This method is from 'KernSubtable' abstract class.
[+] KernSubtableFormat0 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KernSubtableFormat0. |
[+] affected methods (3)
KernSubtableFormat0 ( RandomAccessFile )This constructor is from 'KernSubtableFormat0' class.
getKerningPair ( int )This method is from 'KernSubtableFormat0' class.
getKerningPairCount ( )This method is from 'KernSubtableFormat0' class.
[+] KernSubtableFormat2 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KernSubtableFormat2. |
[+] affected methods (3)
KernSubtableFormat2 ( RandomAccessFile )This constructor is from 'KernSubtableFormat2' class.
getKerningPair ( int )This method is from 'KernSubtableFormat2' class.
getKerningPairCount ( )This method is from 'KernSubtableFormat2' class.
[+] KernTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KernTable. |
[+] affected methods (4)
KernTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'KernTable' class.
getSubtable ( int )This method is from 'KernTable' class.
getSubtableCount ( )This method is from 'KernTable' class.
getType ( )This method is from 'KernTable' class.
[+] LangSys (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LangSys. |
[+] affected methods (2)
LangSys ( RandomAccessFile )This constructor is from 'LangSys' class.
isFeatureIndexed ( int )This method is from 'LangSys' class.
[+] LangSysRecord (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LangSysRecord. |
[+] affected methods (3)
LangSysRecord ( RandomAccessFile )This constructor is from 'LangSysRecord' class.
getOffset ( )This method is from 'LangSysRecord' class.
getTag ( )This method is from 'LangSysRecord' class.
[+] Ligature (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Ligature. |
[+] affected methods (3)
Ligature ( RandomAccessFile )This constructor is from 'Ligature' class.
getGlyphCount ( )This method is from 'Ligature' class.
getGlyphId ( int )This method is from 'Ligature' class.
[+] LigatureSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LigatureSet. |
[+] affected methods (1)
LigatureSet ( RandomAccessFile, int )This constructor is from 'LigatureSet' class.
[+] LigatureSubst (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LigatureSubst. |
[+] affected methods (2)
LigatureSubst ( )This constructor is from 'LigatureSubst' abstract class.
read ( RandomAccessFile, int )This method is from 'LigatureSubst' abstract class.
[+] LigatureSubstFormat1 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LigatureSubstFormat1. |
[+] affected methods (2)
LigatureSubstFormat1 ( RandomAccessFile, int )This constructor is from 'LigatureSubstFormat1' class.
getFormat ( )This method is from 'LigatureSubstFormat1' class.
[+] LocaTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocaTable. |
[+] affected methods (4)
LocaTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'LocaTable' class.
getOffset ( int )This method is from 'LocaTable' class.
getType ( )This method is from 'LocaTable' class.
init ( int, boolean )This method is from 'LocaTable' class.
[+] Lookup (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Lookup. |
[+] affected methods (4)
Lookup ( LookupSubtableFactory, RandomAccessFile, int )This constructor is from 'Lookup' class.
getSubtable ( int )This method is from 'Lookup' class.
getSubtableCount ( )This method is from 'Lookup' class.
getType ( )This method is from 'Lookup' class.
[+] LookupList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LookupList. |
[+] affected methods (2)
LookupList ( RandomAccessFile, int, LookupSubtableFactory )This constructor is from 'LookupList' class.
getLookup ( Feature, int )This method is from 'LookupList' class.
[+] LookupSubtable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LookupSubtable. |
[+] affected methods (1)
LookupSubtable ( )This constructor is from 'LookupSubtable' abstract class.
[+] LookupSubtableFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LookupSubtableFactory. |
[+] affected methods (1)
read ( int, RandomAccessFile, int )This abstract method is from 'LookupSubtableFactory' interface.
[+] MaxpTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MaxpTable. |
[+] affected methods (16)
MaxpTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'MaxpTable' class.
getMaxComponentDepth ( )This method is from 'MaxpTable' class.
getMaxComponentElements ( )This method is from 'MaxpTable' class.
getMaxCompositeContours ( )This method is from 'MaxpTable' class.
getMaxCompositePoints ( )This method is from 'MaxpTable' class.
getMaxContours ( )This method is from 'MaxpTable' class.
getMaxFunctionDefs ( )This method is from 'MaxpTable' class.
getMaxInstructionDefs ( )This method is from 'MaxpTable' class.
getMaxPoints ( )This method is from 'MaxpTable' class.
getMaxSizeOfInstructions ( )This method is from 'MaxpTable' class.
getMaxStackElements ( )This method is from 'MaxpTable' class.
getMaxStorage ( )This method is from 'MaxpTable' class.
...
[+] NameRecord (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NameRecord. |
[+] affected methods (7)
NameRecord ( RandomAccessFile )This constructor is from 'NameRecord' class.
getEncodingId ( )This method is from 'NameRecord' class.
getLanguageId ( )This method is from 'NameRecord' class.
getNameId ( )This method is from 'NameRecord' class.
getPlatformId ( )This method is from 'NameRecord' class.
getRecordString ( )This method is from 'NameRecord' class.
loadString ( RandomAccessFile, int )This method is from 'NameRecord' class.
[+] NameTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NameTable. |
[+] affected methods (3)
NameTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'NameTable' class.
getRecord ( short )This method is from 'NameTable' class.
getType ( )This method is from 'NameTable' class.
[+] Os2Table (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Os2Table. |
[+] affected methods (34)
Os2Table ( DirectoryEntry, RandomAccessFile )This constructor is from 'Os2Table' class.
getAvgCharWidth ( )This method is from 'Os2Table' class.
getCodePageRange1 ( )This method is from 'Os2Table' class.
getCodePageRange2 ( )This method is from 'Os2Table' class.
getFamilyClass ( )This method is from 'Os2Table' class.
getFirstCharIndex ( )This method is from 'Os2Table' class.
getLastCharIndex ( )This method is from 'Os2Table' class.
getLicenseType ( )This method is from 'Os2Table' class.
getPanose ( )This method is from 'Os2Table' class.
getSelection ( )This method is from 'Os2Table' class.
getStrikeoutPosition ( )This method is from 'Os2Table' class.
getStrikeoutSize ( )This method is from 'Os2Table' class.
...
[+] Panose (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Panose. |
[+] affected methods (12)
Panose ( byte[ ] )This constructor is from 'Panose' class.
getArmStyle ( )This method is from 'Panose' class.
getContrast ( )This method is from 'Panose' class.
getFamilyType ( )This method is from 'Panose' class.
getLetterForm ( )This method is from 'Panose' class.
getMidline ( )This method is from 'Panose' class.
getProportion ( )This method is from 'Panose' class.
getSerifStyle ( )This method is from 'Panose' class.
getStrokeVariation ( )This method is from 'Panose' class.
getWeight ( )This method is from 'Panose' class.
getXHeight ( )This method is from 'Panose' class.
toString ( )This method is from 'Panose' class.
...
[+] PostTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PostTable. |
[+] affected methods (3)
PostTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'PostTable' class.
getGlyphName ( int )This method is from 'PostTable' class.
getType ( )This method is from 'PostTable' class.
[+] PrepTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PrepTable. |
[+] affected methods (2)
PrepTable ( DirectoryEntry, RandomAccessFile )This constructor is from 'PrepTable' class.
getType ( )This method is from 'PrepTable' class.
[+] Program (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Program. |
[+] affected methods (4)
Program ( )This constructor is from 'Program' abstract class.
getInstructions ( )This method is from 'Program' abstract class.
readInstructions ( ByteArrayInputStream, int )This method is from 'Program' abstract class.
readInstructions ( RandomAccessFile, int )This method is from 'Program' abstract class.
[+] RangeRecord (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RangeRecord. |
[+] affected methods (3)
RangeRecord ( RandomAccessFile )This constructor is from 'RangeRecord' class.
getCoverageIndex ( int )This method is from 'RangeRecord' class.
isInRange ( int )This method is from 'RangeRecord' class.
[+] Script (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Script. |
[+] affected methods (2)
Script ( RandomAccessFile, int )This constructor is from 'Script' class.
getDefaultLangSys ( )This method is from 'Script' class.
[+] ScriptList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ScriptList. |
[+] affected methods (4)
ScriptList ( RandomAccessFile, int )This constructor is from 'ScriptList' class.
findScript ( String )This method is from 'ScriptList' class.
getScriptCount ( )This method is from 'ScriptList' class.
getScriptRecord ( int )This method is from 'ScriptList' class.
[+] ScriptRecord (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ScriptRecord. |
[+] affected methods (3)
ScriptRecord ( RandomAccessFile )This constructor is from 'ScriptRecord' class.
getOffset ( )This method is from 'ScriptRecord' class.
getTag ( )This method is from 'ScriptRecord' class.
[+] SingleSubst (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SingleSubst. |
[+] affected methods (4)
SingleSubst ( )This constructor is from 'SingleSubst' abstract class.
getFormat ( )This abstract method is from 'SingleSubst' abstract class.
read ( RandomAccessFile, int )This method is from 'SingleSubst' abstract class.
substitute ( int )This abstract method is from 'SingleSubst' abstract class.
[+] SingleSubstFormat1 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SingleSubstFormat1. |
[+] affected methods (3)
SingleSubstFormat1 ( RandomAccessFile, int )This constructor is from 'SingleSubstFormat1' class.
getFormat ( )This method is from 'SingleSubstFormat1' class.
substitute ( int )This method is from 'SingleSubstFormat1' class.
[+] SingleSubstFormat2 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SingleSubstFormat2. |
[+] affected methods (3)
SingleSubstFormat2 ( RandomAccessFile, int )This constructor is from 'SingleSubstFormat2' class.
getFormat ( )This method is from 'SingleSubstFormat2' class.
substitute ( int )This method is from 'SingleSubstFormat2' class.
[+] Table (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Table. |
[+] affected methods (1)
getType ( )This abstract method is from 'Table' interface.
[+] TableDirectory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TableDirectory. |
[+] affected methods (8)
TableDirectory ( RandomAccessFile )This constructor is from 'TableDirectory' class.
getEntry ( int )This method is from 'TableDirectory' class.
getEntryByTag ( int )This method is from 'TableDirectory' class.
getEntrySelector ( )This method is from 'TableDirectory' class.
getNumTables ( )This method is from 'TableDirectory' class.
getRangeShift ( )This method is from 'TableDirectory' class.
getSearchRange ( )This method is from 'TableDirectory' class.
getVersion ( )This method is from 'TableDirectory' class.
[+] TableFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TableFactory. |
[+] affected methods (2)
TableFactory ( )This constructor is from 'TableFactory' class.
create ( DirectoryEntry, RandomAccessFile )This method is from 'TableFactory' class.
package org.apache.batik.util
[+] AbstractParsedURLProtocolHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractParsedURLProtocolHandler. |
[+] affected methods (4)
AbstractParsedURLProtocolHandler ( String )This constructor is from 'AbstractParsedURLProtocolHandler' abstract class.
getProtocolHandled ( )This method is from 'AbstractParsedURLProtocolHandler' abstract class.
parseURL ( String )This abstract method is from 'AbstractParsedURLProtocolHandler' abstract class.
parseURL ( ParsedURL, String )This abstract method is from 'AbstractParsedURLProtocolHandler' abstract class.
[+] ApplicationSecurityEnforcer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ApplicationSecurityEnforcer. |
[+] affected methods (5)
ApplicationSecurityEnforcer ( Class, String )This constructor is from 'ApplicationSecurityEnforcer' class.
ApplicationSecurityEnforcer ( Class, String, String )This constructor is from 'ApplicationSecurityEnforcer' class.
enforceSecurity ( boolean )This method is from 'ApplicationSecurityEnforcer' class.
getPolicyURL ( )This method is from 'ApplicationSecurityEnforcer' class.
installSecurityManager ( )This method is from 'ApplicationSecurityEnforcer' class.
[+] Base64DecodeStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Base64DecodeStream. |
[+] affected methods (6)
Base64DecodeStream ( InputStream )This constructor is from 'Base64DecodeStream' class.
available ( )This method is from 'Base64DecodeStream' class.
close ( )This method is from 'Base64DecodeStream' class.
markSupported ( )This method is from 'Base64DecodeStream' class.
read ( )This method is from 'Base64DecodeStream' class.
read ( byte[ ], int, int )This method is from 'Base64DecodeStream' class.
[+] Base64EncoderStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Base64EncoderStream. |
[+] affected methods (7)
Base64EncoderStream ( OutputStream )This constructor is from 'Base64EncoderStream' class.
Base64EncoderStream ( OutputStream, boolean )This constructor is from 'Base64EncoderStream' class.
close ( )This method is from 'Base64EncoderStream' class.
flush ( )This method is from 'Base64EncoderStream' class.
write ( byte[ ] )This method is from 'Base64EncoderStream' class.
write ( byte[ ], int, int )This method is from 'Base64EncoderStream' class.
write ( int )This method is from 'Base64EncoderStream' class.
[+] BatikSecurityManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BatikSecurityManager. |
[+] affected methods (2)
BatikSecurityManager ( )This constructor is from 'BatikSecurityManager' class.
getClassContext ( )This method is from 'BatikSecurityManager' class.
[+] ClassFileUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassFileUtilities. |
[+] affected methods (4)
ClassFileUtilities ( )This constructor is from 'ClassFileUtilities' class.
getClassDependencies ( InputStream )This method is from 'ClassFileUtilities' class.
getClassDependencies ( String, Set )This method is from 'ClassFileUtilities' class.
getDescriptorClasses ( String )This method is from 'ClassFileUtilities' class.
[+] CleanerThread (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleanerThread. |
[+] affected methods (3)
CleanerThread ( )This constructor is from 'CleanerThread' class.
getReferenceQueue ( )This method is from 'CleanerThread' class.
run ( )This method is from 'CleanerThread' class.
[+] CleanerThread.PhantomReferenceCleared (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleanerThread.PhantomReferenceCleared. |
[+] affected methods (2)
CleanerThread.PhantomReferenceCleared ( Object )This constructor is from 'CleanerThread.PhantomReferenceCleared' abstract class.
cleared ( )This abstract method is from 'CleanerThread.PhantomReferenceCleared' abstract class.
[+] CleanerThread.ReferenceCleared (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleanerThread.ReferenceCleared. |
[+] affected methods (1)
cleared ( )This abstract method is from 'CleanerThread.ReferenceCleared' interface.
[+] CleanerThread.SoftReferenceCleared (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleanerThread.SoftReferenceCleared. |
[+] affected methods (2)
CleanerThread.SoftReferenceCleared ( Object )This constructor is from 'CleanerThread.SoftReferenceCleared' abstract class.
cleared ( )This abstract method is from 'CleanerThread.SoftReferenceCleared' abstract class.
[+] CleanerThread.WeakReferenceCleared (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleanerThread.WeakReferenceCleared. |
[+] affected methods (2)
CleanerThread.WeakReferenceCleared ( Object )This constructor is from 'CleanerThread.WeakReferenceCleared' abstract class.
cleared ( )This abstract method is from 'CleanerThread.WeakReferenceCleared' abstract class.
[+] DoublyLinkedList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoublyLinkedList. |
[+] affected methods (13)
DoublyLinkedList ( )This constructor is from 'DoublyLinkedList' class.
add ( int, DoublyLinkedList.Node )This method is from 'DoublyLinkedList' class.
add ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList' class.
empty ( )This method is from 'DoublyLinkedList' class.
getHead ( )This method is from 'DoublyLinkedList' class.
getSize ( )This method is from 'DoublyLinkedList' class.
getTail ( )This method is from 'DoublyLinkedList' class.
pop ( )This method is from 'DoublyLinkedList' class.
push ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList' class.
remove ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList' class.
touch ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList' class.
unpop ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList' class.
...
[+] DoublyLinkedList.Node (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoublyLinkedList.Node. |
[+] affected methods (7)
DoublyLinkedList.Node ( )This constructor is from 'DoublyLinkedList.Node' class.
getNext ( )This method is from 'DoublyLinkedList.Node' class.
getPrev ( )This method is from 'DoublyLinkedList.Node' class.
insertBefore ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList.Node' class.
setNext ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList.Node' class.
setPrev ( DoublyLinkedList.Node )This method is from 'DoublyLinkedList.Node' class.
unlink ( )This method is from 'DoublyLinkedList.Node' class.
[+] EncodingUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EncodingUtilities. |
[+] affected methods (2)
EncodingUtilities ( )This constructor is from 'EncodingUtilities' class.
javaEncoding ( String )This method is from 'EncodingUtilities' class.
[+] EventDispatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EventDispatcher. |
[+] affected methods (3)
EventDispatcher ( )This constructor is from 'EventDispatcher' class.
dispatchEvent ( EventDispatcher.Dispatcher, Object[ ], Object )This method is from 'EventDispatcher' class.
fireEvent ( EventDispatcher.Dispatcher, List, Object, boolean )This method is from 'EventDispatcher' class.
[+] EventDispatcher.Dispatcher (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EventDispatcher.Dispatcher. |
[+] affected methods (1)
dispatch ( Object, Object )This abstract method is from 'EventDispatcher.Dispatcher' interface.
[+] Messages (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Messages. |
[+] affected methods (7)
Messages ( )This constructor is from 'Messages' class.
formatMessage ( String, Object[ ] )This method is from 'Messages' class.
getCharacter ( String )This method is from 'Messages' class.
getInteger ( String )This method is from 'Messages' class.
getLocale ( )This method is from 'Messages' class.
getString ( String )This method is from 'Messages' class.
setLocale ( Locale )This method is from 'Messages' class.
[+] ParsedURL (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParsedURL. |
[+] affected methods (37)
ParsedURL ( String )This constructor is from 'ParsedURL' class.
ParsedURL ( String, String )This constructor is from 'ParsedURL' class.
ParsedURL ( URL )This constructor is from 'ParsedURL' class.
ParsedURL ( URL, String )This constructor is from 'ParsedURL' class.
ParsedURL ( ParsedURL, String )This constructor is from 'ParsedURL' class.
checkGZIP ( InputStream )This method is from 'ParsedURL' class.
complete ( )This method is from 'ParsedURL' class.
equals ( Object )This method is from 'ParsedURL' class.
getContentEncoding ( )This method is from 'ParsedURL' class.
getContentType ( )This method is from 'ParsedURL' class.
getGlobalUserAgent ( )This method is from 'ParsedURL' class.
getHandler ( String )This method is from 'ParsedURL' class.
...
[+] ParsedURLData (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParsedURLData. |
[+] affected methods (15)
ParsedURLData ( )This constructor is from 'ParsedURLData' class.
ParsedURLData ( URL )This constructor is from 'ParsedURLData' class.
buildURL ( )This method is from 'ParsedURLData' class.
checkGZIP ( InputStream )This method is from 'ParsedURLData' class.
complete ( )This method is from 'ParsedURLData' class.
equals ( Object )This method is from 'ParsedURLData' class.
getContentEncoding ( String )This method is from 'ParsedURLData' class.
getContentType ( String )This method is from 'ParsedURLData' class.
getPortStr ( )This method is from 'ParsedURLData' class.
hashCode ( )This method is from 'ParsedURLData' class.
openStream ( String, Iterator )This method is from 'ParsedURLData' class.
openStreamInternal ( String, Iterator, Iterator )This method is from 'ParsedURLData' class.
...
[+] ParsedURLDataProtocolHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParsedURLDataProtocolHandler. |
[+] affected methods (3)
ParsedURLDataProtocolHandler ( )This constructor is from 'ParsedURLDataProtocolHandler' class.
parseURL ( String )This method is from 'ParsedURLDataProtocolHandler' class.
parseURL ( ParsedURL, String )This method is from 'ParsedURLDataProtocolHandler' class.
[+] ParsedURLDefaultProtocolHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParsedURLDefaultProtocolHandler. |
[+] affected methods (8)
ParsedURLDefaultProtocolHandler ( )This constructor is from 'ParsedURLDefaultProtocolHandler' class.
ParsedURLDefaultProtocolHandler ( String )This constructor is from 'ParsedURLDefaultProtocolHandler' class.
charToHex ( int )This method is from 'ParsedURLDefaultProtocolHandler' class.
constructParsedURLData ( )This method is from 'ParsedURLDefaultProtocolHandler' class.
constructParsedURLData ( URL )This method is from 'ParsedURLDefaultProtocolHandler' class.
parseURL ( String )This method is from 'ParsedURLDefaultProtocolHandler' class.
parseURL ( ParsedURL, String )This method is from 'ParsedURLDefaultProtocolHandler' class.
unescapeStr ( String )This method is from 'ParsedURLDefaultProtocolHandler' class.
[+] ParsedURLJarProtocolHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParsedURLJarProtocolHandler. |
[+] affected methods (2)
ParsedURLJarProtocolHandler ( )This constructor is from 'ParsedURLJarProtocolHandler' class.
parseURL ( ParsedURL, String )This method is from 'ParsedURLJarProtocolHandler' class.
[+] ParsedURLProtocolHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParsedURLProtocolHandler. |
[+] affected methods (3)
getProtocolHandled ( )This abstract method is from 'ParsedURLProtocolHandler' interface.
parseURL ( String )This abstract method is from 'ParsedURLProtocolHandler' interface.
parseURL ( ParsedURL, String )This abstract method is from 'ParsedURLProtocolHandler' interface.
[+] PreferenceManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PreferenceManager. |
[+] affected methods (35)
PreferenceManager ( String )This constructor is from 'PreferenceManager' class.
PreferenceManager ( String, Map )This constructor is from 'PreferenceManager' class.
getBoolean ( String )This method is from 'PreferenceManager' class.
getColor ( String )This method is from 'PreferenceManager' class.
getDimension ( String )This method is from 'PreferenceManager' class.
getFile ( String )This method is from 'PreferenceManager' class.
getFiles ( String )This method is from 'PreferenceManager' class.
getFloat ( String )This method is from 'PreferenceManager' class.
getFont ( String )This method is from 'PreferenceManager' class.
getInteger ( String )This method is from 'PreferenceManager' class.
getPoint ( String )This method is from 'PreferenceManager' class.
getPreferenceDirectory ( )This method is from 'PreferenceManager' class.
...
[+] RunnableQueue (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RunnableQueue. |
[+] affected methods (18)
RunnableQueue ( )This constructor is from 'RunnableQueue' class.
createRunnableQueue ( )This method is from 'RunnableQueue' class.
executionResumed ( )This method is from 'RunnableQueue' class.
executionSuspended ( )This method is from 'RunnableQueue' class.
getIteratorLock ( )This method is from 'RunnableQueue' class.
getQueueState ( )This method is from 'RunnableQueue' class.
getRunHandler ( )This method is from 'RunnableQueue' class.
getThread ( )This method is from 'RunnableQueue' class.
invokeAndWait ( Runnable )This method is from 'RunnableQueue' class.
invokeLater ( Runnable )This method is from 'RunnableQueue' class.
iterator ( )This method is from 'RunnableQueue' class.
preemptAndWait ( Runnable )This method is from 'RunnableQueue' class.
...
[+] RunnableQueue.Link (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RunnableQueue.Link. |
[+] affected methods (2)
RunnableQueue.Link ( Runnable )This constructor is from 'RunnableQueue.Link' class.
unlock ( )This method is from 'RunnableQueue.Link' class.
[+] RunnableQueue.LockableLink (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RunnableQueue.LockableLink. |
[+] affected methods (4)
RunnableQueue.LockableLink ( Runnable )This constructor is from 'RunnableQueue.LockableLink' class.
isLocked ( )This method is from 'RunnableQueue.LockableLink' class.
lock ( )This method is from 'RunnableQueue.LockableLink' class.
unlock ( )This method is from 'RunnableQueue.LockableLink' class.
[+] RunnableQueue.RunHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RunnableQueue.RunHandler. |
[+] affected methods (3)
executionResumed ( RunnableQueue )This abstract method is from 'RunnableQueue.RunHandler' interface.
executionSuspended ( RunnableQueue )This abstract method is from 'RunnableQueue.RunHandler' interface.
runnableInvoked ( RunnableQueue, Runnable )This abstract method is from 'RunnableQueue.RunHandler' interface.
[+] RunnableQueue.RunnableQueueState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RunnableQueue.RunnableQueueState. |
[+] affected methods (2)
getValue ( )This method is from 'RunnableQueue.RunnableQueueState' class.
toString ( )This method is from 'RunnableQueue.RunnableQueueState' class.
[+] Service (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Service. |
[+] affected methods (2)
Service ( )This constructor is from 'Service' class.
providers ( Class )This method is from 'Service' class.
[+] SoftDoublyIndexedTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SoftDoublyIndexedTable. |
[+] affected methods (9)
SoftDoublyIndexedTable ( )This constructor is from 'SoftDoublyIndexedTable' class.
SoftDoublyIndexedTable ( int )This constructor is from 'SoftDoublyIndexedTable' class.
clear ( )This method is from 'SoftDoublyIndexedTable' class.
get ( Object, Object )This method is from 'SoftDoublyIndexedTable' class.
hashCode ( Object, Object )This method is from 'SoftDoublyIndexedTable' class.
put ( Object, Object, Object )This method is from 'SoftDoublyIndexedTable' class.
rehash ( )This method is from 'SoftDoublyIndexedTable' class.
removeClearedEntries ( )This method is from 'SoftDoublyIndexedTable' class.
size ( )This method is from 'SoftDoublyIndexedTable' class.
[+] SoftDoublyIndexedTable.Entry (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SoftDoublyIndexedTable.Entry. |
[+] affected methods (2)
SoftDoublyIndexedTable.Entry ( SoftDoublyIndexedTable, int, Object, Object, Object, SoftDoublyIndexedTable.Entry )This constructor is from 'SoftDoublyIndexedTable.Entry' class.
match ( Object, Object )This method is from 'SoftDoublyIndexedTable.Entry' class.
[+] SoftReferenceCache (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SoftReferenceCache. |
[+] affected methods (7)
SoftReferenceCache ( )This constructor is from 'SoftReferenceCache' class.
clearImpl ( Object )This method is from 'SoftReferenceCache' class.
flush ( )This method is from 'SoftReferenceCache' class.
isDoneImpl ( Object )This method is from 'SoftReferenceCache' class.
isPresentImpl ( Object )This method is from 'SoftReferenceCache' class.
putImpl ( Object, Object )This method is from 'SoftReferenceCache' class.
requestImpl ( Object )This method is from 'SoftReferenceCache' class.
[+] XMLResourceDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLResourceDescriptor. |
[+] affected methods (5)
XMLResourceDescriptor ( )This constructor is from 'XMLResourceDescriptor' class.
getCSSParserClassName ( )This method is from 'XMLResourceDescriptor' class.
getXMLParserClassName ( )This method is from 'XMLResourceDescriptor' class.
setCSSParserClassName ( String )This method is from 'XMLResourceDescriptor' class.
setXMLParserClassName ( String )This method is from 'XMLResourceDescriptor' class.
package org.apache.batik.util.io
[+] AbstractCharDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractCharDecoder. |
[+] affected methods (6)
AbstractCharDecoder ( InputStream )This constructor is from 'AbstractCharDecoder' abstract class.
charError ( String )This method is from 'AbstractCharDecoder' abstract class.
dispose ( )This method is from 'AbstractCharDecoder' abstract class.
endOfStreamError ( String )This method is from 'AbstractCharDecoder' abstract class.
fillBuffer ( )This method is from 'AbstractCharDecoder' abstract class.
readChar ( )This abstract method is from 'AbstractCharDecoder' abstract class.
[+] ASCIIDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ASCIIDecoder. |
[+] affected methods (2)
ASCIIDecoder ( InputStream )This constructor is from 'ASCIIDecoder' class.
readChar ( )This method is from 'ASCIIDecoder' class.
[+] CharDecoder (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CharDecoder. |
[+] affected methods (2)
dispose ( )This abstract method is from 'CharDecoder' interface.
readChar ( )This abstract method is from 'CharDecoder' interface.
[+] GenericDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericDecoder. |
[+] affected methods (4)
GenericDecoder ( InputStream, String )This constructor is from 'GenericDecoder' class.
GenericDecoder ( Reader )This constructor is from 'GenericDecoder' class.
dispose ( )This method is from 'GenericDecoder' class.
readChar ( )This method is from 'GenericDecoder' class.
[+] ISO_8859_1Decoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ISO_8859_1Decoder. |
[+] affected methods (2)
ISO_8859_1Decoder ( InputStream )This constructor is from 'ISO_8859_1Decoder' class.
readChar ( )This method is from 'ISO_8859_1Decoder' class.
[+] Messages (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Messages. |
[+] affected methods (4)
Messages ( )This constructor is from 'Messages' class.
formatMessage ( String, Object[ ] )This method is from 'Messages' class.
getLocale ( )This method is from 'Messages' class.
setLocale ( Locale )This method is from 'Messages' class.
[+] NormalizingReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NormalizingReader. |
[+] affected methods (4)
NormalizingReader ( )This constructor is from 'NormalizingReader' abstract class.
getColumn ( )This abstract method is from 'NormalizingReader' abstract class.
getLine ( )This abstract method is from 'NormalizingReader' abstract class.
read ( char[ ], int, int )This method is from 'NormalizingReader' abstract class.
[+] StreamNormalizingReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StreamNormalizingReader. |
[+] affected methods (9)
StreamNormalizingReader ( )This constructor is from 'StreamNormalizingReader' class.
StreamNormalizingReader ( InputStream )This constructor is from 'StreamNormalizingReader' class.
StreamNormalizingReader ( InputStream, String )This constructor is from 'StreamNormalizingReader' class.
StreamNormalizingReader ( Reader )This constructor is from 'StreamNormalizingReader' class.
close ( )This method is from 'StreamNormalizingReader' class.
createCharDecoder ( InputStream, String )This method is from 'StreamNormalizingReader' class.
getColumn ( )This method is from 'StreamNormalizingReader' class.
getLine ( )This method is from 'StreamNormalizingReader' class.
read ( )This method is from 'StreamNormalizingReader' class.
[+] StreamNormalizingReader.ASCIIDecoderFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StreamNormalizingReader.ASCIIDecoderFactory. |
[+] affected methods (2)
StreamNormalizingReader.ASCIIDecoderFactory ( )This constructor is from 'StreamNormalizingReader.ASCIIDecoderFactory' class.
createCharDecoder ( InputStream )This method is from 'StreamNormalizingReader.ASCIIDecoderFactory' class.
[+] StreamNormalizingReader.CharDecoderFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StreamNormalizingReader.CharDecoderFactory. |
[+] affected methods (1)
createCharDecoder ( InputStream )This abstract method is from 'StreamNormalizingReader.CharDecoderFactory' interface.
[+] StreamNormalizingReader.ISO_8859_1DecoderFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StreamNormalizingReader.ISO_8859_1DecoderFactory. |
[+] affected methods (2)
StreamNormalizingReader.ISO_8859_1DecoderFactory ( )This constructor is from 'StreamNormalizingReader.ISO_8859_1DecoderFactory' class.
createCharDecoder ( InputStream )This method is from 'StreamNormalizingReader.ISO_8859_1DecoderFactory' class.
[+] StreamNormalizingReader.UTF16DecoderFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StreamNormalizingReader.UTF16DecoderFactory. |
[+] affected methods (2)
StreamNormalizingReader.UTF16DecoderFactory ( )This constructor is from 'StreamNormalizingReader.UTF16DecoderFactory' class.
createCharDecoder ( InputStream )This method is from 'StreamNormalizingReader.UTF16DecoderFactory' class.
[+] StreamNormalizingReader.UTF8DecoderFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StreamNormalizingReader.UTF8DecoderFactory. |
[+] affected methods (2)
StreamNormalizingReader.UTF8DecoderFactory ( )This constructor is from 'StreamNormalizingReader.UTF8DecoderFactory' class.
createCharDecoder ( InputStream )This method is from 'StreamNormalizingReader.UTF8DecoderFactory' class.
[+] StringDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringDecoder. |
[+] affected methods (3)
StringDecoder ( String )This constructor is from 'StringDecoder' class.
dispose ( )This method is from 'StringDecoder' class.
readChar ( )This method is from 'StringDecoder' class.
[+] StringNormalizingReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringNormalizingReader. |
[+] affected methods (5)
StringNormalizingReader ( String )This constructor is from 'StringNormalizingReader' class.
close ( )This method is from 'StringNormalizingReader' class.
getColumn ( )This method is from 'StringNormalizingReader' class.
getLine ( )This method is from 'StringNormalizingReader' class.
read ( )This method is from 'StringNormalizingReader' class.
[+] UTF16Decoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UTF16Decoder. |
[+] affected methods (3)
UTF16Decoder ( InputStream )This constructor is from 'UTF16Decoder' class.
UTF16Decoder ( InputStream, boolean )This constructor is from 'UTF16Decoder' class.
readChar ( )This method is from 'UTF16Decoder' class.
[+] UTF8Decoder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UTF8Decoder. |
[+] affected methods (2)
UTF8Decoder ( InputStream )This constructor is from 'UTF8Decoder' class.
readChar ( )This method is from 'UTF8Decoder' class.
package org.apache.batik.util.resources
[+] Messages (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Messages. |
[+] affected methods (4)
Messages ( )This constructor is from 'Messages' class.
formatMessage ( String, Object[ ] )This method is from 'Messages' class.
getLocale ( )This method is from 'Messages' class.
setLocale ( Locale )This method is from 'Messages' class.
package org.apache.batik.xml
[+] XMLCharacters (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLCharacters. |
[+] affected methods (1)
XMLCharacters ( )This constructor is from 'XMLCharacters' class.
[+] XMLException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLException. |
[+] affected methods (8)
XMLException ( Exception )This constructor is from 'XMLException' class.
XMLException ( String )This constructor is from 'XMLException' class.
XMLException ( String, Exception )This constructor is from 'XMLException' class.
getException ( )This method is from 'XMLException' class.
getMessage ( )This method is from 'XMLException' class.
printStackTrace ( )This method is from 'XMLException' class.
printStackTrace ( PrintStream )This method is from 'XMLException' class.
printStackTrace ( PrintWriter )This method is from 'XMLException' class.
[+] XMLScanner (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLScanner. |
[+] affected methods (50)
XMLScanner ( InputStream, String )This constructor is from 'XMLScanner' class.
XMLScanner ( Reader )This constructor is from 'XMLScanner' class.
XMLScanner ( String )This constructor is from 'XMLScanner' class.
clearBuffer ( )This method is from 'XMLScanner' class.
createXMLException ( String )This method is from 'XMLScanner' class.
formatMessage ( String, Object[ ] )This method is from 'XMLScanner' class.
getBuffer ( )This method is from 'XMLScanner' class.
getColumn ( )This method is from 'XMLScanner' class.
getContext ( )This method is from 'XMLScanner' class.
getDepth ( )This method is from 'XMLScanner' class.
getEnd ( )This method is from 'XMLScanner' class.
getEndOffset ( )This method is from 'XMLScanner' class.
...
[+] XMLStreamNormalizingReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLStreamNormalizingReader. |
[+] affected methods (1)
XMLStreamNormalizingReader ( InputStream, String )This constructor is from 'XMLStreamNormalizingReader' class.
[+] XMLUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLUtilities. |
[+] affected methods (12)
XMLUtilities ( )This constructor is from 'XMLUtilities' class.
createXMLDeclarationReader ( PushbackInputStream, String )This method is from 'XMLUtilities' class.
createXMLDocumentReader ( InputStream )This method is from 'XMLUtilities' class.
encodingToJavaEncoding ( String, String )This method is from 'XMLUtilities' class.
getXMLDeclarationEncoding ( Reader, String )This method is from 'XMLUtilities' class.
isXMLAlphabeticCharacter ( char )This method is from 'XMLUtilities' class.
isXMLCharacter ( int )This method is from 'XMLUtilities' class.
isXMLNameCharacter ( char )This method is from 'XMLUtilities' class.
isXMLNameFirstCharacter ( char )This method is from 'XMLUtilities' class.
isXMLPublicIdCharacter ( char )This method is from 'XMLUtilities' class.
isXMLSpace ( char )This method is from 'XMLUtilities' class.
isXMLVersionCharacter ( char )This method is from 'XMLUtilities' class.
...
package org.apache.commons.cli
[+] AlreadySelectedException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AlreadySelectedException. |
[+] affected methods (1)
AlreadySelectedException ( String )This constructor is from 'AlreadySelectedException' class.
[+] BasicParser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BasicParser. |
[+] affected methods (2)
BasicParser ( )This constructor is from 'BasicParser' class.
flatten ( Options, String[ ], boolean )This method is from 'BasicParser' class.
[+] CommandLine (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CommandLine. |
[+] affected methods (14)
getArgList ( )This method is from 'CommandLine' class.
getArgs ( )This method is from 'CommandLine' class.
getOptionObject ( char )This method is from 'CommandLine' class.
getOptionObject ( String )This method is from 'CommandLine' class.
getOptions ( )This method is from 'CommandLine' class.
getOptionValue ( char )This method is from 'CommandLine' class.
getOptionValue ( char, String )This method is from 'CommandLine' class.
getOptionValue ( String )This method is from 'CommandLine' class.
getOptionValue ( String, String )This method is from 'CommandLine' class.
getOptionValues ( char )This method is from 'CommandLine' class.
getOptionValues ( String )This method is from 'CommandLine' class.
hasOption ( char )This method is from 'CommandLine' class.
...
[+] CommandLineParser (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CommandLineParser. |
[+] affected methods (2)
parse ( Options, String[ ] )This abstract method is from 'CommandLineParser' interface.
parse ( Options, String[ ], boolean )This abstract method is from 'CommandLineParser' interface.
[+] GnuParser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GnuParser. |
[+] affected methods (2)
GnuParser ( )This constructor is from 'GnuParser' class.
flatten ( Options, String[ ], boolean )This method is from 'GnuParser' class.
[+] HelpFormatter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HelpFormatter. |
[+] affected methods (19)
HelpFormatter ( )This constructor is from 'HelpFormatter' class.
createPadding ( int )This method is from 'HelpFormatter' class.
findWrapPos ( String, int, int )This method is from 'HelpFormatter' class.
printHelp ( int, String, String, Options, String )This method is from 'HelpFormatter' class.
printHelp ( int, String, String, Options, String, boolean )This method is from 'HelpFormatter' class.
printHelp ( PrintWriter, int, String, String, Options, int, int, String )This method is from 'HelpFormatter' class.
printHelp ( PrintWriter, int, String, String, Options, int, int, String, boolean )This method is from 'HelpFormatter' class.
printHelp ( String, String, Options, String )This method is from 'HelpFormatter' class.
printHelp ( String, String, Options, String, boolean )This method is from 'HelpFormatter' class.
printHelp ( String, Options )This method is from 'HelpFormatter' class.
printHelp ( String, Options, boolean )This method is from 'HelpFormatter' class.
printOptions ( PrintWriter, int, Options, int, int )This method is from 'HelpFormatter' class.
...
[+] MissingArgumentException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MissingArgumentException. |
[+] affected methods (1)
MissingArgumentException ( String )This constructor is from 'MissingArgumentException' class.
[+] MissingOptionException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MissingOptionException. |
[+] affected methods (1)
MissingOptionException ( String )This constructor is from 'MissingOptionException' class.
[+] Option (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Option. |
[+] affected methods (32)
Option ( String, String )This constructor is from 'Option' class.
Option ( String, String, boolean, String )This constructor is from 'Option' class.
Option ( String, boolean, String )This constructor is from 'Option' class.
addValue ( String )This method is from 'Option' class.
clone ( )This method is from 'Option' class.
getArgName ( )This method is from 'Option' class.
getArgs ( )This method is from 'Option' class.
getDescription ( )This method is from 'Option' class.
getId ( )This method is from 'Option' class.
getLongOpt ( )This method is from 'Option' class.
getOpt ( )This method is from 'Option' class.
getType ( )This method is from 'Option' class.
...
[+] OptionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OptionBuilder. |
[+] affected methods (18)
create ( )This method is from 'OptionBuilder' class.
create ( char )This method is from 'OptionBuilder' class.
create ( String )This method is from 'OptionBuilder' class.
hasArg ( )This method is from 'OptionBuilder' class.
hasArg ( boolean )This method is from 'OptionBuilder' class.
hasArgs ( )This method is from 'OptionBuilder' class.
hasArgs ( int )This method is from 'OptionBuilder' class.
hasOptionalArg ( )This method is from 'OptionBuilder' class.
hasOptionalArgs ( )This method is from 'OptionBuilder' class.
hasOptionalArgs ( int )This method is from 'OptionBuilder' class.
isRequired ( )This method is from 'OptionBuilder' class.
isRequired ( boolean )This method is from 'OptionBuilder' class.
...
[+] OptionGroup (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OptionGroup. |
[+] affected methods (9)
OptionGroup ( )This constructor is from 'OptionGroup' class.
addOption ( Option )This method is from 'OptionGroup' class.
getNames ( )This method is from 'OptionGroup' class.
getOptions ( )This method is from 'OptionGroup' class.
getSelected ( )This method is from 'OptionGroup' class.
isRequired ( )This method is from 'OptionGroup' class.
setRequired ( boolean )This method is from 'OptionGroup' class.
setSelected ( Option )This method is from 'OptionGroup' class.
toString ( )This method is from 'OptionGroup' class.
[+] Options (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Options. |
[+] affected methods (11)
Options ( )This constructor is from 'Options' class.
addOption ( String, String, boolean, String )This method is from 'Options' class.
addOption ( String, boolean, String )This method is from 'Options' class.
addOption ( Option )This method is from 'Options' class.
addOptionGroup ( OptionGroup )This method is from 'Options' class.
getOption ( String )This method is from 'Options' class.
getOptionGroup ( Option )This method is from 'Options' class.
getOptions ( )This method is from 'Options' class.
getRequiredOptions ( )This method is from 'Options' class.
hasOption ( String )This method is from 'Options' class.
toString ( )This method is from 'Options' class.
...
[+] ParseException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParseException. |
[+] affected methods (1)
ParseException ( String )This constructor is from 'ParseException' class.
[+] Parser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Parser. |
[+] affected methods (5)
Parser ( )This constructor is from 'Parser' abstract class.
flatten ( Options, String[ ], boolean )This abstract method is from 'Parser' abstract class.
parse ( Options, String[ ] )This method is from 'Parser' abstract class.
parse ( Options, String[ ], boolean )This method is from 'Parser' abstract class.
processArgs ( Option, ListIterator )This method is from 'Parser' abstract class.
[+] PatternOptionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PatternOptionBuilder. |
[+] affected methods (4)
PatternOptionBuilder ( )This constructor is from 'PatternOptionBuilder' class.
getValueClass ( char )This method is from 'PatternOptionBuilder' class.
isValueCode ( char )This method is from 'PatternOptionBuilder' class.
parsePattern ( String )This method is from 'PatternOptionBuilder' class.
[+] PosixParser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PosixParser. |
[+] affected methods (3)
PosixParser ( )This constructor is from 'PosixParser' class.
burstToken ( String, boolean )This method is from 'PosixParser' class.
flatten ( Options, String[ ], boolean )This method is from 'PosixParser' class.
[+] TypeHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeHandler. |
[+] affected methods (10)
TypeHandler ( )This constructor is from 'TypeHandler' class.
createClass ( String )This method is from 'TypeHandler' class.
createDate ( String )This method is from 'TypeHandler' class.
createFile ( String )This method is from 'TypeHandler' class.
createFiles ( String )This method is from 'TypeHandler' class.
createNumber ( String )This method is from 'TypeHandler' class.
createObject ( String )This method is from 'TypeHandler' class.
createURL ( String )This method is from 'TypeHandler' class.
createValue ( String, Class )This method is from 'TypeHandler' class.
createValue ( String, Object )This method is from 'TypeHandler' class.
[+] UnrecognizedOptionException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnrecognizedOptionException. |
[+] affected methods (1)
UnrecognizedOptionException ( String )This constructor is from 'UnrecognizedOptionException' class.
package org.apache.xindice
[+] Debug (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Debug. |
[+] affected methods (8)
Debug ( )This constructor is from 'Debug' class.
println ( )This method is from 'Debug' class.
println ( Object )This method is from 'Debug' class.
println ( Object, Object )This method is from 'Debug' class.
printStackTrace ( Throwable )This method is from 'Debug' class.
setPrefix ( String )This method is from 'Debug' class.
setPrintStream ( PrintStream )This method is from 'Debug' class.
SetPrintStream ( PrintStream )This method is from 'Debug' class.
[+] Stopwatch (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Stopwatch. |
[+] affected methods (11)
Stopwatch ( )This constructor is from 'Stopwatch' class.
Stopwatch ( String )This constructor is from 'Stopwatch' class.
Stopwatch ( String, boolean )This constructor is from 'Stopwatch' class.
Stopwatch ( boolean )This constructor is from 'Stopwatch' class.
cancel ( )This method is from 'Stopwatch' class.
elapsed ( )This method is from 'Stopwatch' class.
reset ( )This method is from 'Stopwatch' class.
start ( )This method is from 'Stopwatch' class.
stop ( )This method is from 'Stopwatch' class.
toString ( )This method is from 'Stopwatch' class.
total ( )This method is from 'Stopwatch' class.
...
package org.apache.xindice.client.corba
[+] CollectionManagerServant (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManagerServant. |
[+] affected methods (12)
CollectionManagerServant ( Collection )This constructor is from 'CollectionManagerServant' class.
createCollection ( String, EncodedBuffer )This method is from 'CollectionManagerServant' class.
createIndexer ( EncodedBuffer )This method is from 'CollectionManagerServant' class.
createXMLObject ( EncodedBuffer )This method is from 'CollectionManagerServant' class.
dropCollection ( String )This method is from 'CollectionManagerServant' class.
dropIndexer ( String )This method is from 'CollectionManagerServant' class.
dropXMLObject ( String )This method is from 'CollectionManagerServant' class.
getCanonicalName ( )This method is from 'CollectionManagerServant' class.
getName ( )This method is from 'CollectionManagerServant' class.
listIndexers ( )This method is from 'CollectionManagerServant' class.
listXMLObjects ( )This method is from 'CollectionManagerServant' class.
remove ( )This method is from 'CollectionManagerServant' class.
...
[+] CollectionServant (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionServant. |
[+] affected methods (19)
CollectionServant ( Collection )This constructor is from 'CollectionServant' class.
createNewOID ( )This method is from 'CollectionServant' class.
getCanonicalName ( )This method is from 'CollectionServant' class.
getCollection ( String )This method is from 'CollectionServant' class.
getCollectionManager ( )This method is from 'CollectionServant' class.
getDocument ( String, long )This method is from 'CollectionServant' class.
getDocumentCount ( )This method is from 'CollectionServant' class.
getDocuments ( )This method is from 'CollectionServant' class.
getName ( )This method is from 'CollectionServant' class.
getParentCollection ( )This method is from 'CollectionServant' class.
insertDocument ( String, EncodedBuffer )This method is from 'CollectionServant' class.
invokeXMLObject ( String )This method is from 'CollectionServant' class.
...
[+] DatabaseManagerServant (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseManagerServant. |
[+] affected methods (4)
DatabaseManagerServant ( Database, Kernel )This constructor is from 'DatabaseManagerServant' class.
getName ( )This method is from 'DatabaseManagerServant' class.
remove ( )This method is from 'DatabaseManagerServant' class.
shutdown ( )This method is from 'DatabaseManagerServant' class.
[+] DatabaseServant (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseServant. |
[+] affected methods (6)
DatabaseServant ( Database, Kernel )This constructor is from 'DatabaseServant' class.
getCollection ( String )This method is from 'DatabaseServant' class.
getDatabaseManager ( )This method is from 'DatabaseServant' class.
getName ( )This method is from 'DatabaseServant' class.
listCollections ( )This method is from 'DatabaseServant' class.
remove ( )This method is from 'DatabaseServant' class.
[+] DocumentSetServant (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentSetServant. |
[+] affected methods (5)
DocumentSetServant ( DocumentSet )This constructor is from 'DocumentSetServant' class.
DocumentSetServant ( DocumentSet, SymbolSerializer )This constructor is from 'DocumentSetServant' class.
getNextDocument ( long )This method is from 'DocumentSetServant' class.
hasMoreDocuments ( )This method is from 'DocumentSetServant' class.
remove ( )This method is from 'DocumentSetServant' class.
[+] EncodedBufferConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EncodedBufferConverter. |
[+] affected methods (5)
EncodedBufferConverter ( )This constructor is from 'EncodedBufferConverter' class.
convertFromDocument ( Node )This method is from 'EncodedBufferConverter' class.
convertToConfiguration ( EncodedBuffer )This method is from 'EncodedBufferConverter' class.
convertToDocument ( EncodedBuffer )This method is from 'EncodedBufferConverter' class.
remove ( )This method is from 'EncodedBufferConverter' class.
[+] SymbolDeserializer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SymbolDeserializer. |
[+] affected methods (4)
SymbolDeserializer ( )This constructor is from 'SymbolDeserializer' class.
convertToDocument ( EncodedBuffer )This method is from 'SymbolDeserializer' class.
getLastModified ( )This method is from 'SymbolDeserializer' class.
getSymbols ( EncodedBuffer )This method is from 'SymbolDeserializer' class.
[+] SymbolSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SymbolSerializer. |
[+] affected methods (5)
SymbolSerializer ( SymbolTable )This constructor is from 'SymbolSerializer' class.
convertFromDocument ( Document, long )This method is from 'SymbolSerializer' class.
getLastModified ( )This method is from 'SymbolSerializer' class.
getSymbols ( )This method is from 'SymbolSerializer' class.
getSymBuffer ( )This method is from 'SymbolSerializer' class.
package org.apache.xindice.client.corba.db
[+] _CollectionManagerStub (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class _CollectionManagerStub. |
[+] affected methods (13)
_CollectionManagerStub ( )This constructor is from '_CollectionManagerStub' class.
_ids ( )This method is from '_CollectionManagerStub' class.
createCollection ( String, EncodedBuffer )This method is from '_CollectionManagerStub' class.
createIndexer ( EncodedBuffer )This method is from '_CollectionManagerStub' class.
createXMLObject ( EncodedBuffer )This method is from '_CollectionManagerStub' class.
dropCollection ( String )This method is from '_CollectionManagerStub' class.
dropIndexer ( String )This method is from '_CollectionManagerStub' class.
dropXMLObject ( String )This method is from '_CollectionManagerStub' class.
getCanonicalName ( )This method is from '_CollectionManagerStub' class.
getName ( )This method is from '_CollectionManagerStub' class.
listIndexers ( )This method is from '_CollectionManagerStub' class.
listXMLObjects ( )This method is from '_CollectionManagerStub' class.
...
[+] _CollectionStub (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class _CollectionStub. |
[+] affected methods (20)
_CollectionStub ( )This constructor is from '_CollectionStub' class.
_ids ( )This method is from '_CollectionStub' class.
createNewOID ( )This method is from '_CollectionStub' class.
getCanonicalName ( )This method is from '_CollectionStub' class.
getCollection ( String )This method is from '_CollectionStub' class.
getCollectionManager ( )This method is from '_CollectionStub' class.
getDocument ( String, long )This method is from '_CollectionStub' class.
getDocumentCount ( )This method is from '_CollectionStub' class.
getDocuments ( )This method is from '_CollectionStub' class.
getName ( )This method is from '_CollectionStub' class.
getParentCollection ( )This method is from '_CollectionStub' class.
insertDocument ( String, EncodedBuffer )This method is from '_CollectionStub' class.
...
[+] _DatabaseManagerStub (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class _DatabaseManagerStub. |
[+] affected methods (5)
_DatabaseManagerStub ( )This constructor is from '_DatabaseManagerStub' class.
_ids ( )This method is from '_DatabaseManagerStub' class.
getName ( )This method is from '_DatabaseManagerStub' class.
remove ( )This method is from '_DatabaseManagerStub' class.
shutdown ( )This method is from '_DatabaseManagerStub' class.
[+] _DatabaseStub (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class _DatabaseStub. |
[+] affected methods (7)
_DatabaseStub ( )This constructor is from '_DatabaseStub' class.
_ids ( )This method is from '_DatabaseStub' class.
getCollection ( String )This method is from '_DatabaseStub' class.
getDatabaseManager ( )This method is from '_DatabaseStub' class.
getName ( )This method is from '_DatabaseStub' class.
listCollections ( )This method is from '_DatabaseStub' class.
remove ( )This method is from '_DatabaseStub' class.
[+] _DocumentSetStub (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class _DocumentSetStub. |
[+] affected methods (5)
_DocumentSetStub ( )This constructor is from '_DocumentSetStub' class.
_ids ( )This method is from '_DocumentSetStub' class.
getNextDocument ( long )This method is from '_DocumentSetStub' class.
hasMoreDocuments ( )This method is from '_DocumentSetStub' class.
remove ( )This method is from '_DocumentSetStub' class.
[+] _FaultCodesStub (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class _FaultCodesStub. |
[+] affected methods (2)
_FaultCodesStub ( )This constructor is from '_FaultCodesStub' class.
_ids ( )This method is from '_FaultCodesStub' class.
[+] _ServantManagementStub (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class _ServantManagementStub. |
[+] affected methods (3)
_ServantManagementStub ( )This constructor is from '_ServantManagementStub' class.
_ids ( )This method is from '_ServantManagementStub' class.
remove ( )This method is from '_ServantManagementStub' class.
[+] APIException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class APIException. |
[+] affected methods (3)
APIException ( )This constructor is from 'APIException' class.
APIException ( int, String, String )This constructor is from 'APIException' class.
APIException ( String, int, String, String )This constructor is from 'APIException' class.
[+] APIExceptionHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class APIExceptionHelper. |
[+] affected methods (7)
APIExceptionHelper ( )This constructor is from 'APIExceptionHelper' class.
extract ( CORBA.Any )This method is from 'APIExceptionHelper' class.
id ( )This method is from 'APIExceptionHelper' class.
insert ( CORBA.Any, APIException )This method is from 'APIExceptionHelper' class.
read ( CORBA.portable.InputStream )This method is from 'APIExceptionHelper' class.
type ( )This method is from 'APIExceptionHelper' class.
write ( CORBA.portable.OutputStream, APIException )This method is from 'APIExceptionHelper' class.
[+] APIExceptionHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class APIExceptionHolder. |
[+] affected methods (5)
APIExceptionHolder ( )This constructor is from 'APIExceptionHolder' class.
APIExceptionHolder ( APIException )This constructor is from 'APIExceptionHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'APIExceptionHolder' class.
_type ( )This method is from 'APIExceptionHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'APIExceptionHolder' class.
[+] BufferHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BufferHelper. |
[+] affected methods (7)
BufferHelper ( )This constructor is from 'BufferHelper' class.
extract ( CORBA.Any )This method is from 'BufferHelper' class.
id ( )This method is from 'BufferHelper' class.
insert ( CORBA.Any, byte[ ] )This method is from 'BufferHelper' class.
read ( CORBA.portable.InputStream )This method is from 'BufferHelper' class.
type ( )This method is from 'BufferHelper' class.
write ( CORBA.portable.OutputStream, byte[ ] )This method is from 'BufferHelper' class.
[+] BufferHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BufferHolder. |
[+] affected methods (5)
BufferHolder ( )This constructor is from 'BufferHolder' class.
BufferHolder ( byte[ ] )This constructor is from 'BufferHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'BufferHolder' class.
_type ( )This method is from 'BufferHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'BufferHolder' class.
[+] CollectionHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionHelper. |
[+] affected methods (9)
CollectionHelper ( )This constructor is from 'CollectionHelper' class.
extract ( CORBA.Any )This method is from 'CollectionHelper' class.
id ( )This method is from 'CollectionHelper' class.
insert ( CORBA.Any, Collection )This method is from 'CollectionHelper' class.
narrow ( CORBA.Object )This method is from 'CollectionHelper' class.
read ( CORBA.portable.InputStream )This method is from 'CollectionHelper' class.
type ( )This method is from 'CollectionHelper' class.
unchecked_narrow ( CORBA.Object )This method is from 'CollectionHelper' class.
write ( CORBA.portable.OutputStream, Collection )This method is from 'CollectionHelper' class.
[+] CollectionHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionHolder. |
[+] affected methods (5)
CollectionHolder ( )This constructor is from 'CollectionHolder' class.
CollectionHolder ( Collection )This constructor is from 'CollectionHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'CollectionHolder' class.
_type ( )This method is from 'CollectionHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'CollectionHolder' class.
[+] CollectionManagerHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManagerHelper. |
[+] affected methods (9)
CollectionManagerHelper ( )This constructor is from 'CollectionManagerHelper' class.
extract ( CORBA.Any )This method is from 'CollectionManagerHelper' class.
id ( )This method is from 'CollectionManagerHelper' class.
insert ( CORBA.Any, CollectionManager )This method is from 'CollectionManagerHelper' class.
narrow ( CORBA.Object )This method is from 'CollectionManagerHelper' class.
read ( CORBA.portable.InputStream )This method is from 'CollectionManagerHelper' class.
type ( )This method is from 'CollectionManagerHelper' class.
unchecked_narrow ( CORBA.Object )This method is from 'CollectionManagerHelper' class.
write ( CORBA.portable.OutputStream, CollectionManager )This method is from 'CollectionManagerHelper' class.
[+] CollectionManagerHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManagerHolder. |
[+] affected methods (5)
CollectionManagerHolder ( )This constructor is from 'CollectionManagerHolder' class.
CollectionManagerHolder ( CollectionManager )This constructor is from 'CollectionManagerHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'CollectionManagerHolder' class.
_type ( )This method is from 'CollectionManagerHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'CollectionManagerHolder' class.
[+] CollectionManagerOperations (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManagerOperations. |
[+] affected methods (10)
createCollection ( String, EncodedBuffer )This abstract method is from 'CollectionManagerOperations' interface.
createIndexer ( EncodedBuffer )This abstract method is from 'CollectionManagerOperations' interface.
createXMLObject ( EncodedBuffer )This abstract method is from 'CollectionManagerOperations' interface.
dropCollection ( String )This abstract method is from 'CollectionManagerOperations' interface.
dropIndexer ( String )This abstract method is from 'CollectionManagerOperations' interface.
dropXMLObject ( String )This abstract method is from 'CollectionManagerOperations' interface.
getCanonicalName ( )This abstract method is from 'CollectionManagerOperations' interface.
getName ( )This abstract method is from 'CollectionManagerOperations' interface.
listIndexers ( )This abstract method is from 'CollectionManagerOperations' interface.
listXMLObjects ( )This abstract method is from 'CollectionManagerOperations' interface.
[+] CollectionManagerPOA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManagerPOA. |
[+] affected methods (5)
CollectionManagerPOA ( )This constructor is from 'CollectionManagerPOA' abstract class.
_all_interfaces ( PortableServer.POA, byte[ ] )This method is from 'CollectionManagerPOA' abstract class.
_invoke ( String, CORBA.portable.InputStream, CORBA.portable.ResponseHandler )This method is from 'CollectionManagerPOA' abstract class.
_this ( )This method is from 'CollectionManagerPOA' abstract class.
_this ( CORBA.ORB )This method is from 'CollectionManagerPOA' abstract class.
[+] CollectionManagerPOATie (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManagerPOATie. |
[+] affected methods (16)
CollectionManagerPOATie ( CollectionManagerOperations )This constructor is from 'CollectionManagerPOATie' class.
CollectionManagerPOATie ( CollectionManagerOperations, PortableServer.POA )This constructor is from 'CollectionManagerPOATie' class.
_default_POA ( )This method is from 'CollectionManagerPOATie' class.
_delegate ( )This method is from 'CollectionManagerPOATie' class.
_delegate ( CollectionManagerOperations )This method is from 'CollectionManagerPOATie' class.
createCollection ( String, EncodedBuffer )This method is from 'CollectionManagerPOATie' class.
createIndexer ( EncodedBuffer )This method is from 'CollectionManagerPOATie' class.
createXMLObject ( EncodedBuffer )This method is from 'CollectionManagerPOATie' class.
dropCollection ( String )This method is from 'CollectionManagerPOATie' class.
dropIndexer ( String )This method is from 'CollectionManagerPOATie' class.
dropXMLObject ( String )This method is from 'CollectionManagerPOATie' class.
getCanonicalName ( )This method is from 'CollectionManagerPOATie' class.
...
[+] CollectionOperations (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionOperations. |
[+] affected methods (17)
createNewOID ( )This abstract method is from 'CollectionOperations' interface.
getCanonicalName ( )This abstract method is from 'CollectionOperations' interface.
getCollection ( String )This abstract method is from 'CollectionOperations' interface.
getCollectionManager ( )This abstract method is from 'CollectionOperations' interface.
getDocument ( String, long )This abstract method is from 'CollectionOperations' interface.
getDocumentCount ( )This abstract method is from 'CollectionOperations' interface.
getDocuments ( )This abstract method is from 'CollectionOperations' interface.
getName ( )This abstract method is from 'CollectionOperations' interface.
getParentCollection ( )This abstract method is from 'CollectionOperations' interface.
insertDocument ( String, EncodedBuffer )This abstract method is from 'CollectionOperations' interface.
invokeXMLObject ( String )This abstract method is from 'CollectionOperations' interface.
listCollections ( )This abstract method is from 'CollectionOperations' interface.
...
[+] CollectionPOA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionPOA. |
[+] affected methods (5)
CollectionPOA ( )This constructor is from 'CollectionPOA' abstract class.
_all_interfaces ( PortableServer.POA, byte[ ] )This method is from 'CollectionPOA' abstract class.
_invoke ( String, CORBA.portable.InputStream, CORBA.portable.ResponseHandler )This method is from 'CollectionPOA' abstract class.
_this ( )This method is from 'CollectionPOA' abstract class.
_this ( CORBA.ORB )This method is from 'CollectionPOA' abstract class.
[+] CollectionPOATie (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionPOATie. |
[+] affected methods (23)
CollectionPOATie ( CollectionOperations )This constructor is from 'CollectionPOATie' class.
CollectionPOATie ( CollectionOperations, PortableServer.POA )This constructor is from 'CollectionPOATie' class.
_default_POA ( )This method is from 'CollectionPOATie' class.
_delegate ( )This method is from 'CollectionPOATie' class.
_delegate ( CollectionOperations )This method is from 'CollectionPOATie' class.
createNewOID ( )This method is from 'CollectionPOATie' class.
getCanonicalName ( )This method is from 'CollectionPOATie' class.
getCollection ( String )This method is from 'CollectionPOATie' class.
getCollectionManager ( )This method is from 'CollectionPOATie' class.
getDocument ( String, long )This method is from 'CollectionPOATie' class.
getDocumentCount ( )This method is from 'CollectionPOATie' class.
getDocuments ( )This method is from 'CollectionPOATie' class.
...
[+] DatabaseHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseHelper. |
[+] affected methods (9)
DatabaseHelper ( )This constructor is from 'DatabaseHelper' class.
extract ( CORBA.Any )This method is from 'DatabaseHelper' class.
id ( )This method is from 'DatabaseHelper' class.
insert ( CORBA.Any, Database )This method is from 'DatabaseHelper' class.
narrow ( CORBA.Object )This method is from 'DatabaseHelper' class.
read ( CORBA.portable.InputStream )This method is from 'DatabaseHelper' class.
type ( )This method is from 'DatabaseHelper' class.
unchecked_narrow ( CORBA.Object )This method is from 'DatabaseHelper' class.
write ( CORBA.portable.OutputStream, Database )This method is from 'DatabaseHelper' class.
[+] DatabaseHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseHolder. |
[+] affected methods (5)
DatabaseHolder ( )This constructor is from 'DatabaseHolder' class.
DatabaseHolder ( Database )This constructor is from 'DatabaseHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'DatabaseHolder' class.
_type ( )This method is from 'DatabaseHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'DatabaseHolder' class.
[+] DatabaseManagerHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseManagerHelper. |
[+] affected methods (9)
DatabaseManagerHelper ( )This constructor is from 'DatabaseManagerHelper' class.
extract ( CORBA.Any )This method is from 'DatabaseManagerHelper' class.
id ( )This method is from 'DatabaseManagerHelper' class.
insert ( CORBA.Any, DatabaseManager )This method is from 'DatabaseManagerHelper' class.
narrow ( CORBA.Object )This method is from 'DatabaseManagerHelper' class.
read ( CORBA.portable.InputStream )This method is from 'DatabaseManagerHelper' class.
type ( )This method is from 'DatabaseManagerHelper' class.
unchecked_narrow ( CORBA.Object )This method is from 'DatabaseManagerHelper' class.
write ( CORBA.portable.OutputStream, DatabaseManager )This method is from 'DatabaseManagerHelper' class.
[+] DatabaseManagerHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseManagerHolder. |
[+] affected methods (5)
DatabaseManagerHolder ( )This constructor is from 'DatabaseManagerHolder' class.
DatabaseManagerHolder ( DatabaseManager )This constructor is from 'DatabaseManagerHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'DatabaseManagerHolder' class.
_type ( )This method is from 'DatabaseManagerHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'DatabaseManagerHolder' class.
[+] DatabaseManagerOperations (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseManagerOperations. |
[+] affected methods (2)
getName ( )This abstract method is from 'DatabaseManagerOperations' interface.
shutdown ( )This abstract method is from 'DatabaseManagerOperations' interface.
[+] DatabaseManagerPOA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseManagerPOA. |
[+] affected methods (5)
DatabaseManagerPOA ( )This constructor is from 'DatabaseManagerPOA' abstract class.
_all_interfaces ( PortableServer.POA, byte[ ] )This method is from 'DatabaseManagerPOA' abstract class.
_invoke ( String, CORBA.portable.InputStream, CORBA.portable.ResponseHandler )This method is from 'DatabaseManagerPOA' abstract class.
_this ( )This method is from 'DatabaseManagerPOA' abstract class.
_this ( CORBA.ORB )This method is from 'DatabaseManagerPOA' abstract class.
[+] DatabaseManagerPOATie (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseManagerPOATie. |
[+] affected methods (8)
DatabaseManagerPOATie ( DatabaseManagerOperations )This constructor is from 'DatabaseManagerPOATie' class.
DatabaseManagerPOATie ( DatabaseManagerOperations, PortableServer.POA )This constructor is from 'DatabaseManagerPOATie' class.
_default_POA ( )This method is from 'DatabaseManagerPOATie' class.
_delegate ( )This method is from 'DatabaseManagerPOATie' class.
_delegate ( DatabaseManagerOperations )This method is from 'DatabaseManagerPOATie' class.
getName ( )This method is from 'DatabaseManagerPOATie' class.
remove ( )This method is from 'DatabaseManagerPOATie' class.
shutdown ( )This method is from 'DatabaseManagerPOATie' class.
[+] DatabaseOperations (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseOperations. |
[+] affected methods (4)
getCollection ( String )This abstract method is from 'DatabaseOperations' interface.
getDatabaseManager ( )This abstract method is from 'DatabaseOperations' interface.
getName ( )This abstract method is from 'DatabaseOperations' interface.
listCollections ( )This abstract method is from 'DatabaseOperations' interface.
[+] DatabasePOA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabasePOA. |
[+] affected methods (5)
DatabasePOA ( )This constructor is from 'DatabasePOA' abstract class.
_all_interfaces ( PortableServer.POA, byte[ ] )This method is from 'DatabasePOA' abstract class.
_invoke ( String, CORBA.portable.InputStream, CORBA.portable.ResponseHandler )This method is from 'DatabasePOA' abstract class.
_this ( )This method is from 'DatabasePOA' abstract class.
_this ( CORBA.ORB )This method is from 'DatabasePOA' abstract class.
[+] DatabasePOATie (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabasePOATie. |
[+] affected methods (10)
DatabasePOATie ( DatabaseOperations )This constructor is from 'DatabasePOATie' class.
DatabasePOATie ( DatabaseOperations, PortableServer.POA )This constructor is from 'DatabasePOATie' class.
_default_POA ( )This method is from 'DatabasePOATie' class.
_delegate ( )This method is from 'DatabasePOATie' class.
_delegate ( DatabaseOperations )This method is from 'DatabasePOATie' class.
getCollection ( String )This method is from 'DatabasePOATie' class.
getDatabaseManager ( )This method is from 'DatabasePOATie' class.
getName ( )This method is from 'DatabasePOATie' class.
listCollections ( )This method is from 'DatabasePOATie' class.
remove ( )This method is from 'DatabasePOATie' class.
[+] DataHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DataHelper. |
[+] affected methods (7)
DataHelper ( )This constructor is from 'DataHelper' class.
extract ( CORBA.Any )This method is from 'DataHelper' class.
id ( )This method is from 'DataHelper' class.
insert ( CORBA.Any, byte[ ] )This method is from 'DataHelper' class.
read ( CORBA.portable.InputStream )This method is from 'DataHelper' class.
type ( )This method is from 'DataHelper' class.
write ( CORBA.portable.OutputStream, byte[ ] )This method is from 'DataHelper' class.
[+] DataHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DataHolder. |
[+] affected methods (5)
DataHolder ( )This constructor is from 'DataHolder' class.
DataHolder ( byte[ ] )This constructor is from 'DataHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'DataHolder' class.
_type ( )This method is from 'DataHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'DataHolder' class.
[+] DocumentSetHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentSetHelper. |
[+] affected methods (9)
DocumentSetHelper ( )This constructor is from 'DocumentSetHelper' class.
extract ( CORBA.Any )This method is from 'DocumentSetHelper' class.
id ( )This method is from 'DocumentSetHelper' class.
insert ( CORBA.Any, DocumentSet )This method is from 'DocumentSetHelper' class.
narrow ( CORBA.Object )This method is from 'DocumentSetHelper' class.
read ( CORBA.portable.InputStream )This method is from 'DocumentSetHelper' class.
type ( )This method is from 'DocumentSetHelper' class.
unchecked_narrow ( CORBA.Object )This method is from 'DocumentSetHelper' class.
write ( CORBA.portable.OutputStream, DocumentSet )This method is from 'DocumentSetHelper' class.
[+] DocumentSetHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentSetHolder. |
[+] affected methods (5)
DocumentSetHolder ( )This constructor is from 'DocumentSetHolder' class.
DocumentSetHolder ( DocumentSet )This constructor is from 'DocumentSetHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'DocumentSetHolder' class.
_type ( )This method is from 'DocumentSetHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'DocumentSetHolder' class.
[+] DocumentSetOperations (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentSetOperations. |
[+] affected methods (2)
getNextDocument ( long )This abstract method is from 'DocumentSetOperations' interface.
hasMoreDocuments ( )This abstract method is from 'DocumentSetOperations' interface.
[+] DocumentSetPOA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentSetPOA. |
[+] affected methods (5)
DocumentSetPOA ( )This constructor is from 'DocumentSetPOA' abstract class.
_all_interfaces ( PortableServer.POA, byte[ ] )This method is from 'DocumentSetPOA' abstract class.
_invoke ( String, CORBA.portable.InputStream, CORBA.portable.ResponseHandler )This method is from 'DocumentSetPOA' abstract class.
_this ( )This method is from 'DocumentSetPOA' abstract class.
_this ( CORBA.ORB )This method is from 'DocumentSetPOA' abstract class.
[+] DocumentSetPOATie (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentSetPOATie. |
[+] affected methods (8)
DocumentSetPOATie ( DocumentSetOperations )This constructor is from 'DocumentSetPOATie' class.
DocumentSetPOATie ( DocumentSetOperations, PortableServer.POA )This constructor is from 'DocumentSetPOATie' class.
_default_POA ( )This method is from 'DocumentSetPOATie' class.
_delegate ( )This method is from 'DocumentSetPOATie' class.
_delegate ( DocumentSetOperations )This method is from 'DocumentSetPOATie' class.
getNextDocument ( long )This method is from 'DocumentSetPOATie' class.
hasMoreDocuments ( )This method is from 'DocumentSetPOATie' class.
remove ( )This method is from 'DocumentSetPOATie' class.
[+] EncodedBuffer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EncodedBuffer. |
[+] affected methods (2)
EncodedBuffer ( )This constructor is from 'EncodedBuffer' class.
EncodedBuffer ( long, byte[ ], byte[ ] )This constructor is from 'EncodedBuffer' class.
[+] EncodedBufferHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EncodedBufferHelper. |
[+] affected methods (7)
EncodedBufferHelper ( )This constructor is from 'EncodedBufferHelper' class.
extract ( CORBA.Any )This method is from 'EncodedBufferHelper' class.
id ( )This method is from 'EncodedBufferHelper' class.
insert ( CORBA.Any, EncodedBuffer )This method is from 'EncodedBufferHelper' class.
read ( CORBA.portable.InputStream )This method is from 'EncodedBufferHelper' class.
type ( )This method is from 'EncodedBufferHelper' class.
write ( CORBA.portable.OutputStream, EncodedBuffer )This method is from 'EncodedBufferHelper' class.
[+] EncodedBufferHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EncodedBufferHolder. |
[+] affected methods (5)
EncodedBufferHolder ( )This constructor is from 'EncodedBufferHolder' class.
EncodedBufferHolder ( EncodedBuffer )This constructor is from 'EncodedBufferHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'EncodedBufferHolder' class.
_type ( )This method is from 'EncodedBufferHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'EncodedBufferHolder' class.
[+] FaultCodesHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FaultCodesHelper. |
[+] affected methods (9)
FaultCodesHelper ( )This constructor is from 'FaultCodesHelper' class.
extract ( CORBA.Any )This method is from 'FaultCodesHelper' class.
id ( )This method is from 'FaultCodesHelper' class.
insert ( CORBA.Any, FaultCodes )This method is from 'FaultCodesHelper' class.
narrow ( CORBA.Object )This method is from 'FaultCodesHelper' class.
read ( CORBA.portable.InputStream )This method is from 'FaultCodesHelper' class.
type ( )This method is from 'FaultCodesHelper' class.
unchecked_narrow ( CORBA.Object )This method is from 'FaultCodesHelper' class.
write ( CORBA.portable.OutputStream, FaultCodes )This method is from 'FaultCodesHelper' class.
[+] FaultCodesHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FaultCodesHolder. |
[+] affected methods (5)
FaultCodesHolder ( )This constructor is from 'FaultCodesHolder' class.
FaultCodesHolder ( FaultCodes )This constructor is from 'FaultCodesHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'FaultCodesHolder' class.
_type ( )This method is from 'FaultCodesHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'FaultCodesHolder' class.
[+] FaultCodesPOA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FaultCodesPOA. |
[+] affected methods (5)
FaultCodesPOA ( )This constructor is from 'FaultCodesPOA' abstract class.
_all_interfaces ( PortableServer.POA, byte[ ] )This method is from 'FaultCodesPOA' abstract class.
_invoke ( String, CORBA.portable.InputStream, CORBA.portable.ResponseHandler )This method is from 'FaultCodesPOA' abstract class.
_this ( )This method is from 'FaultCodesPOA' abstract class.
_this ( CORBA.ORB )This method is from 'FaultCodesPOA' abstract class.
[+] FaultCodesPOATie (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FaultCodesPOATie. |
[+] affected methods (5)
FaultCodesPOATie ( FaultCodesOperations )This constructor is from 'FaultCodesPOATie' class.
FaultCodesPOATie ( FaultCodesOperations, PortableServer.POA )This constructor is from 'FaultCodesPOATie' class.
_default_POA ( )This method is from 'FaultCodesPOATie' class.
_delegate ( )This method is from 'FaultCodesPOATie' class.
_delegate ( FaultCodesOperations )This method is from 'FaultCodesPOATie' class.
[+] KeyHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KeyHelper. |
[+] affected methods (7)
KeyHelper ( )This constructor is from 'KeyHelper' class.
extract ( CORBA.Any )This method is from 'KeyHelper' class.
id ( )This method is from 'KeyHelper' class.
insert ( CORBA.Any, byte[ ] )This method is from 'KeyHelper' class.
read ( CORBA.portable.InputStream )This method is from 'KeyHelper' class.
type ( )This method is from 'KeyHelper' class.
write ( CORBA.portable.OutputStream, byte[ ] )This method is from 'KeyHelper' class.
[+] KeyHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KeyHolder. |
[+] affected methods (5)
KeyHolder ( )This constructor is from 'KeyHolder' class.
KeyHolder ( byte[ ] )This constructor is from 'KeyHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'KeyHolder' class.
_type ( )This method is from 'KeyHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'KeyHolder' class.
[+] NamedVal (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamedVal. |
[+] affected methods (2)
NamedVal ( )This constructor is from 'NamedVal' class.
NamedVal ( String, String )This constructor is from 'NamedVal' class.
[+] NamedValHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamedValHelper. |
[+] affected methods (7)
NamedValHelper ( )This constructor is from 'NamedValHelper' class.
extract ( CORBA.Any )This method is from 'NamedValHelper' class.
id ( )This method is from 'NamedValHelper' class.
insert ( CORBA.Any, NamedVal )This method is from 'NamedValHelper' class.
read ( CORBA.portable.InputStream )This method is from 'NamedValHelper' class.
type ( )This method is from 'NamedValHelper' class.
write ( CORBA.portable.OutputStream, NamedVal )This method is from 'NamedValHelper' class.
[+] NamedValHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamedValHolder. |
[+] affected methods (5)
NamedValHolder ( )This constructor is from 'NamedValHolder' class.
NamedValHolder ( NamedVal )This constructor is from 'NamedValHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'NamedValHolder' class.
_type ( )This method is from 'NamedValHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'NamedValHolder' class.
[+] NamedValsHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamedValsHelper. |
[+] affected methods (7)
NamedValsHelper ( )This constructor is from 'NamedValsHelper' class.
extract ( CORBA.Any )This method is from 'NamedValsHelper' class.
id ( )This method is from 'NamedValsHelper' class.
insert ( CORBA.Any, NamedVal[ ] )This method is from 'NamedValsHelper' class.
read ( CORBA.portable.InputStream )This method is from 'NamedValsHelper' class.
type ( )This method is from 'NamedValsHelper' class.
write ( CORBA.portable.OutputStream, NamedVal[ ] )This method is from 'NamedValsHelper' class.
[+] NamedValsHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamedValsHolder. |
[+] affected methods (5)
NamedValsHolder ( )This constructor is from 'NamedValsHolder' class.
NamedValsHolder ( NamedVal[ ] )This constructor is from 'NamedValsHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'NamedValsHolder' class.
_type ( )This method is from 'NamedValsHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'NamedValsHolder' class.
[+] NameHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NameHelper. |
[+] affected methods (7)
NameHelper ( )This constructor is from 'NameHelper' class.
extract ( CORBA.Any )This method is from 'NameHelper' class.
id ( )This method is from 'NameHelper' class.
insert ( CORBA.Any, String )This method is from 'NameHelper' class.
read ( CORBA.portable.InputStream )This method is from 'NameHelper' class.
type ( )This method is from 'NameHelper' class.
write ( CORBA.portable.OutputStream, String )This method is from 'NameHelper' class.
[+] NamesHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamesHelper. |
[+] affected methods (7)
NamesHelper ( )This constructor is from 'NamesHelper' class.
extract ( CORBA.Any )This method is from 'NamesHelper' class.
id ( )This method is from 'NamesHelper' class.
insert ( CORBA.Any, String[ ] )This method is from 'NamesHelper' class.
read ( CORBA.portable.InputStream )This method is from 'NamesHelper' class.
type ( )This method is from 'NamesHelper' class.
write ( CORBA.portable.OutputStream, String[ ] )This method is from 'NamesHelper' class.
[+] NamesHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamesHolder. |
[+] affected methods (5)
NamesHolder ( )This constructor is from 'NamesHolder' class.
NamesHolder ( String[ ] )This constructor is from 'NamesHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'NamesHolder' class.
_type ( )This method is from 'NamesHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'NamesHolder' class.
[+] ServantManagementHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServantManagementHelper. |
[+] affected methods (9)
ServantManagementHelper ( )This constructor is from 'ServantManagementHelper' class.
extract ( CORBA.Any )This method is from 'ServantManagementHelper' class.
id ( )This method is from 'ServantManagementHelper' class.
insert ( CORBA.Any, ServantManagement )This method is from 'ServantManagementHelper' class.
narrow ( CORBA.Object )This method is from 'ServantManagementHelper' class.
read ( CORBA.portable.InputStream )This method is from 'ServantManagementHelper' class.
type ( )This method is from 'ServantManagementHelper' class.
unchecked_narrow ( CORBA.Object )This method is from 'ServantManagementHelper' class.
write ( CORBA.portable.OutputStream, ServantManagement )This method is from 'ServantManagementHelper' class.
[+] ServantManagementHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServantManagementHolder. |
[+] affected methods (5)
ServantManagementHolder ( )This constructor is from 'ServantManagementHolder' class.
ServantManagementHolder ( ServantManagement )This constructor is from 'ServantManagementHolder' class.
_read ( CORBA.portable.InputStream )This method is from 'ServantManagementHolder' class.
_type ( )This method is from 'ServantManagementHolder' class.
_write ( CORBA.portable.OutputStream )This method is from 'ServantManagementHolder' class.
[+] ServantManagementOperations (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServantManagementOperations. |
[+] affected methods (1)
remove ( )This abstract method is from 'ServantManagementOperations' interface.
[+] ServantManagementPOA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServantManagementPOA. |
[+] affected methods (5)
ServantManagementPOA ( )This constructor is from 'ServantManagementPOA' abstract class.
_all_interfaces ( PortableServer.POA, byte[ ] )This method is from 'ServantManagementPOA' abstract class.
_invoke ( String, CORBA.portable.InputStream, CORBA.portable.ResponseHandler )This method is from 'ServantManagementPOA' abstract class.
_this ( )This method is from 'ServantManagementPOA' abstract class.
_this ( CORBA.ORB )This method is from 'ServantManagementPOA' abstract class.
[+] ServantManagementPOATie (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServantManagementPOATie. |
[+] affected methods (6)
ServantManagementPOATie ( ServantManagementOperations )This constructor is from 'ServantManagementPOATie' class.
ServantManagementPOATie ( ServantManagementOperations, PortableServer.POA )This constructor is from 'ServantManagementPOATie' class.
_default_POA ( )This method is from 'ServantManagementPOATie' class.
_delegate ( )This method is from 'ServantManagementPOATie' class.
_delegate ( ServantManagementOperations )This method is from 'ServantManagementPOATie' class.
remove ( )This method is from 'ServantManagementPOATie' class.
[+] TimestampHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TimestampHelper. |
[+] affected methods (7)
TimestampHelper ( )This constructor is from 'TimestampHelper' class.
extract ( CORBA.Any )This method is from 'TimestampHelper' class.
id ( )This method is from 'TimestampHelper' class.
insert ( CORBA.Any, long )This method is from 'TimestampHelper' class.
read ( CORBA.portable.InputStream )This method is from 'TimestampHelper' class.
type ( )This method is from 'TimestampHelper' class.
write ( CORBA.portable.OutputStream, long )This method is from 'TimestampHelper' class.
[+] ValueHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValueHelper. |
[+] affected methods (7)
ValueHelper ( )This constructor is from 'ValueHelper' class.
extract ( CORBA.Any )This method is from 'ValueHelper' class.
id ( )This method is from 'ValueHelper' class.
insert ( CORBA.Any, String )This method is from 'ValueHelper' class.
read ( CORBA.portable.InputStream )This method is from 'ValueHelper' class.
type ( )This method is from 'ValueHelper' class.
write ( CORBA.portable.OutputStream, String )This method is from 'ValueHelper' class.
package org.apache.xindice.client.xmldb
[+] CollectionImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionImpl. |
[+] affected methods (22)
CollectionImpl ( Collection, Database, DatabaseImpl )This constructor is from 'CollectionImpl' class.
checkOpen ( )This method is from 'CollectionImpl' class.
close ( )This method is from 'CollectionImpl' class.
createId ( )This method is from 'CollectionImpl' class.
createResource ( String, String )This method is from 'CollectionImpl' class.
getCanonicalName ( )This method is from 'CollectionImpl' class.
getChildCollection ( String )This method is from 'CollectionImpl' class.
getChildCollectionCount ( )This method is from 'CollectionImpl' class.
getName ( )This method is from 'CollectionImpl' class.
getParentCollection ( )This method is from 'CollectionImpl' class.
getResource ( String )This method is from 'CollectionImpl' class.
getResourceCount ( )This method is from 'CollectionImpl' class.
...
[+] CommonConfigurable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CommonConfigurable. |
[+] affected methods (3)
CommonConfigurable ( )This constructor is from 'CommonConfigurable' abstract class.
getProperty ( String )This method is from 'CommonConfigurable' abstract class.
setProperty ( String, String )This method is from 'CommonConfigurable' abstract class.
[+] DatabaseImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseImpl. |
[+] affected methods (10)
DatabaseImpl ( )This constructor is from 'DatabaseImpl' class.
acceptsURI ( String )This method is from 'DatabaseImpl' class.
getCollection ( String, String, String )This method is from 'DatabaseImpl' class.
getCollectionFromURI ( String )This method is from 'DatabaseImpl' class.
getConformanceLevel ( )This method is from 'DatabaseImpl' class.
getName ( )This method is from 'DatabaseImpl' class.
getNamingNameFromURI ( String )This method is from 'DatabaseImpl' class.
getNamingURI ( String, String )This method is from 'DatabaseImpl' class.
getOrbConfig ( )This method is from 'DatabaseImpl' class.
init ( String, String )This method is from 'DatabaseImpl' class.
[+] ManagedObject (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ManagedObject. |
[+] affected methods (1)
remove ( )This abstract method is from 'ManagedObject' interface.
[+] ResourceIteratorImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceIteratorImpl. |
[+] affected methods (3)
ResourceIteratorImpl ( List )This constructor is from 'ResourceIteratorImpl' class.
hasMoreResources ( )This method is from 'ResourceIteratorImpl' class.
nextResource ( )This method is from 'ResourceIteratorImpl' class.
[+] ResourceSetImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceSetImpl. |
[+] affected methods (10)
ResourceSetImpl ( Collection, SymbolTable, byte[ ] )This constructor is from 'ResourceSetImpl' class.
ResourceSetImpl ( Collection, Document )This constructor is from 'ResourceSetImpl' class.
addResource ( Resource )This method is from 'ResourceSetImpl' class.
clear ( )This method is from 'ResourceSetImpl' class.
getIterator ( )This method is from 'ResourceSetImpl' class.
getMembersAsResource ( )This method is from 'ResourceSetImpl' class.
getResource ( long )This method is from 'ResourceSetImpl' class.
getSize ( )This method is from 'ResourceSetImpl' class.
initResources ( Document )This method is from 'ResourceSetImpl' class.
removeResource ( long )This method is from 'ResourceSetImpl' class.
package org.apache.xindice.client.xmldb.resources
[+] XMLResourceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLResourceImpl. |
[+] affected methods (16)
XMLResourceImpl ( String, String, Collection )This constructor is from 'XMLResourceImpl' class.
XMLResourceImpl ( String, String, Collection, String )This constructor is from 'XMLResourceImpl' class.
XMLResourceImpl ( String, String, Collection, SymbolTable, byte[ ] )This constructor is from 'XMLResourceImpl' class.
XMLResourceImpl ( String, Collection )This constructor is from 'XMLResourceImpl' class.
XMLResourceImpl ( String, Collection, String )This constructor is from 'XMLResourceImpl' class.
XMLResourceImpl ( String, Collection, SymbolTable, byte[ ] )This constructor is from 'XMLResourceImpl' class.
getContent ( )This method is from 'XMLResourceImpl' class.
getContentAsDOM ( )This method is from 'XMLResourceImpl' class.
getContentAsSAX ( ContentHandler )This method is from 'XMLResourceImpl' class.
getDocumentId ( )This method is from 'XMLResourceImpl' class.
getId ( )This method is from 'XMLResourceImpl' class.
getParentCollection ( )This method is from 'XMLResourceImpl' class.
...
package org.apache.xindice.client.xmldb.services
[+] CollectionManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManager. |
[+] affected methods (18)
CollectionManager ( CollectionManager, Database, DatabaseImpl )This constructor is from 'CollectionManager' class.
createCollection ( String )This method is from 'CollectionManager' class.
createCollection ( String, Document )This method is from 'CollectionManager' class.
createIndexer ( Document )This method is from 'CollectionManager' class.
createXMLObject ( Document )This method is from 'CollectionManager' class.
dropCollection ( String )This method is from 'CollectionManager' class.
dropIndexer ( String )This method is from 'CollectionManager' class.
dropXMLObject ( String )This method is from 'CollectionManager' class.
getCanonicalName ( )This method is from 'CollectionManager' class.
getCollectionName ( )This method is from 'CollectionManager' class.
getName ( )This method is from 'CollectionManager' class.
getServerObject ( )This method is from 'CollectionManager' class.
...
[+] DatabaseInstanceManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseInstanceManager. |
[+] affected methods (7)
DatabaseInstanceManager ( DatabaseManager, Database, DatabaseImpl )This constructor is from 'DatabaseInstanceManager' class.
getDatabaseName ( )This method is from 'DatabaseInstanceManager' class.
getName ( )This method is from 'DatabaseInstanceManager' class.
getVersion ( )This method is from 'DatabaseInstanceManager' class.
remove ( )This method is from 'DatabaseInstanceManager' class.
setCollection ( Collection )This method is from 'DatabaseInstanceManager' class.
shutdown ( )This method is from 'DatabaseInstanceManager' class.
[+] XMLObjectService (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLObjectService. |
[+] affected methods (5)
XMLObjectService ( )This constructor is from 'XMLObjectService' class.
getName ( )This method is from 'XMLObjectService' class.
getVersion ( )This method is from 'XMLObjectService' class.
invokeXMLObject ( String )This method is from 'XMLObjectService' class.
setCollection ( Collection )This method is from 'XMLObjectService' class.
[+] XPathQueryServiceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XPathQueryServiceImpl. |
[+] affected methods (15)
XPathQueryServiceImpl ( )This constructor is from 'XPathQueryServiceImpl' class.
clearNamespaces ( )This method is from 'XPathQueryServiceImpl' class.
getDefaultNamespace ( )This method is from 'XPathQueryServiceImpl' class.
getName ( )This method is from 'XPathQueryServiceImpl' class.
getNamespace ( String )This method is from 'XPathQueryServiceImpl' class.
getVersion ( )This method is from 'XPathQueryServiceImpl' class.
query ( String )This method is from 'XPathQueryServiceImpl' class.
queryResource ( String, String )This method is from 'XPathQueryServiceImpl' class.
queryResult ( String )This method is from 'XPathQueryServiceImpl' class.
removeDefaultNamespace ( )This method is from 'XPathQueryServiceImpl' class.
removeNamespace ( String )This method is from 'XPathQueryServiceImpl' class.
setCollection ( Collection )This method is from 'XPathQueryServiceImpl' class.
...
[+] XUpdateQueryServiceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XUpdateQueryServiceImpl. |
[+] affected methods (16)
XUpdateQueryServiceImpl ( )This constructor is from 'XUpdateQueryServiceImpl' class.
clearNamespaces ( )This method is from 'XUpdateQueryServiceImpl' class.
getDefaultNamespace ( )This method is from 'XUpdateQueryServiceImpl' class.
getName ( )This method is from 'XUpdateQueryServiceImpl' class.
getNamespace ( String )This method is from 'XUpdateQueryServiceImpl' class.
getResultCount ( XMLResource )This method is from 'XUpdateQueryServiceImpl' class.
getVersion ( )This method is from 'XUpdateQueryServiceImpl' class.
removeDefaultNamespace ( )This method is from 'XUpdateQueryServiceImpl' class.
removeNamespace ( String )This method is from 'XUpdateQueryServiceImpl' class.
setCollection ( Collection )This method is from 'XUpdateQueryServiceImpl' class.
setDefaultNamespace ( String )This method is from 'XUpdateQueryServiceImpl' class.
setNamespace ( String, String )This method is from 'XUpdateQueryServiceImpl' class.
...
package org.apache.xindice.core
[+] Collection (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Collection. |
[+] affected methods (52)
Collection ( )This constructor is from 'Collection' class.
Collection ( Collection )This constructor is from 'Collection' class.
close ( )This method is from 'Collection' class.
create ( )This method is from 'Collection' class.
createCollection ( String, Configuration )This method is from 'Collection' class.
createIndexer ( Configuration )This method is from 'Collection' class.
createNewKey ( Object )This method is from 'Collection' class.
createNewOID ( )This method is from 'Collection' class.
createXMLObject ( Configuration )This method is from 'Collection' class.
dispose ( )This method is from 'Collection' class.
drop ( )This method is from 'Collection' class.
dropCollection ( Collection )This method is from 'Collection' class.
...
[+] CollectionManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManager. |
[+] affected methods (8)
CollectionManager ( )This constructor is from 'CollectionManager' class.
createCollection ( String, Configuration )This method is from 'CollectionManager' class.
dispose ( )This method is from 'CollectionManager' class.
dropCollection ( Collection )This method is from 'CollectionManager' class.
getCollection ( String )This method is from 'CollectionManager' class.
getConfig ( )This method is from 'CollectionManager' class.
listCollections ( )This method is from 'CollectionManager' class.
setConfig ( Configuration )This method is from 'CollectionManager' class.
[+] Container (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Container. |
[+] affected methods (8)
commit ( )This abstract method is from 'Container' interface.
commit ( Document )This abstract method is from 'Container' interface.
getCanonicalName ( )This abstract method is from 'Container' interface.
getCollection ( )This abstract method is from 'Container' interface.
getDocument ( )This abstract method is from 'Container' interface.
getKey ( )This abstract method is from 'Container' interface.
remove ( )This abstract method is from 'Container' interface.
rollback ( )This abstract method is from 'Container' interface.
[+] Database (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Database. |
[+] affected methods (13)
Database ( )This constructor is from 'Database' class.
close ( )This method is from 'Database' class.
flushConfig ( )This method is from 'Database' class.
getDatabase ( )This method is from 'Database' class.
getDatabase ( String )This method is from 'Database' class.
getDocumentCache ( )This method is from 'Database' class.
getQueryEngine ( )This method is from 'Database' class.
getSecurityManager ( )This method is from 'Database' class.
getSystemCollection ( )This method is from 'Database' class.
getURIMapper ( )This method is from 'Database' class.
getURIMapper ( String )This method is from 'Database' class.
listDatabases ( )This method is from 'Database' class.
...
[+] DBException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBException. |
[+] affected methods (3)
DBException ( )This constructor is from 'DBException' class.
DBException ( int )This constructor is from 'DBException' class.
DBException ( int, String )This constructor is from 'DBException' class.
[+] DBObject (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBObject. |
[+] affected methods (6)
close ( )This abstract method is from 'DBObject' interface.
create ( )This abstract method is from 'DBObject' interface.
drop ( )This abstract method is from 'DBObject' interface.
exists ( )This abstract method is from 'DBObject' interface.
isOpened ( )This abstract method is from 'DBObject' interface.
open ( )This abstract method is from 'DBObject' interface.
[+] DocumentCache (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentCache. |
[+] affected methods (6)
DocumentCache ( )This constructor is from 'DocumentCache' class.
getCacheControl ( Document )This method is from 'DocumentCache' class.
getDocument ( Collection, Key )This method is from 'DocumentCache' class.
putDocument ( Collection, Key, byte[ ] )This method is from 'DocumentCache' class.
putDocument ( Collection, Key, Document )This method is from 'DocumentCache' class.
removeDocument ( Collection, Key )This method is from 'DocumentCache' class.
[+] FaultCodes (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FaultCodes. |
[+] affected methods (9)
createAPIException ( int )This method is from 'FaultCodes' abstract class.
createAPIException ( int, String )This method is from 'FaultCodes' abstract class.
createAPIException ( Exception )This method is from 'FaultCodes' abstract class.
createXMLDBException ( Exception )This method is from 'FaultCodes' abstract class.
getFaultCode ( Exception )This method is from 'FaultCodes' abstract class.
getFaultCodeSeries ( Exception )This method is from 'FaultCodes' abstract class.
getFaultCodeType ( Exception )This method is from 'FaultCodes' abstract class.
getFaultMessage ( Exception )This method is from 'FaultCodes' abstract class.
getMessage ( int )This method is from 'FaultCodes' abstract class.
[+] SystemCollection (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SystemCollection. |
[+] affected methods (3)
SystemCollection ( Database )This constructor is from 'SystemCollection' class.
loadSymbols ( Collection )This method is from 'SystemCollection' class.
saveSymbols ( Collection, SymbolTable )This method is from 'SystemCollection' class.
package org.apache.xindice.core.data
[+] DocumentSet (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentSet. |
[+] affected methods (3)
getNextContainer ( )This abstract method is from 'DocumentSet' interface.
getNextDocument ( )This abstract method is from 'DocumentSet' interface.
hasMoreDocuments ( )This abstract method is from 'DocumentSet' interface.
[+] EmptyDocumentSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EmptyDocumentSet. |
[+] affected methods (4)
EmptyDocumentSet ( )This constructor is from 'EmptyDocumentSet' class.
getNextContainer ( )This method is from 'EmptyDocumentSet' class.
getNextDocument ( )This method is from 'EmptyDocumentSet' class.
hasMoreDocuments ( )This method is from 'EmptyDocumentSet' class.
[+] EmptyNodeSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EmptyNodeSet. |
[+] affected methods (3)
EmptyNodeSet ( )This constructor is from 'EmptyNodeSet' class.
getNextNode ( )This method is from 'EmptyNodeSet' class.
hasMoreNodes ( )This method is from 'EmptyNodeSet' class.
[+] EmptyRecordSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EmptyRecordSet. |
[+] affected methods (5)
EmptyRecordSet ( )This constructor is from 'EmptyRecordSet' class.
getNextKey ( )This method is from 'EmptyRecordSet' class.
getNextRecord ( )This method is from 'EmptyRecordSet' class.
getNextValue ( )This method is from 'EmptyRecordSet' class.
hasMoreRecords ( )This method is from 'EmptyRecordSet' class.
[+] Key (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Key. |
[+] affected methods (8)
Key ( byte[ ] )This constructor is from 'Key' class.
Key ( byte[ ], int, int )This constructor is from 'Key' class.
Key ( String )This constructor is from 'Key' class.
Key ( Value )This constructor is from 'Key' class.
equals ( Object )This method is from 'Key' class.
equals ( Value )This method is from 'Key' class.
getHash ( )This method is from 'Key' class.
hashCode ( )This method is from 'Key' class.
[+] NodeSet (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NodeSet. |
[+] affected methods (2)
getNextNode ( )This abstract method is from 'NodeSet' interface.
hasMoreNodes ( )This abstract method is from 'NodeSet' interface.
[+] Record (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Record. |
[+] affected methods (8)
Record ( )This constructor is from 'Record' class.
Record ( Key, Value )This constructor is from 'Record' class.
Record ( Key, Value, Map )This constructor is from 'Record' class.
getKey ( )This method is from 'Record' class.
getMetaData ( Object )This method is from 'Record' class.
getValue ( )This method is from 'Record' class.
setValue ( String )This method is from 'Record' class.
setValue ( Value )This method is from 'Record' class.
[+] RecordSet (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RecordSet. |
[+] affected methods (4)
getNextKey ( )This abstract method is from 'RecordSet' interface.
getNextRecord ( )This abstract method is from 'RecordSet' interface.
getNextValue ( )This abstract method is from 'RecordSet' interface.
hasMoreRecords ( )This abstract method is from 'RecordSet' interface.
[+] Value (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Value. |
[+] affected methods (16)
Value ( byte[ ] )This constructor is from 'Value' class.
Value ( byte[ ], int, int )This constructor is from 'Value' class.
Value ( String )This constructor is from 'Value' class.
Value ( Value )This constructor is from 'Value' class.
compareTo ( Object )This method is from 'Value' class.
compareTo ( Value )This method is from 'Value' class.
copyTo ( byte[ ], int )This method is from 'Value' class.
equals ( Object )This method is from 'Value' class.
equals ( Value )This method is from 'Value' class.
getData ( )This method is from 'Value' class.
getInputStream ( )This method is from 'Value' class.
getLength ( )This method is from 'Value' class.
...
package org.apache.xindice.core.filer
[+] BTree (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTree. |
[+] affected methods (25)
BTree ( )This constructor is from 'BTree' class.
BTree ( File )This constructor is from 'BTree' class.
addValue ( Value, long )This method is from 'BTree' class.
addValue ( BTree.BTreeRootInfo, Value, long )This method is from 'BTree' class.
create ( )This method is from 'BTree' class.
createBTreeRoot ( Value )This method is from 'BTree' class.
createBTreeRoot ( BTree.BTreeRootInfo, Value )This method is from 'BTree' class.
createFileHeader ( )This method is from 'BTree' class.
createFileHeader ( long )This method is from 'BTree' class.
createFileHeader ( long, int )This method is from 'BTree' class.
createFileHeader ( boolean )This method is from 'BTree' class.
createPageHeader ( )This method is from 'BTree' class.
...
[+] BTree.BTreeFileHeader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTree.BTreeFileHeader. |
[+] affected methods (8)
BTree.BTreeFileHeader ( BTree )This constructor is from 'BTree.BTreeFileHeader' class.
BTree.BTreeFileHeader ( BTree, long )This constructor is from 'BTree.BTreeFileHeader' class.
BTree.BTreeFileHeader ( BTree, long, int )This constructor is from 'BTree.BTreeFileHeader' class.
BTree.BTreeFileHeader ( BTree, boolean )This constructor is from 'BTree.BTreeFileHeader' class.
getRootPage ( )This method is from 'BTree.BTreeFileHeader' class.
read ( RandomAccessFile )This method is from 'BTree.BTreeFileHeader' class.
setRootPage ( long )This method is from 'BTree.BTreeFileHeader' class.
write ( RandomAccessFile )This method is from 'BTree.BTreeFileHeader' class.
[+] BTree.BTreePageHeader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTree.BTreePageHeader. |
[+] affected methods (7)
BTree.BTreePageHeader ( BTree )This constructor is from 'BTree.BTreePageHeader' class.
BTree.BTreePageHeader ( BTree, DataInputStream )This constructor is from 'BTree.BTreePageHeader' class.
getPointerCount ( )This method is from 'BTree.BTreePageHeader' class.
getValueCount ( )This method is from 'BTree.BTreePageHeader' class.
read ( DataInputStream )This method is from 'BTree.BTreePageHeader' class.
setValueCount ( short )This method is from 'BTree.BTreePageHeader' class.
write ( DataOutputStream )This method is from 'BTree.BTreePageHeader' class.
[+] BTree.BTreeRootInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTree.BTreeRootInfo. |
[+] affected methods (8)
BTree.BTreeRootInfo ( BTree, String, long )This constructor is from 'BTree.BTreeRootInfo' class.
BTree.BTreeRootInfo ( BTree, Value, long )This constructor is from 'BTree.BTreeRootInfo' class.
BTree.BTreeRootInfo ( BTree, BTree.BTreeRootInfo, String, long )This constructor is from 'BTree.BTreeRootInfo' class.
BTree.BTreeRootInfo ( BTree, BTree.BTreeRootInfo, Value, long )This constructor is from 'BTree.BTreeRootInfo' class.
getName ( )This method is from 'BTree.BTreeRootInfo' class.
getPage ( )This method is from 'BTree.BTreeRootInfo' class.
getParent ( )This method is from 'BTree.BTreeRootInfo' class.
setPage ( long )This method is from 'BTree.BTreeRootInfo' class.
[+] BTreeCallback (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTreeCallback. |
[+] affected methods (1)
indexInfo ( Value, long )This abstract method is from 'BTreeCallback' interface.
[+] BTreeCorruptException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTreeCorruptException. |
[+] affected methods (2)
BTreeCorruptException ( )This constructor is from 'BTreeCorruptException' class.
BTreeCorruptException ( String )This constructor is from 'BTreeCorruptException' class.
[+] BTreeException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTreeException. |
[+] affected methods (2)
BTreeException ( int )This constructor is from 'BTreeException' class.
BTreeException ( int, String )This constructor is from 'BTreeException' class.
[+] BTreeFiler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTreeFiler. |
[+] affected methods (19)
BTreeFiler ( )This constructor is from 'BTreeFiler' class.
create ( )This method is from 'BTreeFiler' class.
createFileHeader ( )This method is from 'BTreeFiler' class.
createFileHeader ( long )This method is from 'BTreeFiler' class.
createFileHeader ( long, int )This method is from 'BTreeFiler' class.
createFileHeader ( boolean )This method is from 'BTreeFiler' class.
createPageHeader ( )This method is from 'BTreeFiler' class.
deleteRecord ( Key )This method is from 'BTreeFiler' class.
flush ( )This method is from 'BTreeFiler' class.
getConfig ( )This method is from 'BTreeFiler' class.
getName ( )This method is from 'BTreeFiler' class.
getRecordCount ( )This method is from 'BTreeFiler' class.
...
[+] BTreeNotFoundException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BTreeNotFoundException. |
[+] affected methods (2)
BTreeNotFoundException ( )This constructor is from 'BTreeNotFoundException' class.
BTreeNotFoundException ( String )This constructor is from 'BTreeNotFoundException' class.
[+] Filer (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Filer. |
[+] affected methods (7)
deleteRecord ( Key )This abstract method is from 'Filer' interface.
flush ( )This abstract method is from 'Filer' interface.
getRecordCount ( )This abstract method is from 'Filer' interface.
getRecordSet ( )This abstract method is from 'Filer' interface.
readRecord ( Key )This abstract method is from 'Filer' interface.
setCollection ( Collection )This abstract method is from 'Filer' interface.
writeRecord ( Key, Value )This abstract method is from 'Filer' interface.
[+] FilerException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilerException. |
[+] affected methods (2)
FilerException ( int )This constructor is from 'FilerException' class.
FilerException ( int, String )This constructor is from 'FilerException' class.
[+] FSFiler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FSFiler. |
[+] affected methods (16)
FSFiler ( )This constructor is from 'FSFiler' class.
close ( )This method is from 'FSFiler' class.
create ( )This method is from 'FSFiler' class.
deleteRecord ( Key )This method is from 'FSFiler' class.
drop ( )This method is from 'FSFiler' class.
exists ( )This method is from 'FSFiler' class.
flush ( )This method is from 'FSFiler' class.
getName ( )This method is from 'FSFiler' class.
getRecordCount ( )This method is from 'FSFiler' class.
getRecordSet ( )This method is from 'FSFiler' class.
isOpened ( )This method is from 'FSFiler' class.
open ( )This method is from 'FSFiler' class.
...
[+] HashFiler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HashFiler. |
[+] affected methods (19)
HashFiler ( )This constructor is from 'HashFiler' class.
create ( )This method is from 'HashFiler' class.
createFileHeader ( )This method is from 'HashFiler' class.
createFileHeader ( long )This method is from 'HashFiler' class.
createFileHeader ( long, int )This method is from 'HashFiler' class.
createFileHeader ( boolean )This method is from 'HashFiler' class.
createPageHeader ( )This method is from 'HashFiler' class.
deleteRecord ( Key )This method is from 'HashFiler' class.
flush ( )This method is from 'HashFiler' class.
getConfig ( )This method is from 'HashFiler' class.
getName ( )This method is from 'HashFiler' class.
getRecordCount ( )This method is from 'HashFiler' class.
...
[+] MemFiler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemFiler. |
[+] affected methods (17)
MemFiler ( )This constructor is from 'MemFiler' class.
MemFiler ( Map )This constructor is from 'MemFiler' class.
MemFiler ( Map, boolean )This constructor is from 'MemFiler' class.
close ( )This method is from 'MemFiler' class.
create ( )This method is from 'MemFiler' class.
deleteRecord ( Key )This method is from 'MemFiler' class.
drop ( )This method is from 'MemFiler' class.
exists ( )This method is from 'MemFiler' class.
flush ( )This method is from 'MemFiler' class.
getName ( )This method is from 'MemFiler' class.
getRecordCount ( )This method is from 'MemFiler' class.
getRecordSet ( )This method is from 'MemFiler' class.
...
[+] Paged (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Paged. |
[+] affected methods (35)
Paged ( )This constructor is from 'Paged' abstract class.
Paged ( File )This constructor is from 'Paged' abstract class.
checkOpened ( )This method is from 'Paged' abstract class.
close ( )This method is from 'Paged' abstract class.
create ( )This method is from 'Paged' abstract class.
createFileHeader ( )This abstract method is from 'Paged' abstract class.
createFileHeader ( long )This abstract method is from 'Paged' abstract class.
createFileHeader ( long, int )This abstract method is from 'Paged' abstract class.
createFileHeader ( boolean )This abstract method is from 'Paged' abstract class.
createPageHeader ( )This abstract method is from 'Paged' abstract class.
deleteArrayInt ( int[ ], int )This method is from 'Paged' abstract class.
deleteArrayLong ( long[ ], int )This method is from 'Paged' abstract class.
...
[+] Paged.FileHeader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Paged.FileHeader. |
[+] affected methods (31)
Paged.FileHeader ( Paged )This constructor is from 'Paged.FileHeader' abstract class.
Paged.FileHeader ( Paged, long )This constructor is from 'Paged.FileHeader' abstract class.
Paged.FileHeader ( Paged, long, int )This constructor is from 'Paged.FileHeader' abstract class.
Paged.FileHeader ( Paged, boolean )This constructor is from 'Paged.FileHeader' abstract class.
decRecordCount ( )This method is from 'Paged.FileHeader' abstract class.
getFirstFreePage ( )This method is from 'Paged.FileHeader' abstract class.
getHeaderSize ( )This method is from 'Paged.FileHeader' abstract class.
getLastFreePage ( )This method is from 'Paged.FileHeader' abstract class.
getMaxKeySize ( )This method is from 'Paged.FileHeader' abstract class.
getPageCount ( )This method is from 'Paged.FileHeader' abstract class.
getPageHeaderSize ( )This method is from 'Paged.FileHeader' abstract class.
getPageSize ( )This method is from 'Paged.FileHeader' abstract class.
...
[+] Paged.Page (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Paged.Page. |
[+] affected methods (13)
Paged.Page ( Paged )This constructor is from 'Paged.Page' class.
Paged.Page ( Paged, long )This constructor is from 'Paged.Page' class.
compareTo ( Object )This method is from 'Paged.Page' class.
flush ( )This method is from 'Paged.Page' class.
getKey ( )This method is from 'Paged.Page' class.
getPageHeader ( )This method is from 'Paged.Page' class.
getPageNum ( )This method is from 'Paged.Page' class.
read ( )This method is from 'Paged.Page' class.
setKey ( Key )This method is from 'Paged.Page' class.
setPageNum ( long )This method is from 'Paged.Page' class.
streamFrom ( InputStream )This method is from 'Paged.Page' class.
streamTo ( OutputStream )This method is from 'Paged.Page' class.
...
[+] Paged.PageHeader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Paged.PageHeader. |
[+] affected methods (19)
Paged.PageHeader ( Paged )This constructor is from 'Paged.PageHeader' abstract class.
Paged.PageHeader ( Paged, DataInputStream )This constructor is from 'Paged.PageHeader' abstract class.
getDataLen ( )This method is from 'Paged.PageHeader' abstract class.
getKeyHash ( )This method is from 'Paged.PageHeader' abstract class.
getKeyLen ( )This method is from 'Paged.PageHeader' abstract class.
getNextPage ( )This method is from 'Paged.PageHeader' abstract class.
getRecordLen ( )This method is from 'Paged.PageHeader' abstract class.
getStatus ( )This method is from 'Paged.PageHeader' abstract class.
isDirty ( )This method is from 'Paged.PageHeader' abstract class.
read ( DataInputStream )This method is from 'Paged.PageHeader' abstract class.
setDataLen ( int )This method is from 'Paged.PageHeader' abstract class.
setDirty ( )This method is from 'Paged.PageHeader' abstract class.
...
[+] Streamable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Streamable. |
[+] affected methods (2)
read ( DataInputStream )This abstract method is from 'Streamable' interface.
write ( DataOutputStream )This abstract method is from 'Streamable' interface.
package org.apache.xindice.core.indexer
[+] CannotCreateException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CannotCreateException. |
[+] affected methods (2)
CannotCreateException ( )This constructor is from 'CannotCreateException' class.
CannotCreateException ( String )This constructor is from 'CannotCreateException' class.
[+] DuplicateIndexException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DuplicateIndexException. |
[+] affected methods (2)
DuplicateIndexException ( )This constructor is from 'DuplicateIndexException' class.
DuplicateIndexException ( String )This constructor is from 'DuplicateIndexException' class.
[+] Indexer (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Indexer. |
[+] affected methods (7)
add ( String, Key, int, int, short, short )This abstract method is from 'Indexer' interface.
flush ( )This abstract method is from 'Indexer' interface.
getIndexStyle ( )This abstract method is from 'Indexer' interface.
getPattern ( )This abstract method is from 'Indexer' interface.
queryMatches ( IndexQuery )This abstract method is from 'Indexer' interface.
remove ( String, Key, int, int, short, short )This abstract method is from 'Indexer' interface.
setCollection ( Collection )This abstract method is from 'Indexer' interface.
[+] IndexerException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexerException. |
[+] affected methods (2)
IndexerException ( int )This constructor is from 'IndexerException' class.
IndexerException ( int, String )This constructor is from 'IndexerException' class.
[+] IndexManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexManager. |
[+] affected methods (11)
IndexManager ( Collection )This constructor is from 'IndexManager' class.
addDocument ( Key, Document )This method is from 'IndexManager' class.
create ( Configuration )This method is from 'IndexManager' class.
drop ( String )This method is from 'IndexManager' class.
get ( String )This method is from 'IndexManager' class.
getBestIndexer ( String, IndexPattern )This method is from 'IndexManager' class.
list ( )This method is from 'IndexManager' class.
register ( Class, Configuration )This method is from 'IndexManager' class.
removeDocument ( Key, Document )This method is from 'IndexManager' class.
setConfig ( Configuration )This method is from 'IndexManager' class.
unregister ( String )This method is from 'IndexManager' class.
...
[+] IndexMatch (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexMatch. |
[+] affected methods (11)
IndexMatch ( )This constructor is from 'IndexMatch' class.
IndexMatch ( Key, int, int )This constructor is from 'IndexMatch' class.
IndexMatch ( Key, int, int, short, short )This constructor is from 'IndexMatch' class.
IndexMatch ( Key, IndexPattern )This constructor is from 'IndexMatch' class.
compareTo ( Object )This method is from 'IndexMatch' class.
getAttribute ( )This method is from 'IndexMatch' class.
getElement ( )This method is from 'IndexMatch' class.
getKey ( )This method is from 'IndexMatch' class.
getLength ( )This method is from 'IndexMatch' class.
getPosition ( )This method is from 'IndexMatch' class.
toString ( )This method is from 'IndexMatch' class.
...
[+] IndexPattern (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexPattern. |
[+] affected methods (13)
IndexPattern ( SymbolTable, String, NamespaceMap )This constructor is from 'IndexPattern' class.
IndexPattern ( SymbolTable, short )This constructor is from 'IndexPattern' class.
IndexPattern ( SymbolTable, short, String )This constructor is from 'IndexPattern' class.
IndexPattern ( SymbolTable, short, short )This constructor is from 'IndexPattern' class.
equals ( Object )This method is from 'IndexPattern' class.
getAttributeID ( )This method is from 'IndexPattern' class.
getAttributeName ( )This method is from 'IndexPattern' class.
getElementID ( )This method is from 'IndexPattern' class.
getElementName ( )This method is from 'IndexPattern' class.
getMatchLevel ( IndexPattern )This method is from 'IndexPattern' class.
hashCode ( )This method is from 'IndexPattern' class.
read ( DataInputStream )This method is from 'IndexPattern' class.
...
[+] IndexQuery (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQuery. |
[+] affected methods (18)
IndexQuery ( IndexPattern )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, Value[ ] )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, int, Value[ ] )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, int, String )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, int, String, String )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, int, Value )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, int, Value, Value )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, String )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, String, String )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, Value )This constructor is from 'IndexQuery' class.
IndexQuery ( IndexPattern, Value, Value )This constructor is from 'IndexQuery' class.
getLength ( )This method is from 'IndexQuery' class.
...
[+] NameIndexer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NameIndexer. |
[+] affected methods (12)
NameIndexer ( )This constructor is from 'NameIndexer' class.
add ( String, Key, int, int, short, short )This method is from 'NameIndexer' class.
flush ( )This method is from 'NameIndexer' class.
getConfig ( )This method is from 'NameIndexer' class.
getIndexStyle ( )This method is from 'NameIndexer' class.
getName ( )This method is from 'NameIndexer' class.
getPattern ( )This method is from 'NameIndexer' class.
queryMatches ( IndexQuery )This method is from 'NameIndexer' class.
remove ( String, Key, int, int, short, short )This method is from 'NameIndexer' class.
setCollection ( Collection )This method is from 'NameIndexer' class.
setConfig ( Configuration )This method is from 'NameIndexer' class.
setLocation ( String )This method is from 'NameIndexer' class.
...
[+] ValueIndexer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValueIndexer. |
[+] affected methods (13)
ValueIndexer ( )This constructor is from 'ValueIndexer' class.
add ( String, Key, int, int, short, short )This method is from 'ValueIndexer' class.
flush ( )This method is from 'ValueIndexer' class.
getConfig ( )This method is from 'ValueIndexer' class.
getIndexStyle ( )This method is from 'ValueIndexer' class.
getName ( )This method is from 'ValueIndexer' class.
getPattern ( )This method is from 'ValueIndexer' class.
getTypedValue ( String )This method is from 'ValueIndexer' class.
queryMatches ( IndexQuery )This method is from 'ValueIndexer' class.
remove ( String, Key, int, int, short, short )This method is from 'ValueIndexer' class.
setCollection ( Collection )This method is from 'ValueIndexer' class.
setConfig ( Configuration )This method is from 'ValueIndexer' class.
...
package org.apache.xindice.core.indexer.helpers
[+] IndexQueryANY (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryANY. |
[+] affected methods (3)
IndexQueryANY ( IndexPattern )This constructor is from 'IndexQueryANY' class.
getOperator ( )This method is from 'IndexQueryANY' class.
testValue ( Value )This method is from 'IndexQueryANY' class.
[+] IndexQueryBW (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryBW. |
[+] affected methods (4)
IndexQueryBW ( IndexPattern, String, String )This constructor is from 'IndexQueryBW' class.
IndexQueryBW ( IndexPattern, Value, Value )This constructor is from 'IndexQueryBW' class.
getOperator ( )This method is from 'IndexQueryBW' class.
testValue ( Value )This method is from 'IndexQueryBW' class.
[+] IndexQueryBWX (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryBWX. |
[+] affected methods (4)
IndexQueryBWX ( IndexPattern, String, String )This constructor is from 'IndexQueryBWX' class.
IndexQueryBWX ( IndexPattern, Value, Value )This constructor is from 'IndexQueryBWX' class.
getOperator ( )This method is from 'IndexQueryBWX' class.
testValue ( Value )This method is from 'IndexQueryBWX' class.
[+] IndexQueryEQ (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryEQ. |
[+] affected methods (4)
IndexQueryEQ ( IndexPattern, String )This constructor is from 'IndexQueryEQ' class.
IndexQueryEQ ( IndexPattern, Value )This constructor is from 'IndexQueryEQ' class.
getOperator ( )This method is from 'IndexQueryEQ' class.
testValue ( Value )This method is from 'IndexQueryEQ' class.
[+] IndexQueryGEQ (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryGEQ. |
[+] affected methods (4)
IndexQueryGEQ ( IndexPattern, String )This constructor is from 'IndexQueryGEQ' class.
IndexQueryGEQ ( IndexPattern, Value )This constructor is from 'IndexQueryGEQ' class.
getOperator ( )This method is from 'IndexQueryGEQ' class.
testValue ( Value )This method is from 'IndexQueryGEQ' class.
[+] IndexQueryGT (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryGT. |
[+] affected methods (4)
IndexQueryGT ( IndexPattern, String )This constructor is from 'IndexQueryGT' class.
IndexQueryGT ( IndexPattern, Value )This constructor is from 'IndexQueryGT' class.
getOperator ( )This method is from 'IndexQueryGT' class.
testValue ( Value )This method is from 'IndexQueryGT' class.
[+] IndexQueryIN (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryIN. |
[+] affected methods (3)
IndexQueryIN ( IndexPattern, Value[ ] )This constructor is from 'IndexQueryIN' class.
getOperator ( )This method is from 'IndexQueryIN' class.
testValue ( Value )This method is from 'IndexQueryIN' class.
[+] IndexQueryLEQ (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryLEQ. |
[+] affected methods (4)
IndexQueryLEQ ( IndexPattern, String )This constructor is from 'IndexQueryLEQ' class.
IndexQueryLEQ ( IndexPattern, Value )This constructor is from 'IndexQueryLEQ' class.
getOperator ( )This method is from 'IndexQueryLEQ' class.
testValue ( Value )This method is from 'IndexQueryLEQ' class.
[+] IndexQueryLT (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryLT. |
[+] affected methods (4)
IndexQueryLT ( IndexPattern, String )This constructor is from 'IndexQueryLT' class.
IndexQueryLT ( IndexPattern, Value )This constructor is from 'IndexQueryLT' class.
getOperator ( )This method is from 'IndexQueryLT' class.
testValue ( Value )This method is from 'IndexQueryLT' class.
[+] IndexQueryNBW (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryNBW. |
[+] affected methods (4)
IndexQueryNBW ( IndexPattern, String, String )This constructor is from 'IndexQueryNBW' class.
IndexQueryNBW ( IndexPattern, Value, Value )This constructor is from 'IndexQueryNBW' class.
getOperator ( )This method is from 'IndexQueryNBW' class.
testValue ( Value )This method is from 'IndexQueryNBW' class.
[+] IndexQueryNBWX (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryNBWX. |
[+] affected methods (4)
IndexQueryNBWX ( IndexPattern, String, String )This constructor is from 'IndexQueryNBWX' class.
IndexQueryNBWX ( IndexPattern, Value, Value )This constructor is from 'IndexQueryNBWX' class.
getOperator ( )This method is from 'IndexQueryNBWX' class.
testValue ( Value )This method is from 'IndexQueryNBWX' class.
[+] IndexQueryNEQ (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryNEQ. |
[+] affected methods (4)
IndexQueryNEQ ( IndexPattern, String )This constructor is from 'IndexQueryNEQ' class.
IndexQueryNEQ ( IndexPattern, Value )This constructor is from 'IndexQueryNEQ' class.
getOperator ( )This method is from 'IndexQueryNEQ' class.
testValue ( Value )This method is from 'IndexQueryNEQ' class.
[+] IndexQueryNIN (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryNIN. |
[+] affected methods (3)
IndexQueryNIN ( IndexPattern, Value[ ] )This constructor is from 'IndexQueryNIN' class.
getOperator ( )This method is from 'IndexQueryNIN' class.
testValue ( Value )This method is from 'IndexQueryNIN' class.
[+] IndexQueryNSW (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQueryNSW. |
[+] affected methods (4)
IndexQueryNSW ( IndexPattern, String )This constructor is from 'IndexQueryNSW' class.
IndexQueryNSW ( IndexPattern, Value )This constructor is from 'IndexQueryNSW' class.
getOperator ( )This method is from 'IndexQueryNSW' class.
testValue ( Value )This method is from 'IndexQueryNSW' class.
[+] IndexQuerySW (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IndexQuerySW. |
[+] affected methods (4)
IndexQuerySW ( IndexPattern, String )This constructor is from 'IndexQuerySW' class.
IndexQuerySW ( IndexPattern, Value )This constructor is from 'IndexQuerySW' class.
getOperator ( )This method is from 'IndexQuerySW' class.
testValue ( Value )This method is from 'IndexQuerySW' class.
package org.apache.xindice.core.objects
[+] Args (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Args. |
[+] affected methods (2)
get ( String )This abstract method is from 'Args' interface.
list ( )This abstract method is from 'Args' interface.
[+] CannotCreateException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CannotCreateException. |
[+] affected methods (2)
CannotCreateException ( )This constructor is from 'CannotCreateException' class.
CannotCreateException ( String )This constructor is from 'CannotCreateException' class.
[+] ClassFormatException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassFormatException. |
[+] affected methods (2)
ClassFormatException ( )This constructor is from 'ClassFormatException' class.
ClassFormatException ( String )This constructor is from 'ClassFormatException' class.
[+] DuplicateObjectException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DuplicateObjectException. |
[+] affected methods (2)
DuplicateObjectException ( )This constructor is from 'DuplicateObjectException' class.
DuplicateObjectException ( String )This constructor is from 'DuplicateObjectException' class.
[+] ElementArgs (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ElementArgs. |
[+] affected methods (3)
ElementArgs ( Element )This constructor is from 'ElementArgs' class.
get ( String )This method is from 'ElementArgs' class.
list ( )This method is from 'ElementArgs' class.
[+] InvalidContextException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InvalidContextException. |
[+] affected methods (2)
InvalidContextException ( )This constructor is from 'InvalidContextException' class.
InvalidContextException ( String )This constructor is from 'InvalidContextException' class.
[+] MapArgs (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MapArgs. |
[+] affected methods (3)
MapArgs ( Map )This constructor is from 'MapArgs' class.
get ( String )This method is from 'MapArgs' class.
list ( )This method is from 'MapArgs' class.
[+] MethodNotFoundException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodNotFoundException. |
[+] affected methods (2)
MethodNotFoundException ( )This constructor is from 'MethodNotFoundException' class.
MethodNotFoundException ( String )This constructor is from 'MethodNotFoundException' class.
[+] Reflectable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Reflectable. |
[+] affected methods (2)
getReflector ( )This abstract method is from 'Reflectable' interface.
queryInterface ( )This abstract method is from 'Reflectable' interface.
[+] Reflector (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Reflector. |
[+] affected methods (16)
Reflector ( )This constructor is from 'Reflector' class.
Reflector ( Class )This constructor is from 'Reflector' class.
addMethod ( String, String[ ] )This method is from 'Reflector' class.
addMethod ( String, String[ ], String[ ] )This method is from 'Reflector' class.
addMethod ( String, String[ ], String[ ], String[ ] )This method is from 'Reflector' class.
getParamDefault ( String, String )This method is from 'Reflector' class.
getParamType ( String, String )This method is from 'Reflector' class.
getReturnType ( String )This method is from 'Reflector' class.
invoke ( Reflectable, String, Object[ ] )This method is from 'Reflector' class.
invoke ( Reflectable, String, Variant[ ] )This method is from 'Reflector' class.
invoke ( Reflectable, String, Args )This method is from 'Reflector' class.
invoke ( Reflectable, String, Element )This method is from 'Reflector' class.
...
[+] SimpleReflectable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleReflectable. |
[+] affected methods (7)
SimpleReflectable ( )This constructor is from 'SimpleReflectable' class.
getName ( )This method is from 'SimpleReflectable' class.
getReflector ( )This method is from 'SimpleReflectable' class.
queryInterface ( )This method is from 'SimpleReflectable' class.
reclaim ( )This method is from 'SimpleReflectable' class.
setConfig ( Configuration )This method is from 'SimpleReflectable' class.
setPool ( ObjectPool )This method is from 'SimpleReflectable' class.
[+] SimpleXMLObject (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleXMLObject. |
[+] affected methods (3)
SimpleXMLObject ( )This constructor is from 'SimpleXMLObject' class.
getCollection ( )This method is from 'SimpleXMLObject' class.
setCollection ( Collection )This method is from 'SimpleXMLObject' class.
[+] ThreadPolicy (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ThreadPolicy. |
[+] affected methods (1)
getThreadPolicy ( )This abstract method is from 'ThreadPolicy' interface.
[+] Types (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Types. |
[+] affected methods (3)
typeName ( int )This method is from 'Types' class.
typeOf ( Class )This method is from 'Types' class.
typeOf ( Object )This method is from 'Types' class.
[+] Variant (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Variant. |
[+] affected methods (47)
Variant ( )This constructor is from 'Variant' class.
Variant ( byte )This constructor is from 'Variant' class.
Variant ( char )This constructor is from 'Variant' class.
Variant ( double )This constructor is from 'Variant' class.
Variant ( float )This constructor is from 'Variant' class.
Variant ( int )This constructor is from 'Variant' class.
Variant ( long )This constructor is from 'Variant' class.
Variant ( Object )This constructor is from 'Variant' class.
Variant ( String )This constructor is from 'Variant' class.
Variant ( Args )This constructor is from 'Variant' class.
Variant ( Variant )This constructor is from 'Variant' class.
Variant ( Document )This constructor is from 'Variant' class.
...
[+] XMLObject (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLObject. |
[+] affected methods (2)
getCollection ( )This abstract method is from 'XMLObject' interface.
setCollection ( Collection )This abstract method is from 'XMLObject' interface.
[+] XMLObjectException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLObjectException. |
[+] affected methods (2)
XMLObjectException ( int )This constructor is from 'XMLObjectException' class.
XMLObjectException ( int, String )This constructor is from 'XMLObjectException' class.
[+] XMLObjectManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLObjectManager. |
[+] affected methods (9)
XMLObjectManager ( Collection )This constructor is from 'XMLObjectManager' class.
create ( Configuration )This method is from 'XMLObjectManager' class.
drop ( String )This method is from 'XMLObjectManager' class.
get ( String )This method is from 'XMLObjectManager' class.
getCanonicalName ( String )This method is from 'XMLObjectManager' class.
list ( )This method is from 'XMLObjectManager' class.
register ( Class, Configuration )This method is from 'XMLObjectManager' class.
setConfig ( Configuration )This method is from 'XMLObjectManager' class.
unregister ( String )This method is from 'XMLObjectManager' class.
[+] XMLObjectRuntimeException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLObjectRuntimeException. |
[+] affected methods (2)
XMLObjectRuntimeException ( )This constructor is from 'XMLObjectRuntimeException' class.
XMLObjectRuntimeException ( String )This constructor is from 'XMLObjectRuntimeException' class.
package org.apache.xindice.core.query
[+] CompilationException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompilationException. |
[+] affected methods (2)
CompilationException ( )This constructor is from 'CompilationException' class.
CompilationException ( String )This constructor is from 'CompilationException' class.
[+] NodeListSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NodeListSet. |
[+] affected methods (3)
NodeListSet ( NodeList )This constructor is from 'NodeListSet' class.
getNextNode ( )This method is from 'NodeListSet' class.
hasMoreNodes ( )This method is from 'NodeListSet' class.
[+] ProcessingException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ProcessingException. |
[+] affected methods (2)
ProcessingException ( )This constructor is from 'ProcessingException' class.
ProcessingException ( String )This constructor is from 'ProcessingException' class.
[+] Query (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Query. |
[+] affected methods (6)
execute ( )This abstract method is from 'Query' interface.
getKeySet ( )This abstract method is from 'Query' interface.
getNamespaceMap ( )This abstract method is from 'Query' interface.
getQueryContext ( )This abstract method is from 'Query' interface.
getQueryString ( )This abstract method is from 'Query' interface.
getQueryStyle ( )This abstract method is from 'Query' interface.
[+] QueryEngine (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class QueryEngine. |
[+] affected methods (11)
QueryEngine ( Database )This constructor is from 'QueryEngine' class.
andKeySets ( Key[ ][ ] )This method is from 'QueryEngine' class.
compileQuery ( Collection, String, String, NamespaceMap, Key[ ] )This method is from 'QueryEngine' class.
expandEntities ( String )This method is from 'QueryEngine' class.
getDatabase ( )This method is from 'QueryEngine' class.
getUniqueKeys ( IndexMatch[ ] )This method is from 'QueryEngine' class.
listStyles ( )This method is from 'QueryEngine' class.
normalizeString ( String )This method is from 'QueryEngine' class.
orKeySets ( Key[ ][ ] )This method is from 'QueryEngine' class.
query ( Collection, String, String, NamespaceMap, Key[ ] )This method is from 'QueryEngine' class.
setConfig ( Configuration )This method is from 'QueryEngine' class.
...
[+] QueryException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class QueryException. |
[+] affected methods (2)
QueryException ( int )This constructor is from 'QueryException' class.
QueryException ( int, String )This constructor is from 'QueryException' class.
[+] QueryResolver (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class QueryResolver. |
[+] affected methods (4)
compileQuery ( Collection, String, NamespaceMap, Key[ ] )This abstract method is from 'QueryResolver' interface.
getQueryStyle ( )This abstract method is from 'QueryResolver' interface.
query ( Collection, String, NamespaceMap, Key[ ] )This abstract method is from 'QueryResolver' interface.
setQueryEngine ( QueryEngine )This abstract method is from 'QueryResolver' interface.
[+] StyleNotFoundException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StyleNotFoundException. |
[+] affected methods (2)
StyleNotFoundException ( )This constructor is from 'StyleNotFoundException' class.
StyleNotFoundException ( String )This constructor is from 'StyleNotFoundException' class.
[+] XPathQueryResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XPathQueryResolver. |
[+] affected methods (6)
XPathQueryResolver ( )This constructor is from 'XPathQueryResolver' class.
compileQuery ( Collection, String, NamespaceMap, Key[ ] )This method is from 'XPathQueryResolver' class.
getQueryStyle ( )This method is from 'XPathQueryResolver' class.
query ( Collection, String, NamespaceMap, Key[ ] )This method is from 'XPathQueryResolver' class.
setConfig ( Configuration )This method is from 'XPathQueryResolver' class.
setQueryEngine ( QueryEngine )This method is from 'XPathQueryResolver' class.
package org.apache.xindice.core.request
[+] URIMapper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class URIMapper. |
[+] affected methods (24)
URIMapper ( )This constructor is from 'URIMapper' class.
URIMapper ( String )This constructor is from 'URIMapper' class.
URIMapper ( URL )This constructor is from 'URIMapper' class.
connect ( )This method is from 'URIMapper' class.
getArguments ( )This method is from 'URIMapper' class.
getCollection ( )This method is from 'URIMapper' class.
getContainer ( )This method is from 'URIMapper' class.
getContentEncoding ( )This method is from 'URIMapper' class.
getContentLength ( )This method is from 'URIMapper' class.
getContentType ( )This method is from 'URIMapper' class.
getDatabase ( )This method is from 'URIMapper' class.
getDocument ( )This method is from 'URIMapper' class.
...
[+] XindiceStreamHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XindiceStreamHandler. |
[+] affected methods (2)
XindiceStreamHandler ( )This constructor is from 'XindiceStreamHandler' class.
openConnection ( URL )This method is from 'XindiceStreamHandler' class.
[+] XindiceStreamHandlerFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XindiceStreamHandlerFactory. |
[+] affected methods (2)
XindiceStreamHandlerFactory ( )This constructor is from 'XindiceStreamHandlerFactory' class.
createURLStreamHandler ( String )This method is from 'XindiceStreamHandlerFactory' class.
package org.apache.xindice.core.security
[+] AccessDeniedException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AccessDeniedException. |
[+] affected methods (2)
AccessDeniedException ( )This constructor is from 'AccessDeniedException' class.
AccessDeniedException ( String )This constructor is from 'AccessDeniedException' class.
[+] Credentials (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Credentials. |
[+] affected methods (3)
checkGroup ( String )This abstract method is from 'Credentials' interface.
getGroups ( )This abstract method is from 'Credentials' interface.
verify ( )This abstract method is from 'Credentials' interface.
[+] DBSecurityManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBSecurityManager. |
[+] affected methods (6)
authenticate ( String, String )This abstract method is from 'DBSecurityManager' interface.
checkAccess ( String, int )This abstract method is from 'DBSecurityManager' interface.
checkAccess ( String, int, Credentials )This abstract method is from 'DBSecurityManager' interface.
logout ( )This abstract method is from 'DBSecurityManager' interface.
readConfig ( )This abstract method is from 'DBSecurityManager' interface.
setActive ( )This abstract method is from 'DBSecurityManager' interface.
[+] InvalidCredentialsException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InvalidCredentialsException. |
[+] affected methods (2)
InvalidCredentialsException ( )This constructor is from 'InvalidCredentialsException' class.
InvalidCredentialsException ( String )This constructor is from 'InvalidCredentialsException' class.
[+] InvalidPasswordException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InvalidPasswordException. |
[+] affected methods (2)
InvalidPasswordException ( )This constructor is from 'InvalidPasswordException' class.
InvalidPasswordException ( String )This constructor is from 'InvalidPasswordException' class.
[+] LocalSecurityManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalSecurityManager. |
[+] affected methods (13)
LocalSecurityManager ( Database, boolean )This constructor is from 'LocalSecurityManager' class.
authenticate ( String, String )This method is from 'LocalSecurityManager' class.
checkAccess ( String, int )This method is from 'LocalSecurityManager' class.
checkAccess ( String, int, Credentials )This method is from 'LocalSecurityManager' class.
getConfig ( )This method is from 'LocalSecurityManager' class.
getName ( )This method is from 'LocalSecurityManager' class.
handleCollection ( String, Configuration )This method is from 'LocalSecurityManager' class.
handleConfig ( String, Configuration )This method is from 'LocalSecurityManager' class.
logout ( )This method is from 'LocalSecurityManager' class.
processChildren ( String, String, String, Configuration )This method is from 'LocalSecurityManager' class.
readConfig ( )This method is from 'LocalSecurityManager' class.
setActive ( )This method is from 'LocalSecurityManager' class.
...
[+] PasswordCredentials (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PasswordCredentials. |
[+] affected methods (6)
PasswordCredentials ( String, String, Database )This constructor is from 'PasswordCredentials' class.
checkGroup ( String )This method is from 'PasswordCredentials' class.
getGroups ( )This method is from 'PasswordCredentials' class.
getPassword ( )This method is from 'PasswordCredentials' class.
getUsername ( )This method is from 'PasswordCredentials' class.
verify ( )This method is from 'PasswordCredentials' class.
[+] Permission (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Permission. |
[+] affected methods (2)
Permission ( )This constructor is from 'Permission' class.
mapType ( String )This method is from 'Permission' class.
[+] ResourcePermissions (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourcePermissions. |
[+] affected methods (8)
ResourcePermissions ( String )This constructor is from 'ResourcePermissions' class.
addPermission ( ArrayList, String )This method is from 'ResourcePermissions' class.
addPermissionAllow ( int, String )This method is from 'ResourcePermissions' class.
addPermissionDeny ( int, String )This method is from 'ResourcePermissions' class.
checkPermission ( int, int, String )This method is from 'ResourcePermissions' class.
checkPermission ( ArrayList, String )This method is from 'ResourcePermissions' class.
getConfig ( )This method is from 'ResourcePermissions' class.
setConfig ( Configuration )This method is from 'ResourcePermissions' class.
[+] SecurityException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SecurityException. |
[+] affected methods (2)
SecurityException ( int )This constructor is from 'SecurityException' class.
SecurityException ( int, String )This constructor is from 'SecurityException' class.
[+] UnknownUserException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnknownUserException. |
[+] affected methods (2)
UnknownUserException ( )This constructor is from 'UnknownUserException' class.
UnknownUserException ( String )This constructor is from 'UnknownUserException' class.
package org.apache.xindice.core.system
[+] Sequencer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Sequencer. |
[+] affected methods (6)
Sequencer ( )This constructor is from 'Sequencer' class.
create ( String )This method is from 'Sequencer' class.
createValue ( String, long )This method is from 'Sequencer' class.
next ( String )This method is from 'Sequencer' class.
remove ( String )This method is from 'Sequencer' class.
reset ( String, long )This method is from 'Sequencer' class.
package org.apache.xindice.core.xupdate
[+] XObjectImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XObjectImpl. |
[+] affected methods (7)
XObjectImpl ( XObject )This constructor is from 'XObjectImpl' class.
bool ( )This method is from 'XObjectImpl' class.
getType ( )This method is from 'XObjectImpl' class.
nodeset ( )This method is from 'XObjectImpl' class.
num ( )This method is from 'XObjectImpl' class.
rtree ( )This method is from 'XObjectImpl' class.
str ( )This method is from 'XObjectImpl' class.
[+] XPathQueryFactoryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XPathQueryFactoryImpl. |
[+] affected methods (2)
XPathQueryFactoryImpl ( )This constructor is from 'XPathQueryFactoryImpl' class.
newXPathQuery ( )This method is from 'XPathQueryFactoryImpl' class.
[+] XPathQueryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XPathQueryImpl. |
[+] affected methods (5)
XPathQueryImpl ( )This constructor is from 'XPathQueryImpl' class.
execute ( Node )This method is from 'XPathQueryImpl' class.
setNamespace ( Node )This method is from 'XPathQueryImpl' class.
setNodeFilter ( NodeFilter )This method is from 'XPathQueryImpl' class.
setQString ( String )This method is from 'XPathQueryImpl' class.
[+] XUpdateImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XUpdateImpl. |
[+] affected methods (6)
XUpdateImpl ( )This constructor is from 'XUpdateImpl' class.
execute ( Collection )This method is from 'XUpdateImpl' class.
execute ( Node )This method is from 'XUpdateImpl' class.
getModifiedCount ( )This method is from 'XUpdateImpl' class.
setNamespaceMap ( NamespaceMap )This method is from 'XUpdateImpl' class.
setQString ( String )This method is from 'XUpdateImpl' class.
[+] XUpdateQueryResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XUpdateQueryResolver. |
[+] affected methods (6)
XUpdateQueryResolver ( )This constructor is from 'XUpdateQueryResolver' class.
compileQuery ( Collection, String, NamespaceMap, Key[ ] )This method is from 'XUpdateQueryResolver' class.
getQueryStyle ( )This method is from 'XUpdateQueryResolver' class.
query ( Collection, String, NamespaceMap, Key[ ] )This method is from 'XUpdateQueryResolver' class.
setConfig ( Configuration )This method is from 'XUpdateQueryResolver' class.
setQueryEngine ( QueryEngine )This method is from 'XUpdateQueryResolver' class.
package org.apache.xindice.server
[+] ComponentManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ComponentManager. |
[+] affected methods (5)
addComponent ( ScriptComponent )This abstract method is from 'ComponentManager' interface.
addComponent ( ScriptComponent, String )This abstract method is from 'ComponentManager' interface.
getComponent ( String )This abstract method is from 'ComponentManager' interface.
getFilters ( Versioning )This abstract method is from 'ComponentManager' interface.
removeComponent ( String )This abstract method is from 'ComponentManager' interface.
[+] FileManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FileManager. |
[+] affected methods (2)
getFileResource ( String )This abstract method is from 'FileManager' interface.
getTemporaryFileResource ( )This abstract method is from 'FileManager' interface.
[+] FileResource (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FileResource. |
[+] affected methods (19)
copyStreamTo ( OutputStream )This abstract method is from 'FileResource' interface.
delete ( )This abstract method is from 'FileResource' interface.
exists ( )This abstract method is from 'FileResource' interface.
getAbsolutePath ( )This abstract method is from 'FileResource' interface.
getAppendStream ( )This abstract method is from 'FileResource' interface.
getCanonicalPath ( )This abstract method is from 'FileResource' interface.
getChildren ( )This abstract method is from 'FileResource' interface.
getInputStream ( )This abstract method is from 'FileResource' interface.
getName ( )This abstract method is from 'FileResource' interface.
getOutputStream ( )This abstract method is from 'FileResource' interface.
getPath ( )This abstract method is from 'FileResource' interface.
isDirectory ( )This abstract method is from 'FileResource' interface.
...
[+] Gateway (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Gateway. |
[+] affected methods (67)
Gateway ( )This constructor is from 'Gateway' abstract class.
enumCookies ( )This method is from 'Gateway' abstract class.
enumFormValues ( )This method is from 'Gateway' abstract class.
enumObjects ( )This method is from 'Gateway' abstract class.
enumRequestHeader ( )This method is from 'Gateway' abstract class.
enumResponseHeader ( )This method is from 'Gateway' abstract class.
getComponent ( String )This method is from 'Gateway' abstract class.
getContent ( )This abstract method is from 'Gateway' abstract class.
getCookie ( String )This method is from 'Gateway' abstract class.
getCurrentGateway ( )This method is from 'Gateway' abstract class.
getFileResource ( String )This method is from 'Gateway' abstract class.
getFormValue ( String )This method is from 'Gateway' abstract class.
...
[+] Kernel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Kernel. |
[+] affected methods (49)
Kernel ( )This constructor is from 'Kernel' class.
Kernel ( String )This constructor is from 'Kernel' class.
Kernel ( String, boolean )This constructor is from 'Kernel' class.
addComponent ( ScriptComponent )This method is from 'Kernel' class.
addComponent ( ScriptComponent, String )This method is from 'Kernel' class.
addScript ( String, Script )This method is from 'Kernel' class.
addService ( Service )This method is from 'Kernel' class.
addTask ( Task, long )This method is from 'Kernel' class.
deleteUser ( String )This method is from 'Kernel' class.
disposeOf ( Object )This method is from 'Kernel' class.
getCommonConfig ( )This method is from 'Kernel' class.
getComponent ( String )This method is from 'Kernel' class.
...
[+] Kernel.TextWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Kernel.TextWriter. |
[+] affected methods (2)
Kernel.TextWriter ( Kernel, Node )This constructor is from 'Kernel.TextWriter' class.
write ( OutputStream )This method is from 'Kernel.TextWriter' class.
[+] KernelAccess (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KernelAccess. |
[+] affected methods (1)
setKernel ( Kernel )This abstract method is from 'KernelAccess' interface.
[+] LogManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LogManager. |
[+] affected methods (3)
logMessage ( int, String )This abstract method is from 'LogManager' interface.
logMessage ( int, String, String )This abstract method is from 'LogManager' interface.
logMessage ( int, String, String, String )This abstract method is from 'LogManager' interface.
[+] ManagerService (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ManagerService. |
[+] affected methods (1)
setServiceManager ( ServiceManager )This abstract method is from 'ManagerService' interface.
[+] ParameterException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParameterException. |
[+] affected methods (4)
ParameterException ( String, String, String )This constructor is from 'ParameterException' class.
getName ( )This method is from 'ParameterException' class.
getValue ( )This method is from 'ParameterException' class.
toString ( )This method is from 'ParameterException' class.
[+] ResourceManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceManager. |
[+] affected methods (10)
getResource ( String )This abstract method is from 'ResourceManager' interface.
getResource ( Versioning, String )This abstract method is from 'ResourceManager' interface.
lockResource ( String )This abstract method is from 'ResourceManager' interface.
lockResource ( Versioning, String )This abstract method is from 'ResourceManager' interface.
removeResource ( String )This abstract method is from 'ResourceManager' interface.
removeResource ( Versioning, String )This abstract method is from 'ResourceManager' interface.
setResource ( String, Object )This abstract method is from 'ResourceManager' interface.
setResource ( Versioning, String, Object )This abstract method is from 'ResourceManager' interface.
unlockResource ( String )This abstract method is from 'ResourceManager' interface.
unlockResource ( Versioning, String )This abstract method is from 'ResourceManager' interface.
[+] Script (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Script. |
[+] affected methods (2)
getAccessMethods ( )This abstract method is from 'Script' interface.
run ( Gateway )This abstract method is from 'Script' interface.
[+] ScriptFilter (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ScriptFilter. |
[+] affected methods (2)
isPackageFiltered ( String )This abstract method is from 'ScriptFilter' interface.
run ( Script, Gateway )This abstract method is from 'ScriptFilter' interface.
[+] ScriptManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ScriptManager. |
[+] affected methods (5)
addScript ( String, Script )This abstract method is from 'ScriptManager' interface.
getScript ( String )This abstract method is from 'ScriptManager' interface.
removeScript ( String )This abstract method is from 'ScriptManager' interface.
runScript ( String, Gateway, boolean )This abstract method is from 'ScriptManager' interface.
runScript ( Script, Gateway, boolean )This abstract method is from 'ScriptManager' interface.
[+] Service (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Service. |
[+] affected methods (8)
initialize ( )This abstract method is from 'Service' interface.
resume ( )This abstract method is from 'Service' interface.
start ( )This abstract method is from 'Service' interface.
status ( )This abstract method is from 'Service' interface.
statusMessage ( )This abstract method is from 'Service' interface.
stop ( )This abstract method is from 'Service' interface.
suspend ( )This abstract method is from 'Service' interface.
uninitialize ( )This abstract method is from 'Service' interface.
[+] ServiceManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServiceManager. |
[+] affected methods (6)
addService ( Service )This abstract method is from 'ServiceManager' interface.
getService ( String )This abstract method is from 'ServiceManager' interface.
listServices ( )This abstract method is from 'ServiceManager' interface.
removeService ( Service )This abstract method is from 'ServiceManager' interface.
startServices ( )This abstract method is from 'ServiceManager' interface.
stopServices ( )This abstract method is from 'ServiceManager' interface.
[+] SimpleScript (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleScript. |
[+] affected methods (3)
SimpleScript ( )This constructor is from 'SimpleScript' class.
getAccessMethods ( )This method is from 'SimpleScript' class.
run ( Gateway )This method is from 'SimpleScript' class.
[+] SimpleScriptComponent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleScriptComponent. |
[+] affected methods (6)
SimpleScriptComponent ( )This constructor is from 'SimpleScriptComponent' class.
dispose ( )This method is from 'SimpleScriptComponent' class.
getName ( )This method is from 'SimpleScriptComponent' class.
getPackageName ( )This method is from 'SimpleScriptComponent' class.
getVersion ( )This method is from 'SimpleScriptComponent' class.
setKernel ( Kernel )This method is from 'SimpleScriptComponent' class.
[+] Task (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Task. |
[+] affected methods (1)
runTask ( )This abstract method is from 'Task' interface.
[+] User (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class User. |
[+] affected methods (25)
User ( String )This constructor is from 'User' class.
User ( String, String )This constructor is from 'User' class.
User ( String, String, Map )This constructor is from 'User' class.
appendProperty ( String, Serializable, String )This method is from 'User' class.
clone ( )This method is from 'User' class.
finalize ( )This method is from 'User' class.
getActive ( )This method is from 'User' class.
getPassword ( )This method is from 'User' class.
getPersistentState ( Gateway )This method is from 'User' class.
getProperty ( String )This method is from 'User' class.
getRealm ( String )This method is from 'User' class.
getUserManager ( )This method is from 'User' class.
...
[+] UserManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UserManager. |
[+] affected methods (6)
deleteUser ( String )This abstract method is from 'UserManager' interface.
getUser ( String )This abstract method is from 'UserManager' interface.
listUsers ( )This abstract method is from 'UserManager' interface.
listUsers ( String )This abstract method is from 'UserManager' interface.
newUser ( )This abstract method is from 'UserManager' interface.
setUser ( User )This abstract method is from 'UserManager' interface.
[+] Versioning (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Versioning. |
[+] affected methods (2)
getPackageName ( )This abstract method is from 'Versioning' interface.
getVersion ( )This abstract method is from 'Versioning' interface.
[+] VersionProxy (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class VersionProxy. |
[+] affected methods (9)
VersionProxy ( )This constructor is from 'VersionProxy' class.
VersionProxy ( Object )This constructor is from 'VersionProxy' class.
VersionProxy ( String )This constructor is from 'VersionProxy' class.
getName ( )This method is from 'VersionProxy' class.
getPackageName ( )This method is from 'VersionProxy' class.
getVersion ( )This method is from 'VersionProxy' class.
setName ( String )This method is from 'VersionProxy' class.
setPackageName ( String )This method is from 'VersionProxy' class.
setVersion ( float )This method is from 'VersionProxy' class.
[+] Xindice (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Xindice. |
[+] affected methods (2)
Xindice ( )This constructor is from 'Xindice' class.
main ( String[ ] )This method is from 'Xindice' class.
package org.apache.xindice.server.components
[+] BasicAuthentication (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BasicAuthentication. |
[+] affected methods (5)
BasicAuthentication ( )This constructor is from 'BasicAuthentication' class.
isPackageFiltered ( String )This method is from 'BasicAuthentication' class.
run ( Script, Gateway )This method is from 'BasicAuthentication' class.
sendChallenge ( Gateway, String )This method is from 'BasicAuthentication' class.
setConfig ( Configuration )This method is from 'BasicAuthentication' class.
[+] DBConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBConduit. |
[+] affected methods (14)
DBConduit ( )This constructor is from 'DBConduit' class.
executeQuery ( String, String )This method is from 'DBConduit' class.
getAvailableConnections ( String )This method is from 'DBConduit' class.
getConnection ( String )This method is from 'DBConduit' class.
getCreatedConnections ( String )This method is from 'DBConduit' class.
getDescription ( String )This method is from 'DBConduit' class.
getDriver ( String )This method is from 'DBConduit' class.
getMaximumConnections ( String )This method is from 'DBConduit' class.
getPingStatement ( String )This method is from 'DBConduit' class.
getTotalCreatedConnections ( String )This method is from 'DBConduit' class.
listAliases ( )This method is from 'DBConduit' class.
putConnection ( String, Connection )This method is from 'DBConduit' class.
...
[+] DBQueryResult (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBQueryResult. |
[+] affected methods (10)
DBQueryResult ( DBConduit, String, Connection, Statement, ResultSet, int )This constructor is from 'DBQueryResult' class.
close ( )This method is from 'DBQueryResult' class.
finalize ( )This method is from 'DBQueryResult' class.
getResultSet ( )This method is from 'DBQueryResult' class.
getRowsAffected ( )This method is from 'DBQueryResult' class.
hasMoreResults ( )This method is from 'DBQueryResult' class.
hasResultSet ( )This method is from 'DBQueryResult' class.
hasRowsAffected ( )This method is from 'DBQueryResult' class.
isClosed ( )This method is from 'DBQueryResult' class.
remove ( )This method is from 'DBQueryResult' class.
package org.apache.xindice.server.methods
[+] GET (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GET. |
[+] affected methods (3)
GET ( )This constructor is from 'GET' class.
run ( Gateway )This method is from 'GET' class.
setConfig ( Configuration )This method is from 'GET' class.
[+] PUT (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PUT. |
[+] affected methods (4)
PUT ( )This constructor is from 'PUT' class.
getAccessMethods ( )This method is from 'PUT' class.
run ( Gateway )This method is from 'PUT' class.
setConfig ( Configuration )This method is from 'PUT' class.
package org.apache.xindice.server.services
[+] APIService (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class APIService. |
[+] affected methods (14)
APIService ( )This constructor is from 'APIService' class.
getName ( )This method is from 'APIService' class.
initialize ( )This method is from 'APIService' class.
resume ( )This method is from 'APIService' class.
run ( )This method is from 'APIService' class.
setConfig ( Configuration )This method is from 'APIService' class.
setKernel ( Kernel )This method is from 'APIService' class.
setServiceManager ( ServiceManager )This method is from 'APIService' class.
start ( )This method is from 'APIService' class.
status ( )This method is from 'APIService' class.
statusMessage ( )This method is from 'APIService' class.
stop ( )This method is from 'APIService' class.
...
[+] HTTPServer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HTTPServer. |
[+] affected methods (5)
HTTPServer ( )This constructor is from 'HTTPServer' class.
getProtocol ( )This method is from 'HTTPServer' class.
initialize ( )This method is from 'HTTPServer' class.
run ( )This method is from 'HTTPServer' class.
setConfig ( Configuration )This method is from 'HTTPServer' class.
[+] SocketServer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SocketServer. |
[+] affected methods (21)
SocketServer ( )This constructor is from 'SocketServer' abstract class.
createServerSocket ( )This method is from 'SocketServer' abstract class.
getHostname ( )This method is from 'SocketServer' abstract class.
getName ( )This method is from 'SocketServer' abstract class.
getPort ( )This method is from 'SocketServer' abstract class.
getProtocol ( )This abstract method is from 'SocketServer' abstract class.
initialize ( )This abstract method is from 'SocketServer' abstract class.
resume ( )This method is from 'SocketServer' abstract class.
run ( )This abstract method is from 'SocketServer' abstract class.
setConfig ( Configuration )This method is from 'SocketServer' abstract class.
setKernel ( Kernel )This method is from 'SocketServer' abstract class.
setNotified ( )This method is from 'SocketServer' abstract class.
...
[+] XindiceService (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XindiceService. |
[+] affected methods (13)
XindiceService ( )This constructor is from 'XindiceService' class.
getDatabase ( )This method is from 'XindiceService' class.
getName ( )This method is from 'XindiceService' class.
initialize ( )This method is from 'XindiceService' class.
resume ( )This method is from 'XindiceService' class.
setConfig ( Configuration )This method is from 'XindiceService' class.
setKernel ( Kernel )This method is from 'XindiceService' class.
start ( )This method is from 'XindiceService' class.
status ( )This method is from 'XindiceService' class.
statusMessage ( )This method is from 'XindiceService' class.
stop ( )This method is from 'XindiceService' class.
suspend ( )This method is from 'XindiceService' class.
...
package org.apache.xindice.server.standard
[+] StdComponentManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StdComponentManager. |
[+] affected methods (10)
StdComponentManager ( )This constructor is from 'StdComponentManager' class.
addComponent ( ScriptComponent )This method is from 'StdComponentManager' class.
addComponent ( ScriptComponent, String )This method is from 'StdComponentManager' class.
dispose ( )This method is from 'StdComponentManager' class.
getComponent ( String )This method is from 'StdComponentManager' class.
getConfig ( )This method is from 'StdComponentManager' class.
getFilters ( Versioning )This method is from 'StdComponentManager' class.
removeComponent ( String )This method is from 'StdComponentManager' class.
setConfig ( Configuration )This method is from 'StdComponentManager' class.
setKernel ( Kernel )This method is from 'StdComponentManager' class.
[+] StdFileManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StdFileManager. |
[+] affected methods (6)
StdFileManager ( )This constructor is from 'StdFileManager' class.
getConfig ( )This method is from 'StdFileManager' class.
getFileResource ( String )This method is from 'StdFileManager' class.
getTemporaryFileResource ( )This method is from 'StdFileManager' class.
setConfig ( Configuration )This method is from 'StdFileManager' class.
setKernel ( Kernel )This method is from 'StdFileManager' class.
[+] StdLogManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StdLogManager. |
[+] affected methods (9)
StdLogManager ( )This constructor is from 'StdLogManager' class.
dispose ( )This method is from 'StdLogManager' class.
getConfig ( )This method is from 'StdLogManager' class.
logMessage ( int, String )This method is from 'StdLogManager' class.
logMessage ( int, String, String )This method is from 'StdLogManager' class.
logMessage ( int, String, String, String )This method is from 'StdLogManager' class.
runTask ( )This method is from 'StdLogManager' class.
setConfig ( Configuration )This method is from 'StdLogManager' class.
setKernel ( Kernel )This method is from 'StdLogManager' class.
[+] StdResourceManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StdResourceManager. |
[+] affected methods (16)
StdResourceManager ( )This constructor is from 'StdResourceManager' class.
dispose ( )This method is from 'StdResourceManager' class.
getConfig ( )This method is from 'StdResourceManager' class.
getResource ( String )This method is from 'StdResourceManager' class.
getResource ( Versioning, String )This method is from 'StdResourceManager' class.
lockResource ( String )This method is from 'StdResourceManager' class.
lockResource ( Versioning, String )This method is from 'StdResourceManager' class.
removeResource ( String )This method is from 'StdResourceManager' class.
removeResource ( Versioning, String )This method is from 'StdResourceManager' class.
runTask ( )This method is from 'StdResourceManager' class.
setConfig ( Configuration )This method is from 'StdResourceManager' class.
setKernel ( Kernel )This method is from 'StdResourceManager' class.
...
[+] StdScriptManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StdScriptManager. |
[+] affected methods (10)
StdScriptManager ( )This constructor is from 'StdScriptManager' class.
addScript ( String, Script )This method is from 'StdScriptManager' class.
dispose ( )This method is from 'StdScriptManager' class.
getConfig ( )This method is from 'StdScriptManager' class.
getScript ( String )This method is from 'StdScriptManager' class.
removeScript ( String )This method is from 'StdScriptManager' class.
runScript ( String, Gateway, boolean )This method is from 'StdScriptManager' class.
runScript ( Script, Gateway, boolean )This method is from 'StdScriptManager' class.
setConfig ( Configuration )This method is from 'StdScriptManager' class.
setKernel ( Kernel )This method is from 'StdScriptManager' class.
[+] StdServiceManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StdServiceManager. |
[+] affected methods (11)
StdServiceManager ( )This constructor is from 'StdServiceManager' class.
addService ( Service )This method is from 'StdServiceManager' class.
dispose ( )This method is from 'StdServiceManager' class.
getConfig ( )This method is from 'StdServiceManager' class.
getService ( String )This method is from 'StdServiceManager' class.
listServices ( )This method is from 'StdServiceManager' class.
removeService ( Service )This method is from 'StdServiceManager' class.
setConfig ( Configuration )This method is from 'StdServiceManager' class.
setKernel ( Kernel )This method is from 'StdServiceManager' class.
startServices ( )This method is from 'StdServiceManager' class.
stopServices ( )This method is from 'StdServiceManager' class.
...
[+] StdUserManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StdUserManager. |
[+] affected methods (10)
StdUserManager ( )This constructor is from 'StdUserManager' class.
deleteUser ( String )This method is from 'StdUserManager' class.
getConfig ( )This method is from 'StdUserManager' class.
getUser ( String )This method is from 'StdUserManager' class.
listUsers ( )This method is from 'StdUserManager' class.
listUsers ( String )This method is from 'StdUserManager' class.
newUser ( )This method is from 'StdUserManager' class.
setConfig ( Configuration )This method is from 'StdUserManager' class.
setKernel ( Kernel )This method is from 'StdUserManager' class.
setUser ( User )This method is from 'StdUserManager' class.
package org.apache.xindice.tools
[+] ArgTokenizer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArgTokenizer. |
[+] affected methods (5)
ArgTokenizer ( String[ ] )This constructor is from 'ArgTokenizer' class.
ArgTokenizer ( String )This constructor is from 'ArgTokenizer' class.
hasMoreTokens ( )This method is from 'ArgTokenizer' class.
nextSwitchToken ( )This method is from 'ArgTokenizer' class.
nextToken ( )This method is from 'ArgTokenizer' class.
[+] DeploymentTask (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeploymentTask. |
[+] affected methods (9)
DeploymentTask ( )This constructor is from 'DeploymentTask' class.
execute ( )This method is from 'DeploymentTask' class.
setActivity ( String )This method is from 'DeploymentTask' class.
setClass ( String )This method is from 'DeploymentTask' class.
setCollection ( String )This method is from 'DeploymentTask' class.
setDatabase ( String )This method is from 'DeploymentTask' class.
setHome ( String )This method is from 'DeploymentTask' class.
setName ( String )This method is from 'DeploymentTask' class.
setPath ( String )This method is from 'DeploymentTask' class.
[+] XMLAdminTools (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLAdminTools. |
[+] affected methods (4)
XMLAdminTools ( )This constructor is from 'XMLAdminTools' class.
initCommandsList ( )This method is from 'XMLAdminTools' class.
isAdmin ( )This method is from 'XMLAdminTools' class.
main ( String[ ] )This method is from 'XMLAdminTools' class.
[+] XMLUserTools (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLUserTools. |
[+] affected methods (4)
XMLUserTools ( )This constructor is from 'XMLUserTools' class.
initCommandsList ( )This method is from 'XMLUserTools' class.
isAdmin ( )This method is from 'XMLUserTools' class.
main ( String[ ] )This method is from 'XMLUserTools' class.
package org.apache.xindice.tools.command
[+] AddCollection (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddCollection. |
[+] affected methods (2)
AddCollection ( )This constructor is from 'AddCollection' class.
execute ( Hashtable )This method is from 'AddCollection' class.
[+] AddCollectionXMLObject (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddCollectionXMLObject. |
[+] affected methods (2)
AddCollectionXMLObject ( )This constructor is from 'AddCollectionXMLObject' class.
execute ( Hashtable )This method is from 'AddCollectionXMLObject' class.
[+] AddDocument (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddDocument. |
[+] affected methods (2)
AddDocument ( )This constructor is from 'AddDocument' class.
execute ( Hashtable )This method is from 'AddDocument' class.
[+] AddIndexer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddIndexer. |
[+] affected methods (2)
AddIndexer ( )This constructor is from 'AddIndexer' class.
execute ( Hashtable )This method is from 'AddIndexer' class.
[+] AddMultipleDocuments (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddMultipleDocuments. |
[+] affected methods (2)
AddMultipleDocuments ( )This constructor is from 'AddMultipleDocuments' class.
execute ( Hashtable )This method is from 'AddMultipleDocuments' class.
[+] Command (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Command. |
[+] affected methods (4)
Command ( )This constructor is from 'Command' abstract class.
execute ( Hashtable )This abstract method is from 'Command' abstract class.
normalizeCollectionURI ( String )This method is from 'Command' abstract class.
normalizeXindiceURI ( String )This method is from 'Command' abstract class.
[+] DeleteCollection (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeleteCollection. |
[+] affected methods (2)
DeleteCollection ( )This constructor is from 'DeleteCollection' class.
execute ( Hashtable )This method is from 'DeleteCollection' class.
[+] DeleteCollectionXMLObject (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeleteCollectionXMLObject. |
[+] affected methods (2)
DeleteCollectionXMLObject ( )This constructor is from 'DeleteCollectionXMLObject' class.
execute ( Hashtable )This method is from 'DeleteCollectionXMLObject' class.
[+] DeleteDocument (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeleteDocument. |
[+] affected methods (2)
DeleteDocument ( )This constructor is from 'DeleteDocument' class.
execute ( Hashtable )This method is from 'DeleteDocument' class.
[+] DeleteIndexer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeleteIndexer. |
[+] affected methods (2)
DeleteIndexer ( )This constructor is from 'DeleteIndexer' class.
execute ( Hashtable )This method is from 'DeleteIndexer' class.
[+] ExportTree (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExportTree. |
[+] affected methods (3)
ExportTree ( )This constructor is from 'ExportTree' class.
execute ( Hashtable )This method is from 'ExportTree' class.
parentDir ( String )This method is from 'ExportTree' class.
[+] ImportTree (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImportTree. |
[+] affected methods (4)
ImportTree ( )This constructor is from 'ImportTree' class.
createCollection ( String, String )This method is from 'ImportTree' class.
execute ( Hashtable )This method is from 'ImportTree' class.
importFile ( String, String, String )This method is from 'ImportTree' class.
[+] InvokeXmlObject (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InvokeXmlObject. |
[+] affected methods (2)
InvokeXmlObject ( )This constructor is from 'InvokeXmlObject' class.
execute ( Hashtable )This method is from 'InvokeXmlObject' class.
[+] ListCollectionDocuments (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ListCollectionDocuments. |
[+] affected methods (2)
ListCollectionDocuments ( )This constructor is from 'ListCollectionDocuments' class.
execute ( Hashtable )This method is from 'ListCollectionDocuments' class.
[+] ListCollections (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ListCollections. |
[+] affected methods (2)
ListCollections ( )This constructor is from 'ListCollections' class.
execute ( Hashtable )This method is from 'ListCollections' class.
[+] ListCollectionXMLObjects (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ListCollectionXMLObjects. |
[+] affected methods (2)
ListCollectionXMLObjects ( )This constructor is from 'ListCollectionXMLObjects' class.
execute ( Hashtable )This method is from 'ListCollectionXMLObjects' class.
[+] ListIndexers (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ListIndexers. |
[+] affected methods (2)
ListIndexers ( )This constructor is from 'ListIndexers' class.
execute ( Hashtable )This method is from 'ListIndexers' class.
[+] RetrieveDocument (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RetrieveDocument. |
[+] affected methods (2)
RetrieveDocument ( )This constructor is from 'RetrieveDocument' class.
execute ( Hashtable )This method is from 'RetrieveDocument' class.
[+] Shutdown (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Shutdown. |
[+] affected methods (2)
Shutdown ( )This constructor is from 'Shutdown' class.
execute ( Hashtable )This method is from 'Shutdown' class.
[+] StringSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringSerializer. |
[+] affected methods (20)
StringSerializer ( String )This constructor is from 'StringSerializer' class.
characters ( char[ ], int, int )This method is from 'StringSerializer' class.
comment ( char[ ], int, int )This method is from 'StringSerializer' class.
endCDATA ( )This method is from 'StringSerializer' class.
endDocument ( )This method is from 'StringSerializer' class.
endDTD ( )This method is from 'StringSerializer' class.
endElement ( String, String, String )This method is from 'StringSerializer' class.
endEntity ( String )This method is from 'StringSerializer' class.
endPrefixMapping ( String )This method is from 'StringSerializer' class.
ignorableWhitespace ( char[ ], int, int )This method is from 'StringSerializer' class.
processingInstruction ( String, String )This method is from 'StringSerializer' class.
setDocumentLocator ( Locator )This method is from 'StringSerializer' class.
...
[+] XPathQuery (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XPathQuery. |
[+] affected methods (2)
XPathQuery ( )This constructor is from 'XPathQuery' class.
execute ( Hashtable )This method is from 'XPathQuery' class.
package org.apache.xindice.util
[+] ByteArrayInput (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ByteArrayInput. |
[+] affected methods (6)
ByteArrayInput ( byte[ ] )This constructor is from 'ByteArrayInput' class.
ByteArrayInput ( byte[ ], int, int )This constructor is from 'ByteArrayInput' class.
getArray ( )This method is from 'ByteArrayInput' class.
getInputStream ( )This method is from 'ByteArrayInput' class.
getPos ( )This method is from 'ByteArrayInput' class.
setPos ( int )This method is from 'ByteArrayInput' class.
[+] ByteBuffer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ByteBuffer. |
[+] affected methods (66)
ByteBuffer ( )This constructor is from 'ByteBuffer' class.
ByteBuffer ( byte[ ] )This constructor is from 'ByteBuffer' class.
ByteBuffer ( byte[ ], boolean )This constructor is from 'ByteBuffer' class.
ByteBuffer ( int )This constructor is from 'ByteBuffer' class.
ByteBuffer ( String )This constructor is from 'ByteBuffer' class.
ByteBuffer ( StringBuffer )This constructor is from 'ByteBuffer' class.
append ( byte[ ] )This method is from 'ByteBuffer' class.
append ( char[ ] )This method is from 'ByteBuffer' class.
append ( byte )This method is from 'ByteBuffer' class.
append ( char )This method is from 'ByteBuffer' class.
append ( double )This method is from 'ByteBuffer' class.
append ( float )This method is from 'ByteBuffer' class.
...
[+] Configurable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Configurable. |
[+] affected methods (2)
getConfig ( )This abstract method is from 'Configurable' interface.
setConfig ( Configuration )This abstract method is from 'Configurable' interface.
[+] Configuration (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Configuration. |
[+] affected methods (75)
Configuration ( Document )This constructor is from 'Configuration' class.
Configuration ( Document, boolean )This constructor is from 'Configuration' class.
Configuration ( Element )This constructor is from 'Configuration' class.
Configuration ( Element, boolean )This constructor is from 'Configuration' class.
add ( String )This method is from 'Configuration' class.
add ( Configuration )This method is from 'Configuration' class.
delete ( )This method is from 'Configuration' class.
getAttribute ( String )This method is from 'Configuration' class.
getAttribute ( String, String )This method is from 'Configuration' class.
getBooleanAttribute ( String )This method is from 'Configuration' class.
getBooleanAttribute ( String, boolean )This method is from 'Configuration' class.
getBooleanValue ( String )This method is from 'Configuration' class.
...
[+] ConfigurationCallback (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConfigurationCallback. |
[+] affected methods (1)
process ( Configuration )This abstract method is from 'ConfigurationCallback' interface.
[+] DateUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DateUtilities. |
[+] affected methods (3)
getDateLong ( Date )This method is from 'DateUtilities' class.
getGMTDate ( String )This method is from 'DateUtilities' class.
getGMTString ( Date )This method is from 'DateUtilities' class.
[+] DirectoryClassLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DirectoryClassLoader. |
[+] affected methods (3)
DirectoryClassLoader ( String )This constructor is from 'DirectoryClassLoader' class.
isModified ( String )This method is from 'DirectoryClassLoader' class.
loadClass ( String, boolean )This method is from 'DirectoryClassLoader' class.
[+] Disposable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Disposable. |
[+] affected methods (1)
dispose ( )This abstract method is from 'Disposable' interface.
[+] FileCache (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FileCache. |
[+] affected methods (7)
FileCache ( )This constructor is from 'FileCache' class.
getFile ( File )This method is from 'FileCache' class.
getFile ( String )This method is from 'FileCache' class.
isInCache ( File )This method is from 'FileCache' class.
isInCache ( String )This method is from 'FileCache' class.
isModified ( File )This method is from 'FileCache' class.
isModified ( String )This method is from 'FileCache' class.
[+] LockManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LockManager. |
[+] affected methods (9)
LockManager ( int )This constructor is from 'LockManager' class.
acquireExclusiveLock ( long )This method is from 'LockManager' class.
acquireExclusiveLock ( Object )This method is from 'LockManager' class.
acquireSharedLock ( long )This method is from 'LockManager' class.
acquireSharedLock ( Object )This method is from 'LockManager' class.
releaseExclusiveLock ( long )This method is from 'LockManager' class.
releaseExclusiveLock ( Object )This method is from 'LockManager' class.
releaseSharedLock ( long )This method is from 'LockManager' class.
releaseSharedLock ( Object )This method is from 'LockManager' class.
[+] MD5 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MD5. |
[+] affected methods (2)
MD5 ( )This constructor is from 'MD5' class.
md ( String )This method is from 'MD5' class.
[+] Named (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Named. |
[+] affected methods (1)
getName ( )This abstract method is from 'Named' interface.
[+] ObjectPool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectPool. |
[+] affected methods (5)
ObjectPool ( )This constructor is from 'ObjectPool' abstract class.
createObject ( )This abstract method is from 'ObjectPool' abstract class.
getObject ( )This method is from 'ObjectPool' abstract class.
isEmpty ( )This method is from 'ObjectPool' abstract class.
putObject ( Poolable )This method is from 'ObjectPool' abstract class.
[+] ObjectQueue (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectQueue. |
[+] affected methods (7)
ObjectQueue ( )This constructor is from 'ObjectQueue' class.
add ( Object )This method is from 'ObjectQueue' class.
clear ( )This method is from 'ObjectQueue' class.
isEmpty ( )This method is from 'ObjectQueue' class.
peek ( )This method is from 'ObjectQueue' class.
remove ( )This method is from 'ObjectQueue' class.
size ( )This method is from 'ObjectQueue' class.
[+] ObjectStack (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectStack. |
[+] affected methods (7)
ObjectStack ( )This constructor is from 'ObjectStack' class.
clear ( )This method is from 'ObjectStack' class.
isEmpty ( )This method is from 'ObjectStack' class.
peek ( )This method is from 'ObjectStack' class.
pop ( )This method is from 'ObjectStack' class.
push ( Object )This method is from 'ObjectStack' class.
size ( )This method is from 'ObjectStack' class.
[+] Poolable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Poolable. |
[+] affected methods (2)
reclaim ( )This abstract method is from 'Poolable' interface.
setPool ( ObjectPool )This abstract method is from 'Poolable' interface.
[+] ReadOnlyException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReadOnlyException. |
[+] affected methods (3)
ReadOnlyException ( )This constructor is from 'ReadOnlyException' class.
ReadOnlyException ( String )This constructor is from 'ReadOnlyException' class.
ReadOnlyException ( String, Throwable )This constructor is from 'ReadOnlyException' class.
[+] SimpleConfigurable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleConfigurable. |
[+] affected methods (4)
SimpleConfigurable ( )This constructor is from 'SimpleConfigurable' class.
SimpleConfigurable ( Configuration )This constructor is from 'SimpleConfigurable' class.
getConfig ( )This method is from 'SimpleConfigurable' class.
setConfig ( Configuration )This method is from 'SimpleConfigurable' class.
[+] StringUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringUtilities. |
[+] affected methods (8)
findWhiteSpace ( String )This method is from 'StringUtilities' class.
findWhiteSpace ( String, int )This method is from 'StringUtilities' class.
javaEncode ( String )This method is from 'StringUtilities' class.
leftJustify ( String, int )This method is from 'StringUtilities' class.
parseBuffer ( Map, String, String, boolean, boolean )This method is from 'StringUtilities' class.
rightJustify ( String, int )This method is from 'StringUtilities' class.
stringToInt ( String )This method is from 'StringUtilities' class.
stringToInt ( String, int )This method is from 'StringUtilities' class.
[+] XindiceException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XindiceException. |
[+] affected methods (7)
XindiceException ( )This constructor is from 'XindiceException' class.
XindiceException ( String )This constructor is from 'XindiceException' class.
XindiceException ( String, Throwable )This constructor is from 'XindiceException' class.
getWrappedThrowable ( )This method is from 'XindiceException' class.
printStackTrace ( )This method is from 'XindiceException' class.
printStackTrace ( PrintStream )This method is from 'XindiceException' class.
printStackTrace ( PrintWriter )This method is from 'XindiceException' class.
package org.apache.xindice.xml
[+] NamespaceMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamespaceMap. |
[+] affected methods (10)
NamespaceMap ( )This constructor is from 'NamespaceMap' class.
clearNamespaces ( )This method is from 'NamespaceMap' class.
getContextNode ( )This method is from 'NamespaceMap' class.
getDefaultNamespaceURI ( )This method is from 'NamespaceMap' class.
getNamespaceURI ( String )This method is from 'NamespaceMap' class.
includeNamespaces ( Map, boolean )This method is from 'NamespaceMap' class.
removeDefaultNamespace ( )This method is from 'NamespaceMap' class.
removeNamespace ( String )This method is from 'NamespaceMap' class.
setDefaultNamespace ( String )This method is from 'NamespaceMap' class.
setNamespace ( String, String )This method is from 'NamespaceMap' class.
[+] NodeSource (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NodeSource. |
[+] affected methods (5)
NodeSource ( Collection )This constructor is from 'NodeSource' class.
NodeSource ( Collection, Key )This constructor is from 'NodeSource' class.
getCanonicalName ( )This method is from 'NodeSource' class.
getCollection ( )This method is from 'NodeSource' class.
getKey ( )This method is from 'NodeSource' class.
[+] SymbolTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SymbolTable. |
[+] affected methods (19)
SymbolTable ( )This constructor is from 'SymbolTable' class.
SymbolTable ( Element )This constructor is from 'SymbolTable' class.
getLastModified ( )This method is from 'SymbolTable' class.
getLookupName ( String, String )This method is from 'SymbolTable' class.
getName ( short )This method is from 'SymbolTable' class.
getNamespaceURI ( short )This method is from 'SymbolTable' class.
getNormalizedLocalName ( String, String )This method is from 'SymbolTable' class.
getNormalizedQName ( String, String )This method is from 'SymbolTable' class.
getNormalizedSymbol ( SymbolTable, String, NamespaceMap, boolean )This method is from 'SymbolTable' class.
getSymbol ( String )This method is from 'SymbolTable' class.
getSymbol ( String, String )This method is from 'SymbolTable' class.
getSymbol ( String, String, boolean )This method is from 'SymbolTable' class.
...
[+] SymbolTable.SymbolInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SymbolTable.SymbolInfo. |
[+] affected methods (5)
SymbolTable.SymbolInfo ( SymbolTable, String, String, short )This constructor is from 'SymbolTable.SymbolInfo' class.
SymbolTable.SymbolInfo ( SymbolTable, String, short )This constructor is from 'SymbolTable.SymbolInfo' class.
getNamespaceURI ( )This method is from 'SymbolTable.SymbolInfo' class.
getQName ( )This method is from 'SymbolTable.SymbolInfo' class.
getSymbolID ( )This method is from 'SymbolTable.SymbolInfo' class.
[+] SymbolTableSymbols (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SymbolTableSymbols. |
[+] affected methods (2)
getDefinition ( )This method is from 'SymbolTableSymbols' class.
getInstance ( )This method is from 'SymbolTableSymbols' class.
[+] TextWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TextWriter. |
[+] affected methods (10)
TextWriter ( Document )This constructor is from 'TextWriter' class.
TextWriter ( DocumentFragment )This constructor is from 'TextWriter' class.
TextWriter ( Element )This constructor is from 'TextWriter' class.
TextWriter ( Node )This constructor is from 'TextWriter' class.
toString ( )This method is from 'TextWriter' class.
toString ( Node )This method is from 'TextWriter' class.
write ( OutputStream )This method is from 'TextWriter' class.
write ( Writer )This method is from 'TextWriter' class.
write ( Node, OutputStream )This method is from 'TextWriter' class.
write ( Node, Writer )This method is from 'TextWriter' class.
[+] XMLCompressedInput (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLCompressedInput. |
[+] affected methods (6)
XMLCompressedInput ( InputStream, SymbolTable )This constructor is from 'XMLCompressedInput' class.
getNodeType ( )This method is from 'XMLCompressedInput' class.
getSignature ( )This method is from 'XMLCompressedInput' class.
readAttributeCount ( )This method is from 'XMLCompressedInput' class.
readContentSize ( )This method is from 'XMLCompressedInput' class.
readSignature ( )This method is from 'XMLCompressedInput' class.
[+] XMLCompressedOutput (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLCompressedOutput. |
[+] affected methods (4)
XMLCompressedOutput ( OutputStream, SymbolTable )This constructor is from 'XMLCompressedOutput' class.
getSizeSize ( int )This method is from 'XMLCompressedOutput' class.
getSizeType ( long )This method is from 'XMLCompressedOutput' class.
writeSize ( int, int )This method is from 'XMLCompressedOutput' class.
[+] XMLSerializable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLSerializable. |
[+] affected methods (2)
streamFromXML ( Element )This abstract method is from 'XMLSerializable' interface.
streamToXML ( Document )This abstract method is from 'XMLSerializable' interface.
package org.apache.xindice.xml.dom
[+] AttrImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AttrImpl. |
[+] affected methods (18)
AttrImpl ( )This constructor is from 'AttrImpl' class.
AttrImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'AttrImpl' class.
AttrImpl ( NodeImpl, String )This constructor is from 'AttrImpl' class.
AttrImpl ( NodeImpl, String, String, short, String )This constructor is from 'AttrImpl' class.
AttrImpl ( NodeImpl, boolean )This constructor is from 'AttrImpl' class.
checkLoaded ( )This method is from 'AttrImpl' class.
getName ( )This method is from 'AttrImpl' class.
getNodeType ( )This method is from 'AttrImpl' class.
getNodeValue ( )This method is from 'AttrImpl' class.
getOwnerElement ( )This method is from 'AttrImpl' class.
getSpecified ( )This method is from 'AttrImpl' class.
getSymbolID ( )This method is from 'AttrImpl' class.
...
[+] CDATASectionImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CDATASectionImpl. |
[+] affected methods (6)
CDATASectionImpl ( )This constructor is from 'CDATASectionImpl' class.
CDATASectionImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'CDATASectionImpl' class.
CDATASectionImpl ( NodeImpl, String )This constructor is from 'CDATASectionImpl' class.
CDATASectionImpl ( NodeImpl, boolean )This constructor is from 'CDATASectionImpl' class.
getNodeName ( )This method is from 'CDATASectionImpl' class.
getNodeType ( )This method is from 'CDATASectionImpl' class.
[+] CharacterDataImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CharacterDataImpl. |
[+] affected methods (14)
CharacterDataImpl ( )This constructor is from 'CharacterDataImpl' abstract class.
CharacterDataImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'CharacterDataImpl' abstract class.
CharacterDataImpl ( NodeImpl, String )This constructor is from 'CharacterDataImpl' abstract class.
CharacterDataImpl ( NodeImpl, boolean )This constructor is from 'CharacterDataImpl' abstract class.
appendData ( String )This method is from 'CharacterDataImpl' abstract class.
checkLoaded ( )This method is from 'CharacterDataImpl' abstract class.
deleteData ( int, int )This method is from 'CharacterDataImpl' abstract class.
getData ( )This method is from 'CharacterDataImpl' abstract class.
getLength ( )This method is from 'CharacterDataImpl' abstract class.
insertData ( int, String )This method is from 'CharacterDataImpl' abstract class.
replaceData ( int, int, String )This method is from 'CharacterDataImpl' abstract class.
setData ( String )This method is from 'CharacterDataImpl' abstract class.
...
[+] CommentImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CommentImpl. |
[+] affected methods (6)
CommentImpl ( )This constructor is from 'CommentImpl' class.
CommentImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'CommentImpl' class.
CommentImpl ( NodeImpl, String )This constructor is from 'CommentImpl' class.
CommentImpl ( NodeImpl, boolean )This constructor is from 'CommentImpl' class.
getNodeName ( )This method is from 'CommentImpl' class.
getNodeType ( )This method is from 'CommentImpl' class.
[+] CompressedDocument (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompressedDocument. |
[+] affected methods (3)
getNodeAtPos ( int )This abstract method is from 'CompressedDocument' interface.
getSymbols ( )This abstract method is from 'CompressedDocument' interface.
setSymbols ( SymbolTable )This abstract method is from 'CompressedDocument' interface.
[+] CompressedNode (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompressedNode. |
[+] affected methods (12)
getDataBytes ( )This abstract method is from 'CompressedNode' interface.
getDataLen ( )This abstract method is from 'CompressedNode' interface.
getDataPos ( )This abstract method is from 'CompressedNode' interface.
getSymbolID ( )This abstract method is from 'CompressedNode' interface.
isDirty ( )This abstract method is from 'CompressedNode' interface.
isLoaded ( )This abstract method is from 'CompressedNode' interface.
load ( )This abstract method is from 'CompressedNode' interface.
setDataBytes ( byte[ ] )This abstract method is from 'CompressedNode' interface.
setDataBytes ( byte[ ], int, int )This abstract method is from 'CompressedNode' interface.
setDataLen ( int )This abstract method is from 'CompressedNode' interface.
setDataPos ( int )This abstract method is from 'CompressedNode' interface.
unload ( )This abstract method is from 'CompressedNode' interface.
...
[+] ContainerNodeImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ContainerNodeImpl. |
[+] affected methods (20)
ContainerNodeImpl ( )This constructor is from 'ContainerNodeImpl' abstract class.
ContainerNodeImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'ContainerNodeImpl' abstract class.
ContainerNodeImpl ( NodeImpl, boolean )This constructor is from 'ContainerNodeImpl' abstract class.
appendChild ( Node )This method is from 'ContainerNodeImpl' abstract class.
checkLoaded ( )This method is from 'ContainerNodeImpl' abstract class.
getChildNodes ( )This method is from 'ContainerNodeImpl' abstract class.
getElementById ( String )This method is from 'ContainerNodeImpl' abstract class.
getElementsByTagName ( String )This method is from 'ContainerNodeImpl' abstract class.
getElementsByTagNameNS ( String, String )This method is from 'ContainerNodeImpl' abstract class.
getFirstChild ( )This method is from 'ContainerNodeImpl' abstract class.
getLastChild ( )This method is from 'ContainerNodeImpl' abstract class.
getNextSibling ( Node )This method is from 'ContainerNodeImpl' abstract class.
...
[+] DBDocument (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDocument. |
[+] affected methods (4)
isAuthoring ( )This abstract method is from 'DBDocument' interface.
isCaching ( )This abstract method is from 'DBDocument' interface.
setAuthoring ( boolean )This abstract method is from 'DBDocument' interface.
setCaching ( boolean )This abstract method is from 'DBDocument' interface.
[+] DBNode (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBNode. |
[+] affected methods (3)
expandSource ( )This abstract method is from 'DBNode' interface.
getSource ( )This abstract method is from 'DBNode' interface.
setSource ( NodeSource )This abstract method is from 'DBNode' interface.
[+] DocumentFragmentImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentFragmentImpl. |
[+] affected methods (4)
DocumentFragmentImpl ( )This constructor is from 'DocumentFragmentImpl' class.
DocumentFragmentImpl ( NodeImpl )This constructor is from 'DocumentFragmentImpl' class.
getNodeName ( )This method is from 'DocumentFragmentImpl' class.
getNodeType ( )This method is from 'DocumentFragmentImpl' class.
[+] DocumentImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentImpl. |
[+] affected methods (45)
DocumentImpl ( )This constructor is from 'DocumentImpl' class.
DocumentImpl ( byte[ ] )This constructor is from 'DocumentImpl' class.
DocumentImpl ( byte[ ], int, int )This constructor is from 'DocumentImpl' class.
DocumentImpl ( byte[ ], SymbolTable, NodeSource )This constructor is from 'DocumentImpl' class.
DocumentImpl ( Document )This constructor is from 'DocumentImpl' class.
adoptNode ( Node )This method is from 'DocumentImpl' class.
checkLoaded ( )This method is from 'DocumentImpl' class.
createAttribute ( String )This method is from 'DocumentImpl' class.
createAttributeNS ( String, String )This method is from 'DocumentImpl' class.
createCDATASection ( String )This method is from 'DocumentImpl' class.
createComment ( String )This method is from 'DocumentImpl' class.
createDocumentFragment ( )This method is from 'DocumentImpl' class.
...
[+] DocumentTypeImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentTypeImpl. |
[+] affected methods (8)
DocumentTypeImpl ( )This constructor is from 'DocumentTypeImpl' class.
getEntities ( )This method is from 'DocumentTypeImpl' class.
getInternalSubset ( )This method is from 'DocumentTypeImpl' class.
getName ( )This method is from 'DocumentTypeImpl' class.
getNodeType ( )This method is from 'DocumentTypeImpl' class.
getNotations ( )This method is from 'DocumentTypeImpl' class.
getPublicId ( )This method is from 'DocumentTypeImpl' class.
getSystemId ( )This method is from 'DocumentTypeImpl' class.
[+] DOMCompressor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMCompressor. |
[+] affected methods (3)
DOMCompressor ( OutputStream, SymbolTable )This constructor is from 'DOMCompressor' class.
Compress ( Node, SymbolTable )This method is from 'DOMCompressor' class.
writeNode ( Node )This method is from 'DOMCompressor' class.
[+] DOMImplementationImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMImplementationImpl. |
[+] affected methods (5)
createDocument ( String, String, DocumentType )This method is from 'DOMImplementationImpl' class.
createDocumentType ( String, String, String )This method is from 'DOMImplementationImpl' class.
getInstance ( )This method is from 'DOMImplementationImpl' class.
hasFeature ( String, String )This method is from 'DOMImplementationImpl' class.
HasFeature ( String, String )This method is from 'DOMImplementationImpl' class.
[+] DOMParser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DOMParser. |
[+] affected methods (43)
DOMParser ( )This constructor is from 'DOMParser' class.
attributeDecl ( String, String, String, String, String )This method is from 'DOMParser' class.
characters ( char[ ], int, int )This method is from 'DOMParser' class.
comment ( char[ ], int, int )This method is from 'DOMParser' class.
elementDecl ( String, String )This method is from 'DOMParser' class.
endCDATA ( )This method is from 'DOMParser' class.
endDocument ( )This method is from 'DOMParser' class.
endDTD ( )This method is from 'DOMParser' class.
endElement ( String, String, String )This method is from 'DOMParser' class.
endEntity ( String )This method is from 'DOMParser' class.
error ( SAXParseException )This method is from 'DOMParser' class.
externalEntityDecl ( String, String, String )This method is from 'DOMParser' class.
...
[+] ElementImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ElementImpl. |
[+] affected methods (27)
ElementImpl ( )This constructor is from 'ElementImpl' class.
ElementImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'ElementImpl' class.
ElementImpl ( NodeImpl, String )This constructor is from 'ElementImpl' class.
ElementImpl ( NodeImpl, boolean )This constructor is from 'ElementImpl' class.
checkLoaded ( )This method is from 'ElementImpl' class.
expandSource ( )This method is from 'ElementImpl' class.
getAttribute ( String )This method is from 'ElementImpl' class.
getAttributeNode ( String )This method is from 'ElementImpl' class.
getAttributeNodeNS ( String, String )This method is from 'ElementImpl' class.
getAttributeNS ( String, String )This method is from 'ElementImpl' class.
getAttributes ( )This method is from 'ElementImpl' class.
getNodeType ( )This method is from 'ElementImpl' class.
...
[+] EntityImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityImpl. |
[+] affected methods (11)
EntityImpl ( )This constructor is from 'EntityImpl' class.
EntityImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'EntityImpl' class.
EntityImpl ( NodeImpl, boolean )This constructor is from 'EntityImpl' class.
getEncoding ( )This method is from 'EntityImpl' class.
getNodeType ( )This method is from 'EntityImpl' class.
getNotationName ( )This method is from 'EntityImpl' class.
getPublicId ( )This method is from 'EntityImpl' class.
getSystemId ( )This method is from 'EntityImpl' class.
getVersion ( )This method is from 'EntityImpl' class.
setEncoding ( String )This method is from 'EntityImpl' class.
setVersion ( String )This method is from 'EntityImpl' class.
...
[+] EntityReferenceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityReferenceImpl. |
[+] affected methods (6)
EntityReferenceImpl ( )This constructor is from 'EntityReferenceImpl' class.
EntityReferenceImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'EntityReferenceImpl' class.
EntityReferenceImpl ( NodeImpl, String )This constructor is from 'EntityReferenceImpl' class.
EntityReferenceImpl ( NodeImpl, boolean )This constructor is from 'EntityReferenceImpl' class.
checkLoaded ( )This method is from 'EntityReferenceImpl' class.
getNodeType ( )This method is from 'EntityReferenceImpl' class.
[+] NamedNodeMapImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamedNodeMapImpl. |
[+] affected methods (7)
NamedNodeMapImpl ( NodeImpl )This constructor is from 'NamedNodeMapImpl' class.
getNamedItem ( String )This method is from 'NamedNodeMapImpl' class.
getNamedItemNS ( String, String )This method is from 'NamedNodeMapImpl' class.
removeNamedItem ( String )This method is from 'NamedNodeMapImpl' class.
removeNamedItemNS ( String, String )This method is from 'NamedNodeMapImpl' class.
setNamedItem ( Node )This method is from 'NamedNodeMapImpl' class.
setNamedItemNS ( Node )This method is from 'NamedNodeMapImpl' class.
[+] NodeImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NodeImpl. |
[+] affected methods (60)
NodeImpl ( )This constructor is from 'NodeImpl' abstract class.
NodeImpl ( byte[ ], int, int )This constructor is from 'NodeImpl' abstract class.
NodeImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'NodeImpl' abstract class.
NodeImpl ( NodeImpl, boolean )This constructor is from 'NodeImpl' abstract class.
appendChild ( Node )This method is from 'NodeImpl' abstract class.
checkLoaded ( )This method is from 'NodeImpl' abstract class.
checkReadOnly ( )This method is from 'NodeImpl' abstract class.
cloneNode ( boolean )This method is from 'NodeImpl' abstract class.
expandSource ( )This method is from 'NodeImpl' abstract class.
getAttributes ( )This method is from 'NodeImpl' abstract class.
getChildNodes ( )This method is from 'NodeImpl' abstract class.
getDataBytes ( )This method is from 'NodeImpl' abstract class.
...
[+] NodeListImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NodeListImpl. |
[+] affected methods (3)
NodeListImpl ( NodeImpl )This constructor is from 'NodeListImpl' class.
getLength ( )This method is from 'NodeListImpl' class.
item ( int )This method is from 'NodeListImpl' class.
[+] NotationImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NotationImpl. |
[+] affected methods (6)
NotationImpl ( )This constructor is from 'NotationImpl' class.
NotationImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'NotationImpl' class.
NotationImpl ( NodeImpl, boolean )This constructor is from 'NotationImpl' class.
getNodeType ( )This method is from 'NotationImpl' class.
getPublicId ( )This method is from 'NotationImpl' class.
getSystemId ( )This method is from 'NotationImpl' class.
[+] ProcessingInstructionImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ProcessingInstructionImpl. |
[+] affected methods (10)
ProcessingInstructionImpl ( )This constructor is from 'ProcessingInstructionImpl' class.
ProcessingInstructionImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'ProcessingInstructionImpl' class.
ProcessingInstructionImpl ( NodeImpl, String, String )This constructor is from 'ProcessingInstructionImpl' class.
ProcessingInstructionImpl ( NodeImpl, boolean )This constructor is from 'ProcessingInstructionImpl' class.
checkLoaded ( )This method is from 'ProcessingInstructionImpl' class.
getData ( )This method is from 'ProcessingInstructionImpl' class.
getNodeType ( )This method is from 'ProcessingInstructionImpl' class.
getTarget ( )This method is from 'ProcessingInstructionImpl' class.
setData ( String )This method is from 'ProcessingInstructionImpl' class.
setNodeValue ( String )This method is from 'ProcessingInstructionImpl' class.
[+] TextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TextImpl. |
[+] affected methods (7)
TextImpl ( )This constructor is from 'TextImpl' class.
TextImpl ( NodeImpl, byte[ ], int, int )This constructor is from 'TextImpl' class.
TextImpl ( NodeImpl, String )This constructor is from 'TextImpl' class.
TextImpl ( NodeImpl, boolean )This constructor is from 'TextImpl' class.
getNodeName ( )This method is from 'TextImpl' class.
getNodeType ( )This method is from 'TextImpl' class.
splitText ( int )This method is from 'TextImpl' class.
package org.apache.xindice.xml.dom.traversal
[+] TreeWalkerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TreeWalkerImpl. |
[+] affected methods (17)
TreeWalkerImpl ( Node, int, NodeFilter, boolean )This constructor is from 'TreeWalkerImpl' class.
acceptNode ( Node )This method is from 'TreeWalkerImpl' class.
detach ( )This method is from 'TreeWalkerImpl' class.
firstChild ( )This method is from 'TreeWalkerImpl' class.
getCurrentNode ( )This method is from 'TreeWalkerImpl' class.
getExpandEntityReferences ( )This method is from 'TreeWalkerImpl' class.
getFilter ( )This method is from 'TreeWalkerImpl' class.
getRoot ( )This method is from 'TreeWalkerImpl' class.
getShowType ( Node )This method is from 'TreeWalkerImpl' class.
getWhatToShow ( )This method is from 'TreeWalkerImpl' class.
lastChild ( )This method is from 'TreeWalkerImpl' class.
nextNode ( )This method is from 'TreeWalkerImpl' class.
...
package org.apache.xindice.xml.jaxp
[+] DocumentBuilderFactoryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentBuilderFactoryImpl. |
[+] affected methods (4)
DocumentBuilderFactoryImpl ( )This constructor is from 'DocumentBuilderFactoryImpl' class.
getAttribute ( String )This method is from 'DocumentBuilderFactoryImpl' class.
newDocumentBuilder ( )This method is from 'DocumentBuilderFactoryImpl' class.
setAttribute ( String, Object )This method is from 'DocumentBuilderFactoryImpl' class.
[+] DocumentBuilderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentBuilderImpl. |
[+] affected methods (8)
DocumentBuilderImpl ( )This constructor is from 'DocumentBuilderImpl' class.
getDOMImplementation ( )This method is from 'DocumentBuilderImpl' class.
isNamespaceAware ( )This method is from 'DocumentBuilderImpl' class.
isValidating ( )This method is from 'DocumentBuilderImpl' class.
newDocument ( )This method is from 'DocumentBuilderImpl' class.
parse ( InputSource )This method is from 'DocumentBuilderImpl' class.
setEntityResolver ( EntityResolver )This method is from 'DocumentBuilderImpl' class.
setErrorHandler ( ErrorHandler )This method is from 'DocumentBuilderImpl' class.
package org.apache.xindice.xml.sax
[+] CompressionHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompressionHandler. |
[+] affected methods (4)
dataBytes ( byte[ ] )This abstract method is from 'CompressionHandler' interface.
dataLocation ( int, int )This abstract method is from 'CompressionHandler' interface.
symbolID ( short )This abstract method is from 'CompressionHandler' interface.
symbols ( SymbolTable )This abstract method is from 'CompressionHandler' interface.
[+] SAXEventGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SAXEventGenerator. |
[+] affected methods (20)
SAXEventGenerator ( SymbolTable, byte[ ] )This constructor is from 'SAXEventGenerator' class.
SAXEventGenerator ( SymbolTable, byte[ ], int, int )This constructor is from 'SAXEventGenerator' class.
SAXEventGenerator ( Document )This constructor is from 'SAXEventGenerator' class.
getContentHandler ( )This method is from 'SAXEventGenerator' class.
getDTDHandler ( )This method is from 'SAXEventGenerator' class.
getEntityResolver ( )This method is from 'SAXEventGenerator' class.
getErrorHandler ( )This method is from 'SAXEventGenerator' class.
getFeature ( String )This method is from 'SAXEventGenerator' class.
getProperty ( String )This method is from 'SAXEventGenerator' class.
parse ( String )This method is from 'SAXEventGenerator' class.
parse ( InputSource )This method is from 'SAXEventGenerator' class.
processContainer ( boolean, int, int )This method is from 'SAXEventGenerator' class.
...
package org.openscience.cdk
[+] Association (1)
| Change | Effect |
---|
1 | Type of field atoms has been changed from Atom[] to interfaces.IAtom[]. | Recompilation of a client program may be terminated with the message: incompatible types, found: Atom[], required: interfaces.IAtom[]. |
[+] affected methods (3)
Association ( )This constructor is from 'Association' class.
getAtomCount ( )This method is from 'Association' class.
toString ( )This method is from 'Association' class.
[+] Atom (3)
| Change | Effect |
---|
1 | Type of field charge has been changed from double to java.lang.Double. | Recompilation of a client program may be terminated with the message: incompatible types, found: double, required: java.lang.Double. |
2 | Type of field hydrogenCount has been changed from int to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
3 | Type of field stereoParity has been changed from int to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
[+] affected methods (16)
Atom ( )This constructor is from 'Atom' class.
Atom ( String )This constructor is from 'Atom' class.
Atom ( String, Point2d )This constructor is from 'Atom' class.
Atom ( String, Point3d )This constructor is from 'Atom' class.
Atom ( IElement )This constructor is from 'Atom' class.
clone ( )This method is from 'Atom' class.
compare ( Object )This method is from 'Atom' class.
getFractionalPoint3d ( )This method is from 'Atom' class.
getPoint2d ( )This method is from 'Atom' class.
getPoint3d ( )This method is from 'Atom' class.
setFractionalPoint3d ( Point3d )This method is from 'Atom' class.
setPoint2d ( Point2d )This method is from 'Atom' class.
...
[+] AtomContainer (1)
| Change | Effect |
---|
1 | Type of field atomParities has been changed from java.util.Hashtable to java.util.Map. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.Hashtable, required: java.util.Map. |
[+] affected methods (84)
AtomContainer ( )This constructor is from 'AtomContainer' class.
AtomContainer ( int, int, int, int )This constructor is from 'AtomContainer' class.
AtomContainer ( IAtomContainer )This constructor is from 'AtomContainer' class.
add ( IAtomContainer )This method is from 'AtomContainer' class.
addAtom ( IAtom )This method is from 'AtomContainer' class.
addAtomParity ( IAtomParity )This method is from 'AtomContainer' class.
addBond ( IBond )This method is from 'AtomContainer' class.
addElectronContainer ( IElectronContainer )This method is from 'AtomContainer' class.
addLonePair ( int )This method is from 'AtomContainer' class.
addLonePair ( ILonePair )This method is from 'AtomContainer' class.
addSingleElectron ( int )This method is from 'AtomContainer' class.
addSingleElectron ( ISingleElectron )This method is from 'AtomContainer' class.
...
[+] AtomContainerSet (1)
| Change | Effect |
---|
1 | Type of field multipliers has been changed from double[] to java.lang.Double[]. | Recompilation of a client program may be terminated with the message: incompatible types, found: double[], required: java.lang.Double[]. |
[+] affected methods (14)
AtomContainerSet ( )This constructor is from 'AtomContainerSet' class.
add ( IAtomContainerSet )This method is from 'AtomContainerSet' class.
addAtomContainer ( IAtomContainer )This method is from 'AtomContainerSet' class.
addAtomContainer ( IAtomContainer, double )This method is from 'AtomContainerSet' class.
clone ( )This method is from 'AtomContainerSet' class.
getAtomContainer ( int )This method is from 'AtomContainerSet' class.
getAtomContainerCount ( )This method is from 'AtomContainerSet' class.
growAtomContainerArray ( )This method is from 'AtomContainerSet' class.
removeAllAtomContainers ( )This method is from 'AtomContainerSet' class.
removeAtomContainer ( int )This method is from 'AtomContainerSet' class.
removeAtomContainer ( IAtomContainer )This method is from 'AtomContainerSet' class.
replaceAtomContainer ( int, IAtomContainer )This method is from 'AtomContainerSet' class.
...
[+] AtomType (4)
| Change | Effect |
---|
1 | Type of field electronValency has been changed from int to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
2 | Type of field formalCharge has been changed from int to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
3 | Type of field formalNeighbourCount has been changed from int to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
4 | Type of field hybridization has been changed from int to interfaces.IAtomType.Hybridization. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: interfaces.IAtomType.Hybridization. |
[+] affected methods (8)
AtomType ( String )This constructor is from 'AtomType' class.
AtomType ( String, String )This constructor is from 'AtomType' class.
AtomType ( IElement )This constructor is from 'AtomType' class.
clone ( )This method is from 'AtomType' class.
compare ( Object )This method is from 'AtomType' class.
getAtomTypeName ( )This method is from 'AtomType' class.
setAtomTypeName ( String )This method is from 'AtomType' class.
toString ( )This method is from 'AtomType' class.
[+] Bond (1)
| Change | Effect |
---|
1 | Type of field order has been changed from double to interfaces.IBond.Order. | Recompilation of a client program may be terminated with the message: incompatible types, found: double, required: interfaces.IBond.Order. |
[+] affected methods (17)
Bond ( )This constructor is from 'Bond' class.
Bond ( IAtom, IAtom )This constructor is from 'Bond' class.
clone ( )This method is from 'Bond' class.
compare ( Object )This method is from 'Bond' class.
contains ( IAtom )This method is from 'Bond' class.
get2DCenter ( )This method is from 'Bond' class.
get3DCenter ( )This method is from 'Bond' class.
getAtom ( int )This method is from 'Bond' class.
getAtomCount ( )This method is from 'Bond' class.
getConnectedAtom ( IAtom )This method is from 'Bond' class.
getStereo ( )This method is from 'Bond' class.
isConnectedTo ( IBond )This method is from 'Bond' class.
...
[+] CDKConstants (5)
| Change | Effect |
---|
1 | Type of field BONDORDER_DOUBLE has been changed from double to interfaces.IBond.Order. | Recompilation of a client program may be terminated with the message: incompatible types, found: double, required: interfaces.IBond.Order. |
2 | Type of field BONDORDER_SINGLE has been changed from double to interfaces.IBond.Order. | Recompilation of a client program may be terminated with the message: incompatible types, found: double, required: interfaces.IBond.Order. |
3 | Type of field BONDORDER_TRIPLE has been changed from double to interfaces.IBond.Order. | Recompilation of a client program may be terminated with the message: incompatible types, found: double, required: interfaces.IBond.Order. |
4 | Type of field UNSET has been changed from int to java.lang.Object. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Object. |
5 | Field BONDORDER_AROMATIC (double) with the compile-time constant value 1.5d has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable BONDORDER_AROMATIC in CDKConstants. |
[+] affected methods (1)
CDKConstants ( )This constructor is from 'CDKConstants' class.
[+] ElectronContainer (1)
| Change | Effect |
---|
1 | Type of field electronCount has been changed from int to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
[+] affected methods (3)
ElectronContainer ( )This constructor is from 'ElectronContainer' class.
clone ( )This method is from 'ElectronContainer' class.
toString ( )This method is from 'ElectronContainer' class.
[+] Element (1)
| Change | Effect |
---|
1 | Type of field atomicNumber has been changed from int to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
[+] affected methods (9)
Element ( )This constructor is from 'Element' class.
Element ( String )This constructor is from 'Element' class.
Element ( String, int )This constructor is from 'Element' class.
Element ( IElement )This constructor is from 'Element' class.
clone ( )This method is from 'Element' class.
compare ( Object )This method is from 'Element' class.
getSymbol ( )This method is from 'Element' class.
setSymbol ( String )This method is from 'Element' class.
toString ( )This method is from 'Element' class.
[+] Fragment (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Fragment. |
[+] affected methods (5)
Fragment ( )This constructor is from 'Fragment' class.
getFreeValences ( )This method is from 'Fragment' class.
getTitle ( )This method is from 'Fragment' class.
setFreeValences ( int )This method is from 'Fragment' class.
setTitle ( String )This method is from 'Fragment' class.
[+] Isotope (2)
| Change | Effect |
---|
1 | Type of field exactMass has been changed from double to java.lang.Double. | Recompilation of a client program may be terminated with the message: incompatible types, found: double, required: java.lang.Double. |
2 | Type of field naturalAbundance has been changed from double to java.lang.Double. | Recompilation of a client program may be terminated with the message: incompatible types, found: double, required: java.lang.Double. |
[+] affected methods (8)
Isotope ( int, String, double, double )This constructor is from 'Isotope' class.
Isotope ( int, String, int, double, double )This constructor is from 'Isotope' class.
Isotope ( String )This constructor is from 'Isotope' class.
Isotope ( String, int )This constructor is from 'Isotope' class.
Isotope ( IElement )This constructor is from 'Isotope' class.
clone ( )This method is from 'Isotope' class.
compare ( Object )This method is from 'Isotope' class.
toString ( )This method is from 'Isotope' class.
[+] PeriodicTableElement (2)
| Change | Effect |
---|
1 | Type of field group has been changed from java.lang.String to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String, required: java.lang.Integer. |
2 | Type of field period has been changed from java.lang.String to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String, required: java.lang.Integer. |
[+] affected methods (18)
configure ( PeriodicTableElement )1st parameter 'element' of this method has type 'PeriodicTableElement'.
getElement ( String )Return value of this method has type 'PeriodicTableElement'.
ElementPTHandler ( )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
characters ( char[ ], int, int )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
endElement ( String, String, String )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
startDocument ( )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
startElement ( String, String, String, Attributes )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
PeriodicTableElement ( String )This constructor is from 'PeriodicTableElement' class.
clone ( )This method is from 'PeriodicTableElement' class.
getCASid ( )This method is from 'PeriodicTableElement' class.
getChemicalSerie ( )This method is from 'PeriodicTableElement' class.
getName ( )This method is from 'PeriodicTableElement' class.
...
package org.openscience.cdk.applications
[+] APIVersionTester (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class APIVersionTester. |
[+] affected methods (3)
APIVersionTester ( )This constructor is from 'APIVersionTester' class.
isBiggerOrEqual ( String, String )This method is from 'APIVersionTester' class.
isSmaller ( String, String )This method is from 'APIVersionTester' class.
[+] DescriptorCalculator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DescriptorCalculator. |
[+] affected methods (3)
DescriptorCalculator ( )This constructor is from 'DescriptorCalculator' class.
main ( String[ ] )This method is from 'DescriptorCalculator' class.
process ( String )This method is from 'DescriptorCalculator' class.
[+] DistLargeInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DistLargeInfo. |
[+] affected methods (2)
DistLargeInfo ( )This constructor is from 'DistLargeInfo' class.
main ( String[ ] )This method is from 'DistLargeInfo' class.
[+] File2Text (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class File2Text. |
[+] affected methods (3)
File2Text ( )This constructor is from 'File2Text' class.
main ( String[ ] )This method is from 'File2Text' class.
toText ( IChemObjectReader )This method is from 'File2Text' class.
[+] FileConvertor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FileConvertor. |
[+] affected methods (4)
FileConvertor ( )This constructor is from 'FileConvertor' class.
convert ( String )This method is from 'FileConvertor' class.
listOptionsForIOClass ( String )This method is from 'FileConvertor' class.
main ( String[ ] )This method is from 'FileConvertor' class.
[+] FileFormatGuesser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FileFormatGuesser. |
[+] affected methods (2)
FileFormatGuesser ( )This constructor is from 'FileFormatGuesser' class.
main ( String[ ] )This method is from 'FileFormatGuesser' class.
[+] FingerPrinter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FingerPrinter. |
[+] affected methods (2)
FingerPrinter ( )This constructor is from 'FingerPrinter' class.
main ( String[ ] )This method is from 'FingerPrinter' class.
[+] SDFSubstructureFinder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SDFSubstructureFinder. |
[+] affected methods (2)
SDFSubstructureFinder ( )This constructor is from 'SDFSubstructureFinder' class.
main ( String[ ] )This method is from 'SDFSubstructureFinder' class.
[+] TanimotoCoefficient (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TanimotoCoefficient. |
[+] affected methods (2)
TanimotoCoefficient ( )This constructor is from 'TanimotoCoefficient' class.
main ( String[ ] )This method is from 'TanimotoCoefficient' class.
[+] Validator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Validator. |
[+] affected methods (4)
Validator ( )This constructor is from 'Validator' class.
main ( String[ ] )This method is from 'Validator' class.
outputErrors ( String, ValidationReport )This method is from 'Validator' class.
validate ( File )This method is from 'Validator' class.
package org.openscience.cdk.applications.demo
[+] EventCMLDemo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EventCMLDemo. |
[+] affected methods (3)
EventCMLDemo ( )This constructor is from 'EventCMLDemo' class.
main ( String[ ] )This method is from 'EventCMLDemo' class.
process ( String )This method is from 'EventCMLDemo' class.
[+] SmilesViewerforDeterministicGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SmilesViewerforDeterministicGenerator. |
[+] affected methods (5)
SmilesViewerforDeterministicGenerator ( )This constructor is from 'SmilesViewerforDeterministicGenerator' class.
actionPerformed ( ActionEvent )This method is from 'SmilesViewerforDeterministicGenerator' class.
getAWindowAdapter ( )This method is from 'SmilesViewerforDeterministicGenerator' class.
init ( )This method is from 'SmilesViewerforDeterministicGenerator' class.
main ( String[ ] )This method is from 'SmilesViewerforDeterministicGenerator' class.
package org.openscience.cdk.applications.plugin
[+] CDKPluginManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CDKPluginManager. |
[+] affected methods (10)
CDKPluginManager ( String, String, ICDKEditBus )This constructor is from 'CDKPluginManager' class.
CDKPluginManager ( String, ICDKEditBus )This constructor is from 'CDKPluginManager' class.
closePlugins ( )This method is from 'CDKPluginManager' class.
getMenu ( )This method is from 'CDKPluginManager' class.
getPlugins ( )This method is from 'CDKPluginManager' class.
loadPlugin ( ClassLoader, String )This method is from 'CDKPluginManager' class.
loadPlugin ( String )This method is from 'CDKPluginManager' class.
loadPlugins ( String )This method is from 'CDKPluginManager' class.
setParentClassLoader ( ClassLoader )This method is from 'CDKPluginManager' class.
stateChanged ( ChemObjectChangeEvent )This method is from 'CDKPluginManager' class.
[+] ICDKEditBus (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ICDKEditBus. |
[+] affected methods (7)
getAPIVersion ( )This abstract method is from 'ICDKEditBus' interface.
getChemFile ( )This abstract method is from 'ICDKEditBus' interface.
getChemModel ( )This abstract method is from 'ICDKEditBus' interface.
runScript ( String, String )This abstract method is from 'ICDKEditBus' interface.
showChemFile ( Reader )This abstract method is from 'ICDKEditBus' interface.
showChemFile ( IChemFile )This abstract method is from 'ICDKEditBus' interface.
showChemModel ( IChemModel )This abstract method is from 'ICDKEditBus' interface.
[+] ICDKPlugin (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ICDKPlugin. |
[+] affected methods (12)
getAPIVersion ( )This abstract method is from 'ICDKPlugin' interface.
getMenu ( )This abstract method is from 'ICDKPlugin' interface.
getName ( )This abstract method is from 'ICDKPlugin' interface.
getPluginConfigPanel ( )This abstract method is from 'ICDKPlugin' interface.
getPluginLicense ( )This abstract method is from 'ICDKPlugin' interface.
getPluginPanel ( )This abstract method is from 'ICDKPlugin' interface.
getPluginVersion ( )This abstract method is from 'ICDKPlugin' interface.
setEditBus ( ICDKEditBus )This abstract method is from 'ICDKPlugin' interface.
setPropertyDirectory ( String )This abstract method is from 'ICDKPlugin' interface.
start ( )This abstract method is from 'ICDKPlugin' interface.
stateChanged ( IChemObjectChangeEvent )This abstract method is from 'ICDKPlugin' interface.
stop ( )This abstract method is from 'ICDKPlugin' interface.
...
[+] PluginClassLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PluginClassLoader. |
[+] affected methods (3)
PluginClassLoader ( URL )This constructor is from 'PluginClassLoader' class.
PluginClassLoader ( URL, ClassLoader )This constructor is from 'PluginClassLoader' class.
loadClass ( String )This method is from 'PluginClassLoader' class.
package org.openscience.cdk.applications.swing
[+] AtomicTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomicTable. |
[+] affected methods (3)
AtomicTable ( IAtomContainer )This constructor is from 'AtomicTable' class.
display ( )This method is from 'AtomicTable' class.
stateChanged ( EventObject )This method is from 'AtomicTable' class.
[+] ChemObjectPropertyEditorTableModel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChemObjectPropertyEditorTableModel. |
[+] affected methods (9)
ChemObjectPropertyEditorTableModel ( )This constructor is from 'ChemObjectPropertyEditorTableModel' class.
getColumnClass ( int )This method is from 'ChemObjectPropertyEditorTableModel' class.
getColumnCount ( )This method is from 'ChemObjectPropertyEditorTableModel' class.
getColumnName ( int )This method is from 'ChemObjectPropertyEditorTableModel' class.
getRowCount ( )This method is from 'ChemObjectPropertyEditorTableModel' class.
getValueAt ( int, int )This method is from 'ChemObjectPropertyEditorTableModel' class.
isCellEditable ( int, int )This method is from 'ChemObjectPropertyEditorTableModel' class.
setChemObject ( ChemObject )This method is from 'ChemObjectPropertyEditorTableModel' class.
setValueAt ( Object, int, int )This method is from 'ChemObjectPropertyEditorTableModel' class.
[+] ChemObjectTree (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChemObjectTree. |
[+] affected methods (3)
ChemObjectTree ( )This constructor is from 'ChemObjectTree' class.
addTreeSelectionListener ( TreeSelectionListener )This method is from 'ChemObjectTree' class.
paintChemObject ( IChemObject )This method is from 'ChemObjectTree' class.
[+] ChemObjectTreeNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChemObjectTreeNode. |
[+] affected methods (3)
ChemObjectTreeNode ( IChemObject )This constructor is from 'ChemObjectTreeNode' class.
setUserObject ( )This method is from 'ChemObjectTreeNode' class.
toString ( )This method is from 'ChemObjectTreeNode' class.
[+] DictRefEditorTableModel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DictRefEditorTableModel. |
[+] affected methods (9)
DictRefEditorTableModel ( )This constructor is from 'DictRefEditorTableModel' class.
getColumnClass ( int )This method is from 'DictRefEditorTableModel' class.
getColumnCount ( )This method is from 'DictRefEditorTableModel' class.
getColumnName ( int )This method is from 'DictRefEditorTableModel' class.
getRowCount ( )This method is from 'DictRefEditorTableModel' class.
getValueAt ( int, int )This method is from 'DictRefEditorTableModel' class.
isCellEditable ( int, int )This method is from 'DictRefEditorTableModel' class.
setChemObject ( ChemObject )This method is from 'DictRefEditorTableModel' class.
setValueAt ( Object, int, int )This method is from 'DictRefEditorTableModel' class.
[+] FieldTablePanel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldTablePanel. |
[+] affected methods (3)
FieldTablePanel ( )This constructor is from 'FieldTablePanel' class.
addArea ( String, JComponent )This method is from 'FieldTablePanel' class.
addField ( String, JComponent )This method is from 'FieldTablePanel' class.
[+] GraphRenderer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GraphRenderer. |
[+] affected methods (4)
GraphRenderer ( GraphRendererModel )This constructor is from 'GraphRenderer' class.
paintComponent ( Graphics )This method is from 'GraphRenderer' class.
translateX ( double )This method is from 'GraphRenderer' class.
translateY ( double )This method is from 'GraphRenderer' class.
[+] JExternalFrame (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JExternalFrame. |
[+] affected methods (3)
JExternalFrame ( )This constructor is from 'JExternalFrame' class.
dispose ( )This method is from 'JExternalFrame' class.
show ( Component )This method is from 'JExternalFrame' class.
[+] ListeningTableModel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ListeningTableModel. |
[+] affected methods (9)
ListeningTableModel ( TableModel )This constructor is from 'ListeningTableModel' class.
getColumnClass ( int )This method is from 'ListeningTableModel' class.
getColumnCount ( )This method is from 'ListeningTableModel' class.
getColumnName ( int )This method is from 'ListeningTableModel' class.
getRowCount ( )This method is from 'ListeningTableModel' class.
getValueAt ( int, int )This method is from 'ListeningTableModel' class.
isCellEditable ( int, int )This method is from 'ListeningTableModel' class.
setValueAt ( Object, int, int )This method is from 'ListeningTableModel' class.
tableChanged ( TableModelEvent )This method is from 'ListeningTableModel' class.
[+] MoleculeListPanel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculeListPanel. |
[+] affected methods (6)
MoleculeListPanel ( )This constructor is from 'MoleculeListPanel' class.
addStructure ( MoleculeViewer2D )This method is from 'MoleculeListPanel' class.
addStructure ( MoleculeViewer2D, String )This method is from 'MoleculeListPanel' class.
clear ( )This method is from 'MoleculeListPanel' class.
getMolViewDim ( )This method is from 'MoleculeListPanel' class.
setMolViewDim ( Dimension )This method is from 'MoleculeListPanel' class.
[+] MoleculeListViewer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculeListViewer. |
[+] affected methods (11)
MoleculeListViewer ( )This constructor is from 'MoleculeListViewer' class.
addStructure ( MoleculeViewer2D )This method is from 'MoleculeListViewer' class.
addStructure ( MoleculeViewer2D, String )This method is from 'MoleculeListViewer' class.
addStructure ( IMolecule, String )This method is from 'MoleculeListViewer' class.
addStructure ( IMolecule, String, boolean, boolean )This method is from 'MoleculeListViewer' class.
addStructure ( IMolecule, boolean, boolean, String )This method is from 'MoleculeListViewer' class.
clear ( )This method is from 'MoleculeListViewer' class.
getMolViewDim ( )This method is from 'MoleculeListViewer' class.
main ( String[ ] )This method is from 'MoleculeListViewer' class.
paint ( Graphics )This method is from 'MoleculeListViewer' class.
setMolViewDim ( Dimension )This method is from 'MoleculeListViewer' class.
...
[+] MoleculesTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculesTable. |
[+] affected methods (3)
MoleculesTable ( IMoleculeSet )This constructor is from 'MoleculesTable' class.
display ( )This method is from 'MoleculesTable' class.
stateChanged ( EventObject )This method is from 'MoleculesTable' class.
[+] MoleculeViewer2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculeViewer2D. |
[+] affected methods (18)
MoleculeViewer2D ( )This constructor is from 'MoleculeViewer2D' class.
MoleculeViewer2D ( IAtomContainer )This constructor is from 'MoleculeViewer2D' class.
MoleculeViewer2D ( IAtomContainer, Renderer2DModel )This constructor is from 'MoleculeViewer2D' class.
display ( )This method is from 'MoleculeViewer2D' class.
display ( IMolecule, boolean )This method is from 'MoleculeViewer2D' class.
display ( IMolecule, boolean, String )This method is from 'MoleculeViewer2D' class.
display ( IMolecule, boolean, boolean )This method is from 'MoleculeViewer2D' class.
display ( IMolecule, boolean, boolean, int, String )This method is from 'MoleculeViewer2D' class.
getAtomContainer ( )This method is from 'MoleculeViewer2D' class.
getFrame ( )This method is from 'MoleculeViewer2D' class.
getRenderer2DModel ( )This method is from 'MoleculeViewer2D' class.
getViewer ( IMolecule, boolean, boolean )This method is from 'MoleculeViewer2D' class.
...
[+] MoleculeViewer2DPanel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculeViewer2DPanel. |
[+] affected methods (12)
MoleculeViewer2DPanel ( )This constructor is from 'MoleculeViewer2DPanel' class.
MoleculeViewer2DPanel ( IAtomContainer )This constructor is from 'MoleculeViewer2DPanel' class.
MoleculeViewer2DPanel ( IAtomContainer, Renderer2DModel )This constructor is from 'MoleculeViewer2DPanel' class.
display ( MoleculeViewer2DPanel, IMolecule, boolean )This method is from 'MoleculeViewer2DPanel' class.
display ( MoleculeViewer2DPanel, IMolecule, boolean, boolean )This method is from 'MoleculeViewer2DPanel' class.
getAtomContainer ( )This method is from 'MoleculeViewer2DPanel' class.
getRenderer2DModel ( )This method is from 'MoleculeViewer2DPanel' class.
main ( String[ ] )This method is from 'MoleculeViewer2DPanel' class.
paint ( Graphics )This method is from 'MoleculeViewer2DPanel' class.
setAtomContainer ( IAtomContainer )This method is from 'MoleculeViewer2DPanel' class.
setRenderer2DModel ( Renderer2DModel )This method is from 'MoleculeViewer2DPanel' class.
stateChanged ( EventObject )This method is from 'MoleculeViewer2DPanel' class.
...
[+] PeriodicTablePanel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PeriodicTablePanel. |
[+] affected methods (8)
PeriodicTablePanel ( )This constructor is from 'PeriodicTablePanel' class.
addCDKChangeListener ( ICDKChangeListener )This method is from 'PeriodicTablePanel' class.
fireChange ( )This method is from 'PeriodicTablePanel' class.
getSelectedElement ( )This method is from 'PeriodicTablePanel' class.
getTextButton ( PeriodicTableElement, String )This method is from 'PeriodicTablePanel' class.
removeCDKChangeListener ( ICDKChangeListener )This method is from 'PeriodicTablePanel' class.
setControlViewer ( int )This method is from 'PeriodicTablePanel' class.
setSelectedElement ( PeriodicTableElement )This method is from 'PeriodicTablePanel' class.
[+] PeriodicTablePanel.ElementButtonAction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PeriodicTablePanel.ElementButtonAction. |
[+] affected methods (2)
PeriodicTablePanel.ElementButtonAction ( PeriodicTablePanel )This constructor is from 'PeriodicTablePanel.ElementButtonAction' class.
actionPerformed ( ActionEvent )This method is from 'PeriodicTablePanel.ElementButtonAction' class.
[+] SortedTableModel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SortedTableModel. |
[+] affected methods (13)
SortedTableModel ( TableModel )This constructor is from 'SortedTableModel' class.
addMouseListenerToHeaderInTable ( JTable )This method is from 'SortedTableModel' class.
addPropertyChangeListener ( PropertyChangeListener )This method is from 'SortedTableModel' class.
getSortedColumn ( )This method is from 'SortedTableModel' class.
getSortedIndex ( int )This method is from 'SortedTableModel' class.
getValueAt ( int, int )This method is from 'SortedTableModel' class.
initializeIndexes ( )This method is from 'SortedTableModel' class.
isAscending ( )This method is from 'SortedTableModel' class.
removePropertyChangeListener ( PropertyChangeListener )This method is from 'SortedTableModel' class.
setValueAt ( Object, int, int )This method is from 'SortedTableModel' class.
sortByColumn ( int )This method is from 'SortedTableModel' class.
sortByColumn ( int, boolean )This method is from 'SortedTableModel' class.
...
package org.openscience.cdk.applications.swing.editor
[+] AtomContainerEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomContainerEditor. |
[+] affected methods (3)
AtomContainerEditor ( )This constructor is from 'AtomContainerEditor' class.
applyChanges ( )This method is from 'AtomContainerEditor' class.
setChemObject ( IChemObject )This method is from 'AtomContainerEditor' class.
[+] AtomEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomEditor. |
[+] affected methods (3)
AtomEditor ( IChemModel, UndoableEditSupport )This constructor is from 'AtomEditor' class.
applyChanges ( )This method is from 'AtomEditor' class.
setChemObject ( IChemObject )This method is from 'AtomEditor' class.
[+] BondEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BondEditor. |
[+] affected methods (3)
BondEditor ( )This constructor is from 'BondEditor' class.
applyChanges ( )This method is from 'BondEditor' class.
setChemObject ( IChemObject )This method is from 'BondEditor' class.
[+] ChemObjectEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChemObjectEditor. |
[+] affected methods (4)
ChemObjectEditor ( )This constructor is from 'ChemObjectEditor' abstract class.
applyChanges ( )This method is from 'ChemObjectEditor' abstract class.
getMayclose ( )This method is from 'ChemObjectEditor' abstract class.
setChemObject ( IChemObject )This method is from 'ChemObjectEditor' abstract class.
[+] Controller2DModelEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Controller2DModelEditor. |
[+] affected methods (4)
Controller2DModelEditor ( )This constructor is from 'Controller2DModelEditor' class.
applyChanges ( )This method is from 'Controller2DModelEditor' class.
getModel ( )This method is from 'Controller2DModelEditor' class.
setModel ( Controller2DModel )This method is from 'Controller2DModelEditor' class.
[+] PseudoAtomEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PseudoAtomEditor. |
[+] affected methods (3)
PseudoAtomEditor ( )This constructor is from 'PseudoAtomEditor' class.
applyChanges ( )This method is from 'PseudoAtomEditor' class.
setChemObject ( IChemObject )This method is from 'PseudoAtomEditor' class.
[+] ReactionEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReactionEditor. |
[+] affected methods (3)
ReactionEditor ( )This constructor is from 'ReactionEditor' class.
applyChanges ( )This method is from 'ReactionEditor' class.
setChemObject ( IChemObject )This method is from 'ReactionEditor' class.
package org.openscience.cdk.applications.undoredo
[+] AddAtomsAndBondsEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddAtomsAndBondsEdit. |
[+] affected methods (7)
AddAtomsAndBondsEdit ( IChemModel, IAtomContainer, String, Controller2DModel )This constructor is from 'AddAtomsAndBondsEdit' class.
canRedo ( )This method is from 'AddAtomsAndBondsEdit' class.
canUndo ( )This method is from 'AddAtomsAndBondsEdit' class.
getPresentationName ( )This method is from 'AddAtomsAndBondsEdit' class.
redo ( )This method is from 'AddAtomsAndBondsEdit' class.
undo ( )This method is from 'AddAtomsAndBondsEdit' class.
updateAtom ( IAtomContainer, IAtom )This method is from 'AddAtomsAndBondsEdit' class.
[+] AddFuncGroupEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddFuncGroupEdit. |
[+] affected methods (6)
AddFuncGroupEdit ( IChemModel, IAtomContainer, IAtomContainer, String )This constructor is from 'AddFuncGroupEdit' class.
canRedo ( )This method is from 'AddFuncGroupEdit' class.
canUndo ( )This method is from 'AddFuncGroupEdit' class.
getPresentationName ( )This method is from 'AddFuncGroupEdit' class.
redo ( )This method is from 'AddFuncGroupEdit' class.
undo ( )This method is from 'AddFuncGroupEdit' class.
[+] AddHydrogenEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AddHydrogenEdit. |
[+] affected methods (7)
AddHydrogenEdit ( IChemModel, HashMap )This constructor is from 'AddHydrogenEdit' class.
AddHydrogenEdit ( IChemModel, IAtomContainer )This constructor is from 'AddHydrogenEdit' class.
canRedo ( )This method is from 'AddHydrogenEdit' class.
canUndo ( )This method is from 'AddHydrogenEdit' class.
getPresentationName ( )This method is from 'AddHydrogenEdit' class.
redo ( )This method is from 'AddHydrogenEdit' class.
undo ( )This method is from 'AddHydrogenEdit' class.
[+] AdjustBondOrdersEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AdjustBondOrdersEdit. |
[+] affected methods (6)
AdjustBondOrdersEdit ( HashMap )This constructor is from 'AdjustBondOrdersEdit' class.
canRedo ( )This method is from 'AdjustBondOrdersEdit' class.
canUndo ( )This method is from 'AdjustBondOrdersEdit' class.
getPresentationName ( )This method is from 'AdjustBondOrdersEdit' class.
redo ( )This method is from 'AdjustBondOrdersEdit' class.
undo ( )This method is from 'AdjustBondOrdersEdit' class.
[+] BondChangeEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BondChangeEdit. |
[+] affected methods (6)
BondChangeEdit ( IChemModel, IBond, IBond )This constructor is from 'BondChangeEdit' class.
canRedo ( )This method is from 'BondChangeEdit' class.
canUndo ( )This method is from 'BondChangeEdit' class.
getPresentationName ( )This method is from 'BondChangeEdit' class.
redo ( )This method is from 'BondChangeEdit' class.
undo ( )This method is from 'BondChangeEdit' class.
[+] ChangeAtomSymbolEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChangeAtomSymbolEdit. |
[+] affected methods (6)
ChangeAtomSymbolEdit ( IAtom, String, String )This constructor is from 'ChangeAtomSymbolEdit' class.
canRedo ( )This method is from 'ChangeAtomSymbolEdit' class.
canUndo ( )This method is from 'ChangeAtomSymbolEdit' class.
getPresentationName ( )This method is from 'ChangeAtomSymbolEdit' class.
redo ( )This method is from 'ChangeAtomSymbolEdit' class.
undo ( )This method is from 'ChangeAtomSymbolEdit' class.
[+] ChangeChargeEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChangeChargeEdit. |
[+] affected methods (6)
ChangeChargeEdit ( IAtom, int, int )This constructor is from 'ChangeChargeEdit' class.
canRedo ( )This method is from 'ChangeChargeEdit' class.
canUndo ( )This method is from 'ChangeChargeEdit' class.
getPresentationName ( )This method is from 'ChangeChargeEdit' class.
redo ( )This method is from 'ChangeChargeEdit' class.
undo ( )This method is from 'ChangeChargeEdit' class.
[+] ChangeCoordsEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChangeCoordsEdit. |
[+] affected methods (6)
ChangeCoordsEdit ( HashMap )This constructor is from 'ChangeCoordsEdit' class.
canRedo ( )This method is from 'ChangeCoordsEdit' class.
canUndo ( )This method is from 'ChangeCoordsEdit' class.
getPresentationName ( )This method is from 'ChangeCoordsEdit' class.
redo ( )This method is from 'ChangeCoordsEdit' class.
undo ( )This method is from 'ChangeCoordsEdit' class.
[+] ChangeIsotopeEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChangeIsotopeEdit. |
[+] affected methods (6)
ChangeIsotopeEdit ( IAtom, int, int )This constructor is from 'ChangeIsotopeEdit' class.
canRedo ( )This method is from 'ChangeIsotopeEdit' class.
canUndo ( )This method is from 'ChangeIsotopeEdit' class.
getPresentationName ( )This method is from 'ChangeIsotopeEdit' class.
redo ( )This method is from 'ChangeIsotopeEdit' class.
undo ( )This method is from 'ChangeIsotopeEdit' class.
[+] CleanUpEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleanUpEdit. |
[+] affected methods (2)
CleanUpEdit ( HashMap )This constructor is from 'CleanUpEdit' class.
getPresentationName ( )This method is from 'CleanUpEdit' class.
[+] ClearAllEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClearAllEdit. |
[+] affected methods (5)
ClearAllEdit ( IChemModel, IMoleculeSet, IReactionSet )This constructor is from 'ClearAllEdit' class.
canRedo ( )This method is from 'ClearAllEdit' class.
canUndo ( )This method is from 'ClearAllEdit' class.
redo ( )This method is from 'ClearAllEdit' class.
undo ( )This method is from 'ClearAllEdit' class.
[+] ConvertToAtomEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConvertToAtomEdit. |
[+] affected methods (6)
ConvertToAtomEdit ( IAtomContainer, IPseudoAtom, IAtom )This constructor is from 'ConvertToAtomEdit' class.
canRedo ( )This method is from 'ConvertToAtomEdit' class.
canUndo ( )This method is from 'ConvertToAtomEdit' class.
getPresentationName ( )This method is from 'ConvertToAtomEdit' class.
redo ( )This method is from 'ConvertToAtomEdit' class.
undo ( )This method is from 'ConvertToAtomEdit' class.
[+] ConvertToPseudoAtomEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConvertToPseudoAtomEdit. |
[+] affected methods (6)
ConvertToPseudoAtomEdit ( IAtomContainer, IAtom, IPseudoAtom )This constructor is from 'ConvertToPseudoAtomEdit' class.
canRedo ( )This method is from 'ConvertToPseudoAtomEdit' class.
canUndo ( )This method is from 'ConvertToPseudoAtomEdit' class.
getPresentationName ( )This method is from 'ConvertToPseudoAtomEdit' class.
redo ( )This method is from 'ConvertToPseudoAtomEdit' class.
undo ( )This method is from 'ConvertToPseudoAtomEdit' class.
[+] ConvertToRadicalEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConvertToRadicalEdit. |
[+] affected methods (6)
ConvertToRadicalEdit ( IAtomContainer, IElectronContainer )This constructor is from 'ConvertToRadicalEdit' class.
canRedo ( )This method is from 'ConvertToRadicalEdit' class.
canUndo ( )This method is from 'ConvertToRadicalEdit' class.
getPresentationName ( )This method is from 'ConvertToRadicalEdit' class.
redo ( )This method is from 'ConvertToRadicalEdit' class.
undo ( )This method is from 'ConvertToRadicalEdit' class.
[+] FlipEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FlipEdit. |
[+] affected methods (2)
FlipEdit ( HashMap )This constructor is from 'FlipEdit' class.
getPresentationName ( )This method is from 'FlipEdit' class.
[+] IUndoRedoHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IUndoRedoHandler. |
[+] affected methods (1)
postEdit ( UndoableEdit )This abstract method is from 'IUndoRedoHandler' interface.
[+] JCPUndoRedoHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JCPUndoRedoHandler. |
[+] affected methods (3)
JCPUndoRedoHandler ( Controller2DModel )This constructor is from 'JCPUndoRedoHandler' class.
postEdit ( UndoableEdit )This method is from 'JCPUndoRedoHandler' class.
setC2dm ( Controller2DModel )This method is from 'JCPUndoRedoHandler' class.
[+] MergeMoleculesEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MergeMoleculesEdit. |
[+] affected methods (6)
MergeMoleculesEdit ( IChemModel, ArrayList, String )This constructor is from 'MergeMoleculesEdit' class.
canRedo ( )This method is from 'MergeMoleculesEdit' class.
canUndo ( )This method is from 'MergeMoleculesEdit' class.
getPresentationName ( )This method is from 'MergeMoleculesEdit' class.
redo ( )This method is from 'MergeMoleculesEdit' class.
undo ( )This method is from 'MergeMoleculesEdit' class.
[+] MoveAtomEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoveAtomEdit. |
[+] affected methods (5)
MoveAtomEdit ( IAtomContainer, int, int, HashMap )This constructor is from 'MoveAtomEdit' class.
canRedo ( )This method is from 'MoveAtomEdit' class.
canUndo ( )This method is from 'MoveAtomEdit' class.
redo ( )This method is from 'MoveAtomEdit' class.
undo ( )This method is from 'MoveAtomEdit' class.
[+] RemoveAtomsAndBondsEdit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RemoveAtomsAndBondsEdit. |
[+] affected methods (6)
RemoveAtomsAndBondsEdit ( IChemModel, IAtomContainer, String )This constructor is from 'RemoveAtomsAndBondsEdit' class.
canRedo ( )This method is from 'RemoveAtomsAndBondsEdit' class.
canUndo ( )This method is from 'RemoveAtomsAndBondsEdit' class.
getPresentationName ( )This method is from 'RemoveAtomsAndBondsEdit' class.
redo ( )This method is from 'RemoveAtomsAndBondsEdit' class.
undo ( )This method is from 'RemoveAtomsAndBondsEdit' class.
[+] UndoAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UndoAdapter. |
[+] affected methods (2)
UndoAdapter ( UndoManager )This constructor is from 'UndoAdapter' class.
undoableEditHappened ( UndoableEditEvent )This method is from 'UndoAdapter' class.
package org.openscience.cdk.aromaticity
[+] HueckelAromaticityDetector (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HueckelAromaticityDetector. |
[+] affected methods (9)
HueckelAromaticityDetector ( )This constructor is from 'HueckelAromaticityDetector' class.
detectAromaticity ( IAtomContainer )This method is from 'HueckelAromaticityDetector' class.
detectAromaticity ( IAtomContainer, IRingSet )This method is from 'HueckelAromaticityDetector' class.
detectAromaticity ( IAtomContainer, IRingSet, boolean )This method is from 'HueckelAromaticityDetector' class.
detectAromaticity ( IAtomContainer, boolean )This method is from 'HueckelAromaticityDetector' class.
detectAromaticity ( IAtomContainer, boolean, AllRingsFinder )This method is from 'HueckelAromaticityDetector' class.
getRingSet ( )This method is from 'HueckelAromaticityDetector' class.
setRingFlags ( IRingSet )This method is from 'HueckelAromaticityDetector' class.
setTimeout ( long )This method is from 'HueckelAromaticityDetector' class.
package org.openscience.cdk.atomtype
[+] HybridizationMatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HybridizationMatcher. |
[+] affected methods (2)
HybridizationMatcher ( )This constructor is from 'HybridizationMatcher' class.
findMatchingAtomType ( IAtomContainer, IAtom )This method is from 'HybridizationMatcher' class.
[+] HybridizationStateATMatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HybridizationStateATMatcher. |
[+] affected methods (2)
HybridizationStateATMatcher ( )This constructor is from 'HybridizationStateATMatcher' class.
findMatchingAtomType ( IAtomContainer, IAtom )This method is from 'HybridizationStateATMatcher' class.
[+] IAtomTypeMatcher (1)
| Change | Effect |
---|
1 | Abstract method findMatchingAtomType ( IAtomContainer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findMatchingAtomType(IAtomContainer) in IAtomTypeMatcher. |
[+] affected methods (1)
findMatchingAtomType ( IAtomContainer, IAtom )This abstract method is from 'IAtomTypeMatcher' interface.
[+] ValencyMatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValencyMatcher. |
[+] affected methods (2)
ValencyMatcher ( )This constructor is from 'ValencyMatcher' class.
findMatchingAtomType ( IAtomContainer, IAtom )This method is from 'ValencyMatcher' class.
package org.openscience.cdk.controller
[+] CDKPopupMenu (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CDKPopupMenu. |
[+] affected methods (3)
CDKPopupMenu ( )This constructor is from 'CDKPopupMenu' class.
getSource ( )This method is from 'CDKPopupMenu' class.
setSource ( IChemObject )This method is from 'CDKPopupMenu' class.
[+] Controller2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Controller2D. |
[+] affected methods (3)
Controller2D ( IChemModel, Renderer2DModel )This constructor is from 'Controller2D' class.
Controller2D ( IChemModel, Renderer2DModel, Controller2DModel )This constructor is from 'Controller2D' class.
setChemModel ( IChemModel )This method is from 'Controller2D' class.
[+] Controller2DModel (20)
| Change | Effect |
---|
1 | Field BENZENERING (int) with the compile-time constant value 17 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable BENZENERING in Controller2DModel. |
2 | Field CLEANUP (int) with the compile-time constant value 7 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable CLEANUP in Controller2DModel. |
3 | Field DECCHARGE (int) with the compile-time constant value 16 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DECCHARGE in Controller2DModel. |
4 | Field DOWN_BOND (int) with the compile-time constant value 12 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DOWN_BOND in Controller2DModel. |
5 | Field ELEMENT (int) with the compile-time constant value 4 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ELEMENT in Controller2DModel. |
6 | Field ENTERELEMENT (int) with the compile-time constant value 19 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ENTERELEMENT in Controller2DModel. |
7 | Field ERASER (int) with the compile-time constant value 3 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERASER in Controller2DModel. |
8 | Field FLIP_H (int) with the compile-time constant value 8 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable FLIP_H in Controller2DModel. |
9 | Field FLIP_V (int) with the compile-time constant value 9 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable FLIP_V in Controller2DModel. |
10 | Field INCCHARGE (int) with the compile-time constant value 15 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable INCCHARGE in Controller2DModel. |
11 | Field LASSO (int) with the compile-time constant value 14 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable LASSO in Controller2DModel. |
12 | Field MAPATOMATOM (int) with the compile-time constant value 18 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable MAPATOMATOM in Controller2DModel. |
13 | Field MOVE (int) with the compile-time constant value 1 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable MOVE in Controller2DModel. |
14 | Field NORMALIZE (int) with the compile-time constant value 13 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable NORMALIZE in Controller2DModel. |
15 | Field RING (int) with the compile-time constant value 6 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable RING in Controller2DModel. |
16 | Field ROTATION (int) with the compile-time constant value 10 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ROTATION in Controller2DModel. |
17 | Field SELECT (int) with the compile-time constant value 2 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SELECT in Controller2DModel. |
18 | Field SYMBOL (int) with the compile-time constant value 5 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SYMBOL in Controller2DModel. |
19 | Field UP_BOND (int) with the compile-time constant value 11 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UP_BOND in Controller2DModel. |
20 | Field DRAWBOND of type int has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DRAWBOND in Controller2DModel. |
[+] affected methods (30)
Controller2DModel ( )This constructor is from 'Controller2DModel' class.
getAutoUpdateImplicitHydrogens ( )This method is from 'Controller2DModel' class.
getBondPointerLength ( )This method is from 'Controller2DModel' class.
getCommonElements ( )This method is from 'Controller2DModel' class.
getDefaultElementSymbol ( )This method is from 'Controller2DModel' class.
getDrawElement ( )This method is from 'Controller2DModel' class.
getDrawModeString ( )This method is from 'Controller2DModel' class.
getRingPointerLength ( )This method is from 'Controller2DModel' class.
getRingSize ( )This method is from 'Controller2DModel' class.
getSnapAngle ( )This method is from 'Controller2DModel' class.
getSnapCartesian ( )This method is from 'Controller2DModel' class.
getSnapToGridAngle ( )This method is from 'Controller2DModel' class.
...
[+] PopupController2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PopupController2D. |
[+] affected methods (6)
PopupController2D ( IChemModel, Renderer2DModel )This constructor is from 'PopupController2D' class.
PopupController2D ( IChemModel, Renderer2DModel, Controller2DModel )This constructor is from 'PopupController2D' class.
PopupController2D ( IChemModel, Renderer2DModel, Controller2DModel, Vector, JButton, HashMap )This constructor is from 'PopupController2D' class.
getPopupMenu ( Class )This method is from 'PopupController2D' class.
mousePressed ( MouseEvent )This method is from 'PopupController2D' class.
setPopupMenu ( Class, CDKPopupMenu )This method is from 'PopupController2D' class.
[+] SimpleController2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleController2D. |
[+] affected methods (5)
SimpleController2D ( )This constructor is from 'SimpleController2D' class.
SimpleController2D ( Controller2DModel )This constructor is from 'SimpleController2D' class.
SimpleController2D ( Renderer2DModel, Controller2DModel )This constructor is from 'SimpleController2D' class.
mousePressed ( MouseEvent )This method is from 'SimpleController2D' class.
mouseReleased ( MouseEvent )This method is from 'SimpleController2D' class.
package org.openscience.cdk.database
[+] XindiceReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XindiceReader. |
[+] affected methods (6)
XindiceReader ( String )This constructor is from 'XindiceReader' class.
close ( )This method is from 'XindiceReader' class.
getFormat ( )This method is from 'XindiceReader' class.
read ( IChemObject )This method is from 'XindiceReader' class.
setQuery ( String )This method is from 'XindiceReader' class.
setReader ( Reader )This method is from 'XindiceReader' class.
package org.openscience.cdk.fingerprint
[+] Fingerprinter (2)
| Change | Effect |
---|
1 | Field defaultSearchDepth has been renamed to DEFAULT_SEARCH_DEPTH. | Recompilation of a client program may be terminated with the message: cannot find variable defaultSearchDepth in Fingerprinter. |
2 | Field defaultSize has been renamed to DEFAULT_SIZE. | Recompilation of a client program may be terminated with the message: cannot find variable defaultSize in Fingerprinter. |
[+] affected methods (8)
Fingerprinter ( )This constructor is from 'Fingerprinter' class.
Fingerprinter ( int )This constructor is from 'Fingerprinter' class.
Fingerprinter ( int, int )This constructor is from 'Fingerprinter' class.
getBondSymbol ( IBond )This method is from 'Fingerprinter' class.
getFingerprint ( IAtomContainer )This method is from 'Fingerprinter' class.
getFingerprint ( IAtomContainer, AllRingsFinder )This method is from 'Fingerprinter' class.
getSearchDepth ( )This method is from 'Fingerprinter' class.
getSize ( )This method is from 'Fingerprinter' class.
package org.openscience.cdk.geometry
[+] GeometryToolsInternalCoordinates (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GeometryToolsInternalCoordinates. |
[+] affected methods (46)
GeometryToolsInternalCoordinates ( )This constructor is from 'GeometryToolsInternalCoordinates' class.
calculatePerpendicularUnitVector ( Point2d, Point2d )This method is from 'GeometryToolsInternalCoordinates' class.
center ( IAtomContainer, Dimension )This method is from 'GeometryToolsInternalCoordinates' class.
distanceCalculator ( int[ ], double )This method is from 'GeometryToolsInternalCoordinates' class.
findClosestInSpace ( IAtomContainer, IAtom, int )This method is from 'GeometryToolsInternalCoordinates' class.
get2DCenter ( IAtom[ ] )This method is from 'GeometryToolsInternalCoordinates' class.
get2DCenter ( Iterator )This method is from 'GeometryToolsInternalCoordinates' class.
get2DCenter ( IAtomContainer )This method is from 'GeometryToolsInternalCoordinates' class.
get2DCenter ( IRingSet )This method is from 'GeometryToolsInternalCoordinates' class.
get2DCentreOfMass ( IAtomContainer )This method is from 'GeometryToolsInternalCoordinates' class.
get2DDimension ( IAtomContainer )This method is from 'GeometryToolsInternalCoordinates' class.
get3DCenter ( IAtomContainer )This method is from 'GeometryToolsInternalCoordinates' class.
...
package org.openscience.cdk.graph
[+] PathTools (1)
| Change | Effect |
---|
1 | Field debug has been renamed to DEBUG. | Recompilation of a client program may be terminated with the message: cannot find variable debug in PathTools. |
[+] affected methods (13)
PathTools ( )This constructor is from 'PathTools' class.
computeFloydAPSP ( double[ ][ ] )This method is from 'PathTools' class.
computeFloydAPSP ( int[ ][ ] )This method is from 'PathTools' class.
depthFirstTargetSearch ( IAtomContainer, IAtom, IAtom, IAtomContainer )This method is from 'PathTools' class.
findClosestByBond ( IAtomContainer, IAtom, int )This method is from 'PathTools' class.
getAllPaths ( IAtomContainer, IAtom, IAtom )This method is from 'PathTools' class.
getInt2DColumnSum ( int[ ][ ] )This method is from 'PathTools' class.
getMolecularGraphDiameter ( IAtomContainer )This method is from 'PathTools' class.
getMolecularGraphRadius ( IAtomContainer )This method is from 'PathTools' class.
getPathsOfLength ( IAtomContainer, IAtom, int )This method is from 'PathTools' class.
getShortestPath ( IAtomContainer, IAtom, IAtom )This method is from 'PathTools' class.
getVertexCountAtDistance ( IAtomContainer, int )This method is from 'PathTools' class.
...
package org.openscience.cdk.interfaces
[+] IAtom (12)
| Change | Effect |
---|
1 | Abstract method getCharge ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCharge() in IAtom. |
2 | Abstract method getHydrogenCount ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHydrogenCount() in IAtom. |
3 | Abstract method getStereoParity ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStereoParity() in IAtom. |
4 | Abstract method setCharge ( Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCharge(Double) in IAtom. |
5 | Abstract method setHydrogenCount ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setHydrogenCount(Integer) in IAtom. |
6 | Abstract method setStereoParity ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStereoParity(Integer) in IAtom. |
7 | Abstract method getCharge ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCharge() in interface IAtom. |
8 | Abstract method getHydrogenCount ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getHydrogenCount() in interface IAtom. |
9 | Abstract method getStereoParity ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStereoParity() in interface IAtom. |
10 | Abstract method setCharge ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setCharge(double) in interface IAtom. |
11 | Abstract method setHydrogenCount ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setHydrogenCount(int) in interface IAtom. |
12 | Abstract method setStereoParity ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setStereoParity(int) in interface IAtom. |
[+] affected methods (586)
addCTerminus ( IAtom )1st parameter 'atom' of this method has type 'IAtom'.
addNTerminus ( IAtom )1st parameter 'atom' of this method has type 'IAtom'.
getCTerminus ( )Return value of this method has type 'IAtom'.
getNTerminus ( )Return value of this method has type 'IAtom'.
addAtom ( IAtom )1st parameter 'atom' of this method has type 'IAtom'.
contains ( IAtom )1st parameter 'atom' of this method has type 'IAtom'.
getAtom ( int )Return value of this method has type 'IAtom'.
getAtomNumber ( IAtom )1st parameter 'atom' of this method has type 'IAtom'.
getAtomParity ( IAtom )1st parameter 'atom' of this method has type 'IAtom'.
getBond ( IAtom, IAtom )1st parameter 'atom1' of this method has type 'IAtom'.
getBondNumber ( IAtom, IAtom )1st parameter 'atom1' of this method has type 'IAtom'.
getBondOrderSum ( IAtom )1st parameter 'atom' of this method has type 'IAtom'.
...
[+] IAtomContainer (18)
| Change | Effect |
---|
1 | Abstract method addBond ( int, int, IBond.Order ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addBond(int, int, IBond.Order) in IAtomContainer. |
2 | Abstract method addBond ( int, int, IBond.Order, int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addBond(int, int, IBond.Order, int) in IAtomContainer. |
3 | Abstract method atoms ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method atoms() in IAtomContainer. |
4 | Abstract method bonds ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method bonds() in IAtomContainer. |
5 | Abstract method electronContainers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method electronContainers() in IAtomContainer. |
6 | Abstract method getMaximumBondOrder ( IAtom ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMaximumBondOrder(IAtom) in IAtomContainer. |
7 | Abstract method getMinimumBondOrder ( IAtom ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMinimumBondOrder(IAtom) in IAtomContainer. |
8 | Abstract method lonePairs ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lonePairs() in IAtomContainer. |
9 | Abstract method singleElectrons ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method singleElectrons() in IAtomContainer. |
10 | Abstract method addBond ( int, int, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addBond(int, int, double) in interface IAtomContainer. |
11 | Abstract method addBond ( int, int, double, int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addBond(int, int, double, int) in interface IAtomContainer. |
12 | Abstract method atoms ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method atoms() in interface IAtomContainer. |
13 | Abstract method bonds ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method bonds() in interface IAtomContainer. |
14 | Abstract method electronContainers ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method electronContainers() in interface IAtomContainer. |
15 | Abstract method getMaximumBondOrder ( IAtom ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMaximumBondOrder(IAtom) in interface IAtomContainer. |
16 | Abstract method getMinimumBondOrder ( IAtom ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMinimumBondOrder(IAtom) in interface IAtomContainer. |
17 | Abstract method lonePairs ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method lonePairs() in interface IAtomContainer. |
18 | Abstract method singleElectrons ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method singleElectrons() in interface IAtomContainer. |
[+] affected methods (516)
isAromatic ( IRing, IAtomContainer )2nd parameter 'atomContainer' of this method has type 'IAtomContainer'.
AtomContainer ( IAtomContainer )1st parameter 'container' of this method has type 'IAtomContainer'.
add ( IAtomContainer )1st parameter 'atomContainer' of this method has type 'IAtomContainer'.
remove ( IAtomContainer )1st parameter 'atomContainer' of this method has type 'IAtomContainer'.
addAtomContainer ( IAtomContainer )1st parameter 'atomContainer' of this method has type 'IAtomContainer'.
addAtomContainer ( IAtomContainer, double )1st parameter 'atomContainer' of this method has type 'IAtomContainer'.
getAtomContainer ( int )Return value of this method has type 'IAtomContainer'.
removeAtomContainer ( IAtomContainer )1st parameter 'atomContainer' of this method has type 'IAtomContainer'.
replaceAtomContainer ( int, IAtomContainer )2nd parameter 'container' of this method has type 'IAtomContainer'.
findMatchingAtomType ( IAtomContainer, IAtom )1st parameter 'atomContainer' of this method has type 'IAtomContainer'.
inSameAromaticRing ( IAtomContainer, IAtom, IAtom, IRingSet )1st parameter 'm' of this method has type 'IAtomContainer'.
findMatchingAtomType ( IAtomContainer, IAtom )1st parameter 'p1' of this abstract method has type 'IAtomContainer'.
...
[+] IAtomContainerSet (14)
| Change | Effect |
---|
1 | Abstract method atomContainers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method atomContainers() in IAtomContainerSet. |
2 | Abstract method getMultiplier ( int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMultiplier(int) in IAtomContainerSet. |
3 | Abstract method getMultiplier ( IAtomContainer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMultiplier(IAtomContainer) in IAtomContainerSet. |
4 | Abstract method getMultipliers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMultipliers() in IAtomContainerSet. |
5 | Abstract method setMultiplier ( int, Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMultiplier(int, Double) in IAtomContainerSet. |
6 | Abstract method setMultiplier ( IAtomContainer, Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMultiplier(IAtomContainer, Double) in IAtomContainerSet. |
7 | Abstract method setMultipliers ( Double[ ] ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMultipliers(Double[]) in IAtomContainerSet. |
8 | Abstract method atomContainers ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method atomContainers() in interface IAtomContainerSet. |
9 | Abstract method getMultiplier ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMultiplier(int) in interface IAtomContainerSet. |
10 | Abstract method getMultiplier ( IAtomContainer ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMultiplier(IAtomContainer) in interface IAtomContainerSet. |
11 | Abstract method getMultipliers ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMultipliers() in interface IAtomContainerSet. |
12 | Abstract method setMultiplier ( int, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setMultiplier(int, double) in interface IAtomContainerSet. |
13 | Abstract method setMultiplier ( IAtomContainer, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setMultiplier(IAtomContainer, double) in interface IAtomContainerSet. |
14 | Abstract method setMultipliers ( double[ ] ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setMultipliers(double[]) in interface IAtomContainerSet. |
[+] affected methods (34)
add ( IAtomContainerSet )1st parameter 'atomContainerSet' of this method has type 'IAtomContainerSet'.
assignrPiMarsilliFactors ( IAtomContainerSet )1st parameter 'setAc' of this method has type 'IAtomContainerSet'.
add ( IAtomContainerSet )1st parameter 'atomContainerSet' of this method has type 'IAtomContainerSet'.
newAtomContainerSet ( )Return value of this method has type 'IAtomContainerSet'.
add ( IAtomContainerSet )1st parameter 'atomContainerSet' of this method has type 'IAtomContainerSet'.
newAtomContainerSet ( )Return value of this method has type 'IAtomContainerSet'.
add ( IAtomContainerSet )1st parameter 'p1' of this abstract method has type 'IAtomContainerSet'.
addAtomContainer ( IAtomContainer )This abstract method is from 'IAtomContainerSet' interface.
addAtomContainer ( IAtomContainer, double )This abstract method is from 'IAtomContainerSet' interface.
getAtomContainer ( int )This abstract method is from 'IAtomContainerSet' interface.
getAtomContainerCount ( )This abstract method is from 'IAtomContainerSet' interface.
removeAllAtomContainers ( )This abstract method is from 'IAtomContainerSet' interface.
...
[+] IAtomType (30)
| Change | Effect |
---|
1 | Abstract method getBondOrderSum ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBondOrderSum() in IAtomType. |
2 | Abstract method getCovalentRadius ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCovalentRadius() in IAtomType. |
3 | Abstract method getFormalCharge ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFormalCharge() in IAtomType. |
4 | Abstract method getFormalNeighbourCount ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFormalNeighbourCount() in IAtomType. |
5 | Abstract method getHybridization ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHybridization() in IAtomType. |
6 | Abstract method getMaxBondOrder ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMaxBondOrder() in IAtomType. |
7 | Abstract method getValency ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getValency() in IAtomType. |
8 | Abstract method setBondOrderSum ( Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setBondOrderSum(Double) in IAtomType. |
9 | Abstract method setCovalentRadius ( Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCovalentRadius(Double) in IAtomType. |
10 | Abstract method setFormalCharge ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setFormalCharge(Integer) in IAtomType. |
11 | Abstract method setFormalNeighbourCount ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setFormalNeighbourCount(Integer) in IAtomType. |
12 | Abstract method setHybridization ( IAtomType.Hybridization ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setHybridization(IAtomType.Hybridization) in IAtomType. |
13 | Abstract method setMaxBondOrder ( IBond.Order ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMaxBondOrder(IBond.Order) in IAtomType. |
14 | Abstract method setValency ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setValency(Integer) in IAtomType. |
15 | Abstract method getBondOrderSum ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getBondOrderSum() in interface IAtomType. |
16 | Abstract method getCovalentRadius ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCovalentRadius() in interface IAtomType. |
17 | Abstract method getFormalCharge ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFormalCharge() in interface IAtomType. |
18 | Abstract method getFormalNeighbourCount ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFormalNeighbourCount() in interface IAtomType. |
19 | Abstract method getHybridization ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getHybridization() in interface IAtomType. |
20 | Abstract method getMaxBondOrder ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMaxBondOrder() in interface IAtomType. |
21 | Abstract method getValency ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getValency() in interface IAtomType. |
22 | Abstract method getVanderwaalsRadius ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getVanderwaalsRadius() in interface IAtomType. |
23 | Abstract method setBondOrderSum ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setBondOrderSum(double) in interface IAtomType. |
24 | Abstract method setCovalentRadius ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setCovalentRadius(double) in interface IAtomType. |
25 | Abstract method setFormalCharge ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setFormalCharge(int) in interface IAtomType. |
26 | Abstract method setFormalNeighbourCount ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setFormalNeighbourCount(int) in interface IAtomType. |
27 | Abstract method setHybridization ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setHybridization(int) in interface IAtomType. |
28 | Abstract method setMaxBondOrder ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setMaxBondOrder(double) in interface IAtomType. |
29 | Abstract method setValency ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setValency(int) in interface IAtomType. |
30 | Abstract method setVanderwaalsRadius ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setVanderwaalsRadius(double) in interface IAtomType. |
[+] affected methods (26)
findMatchingAtomType ( IAtomContainer, IAtom )Return value of this method has type 'IAtomType'.
findMatchingAtomType ( IAtomContainer, IAtom )Return value of this abstract method has type 'IAtomType'.
findMatchingAtomType ( IAtomContainer, IAtom )Return value of this method has type 'IAtomType'.
findMatchingAtomType ( IAtomContainer, IAtom )Return value of this method has type 'IAtomType'.
findMatchingAtomType ( IAtomContainer, IAtom )Return value of this method has type 'IAtomType'.
getAtomType ( String )Return value of this method has type 'IAtomType'.
newAtomType ( String )Return value of this method has type 'IAtomType'.
newAtomType ( String, String )Return value of this method has type 'IAtomType'.
newAtomType ( IElement )Return value of this method has type 'IAtomType'.
newAtomType ( String )Return value of this method has type 'IAtomType'.
newAtomType ( String, String )Return value of this method has type 'IAtomType'.
newAtomType ( IElement )Return value of this method has type 'IAtomType'.
...
[+] IBond (7)
| Change | Effect |
---|
1 | Abstract method atoms ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method atoms() in IBond. |
2 | Abstract method getConnectedAtoms ( IAtom ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConnectedAtoms(IAtom) in IBond. |
3 | Abstract method getOrder ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOrder() in IBond. |
4 | Abstract method setOrder ( IBond.Order ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOrder(IBond.Order) in IBond. |
5 | Abstract method atoms ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method atoms() in interface IBond. |
6 | Abstract method getOrder ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getOrder() in interface IBond. |
7 | Abstract method setOrder ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setOrder(double) in interface IBond. |
[+] affected methods (175)
addBond ( IBond )1st parameter 'bond' of this method has type 'IBond'.
contains ( IBond )1st parameter 'bond' of this method has type 'IBond'.
getBond ( int )Return value of this method has type 'IBond'.
getBond ( IAtom, IAtom )Return value of this method has type 'IBond'.
getBondNumber ( IBond )1st parameter 'bond' of this method has type 'IBond'.
removeBond ( int )Return value of this method has type 'IBond'.
removeBond ( IAtom, IAtom )Return value of this method has type 'IBond'.
removeBond ( IBond )1st parameter 'bond' of this method has type 'IBond'.
isConnectedTo ( IBond )1st parameter 'bond' of this method has type 'IBond'.
addBond ( IBond )1st parameter 'bond' of this method has type 'IBond'.
contains ( IBond )1st parameter 'bond' of this method has type 'IBond'.
getBond ( int )Return value of this method has type 'IBond'.
...
[+] IChemFile (2)
| Change | Effect |
---|
1 | Abstract method chemSequences ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method chemSequences() in IChemFile. |
2 | Abstract method chemSequences ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method chemSequences() in interface IChemFile. |
[+] affected methods (49)
newChemFile ( )Return value of this method has type 'IChemFile'.
newChemFile ( )Return value of this method has type 'IChemFile'.
addChemSequence ( IChemSequence )This abstract method is from 'IChemFile' interface.
getChemSequence ( int )This abstract method is from 'IChemFile' interface.
getChemSequenceCount ( )This abstract method is from 'IChemFile' interface.
removeChemSequence ( int )This abstract method is from 'IChemFile' interface.
newChemFile ( )Return value of this abstract method has type 'IChemFile'.
CDKConvention ( IChemFile )1st parameter 'chemFile' of this method has type 'IChemFile'.
CMLCoreModule ( IChemFile )1st parameter 'chemFile' of this method has type 'IChemFile'.
CMLCoreModule ( ICMLModule )Field 'this.currentChemFile' in the object of this method has type 'IChemFile'.
addArrayElementsTo ( List, String )Field 'this.currentChemFile' in the object of this method has type 'IChemFile'.
characterData ( CMLStack, char[ ], int, int )Field 'this.currentChemFile' in the object of this method has type 'IChemFile'.
...
[+] IChemObject (4)
| Change | Effect |
---|
1 | Abstract method getProperties ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties() in IChemObject. |
2 | Abstract method setProperties ( Map ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setProperties(Map) in IChemObject. |
3 | Abstract method getProperties ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getProperties() in interface IChemObject. |
4 | Abstract method setProperties ( Hashtable ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setProperties(Hashtable) in interface IChemObject. |
[+] affected methods (102)
ChemObject ( IChemObject )1st parameter 'chemObject' of this method has type 'IChemObject'.
DebugChemObject ( IChemObject )1st parameter 'object' of this method has type 'IChemObject'.
newChemObject ( )Return value of this method has type 'IChemObject'.
newChemObject ( IChemObject )1st parameter 'object' of this method has type 'IChemObject'.
newMapping ( IChemObject, IChemObject )1st parameter 'objectOne' of this method has type 'IChemObject'.
DebugMapping ( IChemObject, IChemObject )1st parameter 'objectOne' of this method has type 'IChemObject'.
getChemObject ( int )Return value of this method has type 'IChemObject'.
newChemObject ( )Return value of this method has type 'IChemObject'.
newChemObject ( IChemObject )1st parameter 'object' of this method has type 'IChemObject'.
newMapping ( IChemObject, IChemObject )1st parameter 'objectOne' of this method has type 'IChemObject'.
makeReferencesExplicit ( IChemObject )1st parameter 'object' of this method has type 'IChemObject'.
addListener ( IChemObjectListener )This abstract method is from 'IChemObject' interface.
...
[+] IChemObjectBuilder (13)
| Change | Effect |
---|
1 | Abstract method newAdductFormula ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newAdductFormula() in IChemObjectBuilder. |
2 | Abstract method newAdductFormula ( IMolecularFormula ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newAdductFormula(IMolecularFormula) in IChemObjectBuilder. |
3 | Abstract method newBond ( IAtom, IAtom, IBond.Order ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newBond(IAtom, IAtom, IBond.Order) in IChemObjectBuilder. |
4 | Abstract method newBond ( IAtom, IAtom, IBond.Order, int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newBond(IAtom, IAtom, IBond.Order, int) in IChemObjectBuilder. |
5 | Abstract method newBond ( IAtom[ ] ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newBond(IAtom[]) in IChemObjectBuilder. |
6 | Abstract method newBond ( IAtom[ ], IBond.Order ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newBond(IAtom[], IBond.Order) in IChemObjectBuilder. |
7 | Abstract method newFragmentAtom ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newFragmentAtom() in IChemObjectBuilder. |
8 | Abstract method newMolecularFormula ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newMolecularFormula() in IChemObjectBuilder. |
9 | Abstract method newMolecularFormulaSet ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newMolecularFormulaSet() in IChemObjectBuilder. |
10 | Abstract method newMolecularFormulaSet ( IMolecularFormula ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newMolecularFormulaSet(IMolecularFormula) in IChemObjectBuilder. |
11 | Abstract method newReactionScheme ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newReactionScheme() in IChemObjectBuilder. |
12 | Abstract method newBond ( IAtom, IAtom, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method newBond(IAtom, IAtom, double) in interface IChemObjectBuilder. |
13 | Abstract method newBond ( IAtom, IAtom, double, int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method newBond(IAtom, IAtom, double, int) in interface IChemObjectBuilder. |
[+] affected methods (149)
getBuilder ( )Return value of this method has type 'IChemObjectBuilder'.
getInstance ( InputStream, String, IChemObjectBuilder )3rd parameter 'builder' of this method has type 'IChemObjectBuilder'.
getInstance ( String, IChemObjectBuilder )2nd parameter 'builder' of this method has type 'IChemObjectBuilder'.
getInstance ( IChemObjectBuilder )1st parameter 'builder' of this method has type 'IChemObjectBuilder'.
AtomTypeHandler ( IChemObjectBuilder )1st parameter 'build' of this method has type 'IChemObjectBuilder'.
readAtomTypes ( IChemObjectBuilder )1st parameter 'builder' of this method has type 'IChemObjectBuilder'.
readAtomTypes ( IChemObjectBuilder )1st parameter 'builder' of this method has type 'IChemObjectBuilder'.
readAtomTypes ( IChemObjectBuilder )1st parameter 'p1' of this abstract method has type 'IChemObjectBuilder'.
getInstance ( IChemObjectBuilder )1st parameter 'builder' of this method has type 'IChemObjectBuilder'.
IsotopeHandler ( IChemObjectBuilder )1st parameter 'builder' of this method has type 'IChemObjectBuilder'.
IsotopeReader ( InputStream, IChemObjectBuilder )2nd parameter 'builder' of this method has type 'IChemObjectBuilder'.
readAtomTypes ( IChemObjectBuilder )1st parameter 'builder' of this method has type 'IChemObjectBuilder'.
...
[+] IChemSequence (2)
| Change | Effect |
---|
1 | Abstract method chemModels ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method chemModels() in IChemSequence. |
2 | Abstract method chemModels ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method chemModels() in interface IChemSequence. |
[+] affected methods (43)
addChemSequence ( IChemSequence )1st parameter 'chemSequence' of this method has type 'IChemSequence'.
getChemSequence ( int )Return value of this method has type 'IChemSequence'.
addChemSequence ( IChemSequence )1st parameter 'chemSequence' of this method has type 'IChemSequence'.
getChemSequence ( int )Return value of this method has type 'IChemSequence'.
newChemSequence ( )Return value of this method has type 'IChemSequence'.
newChemSequence ( )Return value of this method has type 'IChemSequence'.
addChemSequence ( IChemSequence )1st parameter 'p1' of this abstract method has type 'IChemSequence'.
getChemSequence ( int )Return value of this abstract method has type 'IChemSequence'.
newChemSequence ( )Return value of this abstract method has type 'IChemSequence'.
addChemModel ( IChemModel )This abstract method is from 'IChemSequence' interface.
getChemModel ( int )This abstract method is from 'IChemSequence' interface.
getChemModelCount ( )This abstract method is from 'IChemSequence' interface.
...
[+] ICrystal (4)
| Change | Effect |
---|
1 | Abstract method getZ ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getZ() in ICrystal. |
2 | Abstract method setZ ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setZ(Integer) in ICrystal. |
3 | Abstract method getZ ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getZ() in interface ICrystal. |
4 | Abstract method setZ ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setZ(int) in interface ICrystal. |
[+] affected methods (40)
ChemModel ( )Field 'this.crystal' in the object of this method has type 'ICrystal'.
clone ( )Field 'this.crystal' in the object of this method has type 'ICrystal'.
getCrystal ( )Field 'this.crystal' in the object of this method has type 'ICrystal'.
getMoleculeSet ( )Field 'this.crystal' in the object of this method has type 'ICrystal'.
getReactionSet ( )Field 'this.crystal' in the object of this method has type 'ICrystal'.
getRingSet ( )Field 'this.crystal' in the object of this method has type 'ICrystal'.
setCrystal ( ICrystal )1st parameter 'crystal' of this method has type 'ICrystal'.
setMoleculeSet ( IMoleculeSet )Field 'this.crystal' in the object of this method has type 'ICrystal'.
setReactionSet ( IReactionSet )Field 'this.crystal' in the object of this method has type 'ICrystal'.
setRingSet ( IRingSet )Field 'this.crystal' in the object of this method has type 'ICrystal'.
stateChanged ( IChemObjectChangeEvent )Field 'this.crystal' in the object of this method has type 'ICrystal'.
toString ( )Field 'this.crystal' in the object of this method has type 'ICrystal'.
...
[+] IElectronContainer (4)
| Change | Effect |
---|
1 | Abstract method getElectronCount ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getElectronCount() in IElectronContainer. |
2 | Abstract method setElectronCount ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setElectronCount(Integer) in IElectronContainer. |
3 | Abstract method getElectronCount ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getElectronCount() in interface IElectronContainer. |
4 | Abstract method setElectronCount ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setElectronCount(int) in interface IElectronContainer. |
[+] affected methods (67)
addElectronContainer ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
contains ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
getElectronContainer ( int )Return value of this method has type 'IElectronContainer'.
removeElectronContainer ( int )Return value of this method has type 'IElectronContainer'.
removeElectronContainer ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
addElectronContainer ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
contains ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
getElectronContainer ( int )Return value of this method has type 'IElectronContainer'.
removeElectronContainer ( int )Return value of this method has type 'IElectronContainer'.
removeElectronContainer ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
addElectronContainer ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
contains ( IElectronContainer )1st parameter 'electronContainer' of this method has type 'IElectronContainer'.
...
[+] IElement (4)
| Change | Effect |
---|
1 | Abstract method getAtomicNumber ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAtomicNumber() in IElement. |
2 | Abstract method setAtomicNumber ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAtomicNumber(Integer) in IElement. |
3 | Abstract method getAtomicNumber ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAtomicNumber() in interface IElement. |
4 | Abstract method setAtomicNumber ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setAtomicNumber(int) in interface IElement. |
[+] affected methods (62)
Atom ( IElement )1st parameter 'element' of this method has type 'IElement'.
AtomType ( IElement )1st parameter 'element' of this method has type 'IElement'.
Elements ( )Field 'this.TIN' in the object of this method has type 'IElement'.
getElement ( int )Return value of this method has type 'IElement'.
getElement ( String )Return value of this method has type 'IElement'.
DebugAtom ( IElement )1st parameter 'element' of this method has type 'IElement'.
DebugAtomType ( IElement )1st parameter 'element' of this method has type 'IElement'.
newAtom ( IElement )1st parameter 'element' of this method has type 'IElement'.
newAtomType ( IElement )1st parameter 'element' of this method has type 'IElement'.
newElement ( )Return value of this method has type 'IElement'.
newElement ( String )Return value of this method has type 'IElement'.
newElement ( String, int )Return value of this method has type 'IElement'.
...
[+] IIsotope (12)
| Change | Effect |
---|
1 | Abstract method getExactMass ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExactMass() in IIsotope. |
2 | Abstract method getMassNumber ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMassNumber() in IIsotope. |
3 | Abstract method getNaturalAbundance ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNaturalAbundance() in IIsotope. |
4 | Abstract method setExactMass ( Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setExactMass(Double) in IIsotope. |
5 | Abstract method setMassNumber ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMassNumber(Integer) in IIsotope. |
6 | Abstract method setNaturalAbundance ( Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNaturalAbundance(Double) in IIsotope. |
7 | Abstract method getExactMass ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getExactMass() in interface IIsotope. |
8 | Abstract method getMassNumber ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMassNumber() in interface IIsotope. |
9 | Abstract method getNaturalAbundance ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getNaturalAbundance() in interface IIsotope. |
10 | Abstract method setExactMass ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setExactMass(double) in interface IIsotope. |
11 | Abstract method setMassNumber ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setMassNumber(int) in interface IIsotope. |
12 | Abstract method setNaturalAbundance ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setNaturalAbundance(double) in interface IIsotope. |
[+] affected methods (28)
configure ( IAtom, IIsotope )2nd parameter 'isotope' of this method has type 'IIsotope'.
getMajorIsotope ( int )Return value of this method has type 'IIsotope'.
getMajorIsotope ( String )Return value of this method has type 'IIsotope'.
newIsotope ( int, String, double, double )Return value of this method has type 'IIsotope'.
newIsotope ( int, String, int, double, double )Return value of this method has type 'IIsotope'.
newIsotope ( String )Return value of this method has type 'IIsotope'.
newIsotope ( String, int )Return value of this method has type 'IIsotope'.
newIsotope ( IElement )Return value of this method has type 'IIsotope'.
newIsotope ( int, String, double, double )Return value of this method has type 'IIsotope'.
newIsotope ( int, String, int, double, double )Return value of this method has type 'IIsotope'.
newIsotope ( String )Return value of this method has type 'IIsotope'.
newIsotope ( String, int )Return value of this method has type 'IIsotope'.
...
[+] IMapping (2)
| Change | Effect |
---|
1 | Abstract method relatedChemObjects ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method relatedChemObjects() in IMapping. |
2 | Abstract method relatedChemObjects ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method relatedChemObjects() in interface IMapping. |
[+] affected methods (9)
newMapping ( IChemObject, IChemObject )Return value of this method has type 'IMapping'.
newMapping ( IChemObject, IChemObject )Return value of this method has type 'IMapping'.
newMapping ( IChemObject, IChemObject )Return value of this abstract method has type 'IMapping'.
getChemObject ( int )This abstract method is from 'IMapping' interface.
addMapping ( IMapping )1st parameter 'p1' of this abstract method has type 'IMapping'.
getMapping ( int )Return value of this abstract method has type 'IMapping'.
newMapping ( IChemObject, IChemObject )Return value of this method has type 'IMapping'.
addMapping ( IMapping )1st parameter 'mapping' of this method has type 'IMapping'.
getMapping ( int )Return value of this method has type 'IMapping'.
[+] IMoleculeSet (2)
| Change | Effect |
---|
1 | Abstract method molecules ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method molecules() in IMoleculeSet. |
2 | Abstract method molecules ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method molecules() in interface IMoleculeSet. |
[+] affected methods (104)
ChemModel ( )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
clone ( )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
getCrystal ( )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
getMoleculeSet ( )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
getReactionSet ( )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
getRingSet ( )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
setCrystal ( ICrystal )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
setMoleculeSet ( IMoleculeSet )1st parameter 'setOfMolecules' of this method has type 'IMoleculeSet'.
setReactionSet ( IReactionSet )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
setRingSet ( IRingSet )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
stateChanged ( IChemObjectChangeEvent )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
toString ( )Field 'this.setOfMolecules' in the object of this method has type 'IMoleculeSet'.
...
[+] IPDBAtom (20)
| Change | Effect |
---|
1 | Abstract method getHetAtom ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHetAtom() in IPDBAtom. |
2 | Abstract method getOccupancy ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOccupancy() in IPDBAtom. |
3 | Abstract method getOxt ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOxt() in IPDBAtom. |
4 | Abstract method getSerial ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSerial() in IPDBAtom. |
5 | Abstract method getTempFactor ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTempFactor() in IPDBAtom. |
6 | Abstract method setHetAtom ( Boolean ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setHetAtom(Boolean) in IPDBAtom. |
7 | Abstract method setOccupancy ( Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOccupancy(Double) in IPDBAtom. |
8 | Abstract method setOxt ( Boolean ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOxt(Boolean) in IPDBAtom. |
9 | Abstract method setSerial ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSerial(Integer) in IPDBAtom. |
10 | Abstract method setTempFactor ( Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTempFactor(Double) in IPDBAtom. |
11 | Abstract method getHetAtom ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getHetAtom() in interface IPDBAtom. |
12 | Abstract method getOccupancy ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getOccupancy() in interface IPDBAtom. |
13 | Abstract method getOxt ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getOxt() in interface IPDBAtom. |
14 | Abstract method getSerial ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSerial() in interface IPDBAtom. |
15 | Abstract method getTempFactor ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTempFactor() in interface IPDBAtom. |
16 | Abstract method setHetAtom ( boolean ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setHetAtom(boolean) in interface IPDBAtom. |
17 | Abstract method setOccupancy ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setOccupancy(double) in interface IPDBAtom. |
18 | Abstract method setOxt ( boolean ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setOxt(boolean) in interface IPDBAtom. |
19 | Abstract method setSerial ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setSerial(int) in interface IPDBAtom. |
20 | Abstract method setTempFactor ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setTempFactor(double) in interface IPDBAtom. |
[+] affected methods (33)
newPDBAtom ( String )Return value of this method has type 'IPDBAtom'.
newPDBAtom ( String, Point3d )Return value of this method has type 'IPDBAtom'.
newPDBAtom ( IElement )Return value of this method has type 'IPDBAtom'.
newPDBAtom ( String )Return value of this method has type 'IPDBAtom'.
newPDBAtom ( String, Point3d )Return value of this method has type 'IPDBAtom'.
newPDBAtom ( IElement )Return value of this method has type 'IPDBAtom'.
newPDBAtom ( String )Return value of this abstract method has type 'IPDBAtom'.
newPDBAtom ( String, Point3d )Return value of this abstract method has type 'IPDBAtom'.
newPDBAtom ( IElement )Return value of this abstract method has type 'IPDBAtom'.
getAltLoc ( )This abstract method is from 'IPDBAtom' interface.
getChainID ( )This abstract method is from 'IPDBAtom' interface.
getICode ( )This abstract method is from 'IPDBAtom' interface.
...
[+] IPDBStructure (24)
| Change | Effect |
---|
1 | Abstract method getEndChainID ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEndChainID() in IPDBStructure. |
2 | Abstract method getEndInsertionCode ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEndInsertionCode() in IPDBStructure. |
3 | Abstract method getEndSequenceNumber ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEndSequenceNumber() in IPDBStructure. |
4 | Abstract method getStartChainID ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStartChainID() in IPDBStructure. |
5 | Abstract method getStartInsertionCode ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStartInsertionCode() in IPDBStructure. |
6 | Abstract method getStartSequenceNumber ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStartSequenceNumber() in IPDBStructure. |
7 | Abstract method setEndChainID ( Character ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setEndChainID(Character) in IPDBStructure. |
8 | Abstract method setEndInsertionCode ( Character ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setEndInsertionCode(Character) in IPDBStructure. |
9 | Abstract method setEndSequenceNumber ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setEndSequenceNumber(Integer) in IPDBStructure. |
10 | Abstract method setStartChainID ( Character ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStartChainID(Character) in IPDBStructure. |
11 | Abstract method setStartInsertionCode ( Character ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStartInsertionCode(Character) in IPDBStructure. |
12 | Abstract method setStartSequenceNumber ( Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStartSequenceNumber(Integer) in IPDBStructure. |
13 | Abstract method getEndChainID ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getEndChainID() in interface IPDBStructure. |
14 | Abstract method getEndInsertionCode ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getEndInsertionCode() in interface IPDBStructure. |
15 | Abstract method getEndSequenceNumber ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getEndSequenceNumber() in interface IPDBStructure. |
16 | Abstract method getStartChainID ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStartChainID() in interface IPDBStructure. |
17 | Abstract method getStartInsertionCode ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStartInsertionCode() in interface IPDBStructure. |
18 | Abstract method getStartSequenceNumber ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStartSequenceNumber() in interface IPDBStructure. |
19 | Abstract method setEndChainID ( char ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setEndChainID(char) in interface IPDBStructure. |
20 | Abstract method setEndInsertionCode ( char ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setEndInsertionCode(char) in interface IPDBStructure. |
21 | Abstract method setEndSequenceNumber ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setEndSequenceNumber(int) in interface IPDBStructure. |
22 | Abstract method setStartChainID ( char ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setStartChainID(char) in interface IPDBStructure. |
23 | Abstract method setStartInsertionCode ( char ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setStartInsertionCode(char) in interface IPDBStructure. |
24 | Abstract method setStartSequenceNumber ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setStartSequenceNumber(int) in interface IPDBStructure. |
[+] affected methods (10)
newPDBStructure ( )Return value of this method has type 'IPDBStructure'.
newStructure ( )Return value of this method has type 'IPDBStructure'.
addStructure ( IPDBStructure )1st parameter 'structure' of this method has type 'IPDBStructure'.
newPDBStructure ( )Return value of this method has type 'IPDBStructure'.
newPDBStructure ( )Return value of this abstract method has type 'IPDBStructure'.
addStructure ( IPDBStructure )1st parameter 'p1' of this abstract method has type 'IPDBStructure'.
getStructureType ( )This abstract method is from 'IPDBStructure' interface.
setStructureType ( String )This abstract method is from 'IPDBStructure' interface.
newPDBStructure ( )Return value of this method has type 'IPDBStructure'.
addStructure ( IPDBStructure )1st parameter 'structure' of this method has type 'IPDBStructure'.
[+] IReaction (30)
| Change | Effect |
---|
1 | Abstract method addProduct ( IMolecule, Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addProduct(IMolecule, Double) in IReaction. |
2 | Abstract method addReactant ( IMolecule, Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addReactant(IMolecule, Double) in IReaction. |
3 | Abstract method getDirection ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDirection() in IReaction. |
4 | Abstract method getProductCoefficient ( IMolecule ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProductCoefficient(IMolecule) in IReaction. |
5 | Abstract method getProductCoefficients ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProductCoefficients() in IReaction. |
6 | Abstract method getReactantCoefficient ( IMolecule ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReactantCoefficient(IMolecule) in IReaction. |
7 | Abstract method getReactantCoefficients ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReactantCoefficients() in IReaction. |
8 | Abstract method mappings ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method mappings() in IReaction. |
9 | Abstract method setDirection ( IReaction.Direction ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDirection(IReaction.Direction) in IReaction. |
10 | Abstract method setProductCoefficient ( IMolecule, Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setProductCoefficient(IMolecule, Double) in IReaction. |
11 | Abstract method setProductCoefficients ( Double[ ] ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setProductCoefficients(Double[]) in IReaction. |
12 | Abstract method setReactantCoefficient ( IMolecule, Double ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setReactantCoefficient(IMolecule, Double) in IReaction. |
13 | Abstract method setReactantCoefficients ( Double[ ] ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setReactantCoefficients(Double[]) in IReaction. |
14 | Abstract method addProduct ( IMolecule, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addProduct(IMolecule, double) in interface IReaction. |
15 | Abstract method addReactant ( IMolecule, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addReactant(IMolecule, double) in interface IReaction. |
16 | Abstract method getDirection ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getDirection() in interface IReaction. |
17 | Abstract method getProductCoefficient ( IMolecule ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getProductCoefficient(IMolecule) in interface IReaction. |
18 | Abstract method getProductCoefficients ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getProductCoefficients() in interface IReaction. |
19 | Abstract method getReactantCoefficient ( IMolecule ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getReactantCoefficient(IMolecule) in interface IReaction. |
20 | Abstract method getReactantCoefficients ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getReactantCoefficients() in interface IReaction. |
21 | Abstract method mappings ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method mappings() in interface IReaction. |
22 | Abstract method setDirection ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setDirection(int) in interface IReaction. |
23 | Abstract method setProductCoefficient ( IMolecule, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setProductCoefficient(IMolecule, double) in interface IReaction. |
24 | Abstract method setProductCoefficients ( double[ ] ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setProductCoefficients(double[]) in interface IReaction. |
25 | Abstract method setReactantCoefficient ( IMolecule, double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setReactantCoefficient(IMolecule, double) in interface IReaction. |
26 | Abstract method setReactantCoefficients ( double[ ] ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setReactantCoefficients(double[]) in interface IReaction. |
27 | Field BACKWARD (int) with the compile-time constant value 2 has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable BACKWARD in IReaction. |
28 | Field BIDIRECTIONAL (int) with the compile-time constant value 3 has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable BIDIRECTIONAL in IReaction. |
29 | Field FORWARD (int) with the compile-time constant value 1 has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable FORWARD in IReaction. |
30 | Field UNKNOWN_DIRECTION of type int has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable UNKNOWN_DIRECTION in IReaction. |
[+] affected methods (67)
newReaction ( )Return value of this method has type 'IReaction'.
addReaction ( IReaction )1st parameter 'reaction' of this method has type 'IReaction'.
getReaction ( int )Return value of this method has type 'IReaction'.
newReaction ( )Return value of this method has type 'IReaction'.
newReaction ( )Return value of this abstract method has type 'IReaction'.
addAgent ( IMolecule )This abstract method is from 'IReaction' interface.
addMapping ( IMapping )This abstract method is from 'IReaction' interface.
addProduct ( IMolecule )This abstract method is from 'IReaction' interface.
addReactant ( IMolecule )This abstract method is from 'IReaction' interface.
getAgents ( )This abstract method is from 'IReaction' interface.
getMapping ( int )This abstract method is from 'IReaction' interface.
getMappingCount ( )This abstract method is from 'IReaction' interface.
...
[+] IReactionSet (2)
| Change | Effect |
---|
1 | Abstract method reactions ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reactions() in IReactionSet. |
2 | Abstract method reactions ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method reactions() in interface IReactionSet. |
[+] affected methods (69)
ChemModel ( )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
clone ( )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
getCrystal ( )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
getMoleculeSet ( )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
getReactionSet ( )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
getRingSet ( )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
setCrystal ( ICrystal )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
setMoleculeSet ( IMoleculeSet )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
setReactionSet ( IReactionSet )1st parameter 'sor' of this method has type 'IReactionSet'.
setRingSet ( IRingSet )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
stateChanged ( IChemObjectChangeEvent )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
toString ( )Field 'this.setOfReactions' in the object of this method has type 'IReactionSet'.
...
[+] IRingSet (4)
| Change | Effect |
---|
1 | Abstract method getConnectedRings ( IRing ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConnectedRings(IRing) in IRingSet. |
2 | Abstract method getRings ( IBond ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRings(IBond) in IRingSet. |
3 | Abstract method getConnectedRings ( IRing ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getConnectedRings(IRing) in interface IRingSet. |
4 | Abstract method getRings ( IBond ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRings(IBond) in interface IRingSet. |
[+] affected methods (59)
inSameAromaticRing ( IAtomContainer, IAtom, IAtom, IRingSet )4th parameter 'rs' of this method has type 'IRingSet'.
ChemModel ( )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
clone ( )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
getCrystal ( )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
getMoleculeSet ( )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
getReactionSet ( )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
getRingSet ( )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
setCrystal ( ICrystal )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
setMoleculeSet ( IMoleculeSet )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
setReactionSet ( IReactionSet )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
setRingSet ( IRingSet )1st parameter 'ringSet' of this method has type 'IRingSet'.
stateChanged ( IChemObjectChangeEvent )Field 'this.ringSet' in the object of this method has type 'IRingSet'.
...
[+] IStrand (2)
| Change | Effect |
---|
1 | Abstract method getMonomers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMonomers() in IStrand. |
2 | Abstract method getMonomers ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMonomers() in interface IStrand. |
[+] affected methods (44)
addAtom ( IAtom, IMonomer, IStrand )3rd parameter 'oStrand' of this method has type 'IStrand'.
addAtom ( IAtom, IStrand )2nd parameter 'oStrand' of this method has type 'IStrand'.
getStrand ( String )Return value of this method has type 'IStrand'.
addAtom ( IAtom, IMonomer, IStrand )3rd parameter 'oStrand' of this method has type 'IStrand'.
addAtom ( IAtom, IStrand )2nd parameter 'oStrand' of this method has type 'IStrand'.
getStrand ( String )Return value of this method has type 'IStrand'.
newStrand ( )Return value of this method has type 'IStrand'.
newStrand ( )Return value of this method has type 'IStrand'.
addAtom ( IAtom, IMonomer, IStrand )3rd parameter 'p3' of this abstract method has type 'IStrand'.
addAtom ( IAtom, IStrand )2nd parameter 'p2' of this abstract method has type 'IStrand'.
getStrand ( String )Return value of this abstract method has type 'IStrand'.
newStrand ( )Return value of this abstract method has type 'IStrand'.
...
package org.openscience.cdk.internet
[+] DADMLReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DADMLReader. |
[+] affected methods (9)
DADMLReader ( String )This constructor is from 'DADMLReader' class.
close ( )This method is from 'DADMLReader' class.
getFormat ( )This method is from 'DADMLReader' class.
read ( ChemObject )This method is from 'DADMLReader' class.
resolveLink ( URI )This method is from 'DADMLReader' class.
resolveLinks ( URI )This method is from 'DADMLReader' class.
setQuery ( String, String )This method is from 'DADMLReader' class.
setQuery ( URI )This method is from 'DADMLReader' class.
setReader ( Reader )This method is from 'DADMLReader' class.
[+] DADMLResult (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DADMLResult. |
[+] affected methods (5)
DADMLResult ( URL, FIELD )This constructor is from 'DADMLResult' class.
getField ( )This method is from 'DADMLResult' class.
getURL ( )This method is from 'DADMLResult' class.
setField ( FIELD )This method is from 'DADMLResult' class.
setURL ( URL )This method is from 'DADMLResult' class.
[+] WWMMatrixReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WWMMatrixReader. |
[+] affected methods (10)
WWMMatrixReader ( )This constructor is from 'WWMMatrixReader' class.
WWMMatrixReader ( String )This constructor is from 'WWMMatrixReader' class.
close ( )This method is from 'WWMMatrixReader' class.
getFormat ( )This method is from 'WWMMatrixReader' class.
getResultNum ( )This method is from 'WWMMatrixReader' class.
main ( String[ ] )This method is from 'WWMMatrixReader' class.
read ( ChemObject )This method is from 'WWMMatrixReader' class.
setCollection ( String )This method is from 'WWMMatrixReader' class.
setQuery ( String, String )This method is from 'WWMMatrixReader' class.
setReader ( Reader )This method is from 'WWMMatrixReader' class.
package org.openscience.cdk.io
[+] DefaultChemObjectReader (2)
| Change | Effect |
---|
1 | Added super-interface ISimpleChemObjectReader. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in DefaultChemObjectReader. |
2 | Removed super-interface IChemObjectReader. | Recompilation of a client program may be terminated with the message: cannot find method in class DefaultChemObjectReader. |
[+] affected methods (6)
DefaultChemObjectReader ( )This constructor is from 'DefaultChemObjectReader' abstract class.
addChemObjectIOListener ( IChemObjectIOListener )This method is from 'DefaultChemObjectReader' abstract class.
fireFrameRead ( )This method is from 'DefaultChemObjectReader' abstract class.
fireIOSettingQuestion ( IOSetting )This method is from 'DefaultChemObjectReader' abstract class.
getIOSettings ( )This method is from 'DefaultChemObjectReader' abstract class.
removeChemObjectIOListener ( IChemObjectIOListener )This method is from 'DefaultChemObjectReader' abstract class.
[+] IChemObjectReader (2)
| Change | Effect |
---|
1 | Abstract method setReaderMode ( IChemObjectReader.Mode ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setReaderMode(IChemObjectReader.Mode) in IChemObjectReader. |
2 | Abstract method read ( IChemObject ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method read(IChemObject) in interface IChemObjectReader. |
[+] affected methods (2)
setReader ( InputStream )This abstract method is from 'IChemObjectReader' interface.
setReader ( Reader )This abstract method is from 'IChemObjectReader' interface.
[+] MACiEReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MACiEReader. |
[+] affected methods (11)
MACiEReader ( )This constructor is from 'MACiEReader' class.
MACiEReader ( InputStream )This constructor is from 'MACiEReader' class.
MACiEReader ( Reader )This constructor is from 'MACiEReader' class.
accepts ( Class )This method is from 'MACiEReader' class.
accepts ( IChemObject )This method is from 'MACiEReader' class.
close ( )This method is from 'MACiEReader' class.
getFormat ( )This method is from 'MACiEReader' class.
getIOSettings ( )This method is from 'MACiEReader' class.
read ( IChemObject )This method is from 'MACiEReader' class.
setReader ( InputStream )This method is from 'MACiEReader' class.
setReader ( Reader )This method is from 'MACiEReader' class.
...
[+] MDLWriter (1)
| Change | Effect |
---|
1 | Field sdFields of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable sdFields in MDLWriter. |
[+] affected methods (9)
MDLWriter ( )This constructor is from 'MDLWriter' class.
MDLWriter ( OutputStream )This constructor is from 'MDLWriter' class.
MDLWriter ( Writer )This constructor is from 'MDLWriter' class.
accepts ( Class )This method is from 'MDLWriter' class.
close ( )This method is from 'MDLWriter' class.
getFormat ( )This method is from 'MDLWriter' class.
setWriter ( OutputStream )This method is from 'MDLWriter' class.
setWriter ( Writer )This method is from 'MDLWriter' class.
write ( IChemObject )This method is from 'MDLWriter' class.
[+] SVGWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SVGWriter. |
[+] affected methods (11)
SVGWriter ( )This constructor is from 'SVGWriter' class.
SVGWriter ( FileOutputStream )This constructor is from 'SVGWriter' class.
SVGWriter ( OutputStream )This constructor is from 'SVGWriter' class.
SVGWriter ( Writer )This constructor is from 'SVGWriter' class.
accepts ( Class )This method is from 'SVGWriter' class.
close ( )This method is from 'SVGWriter' class.
getFormat ( )This method is from 'SVGWriter' class.
setWriter ( OutputStream )This method is from 'SVGWriter' class.
setWriter ( Writer )This method is from 'SVGWriter' class.
write ( IChemObject )This method is from 'SVGWriter' class.
writeAtomContainer ( IAtomContainer )This method is from 'SVGWriter' class.
...
package org.openscience.cdk.io.formats
[+] MACiEFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MACiEFormat. |
[+] affected methods (11)
getFormatName ( )This method is from 'MACiEFormat' class.
getInstance ( )This method is from 'MACiEFormat' class.
getMIMEType ( )This method is from 'MACiEFormat' class.
getNameExtensions ( )This method is from 'MACiEFormat' class.
getPreferredNameExtension ( )This method is from 'MACiEFormat' class.
getReaderClassName ( )This method is from 'MACiEFormat' class.
getRequiredDataFeatures ( )This method is from 'MACiEFormat' class.
getSupportedDataFeatures ( )This method is from 'MACiEFormat' class.
getWriterClassName ( )This method is from 'MACiEFormat' class.
isXMLBased ( )This method is from 'MACiEFormat' class.
matches ( int, String )This method is from 'MACiEFormat' class.
...
package org.openscience.cdk.isomorphism.matchers
[+] IQueryAtom (2)
| Change | Effect |
---|
1 | Abstract method setOperator ( String ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setOperator(String) in interface IQueryAtom. |
2 | Field Default (int) with the compile-time constant value 56562 has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable Default in IQueryAtom. |
[+] affected methods (1)
matches ( IAtom )This abstract method is from 'IQueryAtom' interface.
package org.openscience.cdk.isomorphism.matchers.smarts
[+] BracketAtom (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BracketAtom. |
[+] affected methods (2)
BracketAtom ( )This constructor is from 'BracketAtom' class.
toString ( )This method is from 'BracketAtom' class.
[+] ColumnAtom (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ColumnAtom. |
[+] affected methods (2)
ColumnAtom ( )This constructor is from 'ColumnAtom' class.
toString ( )This method is from 'ColumnAtom' class.
[+] OperatorContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OperatorContainer. |
[+] affected methods (5)
OperatorContainer ( )This constructor is from 'OperatorContainer' class.
addElement ( String )This method is from 'OperatorContainer' class.
hasMoreElements ( )This method is from 'OperatorContainer' class.
nextElement ( )This method is from 'OperatorContainer' class.
size ( )This method is from 'OperatorContainer' class.
[+] RecurseAtom (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RecurseAtom. |
[+] affected methods (1)
RecurseAtom ( )This constructor is from 'RecurseAtom' class.
[+] SMARTSAtom (1)
| Change | Effect |
---|
1 | Field ID of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ID in SMARTSAtom. |
[+] affected methods (2)
SMARTSAtom ( )This constructor is from 'SMARTSAtom' abstract class.
matches ( IAtom )This method is from 'SMARTSAtom' abstract class.
[+] SMARTSOperatorAtom (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SMARTSOperatorAtom. |
[+] affected methods (4)
SMARTSOperatorAtom ( IQueryAtomContainer )This constructor is from 'SMARTSOperatorAtom' class.
SMARTSOperatorAtom ( IQueryAtomContainer, OperatorContainer )This constructor is from 'SMARTSOperatorAtom' class.
matches ( IAtom )This method is from 'SMARTSOperatorAtom' class.
toString ( )This method is from 'SMARTSOperatorAtom' class.
package org.openscience.cdk.math
[+] Complex (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Complex. |
[+] affected methods (11)
Complex ( double, double )This constructor is from 'Complex' class.
Complex ( Complex )This constructor is from 'Complex' class.
add ( Complex )This method is from 'Complex' class.
div ( Complex )This method is from 'Complex' class.
getImaginaryPart ( )This method is from 'Complex' class.
getRealPart ( )This method is from 'Complex' class.
mul ( Complex )This method is from 'Complex' class.
setImaginaryPart ( double )This method is from 'Complex' class.
setRealPart ( double )This method is from 'Complex' class.
sub ( Complex )This method is from 'Complex' class.
toString ( )This method is from 'Complex' class.
...
[+] IFunction (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IFunction. |
[+] affected methods (2)
getValue ( double, double, double )This abstract method is from 'IFunction' interface.
getValues ( Matrix )This abstract method is from 'IFunction' interface.
[+] IMatrix (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IMatrix. |
[+] affected methods (26)
IMatrix ( int, int )This constructor is from 'IMatrix' class.
IMatrix ( Matrix )This constructor is from 'IMatrix' class.
add ( IMatrix )This method is from 'IMatrix' class.
add ( IMatrix, IMatrix )This method is from 'IMatrix' class.
contraction ( )This method is from 'IMatrix' class.
duplicate ( )This method is from 'IMatrix' class.
duplicate ( IMatrix )This method is from 'IMatrix' class.
getColumns ( )This method is from 'IMatrix' class.
getRows ( )This method is from 'IMatrix' class.
getVectorFromColumn ( int )This method is from 'IMatrix' class.
getVectorFromDiagonal ( )This method is from 'IMatrix' class.
getVectorFromRow ( int )This method is from 'IMatrix' class.
...
[+] IVector (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IVector. |
[+] affected methods (13)
IVector ( int )This constructor is from 'IVector' class.
add ( IVector )This method is from 'IVector' class.
add ( IVector, IVector )This method is from 'IVector' class.
dot ( IVector )This method is from 'IVector' class.
duplicate ( )This method is from 'IVector' class.
duplicate ( IVector )This method is from 'IVector' class.
getSize ( )This method is from 'IVector' class.
mul ( double )This method is from 'IVector' class.
mul ( double, IVector )This method is from 'IVector' class.
reshape ( int )This method is from 'IVector' class.
sub ( IVector )This method is from 'IVector' class.
sub ( IVector, IVector )This method is from 'IVector' class.
...
[+] Matrix (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Matrix. |
[+] affected methods (21)
Matrix ( double[ ][ ] )This constructor is from 'Matrix' class.
Matrix ( int, int )This constructor is from 'Matrix' class.
add ( Matrix )This method is from 'Matrix' class.
contraction ( )This method is from 'Matrix' class.
diagonalize ( int )This method is from 'Matrix' class.
duplicate ( )This method is from 'Matrix' class.
elimination ( Matrix, Vector )This method is from 'Matrix' class.
getColumns ( )This method is from 'Matrix' class.
getRows ( )This method is from 'Matrix' class.
getVectorFromColumn ( int )This method is from 'Matrix' class.
getVectorFromDiagonal ( )This method is from 'Matrix' class.
getVectorFromRow ( int )This method is from 'Matrix' class.
...
[+] Quaternion (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Quaternion. |
[+] affected methods (17)
Quaternion ( )This constructor is from 'Quaternion' class.
Quaternion ( double, double, double )This constructor is from 'Quaternion' class.
Quaternion ( double, double, double, double )This constructor is from 'Quaternion' class.
Quaternion ( Vector, double )This constructor is from 'Quaternion' class.
add ( Quaternion )This method is from 'Quaternion' class.
div ( Quaternion )This method is from 'Quaternion' class.
fromRotationMatrix ( Matrix )This method is from 'Quaternion' class.
mag ( )This method is from 'Quaternion' class.
mag_sq ( )This method is from 'Quaternion' class.
mul ( double )This method is from 'Quaternion' class.
mul ( Quaternion )This method is from 'Quaternion' class.
negate ( )This method is from 'Quaternion' class.
...
[+] Vector (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Vector. |
[+] affected methods (14)
Vector ( double[ ] )This constructor is from 'Vector' class.
Vector ( int )This constructor is from 'Vector' class.
Vector ( Tuple3d )This constructor is from 'Vector' class.
add ( Vector )This method is from 'Vector' class.
cross ( Vector )This method is from 'Vector' class.
dot ( Vector )This method is from 'Vector' class.
duplicate ( )This method is from 'Vector' class.
getSize ( )This method is from 'Vector' class.
length ( )This method is from 'Vector' class.
mul ( double )This method is from 'Vector' class.
negate ( )This method is from 'Vector' class.
normalize ( )This method is from 'Vector' class.
...
package org.openscience.cdk.math.qm
[+] AngularMomentum (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AngularMomentum. |
[+] affected methods (7)
AngularMomentum ( double )This constructor is from 'AngularMomentum' class.
getIminus ( )This method is from 'AngularMomentum' class.
getIplus ( )This method is from 'AngularMomentum' class.
getIx ( )This method is from 'AngularMomentum' class.
getIy ( )This method is from 'AngularMomentum' class.
getIz ( )This method is from 'AngularMomentum' class.
getSpinVector ( double, double )This method is from 'AngularMomentum' class.
[+] ClosedShellJob (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClosedShellJob. |
[+] affected methods (3)
ClosedShellJob ( Orbitals )This constructor is from 'ClosedShellJob' class.
calculate ( )This method is from 'ClosedShellJob' class.
getEnergies ( )This method is from 'ClosedShellJob' class.
[+] FourierGridBasis (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FourierGridBasis. |
[+] affected methods (14)
FourierGridBasis ( int, double, double, IFunction )This constructor is from 'FourierGridBasis' class.
calcI ( int, int, int, int )This method is from 'FourierGridBasis' class.
calcJ ( int, int )This method is from 'FourierGridBasis' class.
calcS ( int, int )This method is from 'FourierGridBasis' class.
calcV ( int, int )This method is from 'FourierGridBasis' class.
getMaxX ( )This method is from 'FourierGridBasis' class.
getMaxY ( )This method is from 'FourierGridBasis' class.
getMaxZ ( )This method is from 'FourierGridBasis' class.
getMinX ( )This method is from 'FourierGridBasis' class.
getMinY ( )This method is from 'FourierGridBasis' class.
getMinZ ( )This method is from 'FourierGridBasis' class.
getSize ( )This method is from 'FourierGridBasis' class.
...
[+] GaussiansBasis (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GaussiansBasis. |
[+] affected methods (23)
GaussiansBasis ( )This constructor is from 'GaussiansBasis' class.
GaussiansBasis ( int[ ], int[ ], int[ ], double[ ], Vector[ ], IAtom[ ] )This constructor is from 'GaussiansBasis' class.
calcD ( double, double, double, double, Vector, Vector )This method is from 'GaussiansBasis' class.
calcG ( int, double, double, double, double, double, double )This method is from 'GaussiansBasis' class.
calcG ( int, int, double, double, double, double, double, double, double, double, double )This method is from 'GaussiansBasis' class.
calcI ( int, int, int, int )This method is from 'GaussiansBasis' class.
calcI ( int, int, int, int, double, double, double, double, double, double, double, double, double )This method is from 'GaussiansBasis' class.
calcJ ( int, int )This method is from 'GaussiansBasis' class.
calcJ ( int, int, double, double, double, double )This method is from 'GaussiansBasis' class.
calcS ( int, int )This method is from 'GaussiansBasis' class.
calcV ( int, int )This method is from 'GaussiansBasis' class.
calcV ( int, int, Vector, double )This method is from 'GaussiansBasis' class.
...
[+] IBasis (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IBasis. |
[+] affected methods (13)
calcI ( int, int, int, int )This abstract method is from 'IBasis' interface.
calcJ ( int, int )This abstract method is from 'IBasis' interface.
calcS ( int, int )This abstract method is from 'IBasis' interface.
calcV ( int, int )This abstract method is from 'IBasis' interface.
getMaxX ( )This abstract method is from 'IBasis' interface.
getMaxY ( )This abstract method is from 'IBasis' interface.
getMaxZ ( )This abstract method is from 'IBasis' interface.
getMinX ( )This abstract method is from 'IBasis' interface.
getMinY ( )This abstract method is from 'IBasis' interface.
getMinZ ( )This abstract method is from 'IBasis' interface.
getSize ( )This abstract method is from 'IBasis' interface.
getValue ( int, double, double, double )This abstract method is from 'IBasis' interface.
...
[+] OneElectronJob (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OneElectronJob. |
[+] affected methods (3)
OneElectronJob ( Orbitals )This constructor is from 'OneElectronJob' class.
calculate ( )This method is from 'OneElectronJob' class.
getEnergies ( )This method is from 'OneElectronJob' class.
[+] Orbitals (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Orbitals. |
[+] affected methods (11)
Orbitals ( IBasis )This constructor is from 'Orbitals' class.
Orbitals ( IBasis, Matrix )This constructor is from 'Orbitals' class.
getBasis ( )This method is from 'Orbitals' class.
getCoefficients ( )This method is from 'Orbitals' class.
getCountBasis ( )This method is from 'Orbitals' class.
getCountElectrons ( )This method is from 'Orbitals' class.
getCountOrbitals ( )This method is from 'Orbitals' class.
getValue ( int, double, double, double )This method is from 'Orbitals' class.
getValues ( int, Matrix )This method is from 'Orbitals' class.
setCoefficients ( Matrix )This method is from 'Orbitals' class.
setCountElectrons ( int )This method is from 'Orbitals' class.
...
[+] SimpleBasisSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleBasisSet. |
[+] affected methods (1)
SimpleBasisSet ( IAtom[ ] )This constructor is from 'SimpleBasisSet' class.
package org.openscience.cdk.qsar
[+] IDescriptor (1)
| Change | Effect |
---|
1 | Abstract method getDescriptorNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDescriptorNames() in IDescriptor. |
[+] affected methods (5)
getParameterNames ( )This abstract method is from 'IDescriptor' interface.
getParameters ( )This abstract method is from 'IDescriptor' interface.
getParameterType ( String )This abstract method is from 'IDescriptor' interface.
getSpecification ( )This abstract method is from 'IDescriptor' interface.
setParameters ( Object[ ] )This abstract method is from 'IDescriptor' interface.
package org.openscience.cdk.qsar.descriptors.atomic
[+] AtomValenceDescriptor (1)
| Change | Effect |
---|
1 | Field valencesTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable valencesTable in AtomValenceDescriptor. |
[+] affected methods (7)
AtomValenceDescriptor ( )This constructor is from 'AtomValenceDescriptor' class.
calculate ( IAtom, IAtomContainer )This method is from 'AtomValenceDescriptor' class.
getParameterNames ( )This method is from 'AtomValenceDescriptor' class.
getParameters ( )This method is from 'AtomValenceDescriptor' class.
getParameterType ( String )This method is from 'AtomValenceDescriptor' class.
getSpecification ( )This method is from 'AtomValenceDescriptor' class.
setParameters ( Object[ ] )This method is from 'AtomValenceDescriptor' class.
[+] IPAtomicDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IPAtomicDescriptor. |
[+] affected methods (8)
IPAtomicDescriptor ( )This constructor is from 'IPAtomicDescriptor' class.
calculate ( IAtom, IAtomContainer )This method is from 'IPAtomicDescriptor' class.
getParameterNames ( )This method is from 'IPAtomicDescriptor' class.
getParameters ( )This method is from 'IPAtomicDescriptor' class.
getParameterType ( String )This method is from 'IPAtomicDescriptor' class.
getReactionSet ( )This method is from 'IPAtomicDescriptor' class.
getSpecification ( )This method is from 'IPAtomicDescriptor' class.
setParameters ( Object[ ] )This method is from 'IPAtomicDescriptor' class.
[+] PeriodicTablePositionDescriptor (1)
| Change | Effect |
---|
1 | Type of field periodicTable has been changed from java.util.Hashtable to java.util.Map. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.Hashtable, required: java.util.Map. |
[+] affected methods (7)
PeriodicTablePositionDescriptor ( )This constructor is from 'PeriodicTablePositionDescriptor' class.
calculate ( IAtom, IAtomContainer )This method is from 'PeriodicTablePositionDescriptor' class.
getParameterNames ( )This method is from 'PeriodicTablePositionDescriptor' class.
getParameters ( )This method is from 'PeriodicTablePositionDescriptor' class.
getParameterType ( String )This method is from 'PeriodicTablePositionDescriptor' class.
getSpecification ( )This method is from 'PeriodicTablePositionDescriptor' class.
setParameters ( Object[ ] )This method is from 'PeriodicTablePositionDescriptor' class.
package org.openscience.cdk.qsar.descriptors.bond
[+] BondPartialPiChargeDescriptor (1)
| Change | Effect |
---|
1 | Removed super-interface org.openscience.cdk.qsar.IBondDescriptor. | Recompilation of a client program may be terminated with the message: cannot find method in class BondPartialPiChargeDescriptor. |
[+] affected methods (7)
BondPartialPiChargeDescriptor ( )This constructor is from 'BondPartialPiChargeDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'BondPartialPiChargeDescriptor' class.
getParameterNames ( )This method is from 'BondPartialPiChargeDescriptor' class.
getParameters ( )This method is from 'BondPartialPiChargeDescriptor' class.
getParameterType ( String )This method is from 'BondPartialPiChargeDescriptor' class.
getSpecification ( )This method is from 'BondPartialPiChargeDescriptor' class.
setParameters ( Object[ ] )This method is from 'BondPartialPiChargeDescriptor' class.
[+] BondPartialSigmaChargeDescriptor (1)
| Change | Effect |
---|
1 | Removed super-interface org.openscience.cdk.qsar.IBondDescriptor. | Recompilation of a client program may be terminated with the message: cannot find method in class BondPartialSigmaChargeDescriptor. |
[+] affected methods (7)
BondPartialSigmaChargeDescriptor ( )This constructor is from 'BondPartialSigmaChargeDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'BondPartialSigmaChargeDescriptor' class.
getParameterNames ( )This method is from 'BondPartialSigmaChargeDescriptor' class.
getParameters ( )This method is from 'BondPartialSigmaChargeDescriptor' class.
getParameterType ( String )This method is from 'BondPartialSigmaChargeDescriptor' class.
getSpecification ( )This method is from 'BondPartialSigmaChargeDescriptor' class.
setParameters ( Object[ ] )This method is from 'BondPartialSigmaChargeDescriptor' class.
[+] BondPartialTChargeDescriptor (1)
| Change | Effect |
---|
1 | Removed super-interface org.openscience.cdk.qsar.IBondDescriptor. | Recompilation of a client program may be terminated with the message: cannot find method in class BondPartialTChargeDescriptor. |
[+] affected methods (7)
BondPartialTChargeDescriptor ( )This constructor is from 'BondPartialTChargeDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'BondPartialTChargeDescriptor' class.
getParameterNames ( )This method is from 'BondPartialTChargeDescriptor' class.
getParameters ( )This method is from 'BondPartialTChargeDescriptor' class.
getParameterType ( String )This method is from 'BondPartialTChargeDescriptor' class.
getSpecification ( )This method is from 'BondPartialTChargeDescriptor' class.
setParameters ( Object[ ] )This method is from 'BondPartialTChargeDescriptor' class.
[+] IPBondDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IPBondDescriptor. |
[+] affected methods (8)
IPBondDescriptor ( )This constructor is from 'IPBondDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'IPBondDescriptor' class.
getParameterNames ( )This method is from 'IPBondDescriptor' class.
getParameters ( )This method is from 'IPBondDescriptor' class.
getParameterType ( String )This method is from 'IPBondDescriptor' class.
getReactionSet ( )This method is from 'IPBondDescriptor' class.
getSpecification ( )This method is from 'IPBondDescriptor' class.
setParameters ( Object[ ] )This method is from 'IPBondDescriptor' class.
[+] ResonancePositiveChargeDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResonancePositiveChargeDescriptor. |
[+] affected methods (8)
ResonancePositiveChargeDescriptor ( )This constructor is from 'ResonancePositiveChargeDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'ResonancePositiveChargeDescriptor' class.
cleanFlagReactiveCenter ( IMolecule )This method is from 'ResonancePositiveChargeDescriptor' class.
getParameterNames ( )This method is from 'ResonancePositiveChargeDescriptor' class.
getParameters ( )This method is from 'ResonancePositiveChargeDescriptor' class.
getParameterType ( String )This method is from 'ResonancePositiveChargeDescriptor' class.
getSpecification ( )This method is from 'ResonancePositiveChargeDescriptor' class.
setParameters ( Object[ ] )This method is from 'ResonancePositiveChargeDescriptor' class.
package org.openscience.cdk.qsar.descriptors.molecular
[+] CarbonConnectivityOrderOneDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CarbonConnectivityOrderOneDescriptor. |
[+] affected methods (8)
CarbonConnectivityOrderOneDescriptor ( )This constructor is from 'CarbonConnectivityOrderOneDescriptor' class.
calculate ( IAtomContainer )This method is from 'CarbonConnectivityOrderOneDescriptor' class.
getDescriptorResultType ( )This method is from 'CarbonConnectivityOrderOneDescriptor' class.
getParameterNames ( )This method is from 'CarbonConnectivityOrderOneDescriptor' class.
getParameters ( )This method is from 'CarbonConnectivityOrderOneDescriptor' class.
getParameterType ( String )This method is from 'CarbonConnectivityOrderOneDescriptor' class.
getSpecification ( )This method is from 'CarbonConnectivityOrderOneDescriptor' class.
setParameters ( Object[ ] )This method is from 'CarbonConnectivityOrderOneDescriptor' class.
[+] CarbonConnectivityOrderZeroDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CarbonConnectivityOrderZeroDescriptor. |
[+] affected methods (8)
CarbonConnectivityOrderZeroDescriptor ( )This constructor is from 'CarbonConnectivityOrderZeroDescriptor' class.
calculate ( IAtomContainer )This method is from 'CarbonConnectivityOrderZeroDescriptor' class.
getDescriptorResultType ( )This method is from 'CarbonConnectivityOrderZeroDescriptor' class.
getParameterNames ( )This method is from 'CarbonConnectivityOrderZeroDescriptor' class.
getParameters ( )This method is from 'CarbonConnectivityOrderZeroDescriptor' class.
getParameterType ( String )This method is from 'CarbonConnectivityOrderZeroDescriptor' class.
getSpecification ( )This method is from 'CarbonConnectivityOrderZeroDescriptor' class.
setParameters ( Object[ ] )This method is from 'CarbonConnectivityOrderZeroDescriptor' class.
[+] IPMolecularDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IPMolecularDescriptor. |
[+] affected methods (10)
IPMolecularDescriptor ( )This constructor is from 'IPMolecularDescriptor' class.
calculate ( IAtomContainer )This method is from 'IPMolecularDescriptor' class.
calculatePlus ( IAtomContainer )This method is from 'IPMolecularDescriptor' class.
getDescriptorResultType ( )This method is from 'IPMolecularDescriptor' class.
getParameterNames ( )This method is from 'IPMolecularDescriptor' class.
getParameters ( )This method is from 'IPMolecularDescriptor' class.
getParameterType ( String )This method is from 'IPMolecularDescriptor' class.
getReactionSet ( )This method is from 'IPMolecularDescriptor' class.
getSpecification ( )This method is from 'IPMolecularDescriptor' class.
setParameters ( Object[ ] )This method is from 'IPMolecularDescriptor' class.
[+] TaeAminoAcidDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TaeAminoAcidDescriptor. |
[+] affected methods (8)
TaeAminoAcidDescriptor ( )This constructor is from 'TaeAminoAcidDescriptor' class.
calculate ( IAtomContainer )This method is from 'TaeAminoAcidDescriptor' class.
getDescriptorResultType ( )This method is from 'TaeAminoAcidDescriptor' class.
getParameterNames ( )This method is from 'TaeAminoAcidDescriptor' class.
getParameters ( )This method is from 'TaeAminoAcidDescriptor' class.
getParameterType ( String )This method is from 'TaeAminoAcidDescriptor' class.
getSpecification ( )This method is from 'TaeAminoAcidDescriptor' class.
setParameters ( Object[ ] )This method is from 'TaeAminoAcidDescriptor' class.
[+] ValenceCarbonConnectivityOrderOneDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValenceCarbonConnectivityOrderOneDescriptor. |
[+] affected methods (8)
ValenceCarbonConnectivityOrderOneDescriptor ( )This constructor is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
calculate ( IAtomContainer )This method is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
getDescriptorResultType ( )This method is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
getParameterNames ( )This method is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
getParameters ( )This method is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
getParameterType ( String )This method is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
getSpecification ( )This method is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
setParameters ( Object[ ] )This method is from 'ValenceCarbonConnectivityOrderOneDescriptor' class.
[+] ValenceCarbonConnectivityOrderZeroDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValenceCarbonConnectivityOrderZeroDescriptor. |
[+] affected methods (8)
ValenceCarbonConnectivityOrderZeroDescriptor ( )This constructor is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
calculate ( IAtomContainer )This method is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
getDescriptorResultType ( )This method is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
getParameterNames ( )This method is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
getParameters ( )This method is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
getParameterType ( String )This method is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
getSpecification ( )This method is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
setParameters ( Object[ ] )This method is from 'ValenceCarbonConnectivityOrderZeroDescriptor' class.
package org.openscience.cdk.qsar.model.weka
[+] IWekaModel (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IWekaModel. |
[+] affected methods (5)
getOptions ( )This abstract method is from 'IWekaModel' interface.
getPredictPredicted ( )This abstract method is from 'IWekaModel' interface.
setOptions ( String[ ] )This abstract method is from 'IWekaModel' interface.
setParameters ( Object[ ][ ] )This abstract method is from 'IWekaModel' interface.
setParametersCDK ( String )This abstract method is from 'IWekaModel' interface.
package org.openscience.cdk.qsar.result
[+] BooleanResult (1)
| Change | Effect |
---|
1 | Removed super-interface IDescriptorResult. | Recompilation of a client program may be terminated with the message: cannot find method in class BooleanResult. |
[+] affected methods (3)
BooleanResult ( boolean )This constructor is from 'BooleanResult' class.
booleanValue ( )This method is from 'BooleanResult' class.
toString ( )This method is from 'BooleanResult' class.
[+] DoubleArrayResult (1)
| Change | Effect |
---|
1 | Removed super-interface IDescriptorResult. | Recompilation of a client program may be terminated with the message: cannot find method in class DoubleArrayResult. |
[+] affected methods (6)
DoubleArrayResult ( )This constructor is from 'DoubleArrayResult' class.
DoubleArrayResult ( int )This constructor is from 'DoubleArrayResult' class.
add ( double )This method is from 'DoubleArrayResult' class.
get ( int )This method is from 'DoubleArrayResult' class.
length ( )This method is from 'DoubleArrayResult' class.
toString ( )This method is from 'DoubleArrayResult' class.
[+] IntegerArrayResult (1)
| Change | Effect |
---|
1 | Removed super-interface IDescriptorResult. | Recompilation of a client program may be terminated with the message: cannot find method in class IntegerArrayResult. |
[+] affected methods (6)
IntegerArrayResult ( )This constructor is from 'IntegerArrayResult' class.
IntegerArrayResult ( int )This constructor is from 'IntegerArrayResult' class.
add ( int )This method is from 'IntegerArrayResult' class.
get ( int )This method is from 'IntegerArrayResult' class.
length ( )This method is from 'IntegerArrayResult' class.
toString ( )This method is from 'IntegerArrayResult' class.
package org.openscience.cdk.reaction
[+] IReactionProcess (7)
| Change | Effect |
---|
1 | Abstract method getParameterClass ( Class ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getParameterClass(Class) in IReactionProcess. |
2 | Abstract method getParameterList ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getParameterList() in IReactionProcess. |
3 | Abstract method setParameterList ( List ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setParameterList(List) in IReactionProcess. |
4 | Abstract method getParameterNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getParameterNames() in interface IReactionProcess. |
5 | Abstract method getParameterType ( String ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getParameterType(String) in interface IReactionProcess. |
6 | Abstract method getParameters ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getParameters() in interface IReactionProcess. |
7 | Abstract method setParameters ( Object[ ] ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setParameters(Object[]) in interface IReactionProcess. |
[+] affected methods (2)
getSpecification ( )This abstract method is from 'IReactionProcess' interface.
initiate ( IMoleculeSet, IMoleculeSet )This abstract method is from 'IReactionProcess' interface.
package org.openscience.cdk.reaction.type
[+] BreakingBondReaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BreakingBondReaction. |
[+] affected methods (9)
BreakingBondReaction ( )This constructor is from 'BreakingBondReaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'BreakingBondReaction' class.
cleanFlagReactiveCenter ( IMolecule )This method is from 'BreakingBondReaction' class.
getParameterNames ( )This method is from 'BreakingBondReaction' class.
getParameters ( )This method is from 'BreakingBondReaction' class.
getParameterType ( String )This method is from 'BreakingBondReaction' class.
getSpecification ( )This method is from 'BreakingBondReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'BreakingBondReaction' class.
setParameters ( Object[ ] )This method is from 'BreakingBondReaction' class.
[+] CleavageBondMultiReaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleavageBondMultiReaction. |
[+] affected methods (8)
CleavageBondMultiReaction ( )This constructor is from 'CleavageBondMultiReaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'CleavageBondMultiReaction' class.
getParameterNames ( )This method is from 'CleavageBondMultiReaction' class.
getParameters ( )This method is from 'CleavageBondMultiReaction' class.
getParameterType ( String )This method is from 'CleavageBondMultiReaction' class.
getSpecification ( )This method is from 'CleavageBondMultiReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'CleavageBondMultiReaction' class.
setParameters ( Object[ ] )This method is from 'CleavageBondMultiReaction' class.
[+] CleavageBondReaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CleavageBondReaction. |
[+] affected methods (8)
CleavageBondReaction ( )This constructor is from 'CleavageBondReaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'CleavageBondReaction' class.
getParameterNames ( )This method is from 'CleavageBondReaction' class.
getParameters ( )This method is from 'CleavageBondReaction' class.
getParameterType ( String )This method is from 'CleavageBondReaction' class.
getSpecification ( )This method is from 'CleavageBondReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'CleavageBondReaction' class.
setParameters ( Object[ ] )This method is from 'CleavageBondReaction' class.
[+] DisplacementChargeFromAcceptorReaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DisplacementChargeFromAcceptorReaction. |
[+] affected methods (8)
DisplacementChargeFromAcceptorReaction ( )This constructor is from 'DisplacementChargeFromAcceptorReaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'DisplacementChargeFromAcceptorReaction' class.
getParameterNames ( )This method is from 'DisplacementChargeFromAcceptorReaction' class.
getParameters ( )This method is from 'DisplacementChargeFromAcceptorReaction' class.
getParameterType ( String )This method is from 'DisplacementChargeFromAcceptorReaction' class.
getSpecification ( )This method is from 'DisplacementChargeFromAcceptorReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'DisplacementChargeFromAcceptorReaction' class.
setParameters ( Object[ ] )This method is from 'DisplacementChargeFromAcceptorReaction' class.
[+] DisplacementChargeFromDonorReaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DisplacementChargeFromDonorReaction. |
[+] affected methods (8)
DisplacementChargeFromDonorReaction ( )This constructor is from 'DisplacementChargeFromDonorReaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'DisplacementChargeFromDonorReaction' class.
getParameterNames ( )This method is from 'DisplacementChargeFromDonorReaction' class.
getParameters ( )This method is from 'DisplacementChargeFromDonorReaction' class.
getParameterType ( String )This method is from 'DisplacementChargeFromDonorReaction' class.
getSpecification ( )This method is from 'DisplacementChargeFromDonorReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'DisplacementChargeFromDonorReaction' class.
setParameters ( Object[ ] )This method is from 'DisplacementChargeFromDonorReaction' class.
[+] HydrogenRearrangementDeltaReaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HydrogenRearrangementDeltaReaction. |
[+] affected methods (7)
HydrogenRearrangementDeltaReaction ( )This constructor is from 'HydrogenRearrangementDeltaReaction' class.
getParameterNames ( )This method is from 'HydrogenRearrangementDeltaReaction' class.
getParameters ( )This method is from 'HydrogenRearrangementDeltaReaction' class.
getParameterType ( String )This method is from 'HydrogenRearrangementDeltaReaction' class.
getSpecification ( )This method is from 'HydrogenRearrangementDeltaReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'HydrogenRearrangementDeltaReaction' class.
setParameters ( Object[ ] )This method is from 'HydrogenRearrangementDeltaReaction' class.
[+] HydrogenRearrangementGammaReaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HydrogenRearrangementGammaReaction. |
[+] affected methods (7)
HydrogenRearrangementGammaReaction ( )This constructor is from 'HydrogenRearrangementGammaReaction' class.
getParameterNames ( )This method is from 'HydrogenRearrangementGammaReaction' class.
getParameters ( )This method is from 'HydrogenRearrangementGammaReaction' class.
getParameterType ( String )This method is from 'HydrogenRearrangementGammaReaction' class.
getSpecification ( )This method is from 'HydrogenRearrangementGammaReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'HydrogenRearrangementGammaReaction' class.
setParameters ( Object[ ] )This method is from 'HydrogenRearrangementGammaReaction' class.
[+] RearrangementAnion1Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementAnion1Reaction. |
[+] affected methods (8)
RearrangementAnion1Reaction ( )This constructor is from 'RearrangementAnion1Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementAnion1Reaction' class.
getParameterNames ( )This method is from 'RearrangementAnion1Reaction' class.
getParameters ( )This method is from 'RearrangementAnion1Reaction' class.
getParameterType ( String )This method is from 'RearrangementAnion1Reaction' class.
getSpecification ( )This method is from 'RearrangementAnion1Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementAnion1Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementAnion1Reaction' class.
[+] RearrangementAnion2Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementAnion2Reaction. |
[+] affected methods (8)
RearrangementAnion2Reaction ( )This constructor is from 'RearrangementAnion2Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementAnion2Reaction' class.
getParameterNames ( )This method is from 'RearrangementAnion2Reaction' class.
getParameters ( )This method is from 'RearrangementAnion2Reaction' class.
getParameterType ( String )This method is from 'RearrangementAnion2Reaction' class.
getSpecification ( )This method is from 'RearrangementAnion2Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementAnion2Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementAnion2Reaction' class.
[+] RearrangementAnion3Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementAnion3Reaction. |
[+] affected methods (8)
RearrangementAnion3Reaction ( )This constructor is from 'RearrangementAnion3Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementAnion3Reaction' class.
getParameterNames ( )This method is from 'RearrangementAnion3Reaction' class.
getParameters ( )This method is from 'RearrangementAnion3Reaction' class.
getParameterType ( String )This method is from 'RearrangementAnion3Reaction' class.
getSpecification ( )This method is from 'RearrangementAnion3Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementAnion3Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementAnion3Reaction' class.
[+] RearrangementCation1Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementCation1Reaction. |
[+] affected methods (8)
RearrangementCation1Reaction ( )This constructor is from 'RearrangementCation1Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementCation1Reaction' class.
getParameterNames ( )This method is from 'RearrangementCation1Reaction' class.
getParameters ( )This method is from 'RearrangementCation1Reaction' class.
getParameterType ( String )This method is from 'RearrangementCation1Reaction' class.
getSpecification ( )This method is from 'RearrangementCation1Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementCation1Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementCation1Reaction' class.
[+] RearrangementCation2Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementCation2Reaction. |
[+] affected methods (8)
RearrangementCation2Reaction ( )This constructor is from 'RearrangementCation2Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementCation2Reaction' class.
getParameterNames ( )This method is from 'RearrangementCation2Reaction' class.
getParameters ( )This method is from 'RearrangementCation2Reaction' class.
getParameterType ( String )This method is from 'RearrangementCation2Reaction' class.
getSpecification ( )This method is from 'RearrangementCation2Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementCation2Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementCation2Reaction' class.
[+] RearrangementCation3Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementCation3Reaction. |
[+] affected methods (9)
RearrangementCation3Reaction ( )This constructor is from 'RearrangementCation3Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementCation3Reaction' class.
cleanFlagReactiveCenter ( IMolecule )This method is from 'RearrangementCation3Reaction' class.
getParameterNames ( )This method is from 'RearrangementCation3Reaction' class.
getParameters ( )This method is from 'RearrangementCation3Reaction' class.
getParameterType ( String )This method is from 'RearrangementCation3Reaction' class.
getSpecification ( )This method is from 'RearrangementCation3Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementCation3Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementCation3Reaction' class.
[+] RearrangementRadical1Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementRadical1Reaction. |
[+] affected methods (8)
RearrangementRadical1Reaction ( )This constructor is from 'RearrangementRadical1Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementRadical1Reaction' class.
getParameterNames ( )This method is from 'RearrangementRadical1Reaction' class.
getParameters ( )This method is from 'RearrangementRadical1Reaction' class.
getParameterType ( String )This method is from 'RearrangementRadical1Reaction' class.
getSpecification ( )This method is from 'RearrangementRadical1Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementRadical1Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementRadical1Reaction' class.
[+] RearrangementRadical2Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementRadical2Reaction. |
[+] affected methods (8)
RearrangementRadical2Reaction ( )This constructor is from 'RearrangementRadical2Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementRadical2Reaction' class.
getParameterNames ( )This method is from 'RearrangementRadical2Reaction' class.
getParameters ( )This method is from 'RearrangementRadical2Reaction' class.
getParameterType ( String )This method is from 'RearrangementRadical2Reaction' class.
getSpecification ( )This method is from 'RearrangementRadical2Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementRadical2Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementRadical2Reaction' class.
[+] RearrangementRadical3Reaction (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RearrangementRadical3Reaction. |
[+] affected methods (8)
RearrangementRadical3Reaction ( )This constructor is from 'RearrangementRadical3Reaction' class.
cleanFlagBOND ( IAtomContainer )This method is from 'RearrangementRadical3Reaction' class.
getParameterNames ( )This method is from 'RearrangementRadical3Reaction' class.
getParameters ( )This method is from 'RearrangementRadical3Reaction' class.
getParameterType ( String )This method is from 'RearrangementRadical3Reaction' class.
getSpecification ( )This method is from 'RearrangementRadical3Reaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RearrangementRadical3Reaction' class.
setParameters ( Object[ ] )This method is from 'RearrangementRadical3Reaction' class.
package org.openscience.cdk.renderer
[+] AlphaRenderer2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AlphaRenderer2D. |
[+] affected methods (5)
AlphaRenderer2D ( )This constructor is from 'AlphaRenderer2D' class.
AlphaRenderer2D ( Renderer2DModel )This constructor is from 'AlphaRenderer2D' class.
getRingSet ( IAtomContainer )This method is from 'AlphaRenderer2D' class.
paintEmptySpace ( int, int, int, int, int, Color, Graphics2D )This method is from 'AlphaRenderer2D' class.
paintMolecule ( IAtomContainer, Graphics2D )This method is from 'AlphaRenderer2D' class.
[+] Arrow (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Arrow. |
[+] affected methods (5)
Arrow ( IAtom, IAtom )This constructor is from 'Arrow' class.
getEnd ( )This method is from 'Arrow' class.
getStart ( )This method is from 'Arrow' class.
setEnd ( IAtom )This method is from 'Arrow' class.
setStart ( IAtom )This method is from 'Arrow' class.
[+] ArrowRenderer2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArrowRenderer2D. |
[+] affected methods (5)
ArrowRenderer2D ( )This constructor is from 'ArrowRenderer2D' class.
ArrowRenderer2D ( Renderer2DModel )This constructor is from 'ArrowRenderer2D' class.
contructArc ( Arrow )This method is from 'ArrowRenderer2D' class.
contructArrowHead ( Arc2D.Double )This method is from 'ArrowRenderer2D' class.
paintArrows ( Arrow[ ], Graphics2D )This method is from 'ArrowRenderer2D' class.
[+] GraphRendererModel (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GraphRendererModel. |
[+] affected methods (20)
GraphRendererModel ( )This constructor is from 'GraphRendererModel' class.
addFunction ( IFunction )This method is from 'GraphRendererModel' class.
addFunction ( IFunction, Color )This method is from 'GraphRendererModel' class.
getDisplayMode ( )This method is from 'GraphRendererModel' class.
getFunction ( int )This method is from 'GraphRendererModel' class.
getFunctionColor ( int )This method is from 'GraphRendererModel' class.
getFunctionsSize ( )This method is from 'GraphRendererModel' class.
getTitle ( )This method is from 'GraphRendererModel' class.
getXMax ( )This method is from 'GraphRendererModel' class.
getXMin ( )This method is from 'GraphRendererModel' class.
getXTitle ( )This method is from 'GraphRendererModel' class.
getYMax ( )This method is from 'GraphRendererModel' class.
...
[+] Renderer2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Renderer2D. |
[+] affected methods (7)
Renderer2D ( )This constructor is from 'Renderer2D' class.
Renderer2D ( Renderer2DModel )This constructor is from 'Renderer2D' class.
paintChemModel ( IChemModel, Graphics2D )This method is from 'Renderer2D' class.
paintMoleculeSet ( IMoleculeSet, Graphics2D )This method is from 'Renderer2D' class.
paintMoleculeSet ( IMoleculeSet, Graphics2D, boolean )This method is from 'Renderer2D' class.
paintReaction ( IReaction, Graphics2D )This method is from 'Renderer2D' class.
paintReactionSet ( IReactionSet, Graphics2D )This method is from 'Renderer2D' class.
[+] SimpleRenderer2D (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleRenderer2D. |
[+] affected methods (6)
SimpleRenderer2D ( )This constructor is from 'SimpleRenderer2D' class.
SimpleRenderer2D ( Renderer2DModel )This constructor is from 'SimpleRenderer2D' class.
paintMolecule ( IAtomContainer, Graphics2D )This method is from 'SimpleRenderer2D' class.
paintMolecule ( IAtomContainer, Graphics2D, Rectangle2D )This method is from 'SimpleRenderer2D' class.
paintMolecule ( IAtomContainer, Graphics2D, boolean, boolean )This method is from 'SimpleRenderer2D' class.
redoSSSR ( List )This method is from 'SimpleRenderer2D' class.
package org.openscience.cdk.smiles
[+] InterruptableSmilesParser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InterruptableSmilesParser. |
[+] affected methods (2)
InterruptableSmilesParser ( IChemObjectBuilder )This constructor is from 'InterruptableSmilesParser' class.
parseSmiles ( String, long )This method is from 'InterruptableSmilesParser' class.
package org.openscience.cdk.tools
[+] HydrogenAdder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HydrogenAdder. |
[+] affected methods (11)
HydrogenAdder ( )This constructor is from 'HydrogenAdder' class.
HydrogenAdder ( String )This constructor is from 'HydrogenAdder' class.
HydrogenAdder ( IValencyChecker )This constructor is from 'HydrogenAdder' class.
addExplicitHydrogensToSatisfyValency ( IAtomContainer )This method is from 'HydrogenAdder' class.
addExplicitHydrogensToSatisfyValency ( IAtomContainer, IAtom )This method is from 'HydrogenAdder' class.
addExplicitHydrogensToSatisfyValency ( IAtomContainer, IAtom, int, IAtomContainer )This method is from 'HydrogenAdder' class.
addExplicitHydrogensToSatisfyValency ( IAtomContainer, IAtom, IAtomContainer )This method is from 'HydrogenAdder' class.
addHydrogensToSatisfyValency ( IAtomContainer, IAtom, IAtomContainer )This method is from 'HydrogenAdder' class.
addHydrogensToSatisfyValency ( IMolecule )This method is from 'HydrogenAdder' class.
addImplicitHydrogensToSatisfyValency ( IAtomContainer )This method is from 'HydrogenAdder' class.
addImplicitHydrogensToSatisfyValency ( IAtomContainer, IAtom )This method is from 'HydrogenAdder' class.
...
[+] IsotopeGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IsotopeGenerator. |
[+] affected methods (3)
IsotopeGenerator ( )This constructor is from 'IsotopeGenerator' class.
IsotopeGenerator ( double )This constructor is from 'IsotopeGenerator' class.
getIsotopes ( IAtomContainer )This method is from 'IsotopeGenerator' class.
[+] IValencyChecker (1)
| Change | Effect |
---|
1 | Abstract method calculateNumberOfImplicitHydrogens ( IAtom, IAtomContainer ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method calculateNumberOfImplicitHydrogens(IAtom, IAtomContainer) in interface IValencyChecker. |
[+] affected methods (2)
isSaturated ( IAtom, IAtomContainer )This abstract method is from 'IValencyChecker' interface.
isSaturated ( IAtomContainer )This abstract method is from 'IValencyChecker' interface.
[+] MFAnalyser (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MFAnalyser. |
[+] affected methods (21)
MFAnalyser ( String, IAtomContainer )This constructor is from 'MFAnalyser' class.
MFAnalyser ( IAtomContainer )This constructor is from 'MFAnalyser' class.
MFAnalyser ( IAtomContainer, boolean )This constructor is from 'MFAnalyser' class.
analyseAtomContainer ( IAtomContainer )This method is from 'MFAnalyser' class.
generateElementFormula ( IMolecule, String[ ] )This method is from 'MFAnalyser' class.
getAtomContainer ( )This method is from 'MFAnalyser' class.
getAtomCount ( String )This method is from 'MFAnalyser' class.
getCanonicalMass ( )This method is from 'MFAnalyser' class.
getCanonicalMass ( IElement )This method is from 'MFAnalyser' class.
getDBE ( )This method is from 'MFAnalyser' class.
getElementCount ( )This method is from 'MFAnalyser' class.
getElements ( )This method is from 'MFAnalyser' class.
...
[+] ValencyChecker (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValencyChecker. |
[+] affected methods (19)
ValencyChecker ( )This constructor is from 'ValencyChecker' class.
ValencyChecker ( String )This constructor is from 'ValencyChecker' class.
allSaturated ( IAtomContainer )This method is from 'ValencyChecker' class.
calculateNumberOfImplicitHydrogens ( IAtom )This method is from 'ValencyChecker' class.
calculateNumberOfImplicitHydrogens ( IAtom, double, double, double, int )This method is from 'ValencyChecker' class.
calculateNumberOfImplicitHydrogens ( IAtom, IAtomContainer )This method is from 'ValencyChecker' class.
couldMatchAtomType ( IAtom, double, double, IAtomType )This method is from 'ValencyChecker' class.
couldMatchAtomType ( IAtomContainer, IAtom, IAtomType )This method is from 'ValencyChecker' class.
getAtomTypeFactory ( IChemObjectBuilder )This method is from 'ValencyChecker' class.
isSaturated ( IAtom, IAtomContainer )This method is from 'ValencyChecker' class.
isSaturated ( IAtomContainer )This method is from 'ValencyChecker' class.
isSaturated ( IBond, IAtomContainer )This method is from 'ValencyChecker' class.
...
[+] ValencyHybridChecker (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValencyHybridChecker. |
[+] affected methods (18)
ValencyHybridChecker ( )This constructor is from 'ValencyHybridChecker' class.
ValencyHybridChecker ( String )This constructor is from 'ValencyHybridChecker' class.
allSaturated ( IAtomContainer )This method is from 'ValencyHybridChecker' class.
calculateNumberOfImplicitHydrogens ( IAtom, double, double, int )This method is from 'ValencyHybridChecker' class.
calculateNumberOfImplicitHydrogens ( IAtom, IAtomContainer )This method is from 'ValencyHybridChecker' class.
couldMatchAtomType ( IAtom, double, double, IAtomType )This method is from 'ValencyHybridChecker' class.
couldMatchAtomType ( IAtomContainer, IAtom, IAtomType )This method is from 'ValencyHybridChecker' class.
getAtomTypeFactory ( IChemObjectBuilder )This method is from 'ValencyHybridChecker' class.
isInterrupted ( )This method is from 'ValencyHybridChecker' class.
isSaturated ( IAtom, IAtomContainer )This method is from 'ValencyHybridChecker' class.
isSaturated ( IAtomContainer )This method is from 'ValencyHybridChecker' class.
isSaturated ( IBond, IAtomContainer )This method is from 'ValencyHybridChecker' class.
...
package org.openscience.cdk.validate
[+] PDBValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PDBValidator. |
[+] affected methods (2)
PDBValidator ( )This constructor is from 'PDBValidator' class.
validateChemModel ( IChemModel )This method is from 'PDBValidator' class.
[+] ValencyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ValencyValidator. |
[+] affected methods (2)
ValencyValidator ( )This constructor is from 'ValencyValidator' class.
validateMolecule ( IMolecule )This method is from 'ValencyValidator' class.
package org.openscience.dadml
[+] DATABASE (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DATABASE. |
[+] affected methods (6)
DATABASE ( )This constructor is from 'DATABASE' class.
DATABASE ( String )This constructor is from 'DATABASE' class.
getDefinition ( )This method is from 'DATABASE' class.
getURL ( )This method is from 'DATABASE' class.
setDefinition ( String )This method is from 'DATABASE' class.
setURL ( String )This method is from 'DATABASE' class.
[+] DBDATA (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDATA. |
[+] affected methods (9)
DBDATA ( )This constructor is from 'DBDATA' class.
addField ( FIELD )This method is from 'DBDATA' class.
fields ( )This method is from 'DBDATA' class.
getAUTHOR ( )This method is from 'DBDATA' class.
getTITLE ( )This method is from 'DBDATA' class.
getURL ( )This method is from 'DBDATA' class.
setAUTHOR ( String )This method is from 'DBDATA' class.
setTITLE ( String )This method is from 'DBDATA' class.
setURL ( String )This method is from 'DBDATA' class.
[+] DBDEF (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDEF. |
[+] affected methods (9)
DBDEF ( )This constructor is from 'DBDEF' class.
addField ( FIELD )This method is from 'DBDEF' class.
fields ( )This method is from 'DBDEF' class.
getAUTHOR ( )This method is from 'DBDEF' class.
getTITLE ( )This method is from 'DBDEF' class.
getURL ( )This method is from 'DBDEF' class.
setAUTHOR ( String )This method is from 'DBDEF' class.
setTITLE ( String )This method is from 'DBDEF' class.
setURL ( String )This method is from 'DBDEF' class.
[+] DBDEFLIST (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDEFLIST. |
[+] affected methods (3)
DBDEFLIST ( )This constructor is from 'DBDEFLIST' class.
addDBDEF ( DBDEF )This method is from 'DBDEFLIST' class.
elements ( )This method is from 'DBDEFLIST' class.
[+] DBLIST (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBLIST. |
[+] affected methods (4)
DBLIST ( )This constructor is from 'DBLIST' class.
addDatabase ( DATABASE )This method is from 'DBLIST' class.
databases ( )This method is from 'DBLIST' class.
getDatabaseCount ( )This method is from 'DBLIST' class.
[+] FIELD (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FIELD. |
[+] affected methods (11)
FIELD ( )This constructor is from 'FIELD' class.
addINDEX ( INDEX )This method is from 'FIELD' class.
getINDEX ( )This method is from 'FIELD' class.
getMIMETYPE ( )This method is from 'FIELD' class.
getNAME ( )This method is from 'FIELD' class.
getSOURCE ( )This method is from 'FIELD' class.
getTYPE ( )This method is from 'FIELD' class.
setMIMETYPE ( String )This method is from 'FIELD' class.
setNAME ( String )This method is from 'FIELD' class.
setSOURCE ( String )This method is from 'FIELD' class.
setTYPE ( String )This method is from 'FIELD' class.
...
[+] INDEX (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class INDEX. |
[+] affected methods (11)
INDEX ( )This constructor is from 'INDEX' class.
getACCESS_PREFIX ( )This method is from 'INDEX' class.
getACCESS_SUFFIX ( )This method is from 'INDEX' class.
getACCESS_TYPE ( )This method is from 'INDEX' class.
getDATA_URL ( )This method is from 'INDEX' class.
getTYPE ( )This method is from 'INDEX' class.
setACCESS_PREFIX ( String )This method is from 'INDEX' class.
setACCESS_SUFFIX ( String )This method is from 'INDEX' class.
setACCESS_TYPE ( String )This method is from 'INDEX' class.
setDATA_URL ( String )This method is from 'INDEX' class.
setTYPE ( String )This method is from 'INDEX' class.
...
package org.openscience.dadml.filereaders
[+] DBDATAFileReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDATAFileReader. |
[+] affected methods (3)
DBDATAFileReader ( )This constructor is from 'DBDATAFileReader' class.
read ( String )This method is from 'DBDATAFileReader' class.
read ( String, String, String )This method is from 'DBDATAFileReader' class.
[+] DBDEFFileReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDEFFileReader. |
[+] affected methods (3)
DBDEFFileReader ( )This constructor is from 'DBDEFFileReader' class.
read ( String )This method is from 'DBDEFFileReader' class.
read ( String, String, String )This method is from 'DBDEFFileReader' class.
[+] DBLISTFileReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBLISTFileReader. |
[+] affected methods (3)
DBLISTFileReader ( )This constructor is from 'DBLISTFileReader' class.
read ( String )This method is from 'DBLISTFileReader' class.
read ( String, String, String )This method is from 'DBLISTFileReader' class.
package org.openscience.dadml.handlers
[+] DBDATAHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDATAHandler. |
[+] affected methods (5)
DBDATAHandler ( )This constructor is from 'DBDATAHandler' class.
endDocument ( )This method is from 'DBDATAHandler' class.
returnDBDATA ( )This method is from 'DBDATAHandler' class.
startDocument ( )This method is from 'DBDATAHandler' class.
startElement ( String, String, String, Attributes )This method is from 'DBDATAHandler' class.
[+] DBDEFHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDEFHandler. |
[+] affected methods (7)
DBDEFHandler ( )This constructor is from 'DBDEFHandler' class.
characters ( char[ ], int, int )This method is from 'DBDEFHandler' class.
endDocument ( )This method is from 'DBDEFHandler' class.
endElement ( String, String, String )This method is from 'DBDEFHandler' class.
returnDBDEF ( )This method is from 'DBDEFHandler' class.
startDocument ( )This method is from 'DBDEFHandler' class.
startElement ( String, String, String, Attributes )This method is from 'DBDEFHandler' class.
[+] DBLISTHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBLISTHandler. |
[+] affected methods (4)
DBLISTHandler ( )This constructor is from 'DBLISTHandler' class.
returnDBLIST ( )This method is from 'DBLISTHandler' class.
startDocument ( )This method is from 'DBLISTHandler' class.
startElement ( String, String, String, Attributes )This method is from 'DBLISTHandler' class.
package org.openscience.dadml.tools
[+] DBDEFInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDEFInfo. |
[+] affected methods (3)
DBDEFInfo ( )This constructor is from 'DBDEFInfo' class.
getIndices ( DBDEF )This method is from 'DBDEFInfo' class.
hasINDEX ( DBDEF, String )This method is from 'DBDEFInfo' class.
package org.openscience.dadml.viewers
[+] DBDEFViewer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBDEFViewer. |
[+] affected methods (2)
DBDEFViewer ( )This constructor is from 'DBDEFViewer' class.
print ( DBDEF )This method is from 'DBDEFViewer' class.
[+] DBLISTViewer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DBLISTViewer. |
[+] affected methods (2)
DBLISTViewer ( )This constructor is from 'DBLISTViewer' class.
print ( DBLIST )This method is from 'DBLISTViewer' class.
package org.rosuda.JRI
[+] RMainLoopCallbacks (2)
| Change | Effect |
---|
1 | Abstract method rWriteConsole ( JRI.Rengine, String, int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method rWriteConsole(JRI.Rengine, String, int) in RMainLoopCallbacks. |
2 | Abstract method rWriteConsole ( JRI.Rengine, String ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method rWriteConsole(JRI.Rengine, String) in interface RMainLoopCallbacks. |
[+] affected methods (9)
Rengine ( String[ ], boolean, JRI.RMainLoopCallbacks )3rd parameter 'p3' of this method has type 'RMainLoopCallbacks'.
addMainLoopCallbacks ( JRI.RMainLoopCallbacks )1st parameter 'p1' of this method has type 'RMainLoopCallbacks'.
rBusy ( JRI.Rengine, int )This abstract method is from 'RMainLoopCallbacks' interface.
rChooseFile ( JRI.Rengine, int )This abstract method is from 'RMainLoopCallbacks' interface.
rFlushConsole ( JRI.Rengine )This abstract method is from 'RMainLoopCallbacks' interface.
rLoadHistory ( JRI.Rengine, String )This abstract method is from 'RMainLoopCallbacks' interface.
rReadConsole ( JRI.Rengine, String, int )This abstract method is from 'RMainLoopCallbacks' interface.
rSaveHistory ( JRI.Rengine, String )This abstract method is from 'RMainLoopCallbacks' interface.
rShowMessage ( JRI.Rengine, String )This abstract method is from 'RMainLoopCallbacks' interface.
package org.xmlcml.cml.base
[+] BooleanArrayAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BooleanArrayAttribute. |
[+] affected methods (13)
BooleanArrayAttribute ( String )This constructor is from 'BooleanArrayAttribute' class.
BooleanArrayAttribute ( Attribute )This constructor is from 'BooleanArrayAttribute' class.
BooleanArrayAttribute ( Attribute, String )This constructor is from 'BooleanArrayAttribute' class.
BooleanArrayAttribute ( BooleanArrayAttribute )This constructor is from 'BooleanArrayAttribute' class.
checkValue ( boolean[ ] )This method is from 'BooleanArrayAttribute' class.
getCMLValue ( )This method is from 'BooleanArrayAttribute' class.
getIntegerArray ( )This method is from 'BooleanArrayAttribute' class.
getJavaGetMethod ( )This method is from 'BooleanArrayAttribute' class.
getJavaShortClassName ( )This method is from 'BooleanArrayAttribute' class.
getJavaType ( )This method is from 'BooleanArrayAttribute' class.
setCMLValue ( boolean[ ] )This method is from 'BooleanArrayAttribute' class.
setCMLValue ( String )This method is from 'BooleanArrayAttribute' class.
...
[+] BooleanAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BooleanAttribute. |
[+] affected methods (12)
BooleanAttribute ( String )This constructor is from 'BooleanAttribute' class.
BooleanAttribute ( Attribute )This constructor is from 'BooleanAttribute' class.
BooleanAttribute ( Attribute, String )This constructor is from 'BooleanAttribute' class.
BooleanAttribute ( BooleanAttribute )This constructor is from 'BooleanAttribute' class.
checkValue ( boolean )This method is from 'BooleanAttribute' class.
getBoolean ( )This method is from 'BooleanAttribute' class.
getCMLValue ( )This method is from 'BooleanAttribute' class.
getJavaGetMethod ( )This method is from 'BooleanAttribute' class.
getJavaShortClassName ( )This method is from 'BooleanAttribute' class.
getJavaType ( )This method is from 'BooleanAttribute' class.
setCMLValue ( String )This method is from 'BooleanAttribute' class.
setCMLValue ( boolean )This method is from 'BooleanAttribute' class.
...
[+] CMLAttribute (1)
| Change | Effect |
---|
1 | Field schemaType has been renamed to cmlType. | Recompilation of a client program may be terminated with the message: cannot find variable schemaType in CMLAttribute. |
[+] affected methods (838)
CMLAttribute ( String )This constructor is from 'CMLAttribute' class.
CMLAttribute ( String, String )This constructor is from 'CMLAttribute' class.
CMLAttribute ( String, String, String )This constructor is from 'CMLAttribute' class.
CMLAttribute ( Attribute )This constructor is from 'CMLAttribute' class.
CMLAttribute ( Attribute, String )This constructor is from 'CMLAttribute' class.
CMLAttribute ( CMLAttribute )1st parameter 'att' of this method has type 'CMLAttribute'.
compareTo ( Attribute )This method is from 'CMLAttribute' class.
copy ( )This method is from 'CMLAttribute' class.
getAttributeGroupName ( )This method is from 'CMLAttribute' class.
getCMLValue ( )This method is from 'CMLAttribute' class.
getDescription ( )This method is from 'CMLAttribute' class.
getJavaGetMethod ( )This method is from 'CMLAttribute' class.
...
[+] CMLElement (1)
| Change | Effect |
---|
1 | Access level of field propertyMap has been changed from protected to private. | Recompilation of a client program may be terminated with the message: propertyMap has private access in CMLElement. |
[+] affected methods (40)
CMLElement ( )This constructor is from 'CMLElement' class.
CMLElement ( String )This constructor is from 'CMLElement' class.
CMLElement ( CMLElement )This constructor is from 'CMLElement' class.
compareTo ( CMLElement )1st parameter 'elem' of this method has type 'CMLElement'.
copy ( )This method is from 'CMLElement' class.
copyAttributesFromTo ( Element, Element )This method is from 'CMLElement' class.
copyNamespaces ( CMLElement )This method is from 'CMLElement' class.
copyProperties ( CMLElement )This method is from 'CMLElement' class.
debug ( )This method is from 'CMLElement' class.
detach ( )This method is from 'CMLElement' class.
finishMakingElement ( Element )This method is from 'CMLElement' class.
getAncestry ( )This method is from 'CMLElement' class.
...
[+] CMLException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLException. |
[+] affected methods (3)
CMLException ( )This constructor is from 'CMLException' class.
CMLException ( String )This constructor is from 'CMLException' class.
CMLException ( ParsingException, String )This constructor is from 'CMLException' class.
[+] CMLNamespace (1)
| Change | Effect |
---|
1 | Field currentNamespaceURI has been renamed to prefix. | Recompilation of a client program may be terminated with the message: cannot find variable currentNamespaceURI in CMLNamespace. |
[+] affected methods (1)
guessNamespace ( String )This method is from 'CMLNamespace' abstract class.
[+] CMLRuntime (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLRuntime. |
[+] affected methods (4)
CMLRuntime ( )This constructor is from 'CMLRuntime' class.
CMLRuntime ( String )This constructor is from 'CMLRuntime' class.
CMLRuntime ( ParsingException, String )This constructor is from 'CMLRuntime' class.
CMLRuntime ( CMLException )This constructor is from 'CMLRuntime' class.
[+] CMLUtil (18)
| Change | Effect |
---|
1 | Field BADEXAMPLEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable BADEXAMPLEDIRECTORY in CMLUtil. |
2 | Field BASETESTDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable BASETESTDIRECTORY in CMLUtil. |
3 | Field CMLSOURCEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable CMLSOURCEDIRECTORY in CMLUtil. |
4 | Field COMPLEXEXAMPLEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable COMPLEXEXAMPLEDIRECTORY in CMLUtil. |
5 | Field DICTDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DICTDIRECTORY in CMLUtil. |
6 | Field DICTTOPDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DICTTOPDIRECTORY in CMLUtil. |
7 | Field EXAMPLEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable EXAMPLEDIRECTORY in CMLUtil. |
8 | Field JUMBODIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable JUMBODIRECTORY in CMLUtil. |
9 | Field SCHEMADIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SCHEMADIRECTORY in CMLUtil. |
10 | Field SIMPLEDICTDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SIMPLEDICTDIRECTORY in CMLUtil. |
11 | Field SOURCEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SOURCEDIRECTORY in CMLUtil. |
12 | Field TESTDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable TESTDIRECTORY in CMLUtil. |
13 | Field UNITSDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UNITSDIRECTORY in CMLUtil. |
14 | Field USERDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable USERDIRECTORY in CMLUtil. |
15 | Field WORKSPACEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable WORKSPACEDIRECTORY in CMLUtil. |
16 | Field XSDCOMPLEXEXAMPLEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable XSDCOMPLEXEXAMPLEDIRECTORY in CMLUtil. |
17 | Field XSDCOMPLEXTYPEEXAMPLEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable XSDCOMPLEXTYPEEXAMPLEDIRECTORY in CMLUtil. |
18 | Field XSDEXAMPLEDIRECTORY of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable XSDEXAMPLEDIRECTORY in CMLUtil. |
[+] affected methods (4)
CMLUtil ( )This constructor is from 'CMLUtil' abstract class.
checkPrefixedName ( String )This method is from 'CMLUtil' abstract class.
debug ( Element )This method is from 'CMLUtil' abstract class.
toArray ( Elements, Object[ ] )This method is from 'CMLUtil' abstract class.
[+] DoubleArrayAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoubleArrayAttribute. |
[+] affected methods (13)
DoubleArrayAttribute ( String )This constructor is from 'DoubleArrayAttribute' class.
DoubleArrayAttribute ( Attribute )This constructor is from 'DoubleArrayAttribute' class.
DoubleArrayAttribute ( Attribute, String )This constructor is from 'DoubleArrayAttribute' class.
DoubleArrayAttribute ( DoubleArrayAttribute )This constructor is from 'DoubleArrayAttribute' class.
checkValue ( double[ ] )This method is from 'DoubleArrayAttribute' class.
getCMLValue ( )This method is from 'DoubleArrayAttribute' class.
getDoubleArray ( )This method is from 'DoubleArrayAttribute' class.
getJavaGetMethod ( )This method is from 'DoubleArrayAttribute' class.
getJavaShortClassName ( )This method is from 'DoubleArrayAttribute' class.
getJavaType ( )This method is from 'DoubleArrayAttribute' class.
setCMLValue ( double[ ] )This method is from 'DoubleArrayAttribute' class.
setCMLValue ( String )This method is from 'DoubleArrayAttribute' class.
...
[+] DoubleAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoubleAttribute. |
[+] affected methods (11)
DoubleAttribute ( String )This constructor is from 'DoubleAttribute' class.
DoubleAttribute ( Attribute )This constructor is from 'DoubleAttribute' class.
DoubleAttribute ( Attribute, String )This constructor is from 'DoubleAttribute' class.
DoubleAttribute ( DoubleAttribute )This constructor is from 'DoubleAttribute' class.
checkValue ( double )This method is from 'DoubleAttribute' class.
getDouble ( )This method is from 'DoubleAttribute' class.
getJavaGetMethod ( )This method is from 'DoubleAttribute' class.
getJavaShortClassName ( )This method is from 'DoubleAttribute' class.
getJavaType ( )This method is from 'DoubleAttribute' class.
setCMLValue ( double )This method is from 'DoubleAttribute' class.
setCMLValue ( String )This method is from 'DoubleAttribute' class.
...
[+] IntArrayAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntArrayAttribute. |
[+] affected methods (13)
IntArrayAttribute ( String )This constructor is from 'IntArrayAttribute' class.
IntArrayAttribute ( Attribute )This constructor is from 'IntArrayAttribute' class.
IntArrayAttribute ( Attribute, String )This constructor is from 'IntArrayAttribute' class.
IntArrayAttribute ( IntArrayAttribute )This constructor is from 'IntArrayAttribute' class.
checkValue ( int[ ] )This method is from 'IntArrayAttribute' class.
getCMLValue ( )This method is from 'IntArrayAttribute' class.
getIntegerArray ( )This method is from 'IntArrayAttribute' class.
getJavaGetMethod ( )This method is from 'IntArrayAttribute' class.
getJavaShortClassName ( )This method is from 'IntArrayAttribute' class.
getJavaType ( )This method is from 'IntArrayAttribute' class.
setCMLValue ( int[ ] )This method is from 'IntArrayAttribute' class.
setCMLValue ( String )This method is from 'IntArrayAttribute' class.
...
[+] IntAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntAttribute. |
[+] affected methods (12)
IntAttribute ( String )This constructor is from 'IntAttribute' class.
IntAttribute ( Attribute )This constructor is from 'IntAttribute' class.
IntAttribute ( Attribute, String )This constructor is from 'IntAttribute' class.
IntAttribute ( IntAttribute )This constructor is from 'IntAttribute' class.
checkValue ( int )This method is from 'IntAttribute' class.
getCMLValue ( )This method is from 'IntAttribute' class.
getInt ( )This method is from 'IntAttribute' class.
getJavaGetMethod ( )This method is from 'IntAttribute' class.
getJavaShortClassName ( )This method is from 'IntAttribute' class.
getJavaType ( )This method is from 'IntAttribute' class.
setCMLValue ( int )This method is from 'IntAttribute' class.
setCMLValue ( String )This method is from 'IntAttribute' class.
...
[+] StringArrayAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringArrayAttribute. |
[+] affected methods (12)
StringArrayAttribute ( String )This constructor is from 'StringArrayAttribute' class.
StringArrayAttribute ( Attribute )This constructor is from 'StringArrayAttribute' class.
StringArrayAttribute ( Attribute, String )This constructor is from 'StringArrayAttribute' class.
StringArrayAttribute ( StringArrayAttribute )This constructor is from 'StringArrayAttribute' class.
checkValue ( String[ ] )This method is from 'StringArrayAttribute' class.
getCMLValue ( )This method is from 'StringArrayAttribute' class.
getJavaGetMethod ( )This method is from 'StringArrayAttribute' class.
getJavaShortClassName ( )This method is from 'StringArrayAttribute' class.
getJavaType ( )This method is from 'StringArrayAttribute' class.
getStringArray ( )This method is from 'StringArrayAttribute' class.
setCMLValue ( String[ ] )This method is from 'StringArrayAttribute' class.
setCMLValue ( String )This method is from 'StringArrayAttribute' class.
...
[+] StringAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringAttribute. |
[+] affected methods (10)
StringAttribute ( String )This constructor is from 'StringAttribute' class.
StringAttribute ( Attribute )This constructor is from 'StringAttribute' class.
StringAttribute ( Attribute, String )This constructor is from 'StringAttribute' class.
StringAttribute ( StringAttribute )This constructor is from 'StringAttribute' class.
checkValue ( String )This method is from 'StringAttribute' class.
getJavaGetMethod ( )This method is from 'StringAttribute' class.
getJavaShortClassName ( )This method is from 'StringAttribute' class.
getJavaType ( )This method is from 'StringAttribute' class.
getString ( )This method is from 'StringAttribute' class.
setCMLValue ( String )This method is from 'StringAttribute' class.
package org.xmlcml.cml.base.test
[+] AttributeBaseTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AttributeBaseTest. |
[+] affected methods (1)
AttributeBaseTest ( )This constructor is from 'AttributeBaseTest' abstract class.
[+] AttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AttributeTest. |
[+] affected methods (15)
AttributeTest ( )This constructor is from 'AttributeTest' class.
main ( String[ ] )This method is from 'AttributeTest' class.
setUp ( )This method is from 'AttributeTest' class.
suite ( )This method is from 'AttributeTest' class.
testCMLAttributeCMLAttribute ( )This method is from 'AttributeTest' class.
testCMLAttributeString ( )This method is from 'AttributeTest' class.
testCMLAttributeStringString ( )This method is from 'AttributeTest' class.
testCompareTo ( )This method is from 'AttributeTest' class.
testCopy ( )This method is from 'AttributeTest' class.
testCreateSubclassedAttribute ( )This method is from 'AttributeTest' class.
testGetCMLValue ( )This method is from 'AttributeTest' class.
testGetSetDocumentation ( )This method is from 'AttributeTest' class.
...
[+] BaseTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseTest. |
[+] affected methods (6)
BaseTest ( )This constructor is from 'BaseTest' class.
assertEqualsCanonically ( String, Node, Node )This method is from 'BaseTest' class.
assertNotEqualsCanonically ( String, Node, Node )This method is from 'BaseTest' class.
setUp ( )This method is from 'BaseTest' class.
suite ( )This method is from 'BaseTest' class.
testAssertEqualsCanonically ( )This method is from 'BaseTest' class.
[+] DoubleArrayAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoubleArrayAttributeTest. |
[+] affected methods (10)
DoubleArrayAttributeTest ( )This constructor is from 'DoubleArrayAttributeTest' class.
setUp ( )This method is from 'DoubleArrayAttributeTest' class.
suite ( )This method is from 'DoubleArrayAttributeTest' class.
testCheckValue ( )This method is from 'DoubleArrayAttributeTest' class.
testDoubleArrayAttributeDoubleArrayAttribute ( )This method is from 'DoubleArrayAttributeTest' class.
testGetCMLValue ( )This method is from 'DoubleArrayAttributeTest' class.
testGetDoubleArray ( )This method is from 'DoubleArrayAttributeTest' class.
testSetCMLValueDoubleArray ( )This method is from 'DoubleArrayAttributeTest' class.
testSetCMLValueString ( )This method is from 'DoubleArrayAttributeTest' class.
testSplit ( )This method is from 'DoubleArrayAttributeTest' class.
[+] DoubleAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoubleAttributeTest. |
[+] affected methods (9)
DoubleAttributeTest ( )This constructor is from 'DoubleAttributeTest' class.
setUp ( )This method is from 'DoubleAttributeTest' class.
suite ( )This method is from 'DoubleAttributeTest' class.
testCheckValue ( )This method is from 'DoubleAttributeTest' class.
testDoubleAttributeDoubleAttribute ( )This method is from 'DoubleAttributeTest' class.
testGetCMLValue ( )This method is from 'DoubleAttributeTest' class.
testGetDouble ( )This method is from 'DoubleAttributeTest' class.
testSetCMLValueDouble ( )This method is from 'DoubleAttributeTest' class.
testSetCMLValueString ( )This method is from 'DoubleAttributeTest' class.
[+] ElementTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ElementTest. |
[+] affected methods (9)
ElementTest ( )This constructor is from 'ElementTest' class.
main ( String[ ] )This method is from 'ElementTest' class.
setUp ( )This method is from 'ElementTest' class.
suite ( )This method is from 'ElementTest' class.
testNamespaceScope ( )This method is from 'ElementTest' class.
testParseNoValidate0 ( )This method is from 'ElementTest' class.
testParseXomNoSchema1 ( )This method is from 'ElementTest' class.
testParseXomXercesValidate ( )This method is from 'ElementTest' class.
testXercesValidateXML ( )This method is from 'ElementTest' class.
[+] IntArrayAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntArrayAttributeTest. |
[+] affected methods (10)
IntArrayAttributeTest ( )This constructor is from 'IntArrayAttributeTest' class.
setUp ( )This method is from 'IntArrayAttributeTest' class.
suite ( )This method is from 'IntArrayAttributeTest' class.
testCheckValue ( )This method is from 'IntArrayAttributeTest' class.
testGetCMLValue ( )This method is from 'IntArrayAttributeTest' class.
testGetIntArray ( )This method is from 'IntArrayAttributeTest' class.
testIntArrayAttributeIntArrayAttribute ( )This method is from 'IntArrayAttributeTest' class.
testSetCMLValueIntArray ( )This method is from 'IntArrayAttributeTest' class.
testSetCMLValueString ( )This method is from 'IntArrayAttributeTest' class.
testSplit ( )This method is from 'IntArrayAttributeTest' class.
[+] IntAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntAttributeTest. |
[+] affected methods (9)
IntAttributeTest ( )This constructor is from 'IntAttributeTest' class.
setUp ( )This method is from 'IntAttributeTest' class.
suite ( )This method is from 'IntAttributeTest' class.
testCheckValue ( )This method is from 'IntAttributeTest' class.
testGetCMLValue ( )This method is from 'IntAttributeTest' class.
testGetInt ( )This method is from 'IntAttributeTest' class.
testIntAttributeIntAttribute ( )This method is from 'IntAttributeTest' class.
testSetCMLValueInt ( )This method is from 'IntAttributeTest' class.
testSetCMLValueString ( )This method is from 'IntAttributeTest' class.
[+] StringArrayAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringArrayAttributeTest. |
[+] affected methods (9)
StringArrayAttributeTest ( )This constructor is from 'StringArrayAttributeTest' class.
setUp ( )This method is from 'StringArrayAttributeTest' class.
suite ( )This method is from 'StringArrayAttributeTest' class.
testCheckValue ( )This method is from 'StringArrayAttributeTest' class.
testGetCMLValue ( )This method is from 'StringArrayAttributeTest' class.
testGetStringArray ( )This method is from 'StringArrayAttributeTest' class.
testSetCMLValueString ( )This method is from 'StringArrayAttributeTest' class.
testSetCMLValueStringArray ( )This method is from 'StringArrayAttributeTest' class.
testStringArrayAttributeStringArrayAttribute ( )This method is from 'StringArrayAttributeTest' class.
[+] StringAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringAttributeTest. |
[+] affected methods (9)
StringAttributeTest ( )This constructor is from 'StringAttributeTest' class.
setUp ( )This method is from 'StringAttributeTest' class.
suite ( )This method is from 'StringAttributeTest' class.
testCheckValue ( )This method is from 'StringAttributeTest' class.
testGetCMLValue ( )This method is from 'StringAttributeTest' class.
testGetString ( )This method is from 'StringAttributeTest' class.
testSetCMLValueString ( )This method is from 'StringAttributeTest' class.
testSetCMLValueStringX ( )This method is from 'StringAttributeTest' class.
testStringAttributeStringAttribute ( )This method is from 'StringAttributeTest' class.
package org.xmlcml.cml.element
[+] AbstractAbundance (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractAbundance; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAbundance. |
[+] affected methods (27)
AbstractAbundance ( )This constructor is from 'AbstractAbundance' abstract class.
AbstractAbundance ( AbstractAbundance )1st parameter 'old' of this method has type 'AbstractAbundance'.
addAttribute ( Attribute )This method is from 'AbstractAbundance' abstract class.
getConvention ( )This method is from 'AbstractAbundance' abstract class.
getConventionAttribute ( )This method is from 'AbstractAbundance' abstract class.
getDictRef ( )This method is from 'AbstractAbundance' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAbundance' abstract class.
getId ( )This method is from 'AbstractAbundance' abstract class.
getIdAttribute ( )This method is from 'AbstractAbundance' abstract class.
getMax ( )This method is from 'AbstractAbundance' abstract class.
getMaxAttribute ( )This method is from 'AbstractAbundance' abstract class.
getMin ( )This method is from 'AbstractAbundance' abstract class.
...
[+] AbstractAction (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAction. |
[+] affected methods (45)
AbstractAction ( )This constructor is from 'AbstractAction' abstract class.
AbstractAction ( AbstractAction )1st parameter 'old' of this method has type 'AbstractAction'.
addAttribute ( Attribute )This method is from 'AbstractAction' abstract class.
getConvention ( )This method is from 'AbstractAction' abstract class.
getConventionAttribute ( )This method is from 'AbstractAction' abstract class.
getCount ( )This method is from 'AbstractAction' abstract class.
getCountAttribute ( )This method is from 'AbstractAction' abstract class.
getDictRef ( )This method is from 'AbstractAction' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAction' abstract class.
getDuration ( )This method is from 'AbstractAction' abstract class.
getDurationAttribute ( )This method is from 'AbstractAction' abstract class.
getEnd ( )This method is from 'AbstractAction' abstract class.
...
[+] AbstractActionList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractActionList. |
[+] affected methods (42)
AbstractActionList ( )This constructor is from 'AbstractActionList' abstract class.
AbstractActionList ( AbstractActionList )1st parameter 'old' of this method has type 'AbstractActionList'.
addAttribute ( Attribute )This method is from 'AbstractActionList' abstract class.
getConvention ( )This method is from 'AbstractActionList' abstract class.
getConventionAttribute ( )This method is from 'AbstractActionList' abstract class.
getCount ( )This method is from 'AbstractActionList' abstract class.
getCountAttribute ( )This method is from 'AbstractActionList' abstract class.
getDictRef ( )This method is from 'AbstractActionList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractActionList' abstract class.
getDuration ( )This method is from 'AbstractActionList' abstract class.
getDurationAttribute ( )This method is from 'AbstractActionList' abstract class.
getEnd ( )This method is from 'AbstractActionList' abstract class.
...
[+] AbstractAlternative (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractAlternative. |
[+] affected methods (15)
AbstractAlternative ( )This constructor is from 'AbstractAlternative' abstract class.
AbstractAlternative ( AbstractAlternative )This constructor is from 'AbstractAlternative' abstract class.
addAttribute ( Attribute )This method is from 'AbstractAlternative' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractAlternative' abstract class.
getConvention ( )This method is from 'AbstractAlternative' abstract class.
getConventionAttribute ( )This method is from 'AbstractAlternative' abstract class.
getId ( )This method is from 'AbstractAlternative' abstract class.
getIdAttribute ( )This method is from 'AbstractAlternative' abstract class.
getType ( )This method is from 'AbstractAlternative' abstract class.
getTypeAttribute ( )This method is from 'AbstractAlternative' abstract class.
getXMLContent ( )This method is from 'AbstractAlternative' abstract class.
setConvention ( String )This method is from 'AbstractAlternative' abstract class.
...
[+] AbstractAmount (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractAmount; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAmount. |
[+] affected methods (24)
AbstractAmount ( )This constructor is from 'AbstractAmount' abstract class.
AbstractAmount ( AbstractAmount )1st parameter 'old' of this method has type 'AbstractAmount'.
addAttribute ( Attribute )This method is from 'AbstractAmount' abstract class.
getConvention ( )This method is from 'AbstractAmount' abstract class.
getConventionAttribute ( )This method is from 'AbstractAmount' abstract class.
getDictRef ( )This method is from 'AbstractAmount' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAmount' abstract class.
getId ( )This method is from 'AbstractAmount' abstract class.
getIdAttribute ( )This method is from 'AbstractAmount' abstract class.
getTitle ( )This method is from 'AbstractAmount' abstract class.
getTitleAttribute ( )This method is from 'AbstractAmount' abstract class.
getUnits ( )This method is from 'AbstractAmount' abstract class.
...
[+] AbstractAngle (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractAngle; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAngle. |
[+] affected methods (39)
AbstractAngle ( )This constructor is from 'AbstractAngle' abstract class.
AbstractAngle ( AbstractAngle )1st parameter 'old' of this method has type 'AbstractAngle'.
addAttribute ( Attribute )This method is from 'AbstractAngle' abstract class.
getAtomRefs3 ( )This method is from 'AbstractAngle' abstract class.
getAtomRefs3Attribute ( )This method is from 'AbstractAngle' abstract class.
getConvention ( )This method is from 'AbstractAngle' abstract class.
getConventionAttribute ( )This method is from 'AbstractAngle' abstract class.
getDictRef ( )This method is from 'AbstractAngle' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAngle' abstract class.
getErrorBasis ( )This method is from 'AbstractAngle' abstract class.
getErrorBasisAttribute ( )This method is from 'AbstractAngle' abstract class.
getErrorValue ( )This method is from 'AbstractAngle' abstract class.
...
[+] AbstractAnnotation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractAnnotation. |
[+] affected methods (7)
AbstractAnnotation ( )This constructor is from 'AbstractAnnotation' abstract class.
AbstractAnnotation ( AbstractAnnotation )This constructor is from 'AbstractAnnotation' abstract class.
addAppinfo ( AbstractAppinfo )This method is from 'AbstractAnnotation' abstract class.
addAttribute ( Attribute )This method is from 'AbstractAnnotation' abstract class.
addDocumentation ( AbstractDocumentation )This method is from 'AbstractAnnotation' abstract class.
getAppinfoElements ( )This method is from 'AbstractAnnotation' abstract class.
getDocumentationElements ( )This method is from 'AbstractAnnotation' abstract class.
[+] AbstractAppinfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractAppinfo. |
[+] affected methods (7)
AbstractAppinfo ( )This constructor is from 'AbstractAppinfo' abstract class.
AbstractAppinfo ( AbstractAppinfo )This constructor is from 'AbstractAppinfo' abstract class.
addAttribute ( Attribute )This method is from 'AbstractAppinfo' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractAppinfo' abstract class.
getRole ( )This method is from 'AbstractAppinfo' abstract class.
getRoleAttribute ( )This method is from 'AbstractAppinfo' abstract class.
setRole ( String )This method is from 'AbstractAppinfo' abstract class.
[+] AbstractArg (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractArg. |
[+] affected methods (38)
AbstractArg ( )This constructor is from 'AbstractArg' abstract class.
AbstractArg ( AbstractArg )1st parameter 'old' of this method has type 'AbstractArg'.
addArray ( AbstractArray )This method is from 'AbstractArg' abstract class.
addAtom ( AbstractAtom )This method is from 'AbstractArg' abstract class.
addAtomType ( AbstractAtomType )This method is from 'AbstractArg' abstract class.
addAttribute ( Attribute )This method is from 'AbstractArg' abstract class.
addExpression ( AbstractExpression )This method is from 'AbstractArg' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractArg' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractArg' abstract class.
getArrayElements ( )This method is from 'AbstractArg' abstract class.
getAtomElements ( )This method is from 'AbstractArg' abstract class.
getAtomTypeElements ( )This method is from 'AbstractArg' abstract class.
...
[+] AbstractArray (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractArray; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractArray. |
[+] affected methods (65)
addArray ( AbstractArray )1st parameter 'array' of this method has type 'AbstractArray'.
AbstractArray ( )This constructor is from 'AbstractArray' abstract class.
AbstractArray ( AbstractArray )1st parameter 'old' of this method has type 'AbstractArray'.
addAttribute ( Attribute )This method is from 'AbstractArray' abstract class.
getConstantToSI ( )This method is from 'AbstractArray' abstract class.
getConstantToSIAttribute ( )This method is from 'AbstractArray' abstract class.
getConvention ( )This method is from 'AbstractArray' abstract class.
getConventionAttribute ( )This method is from 'AbstractArray' abstract class.
getDataType ( )This method is from 'AbstractArray' abstract class.
getDataTypeAttribute ( )This method is from 'AbstractArray' abstract class.
getDelimiter ( )This method is from 'AbstractArray' abstract class.
getDelimiterAttribute ( )This method is from 'AbstractArray' abstract class.
...
[+] AbstractAtom (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAtom. |
[+] affected methods (96)
addAtom ( AbstractAtom )1st parameter 'atom' of this method has type 'AbstractAtom'.
AbstractAtom ( )This constructor is from 'AbstractAtom' abstract class.
AbstractAtom ( AbstractAtom )1st parameter 'old' of this method has type 'AbstractAtom'.
addArray ( AbstractArray )This method is from 'AbstractAtom' abstract class.
addAtomParity ( AbstractAtomParity )This method is from 'AbstractAtom' abstract class.
addAttribute ( Attribute )This method is from 'AbstractAtom' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractAtom' abstract class.
addName ( AbstractName )This method is from 'AbstractAtom' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractAtom' abstract class.
getArrayElements ( )This method is from 'AbstractAtom' abstract class.
getAtomParityElements ( )This method is from 'AbstractAtom' abstract class.
getConvention ( )This method is from 'AbstractAtom' abstract class.
...
[+] AbstractAtomArray (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAtomArray. |
[+] affected methods (60)
AbstractAtomArray ( )This constructor is from 'AbstractAtomArray' abstract class.
AbstractAtomArray ( AbstractAtomArray )1st parameter 'old' of this method has type 'AbstractAtomArray'.
addArray ( AbstractArray )This method is from 'AbstractAtomArray' abstract class.
addAtom ( AbstractAtom )This method is from 'AbstractAtomArray' abstract class.
addAttribute ( Attribute )This method is from 'AbstractAtomArray' abstract class.
getArrayElements ( )This method is from 'AbstractAtomArray' abstract class.
getAtomElements ( )This method is from 'AbstractAtomArray' abstract class.
getAtomID ( )This method is from 'AbstractAtomArray' abstract class.
getAtomIDAttribute ( )This method is from 'AbstractAtomArray' abstract class.
getConvention ( )This method is from 'AbstractAtomArray' abstract class.
getConventionAttribute ( )This method is from 'AbstractAtomArray' abstract class.
getCount ( )This method is from 'AbstractAtomArray' abstract class.
...
[+] AbstractAtomicBasisFunction (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAtomicBasisFunction. |
[+] affected methods (36)
AbstractAtomicBasisFunction ( )This constructor is from 'AbstractAtomicBasisFunction' abstract class.
AbstractAtomicBasisFunction ( AbstractAtomicBasisFunction )1st parameter 'old' of this method has type 'AbstractAtomicBasisFunction'.
addAttribute ( Attribute )This method is from 'AbstractAtomicBasisFunction' abstract class.
addGradient ( AbstractGradient )This method is from 'AbstractAtomicBasisFunction' abstract class.
getAtomRef ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
getAtomRefAttribute ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
getConvention ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
getConventionAttribute ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
getDictRef ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
getGradientElements ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
getId ( )This method is from 'AbstractAtomicBasisFunction' abstract class.
...
[+] AbstractAtomParity (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractAtomParity; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAtomParity. |
[+] affected methods (21)
addAtomParity ( AbstractAtomParity )1st parameter 'atomParity' of this method has type 'AbstractAtomParity'.
AbstractAtomParity ( )This constructor is from 'AbstractAtomParity' abstract class.
AbstractAtomParity ( AbstractAtomParity )1st parameter 'old' of this method has type 'AbstractAtomParity'.
addAttribute ( Attribute )This method is from 'AbstractAtomParity' abstract class.
getAtomRefs4 ( )This method is from 'AbstractAtomParity' abstract class.
getAtomRefs4Attribute ( )This method is from 'AbstractAtomParity' abstract class.
getConvention ( )This method is from 'AbstractAtomParity' abstract class.
getConventionAttribute ( )This method is from 'AbstractAtomParity' abstract class.
getDictRef ( )This method is from 'AbstractAtomParity' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAtomParity' abstract class.
getId ( )This method is from 'AbstractAtomParity' abstract class.
getIdAttribute ( )This method is from 'AbstractAtomParity' abstract class.
...
[+] AbstractAtomSet (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractAtomSet; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAtomSet. |
[+] affected methods (21)
AbstractAtomSet ( )This constructor is from 'AbstractAtomSet' abstract class.
AbstractAtomSet ( AbstractAtomSet )1st parameter 'old' of this method has type 'AbstractAtomSet'.
addAttribute ( Attribute )This method is from 'AbstractAtomSet' abstract class.
getConvention ( )This method is from 'AbstractAtomSet' abstract class.
getConventionAttribute ( )This method is from 'AbstractAtomSet' abstract class.
getDictRef ( )This method is from 'AbstractAtomSet' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAtomSet' abstract class.
getId ( )This method is from 'AbstractAtomSet' abstract class.
getIdAttribute ( )This method is from 'AbstractAtomSet' abstract class.
getSize ( )This method is from 'AbstractAtomSet' abstract class.
getSizeAttribute ( )This method is from 'AbstractAtomSet' abstract class.
getTitle ( )This method is from 'AbstractAtomSet' abstract class.
...
[+] AbstractAtomType (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAtomType. |
[+] affected methods (40)
addAtomType ( AbstractAtomType )1st parameter 'atomType' of this method has type 'AbstractAtomType'.
AbstractAtomType ( )This constructor is from 'AbstractAtomType' abstract class.
AbstractAtomType ( AbstractAtomType )1st parameter 'old' of this method has type 'AbstractAtomType'.
addArray ( AbstractArray )This method is from 'AbstractAtomType' abstract class.
addAtom ( AbstractAtom )This method is from 'AbstractAtomType' abstract class.
addAttribute ( Attribute )This method is from 'AbstractAtomType' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractAtomType' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractAtomType' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractAtomType' abstract class.
addProperty ( AbstractProperty )This method is from 'AbstractAtomType' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractAtomType' abstract class.
getArrayElements ( )This method is from 'AbstractAtomType' abstract class.
...
[+] AbstractAtomTypeList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractAtomTypeList. |
[+] affected methods (25)
AbstractAtomTypeList ( )This constructor is from 'AbstractAtomTypeList' abstract class.
AbstractAtomTypeList ( AbstractAtomTypeList )1st parameter 'old' of this method has type 'AbstractAtomTypeList'.
addAtomType ( AbstractAtomType )This method is from 'AbstractAtomTypeList' abstract class.
addAttribute ( Attribute )This method is from 'AbstractAtomTypeList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractAtomTypeList' abstract class.
addName ( AbstractName )This method is from 'AbstractAtomTypeList' abstract class.
getAtomTypeElements ( )This method is from 'AbstractAtomTypeList' abstract class.
getConvention ( )This method is from 'AbstractAtomTypeList' abstract class.
getConventionAttribute ( )This method is from 'AbstractAtomTypeList' abstract class.
getDictRef ( )This method is from 'AbstractAtomTypeList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractAtomTypeList' abstract class.
getId ( )This method is from 'AbstractAtomTypeList' abstract class.
...
[+] AbstractBand (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBand. |
[+] affected methods (30)
AbstractBand ( )This constructor is from 'AbstractBand' abstract class.
AbstractBand ( AbstractBand )1st parameter 'old' of this method has type 'AbstractBand'.
addArray ( AbstractArray )This method is from 'AbstractBand' abstract class.
addAttribute ( Attribute )This method is from 'AbstractBand' abstract class.
getArrayElements ( )This method is from 'AbstractBand' abstract class.
getConvention ( )This method is from 'AbstractBand' abstract class.
getConventionAttribute ( )This method is from 'AbstractBand' abstract class.
getDictRef ( )This method is from 'AbstractBand' abstract class.
getDictRefAttribute ( )This method is from 'AbstractBand' abstract class.
getId ( )This method is from 'AbstractBand' abstract class.
getIdAttribute ( )This method is from 'AbstractBand' abstract class.
getKpoint ( )This method is from 'AbstractBand' abstract class.
...
[+] AbstractBandList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBandList. |
[+] affected methods (17)
AbstractBandList ( )This constructor is from 'AbstractBandList' abstract class.
AbstractBandList ( AbstractBandList )1st parameter 'old' of this method has type 'AbstractBandList'.
addAttribute ( Attribute )This method is from 'AbstractBandList' abstract class.
addBand ( AbstractBand )This method is from 'AbstractBandList' abstract class.
getBandElements ( )This method is from 'AbstractBandList' abstract class.
getConvention ( )This method is from 'AbstractBandList' abstract class.
getConventionAttribute ( )This method is from 'AbstractBandList' abstract class.
getDictRef ( )This method is from 'AbstractBandList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractBandList' abstract class.
getId ( )This method is from 'AbstractBandList' abstract class.
getIdAttribute ( )This method is from 'AbstractBandList' abstract class.
getTitle ( )This method is from 'AbstractBandList' abstract class.
...
[+] AbstractBasisSet (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBasisSet. |
[+] affected methods (27)
AbstractBasisSet ( )This constructor is from 'AbstractBasisSet' abstract class.
AbstractBasisSet ( AbstractBasisSet )1st parameter 'old' of this method has type 'AbstractBasisSet'.
addAtomicBasisFunction ( AbstractAtomicBasisFunction )This method is from 'AbstractBasisSet' abstract class.
addAttribute ( Attribute )This method is from 'AbstractBasisSet' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractBasisSet' abstract class.
addName ( AbstractName )This method is from 'AbstractBasisSet' abstract class.
getAtomicBasisFunctionElements ( )This method is from 'AbstractBasisSet' abstract class.
getConvention ( )This method is from 'AbstractBasisSet' abstract class.
getConventionAttribute ( )This method is from 'AbstractBasisSet' abstract class.
getDictRef ( )This method is from 'AbstractBasisSet' abstract class.
getDictRefAttribute ( )This method is from 'AbstractBasisSet' abstract class.
getId ( )This method is from 'AbstractBasisSet' abstract class.
...
[+] AbstractBond (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBond. |
[+] affected methods (36)
AbstractBond ( )This constructor is from 'AbstractBond' abstract class.
AbstractBond ( AbstractBond )1st parameter 'old' of this method has type 'AbstractBond'.
addAttribute ( Attribute )This method is from 'AbstractBond' abstract class.
addBondStereo ( AbstractBondStereo )This method is from 'AbstractBond' abstract class.
getAtomRefs2 ( )This method is from 'AbstractBond' abstract class.
getAtomRefs2Attribute ( )This method is from 'AbstractBond' abstract class.
getAtomRefs ( )This method is from 'AbstractBond' abstract class.
getAtomRefsAttribute ( )This method is from 'AbstractBond' abstract class.
getBondRefs ( )This method is from 'AbstractBond' abstract class.
getBondRefsAttribute ( )This method is from 'AbstractBond' abstract class.
getBondStereoElements ( )This method is from 'AbstractBond' abstract class.
getConvention ( )This method is from 'AbstractBond' abstract class.
...
[+] AbstractBondArray (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBondArray. |
[+] affected methods (32)
AbstractBondArray ( )This constructor is from 'AbstractBondArray' abstract class.
AbstractBondArray ( AbstractBondArray )1st parameter 'old' of this method has type 'AbstractBondArray'.
addArray ( AbstractArray )This method is from 'AbstractBondArray' abstract class.
addAttribute ( Attribute )This method is from 'AbstractBondArray' abstract class.
addBond ( AbstractBond )This method is from 'AbstractBondArray' abstract class.
getArrayElements ( )This method is from 'AbstractBondArray' abstract class.
getAtomRef1 ( )This method is from 'AbstractBondArray' abstract class.
getAtomRef1Attribute ( )This method is from 'AbstractBondArray' abstract class.
getAtomRef2 ( )This method is from 'AbstractBondArray' abstract class.
getAtomRef2Attribute ( )This method is from 'AbstractBondArray' abstract class.
getBondElements ( )This method is from 'AbstractBondArray' abstract class.
getBondID ( )This method is from 'AbstractBondArray' abstract class.
...
[+] AbstractBondSet (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractBondSet; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBondSet. |
[+] affected methods (21)
AbstractBondSet ( )This constructor is from 'AbstractBondSet' abstract class.
AbstractBondSet ( AbstractBondSet )1st parameter 'old' of this method has type 'AbstractBondSet'.
addAttribute ( Attribute )This method is from 'AbstractBondSet' abstract class.
getConvention ( )This method is from 'AbstractBondSet' abstract class.
getConventionAttribute ( )This method is from 'AbstractBondSet' abstract class.
getDictRef ( )This method is from 'AbstractBondSet' abstract class.
getDictRefAttribute ( )This method is from 'AbstractBondSet' abstract class.
getId ( )This method is from 'AbstractBondSet' abstract class.
getIdAttribute ( )This method is from 'AbstractBondSet' abstract class.
getSize ( )This method is from 'AbstractBondSet' abstract class.
getSizeAttribute ( )This method is from 'AbstractBondSet' abstract class.
getTitle ( )This method is from 'AbstractBondSet' abstract class.
...
[+] AbstractBondStereo (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractBondStereo; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBondStereo. |
[+] affected methods (27)
addBondStereo ( AbstractBondStereo )1st parameter 'bondStereo' of this method has type 'AbstractBondStereo'.
AbstractBondStereo ( )This constructor is from 'AbstractBondStereo' abstract class.
AbstractBondStereo ( AbstractBondStereo )1st parameter 'old' of this method has type 'AbstractBondStereo'.
addAttribute ( Attribute )This method is from 'AbstractBondStereo' abstract class.
getAtomRefArray ( )This method is from 'AbstractBondStereo' abstract class.
getAtomRefArrayAttribute ( )This method is from 'AbstractBondStereo' abstract class.
getAtomRefs4 ( )This method is from 'AbstractBondStereo' abstract class.
getAtomRefs4Attribute ( )This method is from 'AbstractBondStereo' abstract class.
getConvention ( )This method is from 'AbstractBondStereo' abstract class.
getConventionAttribute ( )This method is from 'AbstractBondStereo' abstract class.
getConventionValue ( )This method is from 'AbstractBondStereo' abstract class.
getConventionValueAttribute ( )This method is from 'AbstractBondStereo' abstract class.
...
[+] AbstractBondType (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBondType. |
[+] affected methods (36)
AbstractBondType ( )This constructor is from 'AbstractBondType' abstract class.
AbstractBondType ( AbstractBondType )1st parameter 'old' of this method has type 'AbstractBondType'.
addArray ( AbstractArray )This method is from 'AbstractBondType' abstract class.
addAttribute ( Attribute )This method is from 'AbstractBondType' abstract class.
addBond ( AbstractBond )This method is from 'AbstractBondType' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractBondType' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractBondType' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractBondType' abstract class.
addProperty ( AbstractProperty )This method is from 'AbstractBondType' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractBondType' abstract class.
getArrayElements ( )This method is from 'AbstractBondType' abstract class.
getBondElements ( )This method is from 'AbstractBondType' abstract class.
...
[+] AbstractBondTypeList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractBondTypeList. |
[+] affected methods (25)
AbstractBondTypeList ( )This constructor is from 'AbstractBondTypeList' abstract class.
AbstractBondTypeList ( AbstractBondTypeList )1st parameter 'old' of this method has type 'AbstractBondTypeList'.
addAttribute ( Attribute )This method is from 'AbstractBondTypeList' abstract class.
addBondType ( AbstractBondType )This method is from 'AbstractBondTypeList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractBondTypeList' abstract class.
addName ( AbstractName )This method is from 'AbstractBondTypeList' abstract class.
getBondTypeElements ( )This method is from 'AbstractBondTypeList' abstract class.
getConvention ( )This method is from 'AbstractBondTypeList' abstract class.
getConventionAttribute ( )This method is from 'AbstractBondTypeList' abstract class.
getDictRef ( )This method is from 'AbstractBondTypeList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractBondTypeList' abstract class.
getId ( )This method is from 'AbstractBondTypeList' abstract class.
...
[+] AbstractCellParameter (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractCellParameter; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractCellParameter. |
[+] affected methods (27)
AbstractCellParameter ( )This constructor is from 'AbstractCellParameter' abstract class.
AbstractCellParameter ( AbstractCellParameter )1st parameter 'old' of this method has type 'AbstractCellParameter'.
addAttribute ( Attribute )This method is from 'AbstractCellParameter' abstract class.
getConvention ( )This method is from 'AbstractCellParameter' abstract class.
getConventionAttribute ( )This method is from 'AbstractCellParameter' abstract class.
getDictRef ( )This method is from 'AbstractCellParameter' abstract class.
getDictRefAttribute ( )This method is from 'AbstractCellParameter' abstract class.
getError ( )This method is from 'AbstractCellParameter' abstract class.
getErrorAttribute ( )This method is from 'AbstractCellParameter' abstract class.
getId ( )This method is from 'AbstractCellParameter' abstract class.
getIdAttribute ( )This method is from 'AbstractCellParameter' abstract class.
getTitle ( )This method is from 'AbstractCellParameter' abstract class.
...
[+] AbstractCml (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractCml. |
[+] affected methods (21)
AbstractCml ( )This constructor is from 'AbstractCml' abstract class.
AbstractCml ( AbstractCml )1st parameter 'old' of this method has type 'AbstractCml'.
addAttribute ( Attribute )This method is from 'AbstractCml' abstract class.
getConvention ( )This method is from 'AbstractCml' abstract class.
getConventionAttribute ( )This method is from 'AbstractCml' abstract class.
getDictRef ( )This method is from 'AbstractCml' abstract class.
getDictRefAttribute ( )This method is from 'AbstractCml' abstract class.
getFileId ( )This method is from 'AbstractCml' abstract class.
getFileIdAttribute ( )This method is from 'AbstractCml' abstract class.
getId ( )This method is from 'AbstractCml' abstract class.
getIdAttribute ( )This method is from 'AbstractCml' abstract class.
getTitle ( )This method is from 'AbstractCml' abstract class.
...
[+] AbstractComplexObject (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractComplexObject. |
[+] affected methods (15)
AbstractComplexObject ( )This constructor is from 'AbstractComplexObject' abstract class.
AbstractComplexObject ( AbstractComplexObject )1st parameter 'old' of this method has type 'AbstractComplexObject'.
addAttribute ( Attribute )This method is from 'AbstractComplexObject' abstract class.
getConvention ( )This method is from 'AbstractComplexObject' abstract class.
getConventionAttribute ( )This method is from 'AbstractComplexObject' abstract class.
getDictRef ( )This method is from 'AbstractComplexObject' abstract class.
getDictRefAttribute ( )This method is from 'AbstractComplexObject' abstract class.
getId ( )This method is from 'AbstractComplexObject' abstract class.
getIdAttribute ( )This method is from 'AbstractComplexObject' abstract class.
getTitle ( )This method is from 'AbstractComplexObject' abstract class.
getTitleAttribute ( )This method is from 'AbstractComplexObject' abstract class.
setConvention ( String )This method is from 'AbstractComplexObject' abstract class.
...
[+] AbstractConditionList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractConditionList. |
[+] affected methods (31)
AbstractConditionList ( )This constructor is from 'AbstractConditionList' abstract class.
AbstractConditionList ( AbstractConditionList )1st parameter 'old' of this method has type 'AbstractConditionList'.
addAttribute ( Attribute )This method is from 'AbstractConditionList' abstract class.
addList ( AbstractList )This method is from 'AbstractConditionList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractConditionList' abstract class.
addName ( AbstractName )This method is from 'AbstractConditionList' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractConditionList' abstract class.
getConvention ( )This method is from 'AbstractConditionList' abstract class.
getConventionAttribute ( )This method is from 'AbstractConditionList' abstract class.
getDictRef ( )This method is from 'AbstractConditionList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractConditionList' abstract class.
getId ( )This method is from 'AbstractConditionList' abstract class.
...
[+] AbstractCrystal (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractCrystal. |
[+] affected methods (24)
AbstractCrystal ( )This constructor is from 'AbstractCrystal' abstract class.
AbstractCrystal ( AbstractCrystal )1st parameter 'old' of this method has type 'AbstractCrystal'.
addAttribute ( Attribute )This method is from 'AbstractCrystal' abstract class.
addCellParameter ( AbstractCellParameter )This method is from 'AbstractCrystal' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractCrystal' abstract class.
addSymmetry ( AbstractSymmetry )This method is from 'AbstractCrystal' abstract class.
getCellParameterElements ( )This method is from 'AbstractCrystal' abstract class.
getConvention ( )This method is from 'AbstractCrystal' abstract class.
getConventionAttribute ( )This method is from 'AbstractCrystal' abstract class.
getDictRef ( )This method is from 'AbstractCrystal' abstract class.
getDictRefAttribute ( )This method is from 'AbstractCrystal' abstract class.
getId ( )This method is from 'AbstractCrystal' abstract class.
...
[+] AbstractDefinition (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractDefinition. |
[+] affected methods (3)
AbstractDefinition ( )This constructor is from 'AbstractDefinition' abstract class.
AbstractDefinition ( AbstractDefinition )This constructor is from 'AbstractDefinition' abstract class.
addAttribute ( Attribute )This method is from 'AbstractDefinition' abstract class.
[+] AbstractDescription (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractDescription. |
[+] affected methods (19)
AbstractDescription ( )This constructor is from 'AbstractDescription' abstract class.
AbstractDescription ( AbstractDescription )This constructor is from 'AbstractDescription' abstract class.
addAttribute ( Attribute )This method is from 'AbstractDescription' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractDescription' abstract class.
getConvention ( )This method is from 'AbstractDescription' abstract class.
getConventionAttribute ( )This method is from 'AbstractDescription' abstract class.
getDictRef ( )This method is from 'AbstractDescription' abstract class.
getDictRefAttribute ( )This method is from 'AbstractDescription' abstract class.
getId ( )This method is from 'AbstractDescription' abstract class.
getIdAttribute ( )This method is from 'AbstractDescription' abstract class.
getObjectClass ( )This method is from 'AbstractDescription' abstract class.
getObjectClassAttribute ( )This method is from 'AbstractDescription' abstract class.
...
[+] AbstractDictionary (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractDictionary. |
[+] affected methods (26)
AbstractDictionary ( )This constructor is from 'AbstractDictionary' abstract class.
AbstractDictionary ( AbstractDictionary )1st parameter 'old' of this method has type 'AbstractDictionary'.
addAttribute ( Attribute )This method is from 'AbstractDictionary' abstract class.
addEntry ( AbstractEntry )This method is from 'AbstractDictionary' abstract class.
getConvention ( )This method is from 'AbstractDictionary' abstract class.
getConventionAttribute ( )This method is from 'AbstractDictionary' abstract class.
getDictionaryPrefix ( )This method is from 'AbstractDictionary' abstract class.
getDictionaryPrefixAttribute ( )This method is from 'AbstractDictionary' abstract class.
getDictRef ( )This method is from 'AbstractDictionary' abstract class.
getDictRefAttribute ( )This method is from 'AbstractDictionary' abstract class.
getEntryElements ( )This method is from 'AbstractDictionary' abstract class.
getHref ( )This method is from 'AbstractDictionary' abstract class.
...
[+] AbstractDimension (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractDimension. |
[+] affected methods (19)
AbstractDimension ( )This constructor is from 'AbstractDimension' abstract class.
AbstractDimension ( AbstractDimension )This constructor is from 'AbstractDimension' abstract class.
addAttribute ( Attribute )This method is from 'AbstractDimension' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractDimension' abstract class.
getDimensionBasis ( )This method is from 'AbstractDimension' abstract class.
getDimensionBasisAttribute ( )This method is from 'AbstractDimension' abstract class.
getId ( )This method is from 'AbstractDimension' abstract class.
getIdAttribute ( )This method is from 'AbstractDimension' abstract class.
getName ( )This method is from 'AbstractDimension' abstract class.
getNameAttribute ( )This method is from 'AbstractDimension' abstract class.
getPower ( )This method is from 'AbstractDimension' abstract class.
getPowerAttribute ( )This method is from 'AbstractDimension' abstract class.
...
[+] AbstractDocumentation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractDocumentation. |
[+] affected methods (10)
AbstractDocumentation ( )This constructor is from 'AbstractDocumentation' abstract class.
AbstractDocumentation ( AbstractDocumentation )This constructor is from 'AbstractDocumentation' abstract class.
addAttribute ( Attribute )This method is from 'AbstractDocumentation' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractDocumentation' abstract class.
getId ( )This method is from 'AbstractDocumentation' abstract class.
getIdAttribute ( )This method is from 'AbstractDocumentation' abstract class.
getTitle ( )This method is from 'AbstractDocumentation' abstract class.
getTitleAttribute ( )This method is from 'AbstractDocumentation' abstract class.
setId ( String )This method is from 'AbstractDocumentation' abstract class.
setTitle ( String )This method is from 'AbstractDocumentation' abstract class.
[+] AbstractEigen (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractEigen. |
[+] affected methods (28)
AbstractEigen ( )This constructor is from 'AbstractEigen' abstract class.
AbstractEigen ( AbstractEigen )1st parameter 'old' of this method has type 'AbstractEigen'.
addArray ( AbstractArray )This method is from 'AbstractEigen' abstract class.
addAttribute ( Attribute )This method is from 'AbstractEigen' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractEigen' abstract class.
getArrayElements ( )This method is from 'AbstractEigen' abstract class.
getConvention ( )This method is from 'AbstractEigen' abstract class.
getConventionAttribute ( )This method is from 'AbstractEigen' abstract class.
getDictRef ( )This method is from 'AbstractEigen' abstract class.
getDictRefAttribute ( )This method is from 'AbstractEigen' abstract class.
getId ( )This method is from 'AbstractEigen' abstract class.
getIdAttribute ( )This method is from 'AbstractEigen' abstract class.
...
[+] AbstractElectron (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractElectron. |
[+] affected methods (35)
AbstractElectron ( )This constructor is from 'AbstractElectron' abstract class.
AbstractElectron ( AbstractElectron )1st parameter 'old' of this method has type 'AbstractElectron'.
addAttribute ( Attribute )This method is from 'AbstractElectron' abstract class.
getAtomRef ( )This method is from 'AbstractElectron' abstract class.
getAtomRefAttribute ( )This method is from 'AbstractElectron' abstract class.
getAtomRefs ( )This method is from 'AbstractElectron' abstract class.
getAtomRefsAttribute ( )This method is from 'AbstractElectron' abstract class.
getBondRef ( )This method is from 'AbstractElectron' abstract class.
getBondRefAttribute ( )This method is from 'AbstractElectron' abstract class.
getBondRefs ( )This method is from 'AbstractElectron' abstract class.
getBondRefsAttribute ( )This method is from 'AbstractElectron' abstract class.
getConvention ( )This method is from 'AbstractElectron' abstract class.
...
[+] AbstractEntry (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractEntry. |
[+] affected methods (61)
addEntry ( AbstractEntry )1st parameter 'entry' of this method has type 'AbstractEntry'.
AbstractEntry ( )This constructor is from 'AbstractEntry' abstract class.
AbstractEntry ( AbstractEntry )1st parameter 'old' of this method has type 'AbstractEntry'.
addAttribute ( Attribute )This method is from 'AbstractEntry' abstract class.
getColumns ( )This method is from 'AbstractEntry' abstract class.
getColumnsAttribute ( )This method is from 'AbstractEntry' abstract class.
getConvention ( )This method is from 'AbstractEntry' abstract class.
getConventionAttribute ( )This method is from 'AbstractEntry' abstract class.
getDataType ( )This method is from 'AbstractEntry' abstract class.
getDataTypeAttribute ( )This method is from 'AbstractEntry' abstract class.
getFractionDigits ( )This method is from 'AbstractEntry' abstract class.
getFractionDigitsAttribute ( )This method is from 'AbstractEntry' abstract class.
...
[+] AbstractEnumeration (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractEnumeration. |
[+] affected methods (18)
AbstractEnumeration ( )This constructor is from 'AbstractEnumeration' abstract class.
AbstractEnumeration ( AbstractEnumeration )This constructor is from 'AbstractEnumeration' abstract class.
addAnnotation ( AbstractAnnotation )This method is from 'AbstractEnumeration' abstract class.
addAttribute ( Attribute )This method is from 'AbstractEnumeration' abstract class.
getAnnotationElements ( )This method is from 'AbstractEnumeration' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractEnumeration' abstract class.
getCMLValue ( )This method is from 'AbstractEnumeration' abstract class.
getDefault ( )This method is from 'AbstractEnumeration' abstract class.
getDefaultAttribute ( )This method is from 'AbstractEnumeration' abstract class.
getDictRef ( )This method is from 'AbstractEnumeration' abstract class.
getDictRefAttribute ( )This method is from 'AbstractEnumeration' abstract class.
getId ( )This method is from 'AbstractEnumeration' abstract class.
...
[+] AbstractExpression (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractExpression. |
[+] affected methods (25)
addExpression ( AbstractExpression )1st parameter 'expression' of this method has type 'AbstractExpression'.
AbstractExpression ( )This constructor is from 'AbstractExpression' abstract class.
AbstractExpression ( AbstractExpression )1st parameter 'old' of this method has type 'AbstractExpression'.
addAttribute ( Attribute )This method is from 'AbstractExpression' abstract class.
addOperator ( AbstractOperator )This method is from 'AbstractExpression' abstract class.
addParameter ( AbstractParameter )This method is from 'AbstractExpression' abstract class.
getConvention ( )This method is from 'AbstractExpression' abstract class.
getConventionAttribute ( )This method is from 'AbstractExpression' abstract class.
getDataType ( )This method is from 'AbstractExpression' abstract class.
getDataTypeAttribute ( )This method is from 'AbstractExpression' abstract class.
getDictRef ( )This method is from 'AbstractExpression' abstract class.
getDictRefAttribute ( )This method is from 'AbstractExpression' abstract class.
...
[+] AbstractFloat (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractFloat. |
[+] affected methods (33)
AbstractFloat ( )This constructor is from 'AbstractFloat' abstract class.
AbstractFloat ( AbstractFloat )This constructor is from 'AbstractFloat' abstract class.
addAttribute ( Attribute )This method is from 'AbstractFloat' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractFloat' abstract class.
getBuiltin ( )This method is from 'AbstractFloat' abstract class.
getBuiltinAttribute ( )This method is from 'AbstractFloat' abstract class.
getConvention ( )This method is from 'AbstractFloat' abstract class.
getConventionAttribute ( )This method is from 'AbstractFloat' abstract class.
getDictRef ( )This method is from 'AbstractFloat' abstract class.
getDictRefAttribute ( )This method is from 'AbstractFloat' abstract class.
getId ( )This method is from 'AbstractFloat' abstract class.
getIdAttribute ( )This method is from 'AbstractFloat' abstract class.
...
[+] AbstractFloatArray (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractFloatArray. |
[+] affected methods (36)
AbstractFloatArray ( )This constructor is from 'AbstractFloatArray' abstract class.
AbstractFloatArray ( AbstractFloatArray )This constructor is from 'AbstractFloatArray' abstract class.
addAttribute ( Attribute )This method is from 'AbstractFloatArray' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractFloatArray' abstract class.
getBuiltin ( )This method is from 'AbstractFloatArray' abstract class.
getBuiltinAttribute ( )This method is from 'AbstractFloatArray' abstract class.
getConvention ( )This method is from 'AbstractFloatArray' abstract class.
getConventionAttribute ( )This method is from 'AbstractFloatArray' abstract class.
getDictRef ( )This method is from 'AbstractFloatArray' abstract class.
getDictRefAttribute ( )This method is from 'AbstractFloatArray' abstract class.
getId ( )This method is from 'AbstractFloatArray' abstract class.
getIdAttribute ( )This method is from 'AbstractFloatArray' abstract class.
...
[+] AbstractFormula (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractFormula. |
[+] affected methods (34)
AbstractFormula ( )This constructor is from 'AbstractFormula' abstract class.
AbstractFormula ( AbstractFormula )1st parameter 'old' of this method has type 'AbstractFormula'.
addAtomArray ( AbstractAtomArray )This method is from 'AbstractFormula' abstract class.
addAttribute ( Attribute )This method is from 'AbstractFormula' abstract class.
addFormula ( AbstractFormula )This method is from 'AbstractFormula' abstract class.
getAtomArrayElements ( )This method is from 'AbstractFormula' abstract class.
getConcise ( )This method is from 'AbstractFormula' abstract class.
getConciseAttribute ( )This method is from 'AbstractFormula' abstract class.
getConvention ( )This method is from 'AbstractFormula' abstract class.
getConventionAttribute ( )This method is from 'AbstractFormula' abstract class.
getCount ( )This method is from 'AbstractFormula' abstract class.
getCountAttribute ( )This method is from 'AbstractFormula' abstract class.
...
[+] AbstractGradient (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractGradient. |
[+] affected methods (25)
addGradient ( AbstractGradient )1st parameter 'gradient' of this method has type 'AbstractGradient'.
AbstractGradient ( )This constructor is from 'AbstractGradient' abstract class.
AbstractGradient ( AbstractGradient )1st parameter 'old' of this method has type 'AbstractGradient'.
addArray ( AbstractArray )This method is from 'AbstractGradient' abstract class.
addAttribute ( Attribute )This method is from 'AbstractGradient' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractGradient' abstract class.
addProperty ( AbstractProperty )This method is from 'AbstractGradient' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractGradient' abstract class.
getArrayElements ( )This method is from 'AbstractGradient' abstract class.
getConvention ( )This method is from 'AbstractGradient' abstract class.
getConventionAttribute ( )This method is from 'AbstractGradient' abstract class.
getDictRef ( )This method is from 'AbstractGradient' abstract class.
...
[+] AbstractIdentifier (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractIdentifier. |
[+] affected methods (27)
AbstractIdentifier ( )This constructor is from 'AbstractIdentifier' abstract class.
AbstractIdentifier ( AbstractIdentifier )1st parameter 'old' of this method has type 'AbstractIdentifier'.
addAttribute ( Attribute )This method is from 'AbstractIdentifier' abstract class.
getCMLValue ( )This method is from 'AbstractIdentifier' abstract class.
getConvention ( )This method is from 'AbstractIdentifier' abstract class.
getConventionAttribute ( )This method is from 'AbstractIdentifier' abstract class.
getDictRef ( )This method is from 'AbstractIdentifier' abstract class.
getDictRefAttribute ( )This method is from 'AbstractIdentifier' abstract class.
getId ( )This method is from 'AbstractIdentifier' abstract class.
getIdAttribute ( )This method is from 'AbstractIdentifier' abstract class.
getTautomeric ( )This method is from 'AbstractIdentifier' abstract class.
getTautomericAttribute ( )This method is from 'AbstractIdentifier' abstract class.
...
[+] AbstractInteger (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractInteger. |
[+] affected methods (33)
AbstractInteger ( )This constructor is from 'AbstractInteger' abstract class.
AbstractInteger ( AbstractInteger )This constructor is from 'AbstractInteger' abstract class.
addAttribute ( Attribute )This method is from 'AbstractInteger' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractInteger' abstract class.
getBuiltin ( )This method is from 'AbstractInteger' abstract class.
getBuiltinAttribute ( )This method is from 'AbstractInteger' abstract class.
getConvention ( )This method is from 'AbstractInteger' abstract class.
getConventionAttribute ( )This method is from 'AbstractInteger' abstract class.
getDictRef ( )This method is from 'AbstractInteger' abstract class.
getDictRefAttribute ( )This method is from 'AbstractInteger' abstract class.
getId ( )This method is from 'AbstractInteger' abstract class.
getIdAttribute ( )This method is from 'AbstractInteger' abstract class.
...
[+] AbstractIntegerArray (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractIntegerArray. |
[+] affected methods (36)
AbstractIntegerArray ( )This constructor is from 'AbstractIntegerArray' abstract class.
AbstractIntegerArray ( AbstractIntegerArray )This constructor is from 'AbstractIntegerArray' abstract class.
addAttribute ( Attribute )This method is from 'AbstractIntegerArray' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractIntegerArray' abstract class.
getBuiltin ( )This method is from 'AbstractIntegerArray' abstract class.
getBuiltinAttribute ( )This method is from 'AbstractIntegerArray' abstract class.
getConvention ( )This method is from 'AbstractIntegerArray' abstract class.
getConventionAttribute ( )This method is from 'AbstractIntegerArray' abstract class.
getDictRef ( )This method is from 'AbstractIntegerArray' abstract class.
getDictRefAttribute ( )This method is from 'AbstractIntegerArray' abstract class.
getId ( )This method is from 'AbstractIntegerArray' abstract class.
getIdAttribute ( )This method is from 'AbstractIntegerArray' abstract class.
...
[+] AbstractIsotope (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractIsotope. |
[+] affected methods (30)
AbstractIsotope ( )This constructor is from 'AbstractIsotope' abstract class.
AbstractIsotope ( AbstractIsotope )1st parameter 'old' of this method has type 'AbstractIsotope'.
addAbundance ( AbstractAbundance )This method is from 'AbstractIsotope' abstract class.
addAttribute ( Attribute )This method is from 'AbstractIsotope' abstract class.
getAbundanceElements ( )This method is from 'AbstractIsotope' abstract class.
getConvention ( )This method is from 'AbstractIsotope' abstract class.
getConventionAttribute ( )This method is from 'AbstractIsotope' abstract class.
getDictRef ( )This method is from 'AbstractIsotope' abstract class.
getDictRefAttribute ( )This method is from 'AbstractIsotope' abstract class.
getElementType ( )This method is from 'AbstractIsotope' abstract class.
getElementTypeAttribute ( )This method is from 'AbstractIsotope' abstract class.
getId ( )This method is from 'AbstractIsotope' abstract class.
...
[+] AbstractIsotopeList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractIsotopeList. |
[+] affected methods (20)
AbstractIsotopeList ( )This constructor is from 'AbstractIsotopeList' abstract class.
AbstractIsotopeList ( AbstractIsotopeList )1st parameter 'old' of this method has type 'AbstractIsotopeList'.
addAttribute ( Attribute )This method is from 'AbstractIsotopeList' abstract class.
addIsotope ( AbstractIsotope )This method is from 'AbstractIsotopeList' abstract class.
getConvention ( )This method is from 'AbstractIsotopeList' abstract class.
getConventionAttribute ( )This method is from 'AbstractIsotopeList' abstract class.
getDictRef ( )This method is from 'AbstractIsotopeList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractIsotopeList' abstract class.
getId ( )This method is from 'AbstractIsotopeList' abstract class.
getIdAttribute ( )This method is from 'AbstractIsotopeList' abstract class.
getIsotopeElements ( )This method is from 'AbstractIsotopeList' abstract class.
getRef ( )This method is from 'AbstractIsotopeList' abstract class.
...
[+] AbstractKpoint (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractKpoint; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractKpoint. |
[+] affected methods (24)
AbstractKpoint ( )This constructor is from 'AbstractKpoint' abstract class.
AbstractKpoint ( AbstractKpoint )1st parameter 'old' of this method has type 'AbstractKpoint'.
addAttribute ( Attribute )This method is from 'AbstractKpoint' abstract class.
getConvention ( )This method is from 'AbstractKpoint' abstract class.
getConventionAttribute ( )This method is from 'AbstractKpoint' abstract class.
getDictRef ( )This method is from 'AbstractKpoint' abstract class.
getDictRefAttribute ( )This method is from 'AbstractKpoint' abstract class.
getId ( )This method is from 'AbstractKpoint' abstract class.
getIdAttribute ( )This method is from 'AbstractKpoint' abstract class.
getLabel ( )This method is from 'AbstractKpoint' abstract class.
getLabelAttribute ( )This method is from 'AbstractKpoint' abstract class.
getTitle ( )This method is from 'AbstractKpoint' abstract class.
...
[+] AbstractKpointList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractKpointList. |
[+] affected methods (17)
AbstractKpointList ( )This constructor is from 'AbstractKpointList' abstract class.
AbstractKpointList ( AbstractKpointList )1st parameter 'old' of this method has type 'AbstractKpointList'.
addAttribute ( Attribute )This method is from 'AbstractKpointList' abstract class.
addKpoint ( AbstractKpoint )This method is from 'AbstractKpointList' abstract class.
getConvention ( )This method is from 'AbstractKpointList' abstract class.
getConventionAttribute ( )This method is from 'AbstractKpointList' abstract class.
getDictRef ( )This method is from 'AbstractKpointList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractKpointList' abstract class.
getId ( )This method is from 'AbstractKpointList' abstract class.
getIdAttribute ( )This method is from 'AbstractKpointList' abstract class.
getKpointElements ( )This method is from 'AbstractKpointList' abstract class.
getTitle ( )This method is from 'AbstractKpointList' abstract class.
...
[+] AbstractLabel (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractLabel. |
[+] affected methods (26)
addLabel ( AbstractLabel )1st parameter 'label' of this method has type 'AbstractLabel'.
addLabel ( AbstractLabel )1st parameter 'label' of this method has type 'AbstractLabel'.
addLabel ( AbstractLabel )1st parameter 'label' of this method has type 'AbstractLabel'.
AbstractLabel ( )This constructor is from 'AbstractLabel' abstract class.
AbstractLabel ( AbstractLabel )1st parameter 'old' of this method has type 'AbstractLabel'.
addAttribute ( Attribute )This method is from 'AbstractLabel' abstract class.
getCMLValue ( )This method is from 'AbstractLabel' abstract class.
getDictRef ( )This method is from 'AbstractLabel' abstract class.
getDictRefAttribute ( )This method is from 'AbstractLabel' abstract class.
getId ( )This method is from 'AbstractLabel' abstract class.
getIdAttribute ( )This method is from 'AbstractLabel' abstract class.
getObjectClass ( )This method is from 'AbstractLabel' abstract class.
...
[+] AbstractLattice (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractLattice. |
[+] affected methods (29)
AbstractLattice ( )This constructor is from 'AbstractLattice' abstract class.
AbstractLattice ( AbstractLattice )1st parameter 'old' of this method has type 'AbstractLattice'.
addAttribute ( Attribute )This method is from 'AbstractLattice' abstract class.
addLatticeVector ( AbstractLatticeVector )This method is from 'AbstractLattice' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractLattice' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractLattice' abstract class.
addSymmetry ( AbstractSymmetry )This method is from 'AbstractLattice' abstract class.
getConvention ( )This method is from 'AbstractLattice' abstract class.
getConventionAttribute ( )This method is from 'AbstractLattice' abstract class.
getDictRef ( )This method is from 'AbstractLattice' abstract class.
getDictRefAttribute ( )This method is from 'AbstractLattice' abstract class.
getId ( )This method is from 'AbstractLattice' abstract class.
...
[+] AbstractLatticeVector (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractLatticeVector; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractLatticeVector. |
[+] affected methods (23)
addLatticeVector ( AbstractLatticeVector )1st parameter 'latticeVector' of this method has type 'AbstractLatticeVector'.
AbstractLatticeVector ( )This constructor is from 'AbstractLatticeVector' abstract class.
AbstractLatticeVector ( AbstractLatticeVector )1st parameter 'old' of this method has type 'AbstractLatticeVector'.
addAttribute ( Attribute )This method is from 'AbstractLatticeVector' abstract class.
getConvention ( )This method is from 'AbstractLatticeVector' abstract class.
getConventionAttribute ( )This method is from 'AbstractLatticeVector' abstract class.
getDictRef ( )This method is from 'AbstractLatticeVector' abstract class.
getDictRefAttribute ( )This method is from 'AbstractLatticeVector' abstract class.
getId ( )This method is from 'AbstractLatticeVector' abstract class.
getIdAttribute ( )This method is from 'AbstractLatticeVector' abstract class.
getPeriodicAttribute ( )This method is from 'AbstractLatticeVector' abstract class.
getTitle ( )This method is from 'AbstractLatticeVector' abstract class.
...
[+] AbstractLength (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractLength; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractLength. |
[+] affected methods (39)
AbstractLength ( )This constructor is from 'AbstractLength' abstract class.
AbstractLength ( AbstractLength )1st parameter 'old' of this method has type 'AbstractLength'.
addAttribute ( Attribute )This method is from 'AbstractLength' abstract class.
getAtomRefs2 ( )This method is from 'AbstractLength' abstract class.
getAtomRefs2Attribute ( )This method is from 'AbstractLength' abstract class.
getConvention ( )This method is from 'AbstractLength' abstract class.
getConventionAttribute ( )This method is from 'AbstractLength' abstract class.
getDictRef ( )This method is from 'AbstractLength' abstract class.
getDictRefAttribute ( )This method is from 'AbstractLength' abstract class.
getErrorBasis ( )This method is from 'AbstractLength' abstract class.
getErrorBasisAttribute ( )This method is from 'AbstractLength' abstract class.
getErrorValue ( )This method is from 'AbstractLength' abstract class.
...
[+] AbstractLine3 (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractLine3; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractLine3. |
[+] affected methods (26)
AbstractLine3 ( )This constructor is from 'AbstractLine3' abstract class.
AbstractLine3 ( AbstractLine3 )1st parameter 'old' of this method has type 'AbstractLine3'.
addAttribute ( Attribute )This method is from 'AbstractLine3' abstract class.
getConvention ( )This method is from 'AbstractLine3' abstract class.
getConventionAttribute ( )This method is from 'AbstractLine3' abstract class.
getDictRef ( )This method is from 'AbstractLine3' abstract class.
getDictRefAttribute ( )This method is from 'AbstractLine3' abstract class.
getId ( )This method is from 'AbstractLine3' abstract class.
getIdAttribute ( )This method is from 'AbstractLine3' abstract class.
getPoint3 ( )This method is from 'AbstractLine3' abstract class.
getPoint3Attribute ( )This method is from 'AbstractLine3' abstract class.
getTitle ( )This method is from 'AbstractLine3' abstract class.
...
[+] AbstractLink (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractLink. |
[+] affected methods (52)
AbstractLink ( )This constructor is from 'AbstractLink' abstract class.
AbstractLink ( AbstractLink )1st parameter 'old' of this method has type 'AbstractLink'.
addAttribute ( Attribute )This method is from 'AbstractLink' abstract class.
getConvention ( )This method is from 'AbstractLink' abstract class.
getConventionAttribute ( )This method is from 'AbstractLink' abstract class.
getDictRef ( )This method is from 'AbstractLink' abstract class.
getDictRefAttribute ( )This method is from 'AbstractLink' abstract class.
getFrom ( )This method is from 'AbstractLink' abstract class.
getFromAttribute ( )This method is from 'AbstractLink' abstract class.
getFromContext ( )This method is from 'AbstractLink' abstract class.
getFromContextAttribute ( )This method is from 'AbstractLink' abstract class.
getFromSet ( )This method is from 'AbstractLink' abstract class.
...
[+] AbstractList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractList. |
[+] affected methods (20)
addList ( AbstractList )1st parameter 'list' of this method has type 'AbstractList'.
AbstractList ( )This constructor is from 'AbstractList' abstract class.
AbstractList ( AbstractList )1st parameter 'old' of this method has type 'AbstractList'.
addAttribute ( Attribute )This method is from 'AbstractList' abstract class.
getConvention ( )This method is from 'AbstractList' abstract class.
getConventionAttribute ( )This method is from 'AbstractList' abstract class.
getDictRef ( )This method is from 'AbstractList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractList' abstract class.
getId ( )This method is from 'AbstractList' abstract class.
getIdAttribute ( )This method is from 'AbstractList' abstract class.
getTitle ( )This method is from 'AbstractList' abstract class.
getTitleAttribute ( )This method is from 'AbstractList' abstract class.
...
[+] AbstractMap (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractMap. |
[+] affected methods (33)
AbstractMap ( )This constructor is from 'AbstractMap' abstract class.
AbstractMap ( AbstractMap )1st parameter 'old' of this method has type 'AbstractMap'.
addAttribute ( Attribute )This method is from 'AbstractMap' abstract class.
addLink ( AbstractLink )This method is from 'AbstractMap' abstract class.
getConvention ( )This method is from 'AbstractMap' abstract class.
getConventionAttribute ( )This method is from 'AbstractMap' abstract class.
getDictRef ( )This method is from 'AbstractMap' abstract class.
getDictRefAttribute ( )This method is from 'AbstractMap' abstract class.
getFromContext ( )This method is from 'AbstractMap' abstract class.
getFromContextAttribute ( )This method is from 'AbstractMap' abstract class.
getFromType ( )This method is from 'AbstractMap' abstract class.
getFromTypeAttribute ( )This method is from 'AbstractMap' abstract class.
...
[+] AbstractMatrix (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractMatrix; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractMatrix. |
[+] affected methods (53)
addMatrix ( AbstractMatrix )1st parameter 'matrix' of this method has type 'AbstractMatrix'.
addMatrix ( AbstractMatrix )1st parameter 'matrix' of this method has type 'AbstractMatrix'.
addMatrix ( AbstractMatrix )1st parameter 'matrix' of this method has type 'AbstractMatrix'.
addMatrix ( AbstractMatrix )1st parameter 'matrix' of this method has type 'AbstractMatrix'.
addMatrix ( AbstractMatrix )1st parameter 'matrix' of this method has type 'AbstractMatrix'.
addMatrix ( AbstractMatrix )1st parameter 'matrix' of this method has type 'AbstractMatrix'.
AbstractMatrix ( )This constructor is from 'AbstractMatrix' abstract class.
AbstractMatrix ( AbstractMatrix )1st parameter 'old' of this method has type 'AbstractMatrix'.
addAttribute ( Attribute )This method is from 'AbstractMatrix' abstract class.
getColumns ( )This method is from 'AbstractMatrix' abstract class.
getColumnsAttribute ( )This method is from 'AbstractMatrix' abstract class.
getConvention ( )This method is from 'AbstractMatrix' abstract class.
...
[+] AbstractMechanism (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractMechanism. |
[+] affected methods (22)
AbstractMechanism ( )This constructor is from 'AbstractMechanism' abstract class.
AbstractMechanism ( AbstractMechanism )1st parameter 'old' of this method has type 'AbstractMechanism'.
addAttribute ( Attribute )This method is from 'AbstractMechanism' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractMechanism' abstract class.
addMechanismComponent ( AbstractMechanismComponent )This method is from 'AbstractMechanism' abstract class.
addName ( AbstractName )This method is from 'AbstractMechanism' abstract class.
getConvention ( )This method is from 'AbstractMechanism' abstract class.
getConventionAttribute ( )This method is from 'AbstractMechanism' abstract class.
getDictRef ( )This method is from 'AbstractMechanism' abstract class.
getDictRefAttribute ( )This method is from 'AbstractMechanism' abstract class.
getId ( )This method is from 'AbstractMechanism' abstract class.
getIdAttribute ( )This method is from 'AbstractMechanism' abstract class.
...
[+] AbstractMechanismComponent (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractMechanismComponent. |
[+] affected methods (16)
addMechanismComponent ( AbstractMechanismComponent )1st parameter 'mechanismComponent' of this method has type 'AbstractMechanismComponent'.
AbstractMechanismComponent ( )This constructor is from 'AbstractMechanismComponent' abstract class.
AbstractMechanismComponent ( AbstractMechanismComponent )1st parameter 'old' of this method has type 'AbstractMechanismComponent'.
addAttribute ( Attribute )This method is from 'AbstractMechanismComponent' abstract class.
getConvention ( )This method is from 'AbstractMechanismComponent' abstract class.
getConventionAttribute ( )This method is from 'AbstractMechanismComponent' abstract class.
getDictRef ( )This method is from 'AbstractMechanismComponent' abstract class.
getDictRefAttribute ( )This method is from 'AbstractMechanismComponent' abstract class.
getId ( )This method is from 'AbstractMechanismComponent' abstract class.
getIdAttribute ( )This method is from 'AbstractMechanismComponent' abstract class.
getTitle ( )This method is from 'AbstractMechanismComponent' abstract class.
getTitleAttribute ( )This method is from 'AbstractMechanismComponent' abstract class.
...
[+] AbstractMetadata (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractMetadata; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractMetadata. |
[+] affected methods (24)
AbstractMetadata ( )This constructor is from 'AbstractMetadata' abstract class.
AbstractMetadata ( AbstractMetadata )1st parameter 'old' of this method has type 'AbstractMetadata'.
addAttribute ( Attribute )This method is from 'AbstractMetadata' abstract class.
getContent ( )This method is from 'AbstractMetadata' abstract class.
getContentAttribute ( )This method is from 'AbstractMetadata' abstract class.
getConvention ( )This method is from 'AbstractMetadata' abstract class.
getConventionAttribute ( )This method is from 'AbstractMetadata' abstract class.
getDictRef ( )This method is from 'AbstractMetadata' abstract class.
getDictRefAttribute ( )This method is from 'AbstractMetadata' abstract class.
getId ( )This method is from 'AbstractMetadata' abstract class.
getIdAttribute ( )This method is from 'AbstractMetadata' abstract class.
getName ( )This method is from 'AbstractMetadata' abstract class.
...
[+] AbstractMetadataList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractMetadataList. |
[+] affected methods (45)
addMetadataList ( AbstractMetadataList )1st parameter 'metadataList' of this method has type 'AbstractMetadataList'.
addMetadataList ( AbstractMetadataList )1st parameter 'metadataList' of this method has type 'AbstractMetadataList'.
addMetadataList ( AbstractMetadataList )1st parameter 'metadataList' of this method has type 'AbstractMetadataList'.
addMetadataList ( AbstractMetadataList )1st parameter 'metadataList' of this method has type 'AbstractMetadataList'.
AbstractMetadataList ( )This constructor is from 'AbstractMetadataList' abstract class.
AbstractMetadataList ( AbstractMetadataList )1st parameter 'old' of this method has type 'AbstractMetadataList'.
addAttribute ( Attribute )This method is from 'AbstractMetadataList' abstract class.
addMetadata ( AbstractMetadata )This method is from 'AbstractMetadataList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractMetadataList' abstract class.
getConvention ( )This method is from 'AbstractMetadataList' abstract class.
getConventionAttribute ( )This method is from 'AbstractMetadataList' abstract class.
getDictRef ( )This method is from 'AbstractMetadataList' abstract class.
...
[+] AbstractModule (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractModule. |
[+] affected methods (21)
AbstractModule ( )This constructor is from 'AbstractModule' abstract class.
AbstractModule ( AbstractModule )1st parameter 'old' of this method has type 'AbstractModule'.
addAttribute ( Attribute )This method is from 'AbstractModule' abstract class.
getConvention ( )This method is from 'AbstractModule' abstract class.
getConventionAttribute ( )This method is from 'AbstractModule' abstract class.
getDictRef ( )This method is from 'AbstractModule' abstract class.
getDictRefAttribute ( )This method is from 'AbstractModule' abstract class.
getId ( )This method is from 'AbstractModule' abstract class.
getIdAttribute ( )This method is from 'AbstractModule' abstract class.
getRole ( )This method is from 'AbstractModule' abstract class.
getRoleAttribute ( )This method is from 'AbstractModule' abstract class.
getSerial ( )This method is from 'AbstractModule' abstract class.
...
[+] AbstractMolecule (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractMolecule. |
[+] affected methods (66)
addMolecule ( AbstractMolecule )1st parameter 'molecule' of this method has type 'AbstractMolecule'.
addMolecule ( AbstractMolecule )1st parameter 'molecule' of this method has type 'AbstractMolecule'.
AbstractMolecule ( )This constructor is from 'AbstractMolecule' abstract class.
AbstractMolecule ( AbstractMolecule )1st parameter 'old' of this method has type 'AbstractMolecule'.
addArray ( AbstractArray )This method is from 'AbstractMolecule' abstract class.
addAtomArray ( AbstractAtomArray )This method is from 'AbstractMolecule' abstract class.
addAttribute ( Attribute )This method is from 'AbstractMolecule' abstract class.
addBondArray ( AbstractBondArray )This method is from 'AbstractMolecule' abstract class.
addFormula ( AbstractFormula )This method is from 'AbstractMolecule' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractMolecule' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractMolecule' abstract class.
addName ( AbstractName )This method is from 'AbstractMolecule' abstract class.
...
[+] AbstractName (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractName; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractName. |
[+] affected methods (33)
addName ( AbstractName )1st parameter 'name' of this method has type 'AbstractName'.
addName ( AbstractName )1st parameter 'name' of this method has type 'AbstractName'.
addName ( AbstractName )1st parameter 'name' of this method has type 'AbstractName'.
addName ( AbstractName )1st parameter 'name' of this method has type 'AbstractName'.
addName ( AbstractName )1st parameter 'name' of this method has type 'AbstractName'.
addName ( AbstractName )1st parameter 'name' of this method has type 'AbstractName'.
addName ( AbstractName )1st parameter 'name' of this method has type 'AbstractName'.
AbstractName ( )This constructor is from 'AbstractName' abstract class.
AbstractName ( AbstractName )1st parameter 'old' of this method has type 'AbstractName'.
addAttribute ( Attribute )This method is from 'AbstractName' abstract class.
getConvention ( )This method is from 'AbstractName' abstract class.
getConventionAttribute ( )This method is from 'AbstractName' abstract class.
...
[+] AbstractObject (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractObject. |
[+] affected methods (26)
AbstractObject ( )This constructor is from 'AbstractObject' abstract class.
AbstractObject ( AbstractObject )1st parameter 'old' of this method has type 'AbstractObject'.
addAttribute ( Attribute )This method is from 'AbstractObject' abstract class.
getConvention ( )This method is from 'AbstractObject' abstract class.
getConventionAttribute ( )This method is from 'AbstractObject' abstract class.
getCount ( )This method is from 'AbstractObject' abstract class.
getCountAttribute ( )This method is from 'AbstractObject' abstract class.
getDictRef ( )This method is from 'AbstractObject' abstract class.
getDictRefAttribute ( )This method is from 'AbstractObject' abstract class.
getId ( )This method is from 'AbstractObject' abstract class.
getIdAttribute ( )This method is from 'AbstractObject' abstract class.
getName ( )This method is from 'AbstractObject' abstract class.
...
[+] AbstractObservation (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractObservation. |
[+] affected methods (21)
AbstractObservation ( )This constructor is from 'AbstractObservation' abstract class.
AbstractObservation ( AbstractObservation )1st parameter 'old' of this method has type 'AbstractObservation'.
addAttribute ( Attribute )This method is from 'AbstractObservation' abstract class.
getConvention ( )This method is from 'AbstractObservation' abstract class.
getConventionAttribute ( )This method is from 'AbstractObservation' abstract class.
getCount ( )This method is from 'AbstractObservation' abstract class.
getCountAttribute ( )This method is from 'AbstractObservation' abstract class.
getDictRef ( )This method is from 'AbstractObservation' abstract class.
getDictRefAttribute ( )This method is from 'AbstractObservation' abstract class.
getId ( )This method is from 'AbstractObservation' abstract class.
getIdAttribute ( )This method is from 'AbstractObservation' abstract class.
getTitle ( )This method is from 'AbstractObservation' abstract class.
...
[+] AbstractOperator (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractOperator. |
[+] affected methods (19)
addOperator ( AbstractOperator )1st parameter 'operator' of this method has type 'AbstractOperator'.
AbstractOperator ( )This constructor is from 'AbstractOperator' abstract class.
AbstractOperator ( AbstractOperator )1st parameter 'old' of this method has type 'AbstractOperator'.
addAttribute ( Attribute )This method is from 'AbstractOperator' abstract class.
getConvention ( )This method is from 'AbstractOperator' abstract class.
getConventionAttribute ( )This method is from 'AbstractOperator' abstract class.
getDictRef ( )This method is from 'AbstractOperator' abstract class.
getDictRefAttribute ( )This method is from 'AbstractOperator' abstract class.
getId ( )This method is from 'AbstractOperator' abstract class.
getIdAttribute ( )This method is from 'AbstractOperator' abstract class.
getTitle ( )This method is from 'AbstractOperator' abstract class.
getTitleAttribute ( )This method is from 'AbstractOperator' abstract class.
...
[+] AbstractParameter (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractParameter. |
[+] affected methods (44)
addParameter ( AbstractParameter )1st parameter 'parameter' of this method has type 'AbstractParameter'.
AbstractParameter ( )This constructor is from 'AbstractParameter' abstract class.
AbstractParameter ( AbstractParameter )1st parameter 'old' of this method has type 'AbstractParameter'.
addArray ( AbstractArray )This method is from 'AbstractParameter' abstract class.
addAttribute ( Attribute )This method is from 'AbstractParameter' abstract class.
addExpression ( AbstractExpression )This method is from 'AbstractParameter' abstract class.
addGradient ( AbstractGradient )This method is from 'AbstractParameter' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractParameter' abstract class.
addProperty ( AbstractProperty )This method is from 'AbstractParameter' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractParameter' abstract class.
getArrayElements ( )This method is from 'AbstractParameter' abstract class.
getCMLValue ( )This method is from 'AbstractParameter' abstract class.
...
[+] AbstractParameterList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractParameterList. |
[+] affected methods (29)
AbstractParameterList ( )This constructor is from 'AbstractParameterList' abstract class.
AbstractParameterList ( AbstractParameterList )1st parameter 'old' of this method has type 'AbstractParameterList'.
addAttribute ( Attribute )This method is from 'AbstractParameterList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractParameterList' abstract class.
addName ( AbstractName )This method is from 'AbstractParameterList' abstract class.
addParameter ( AbstractParameter )This method is from 'AbstractParameterList' abstract class.
addParameterList ( AbstractParameterList )This method is from 'AbstractParameterList' abstract class.
getConvention ( )This method is from 'AbstractParameterList' abstract class.
getConventionAttribute ( )This method is from 'AbstractParameterList' abstract class.
getDictRef ( )This method is from 'AbstractParameterList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractParameterList' abstract class.
getId ( )This method is from 'AbstractParameterList' abstract class.
...
[+] AbstractParticle (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractParticle. |
[+] affected methods (27)
AbstractParticle ( )This constructor is from 'AbstractParticle' abstract class.
AbstractParticle ( AbstractParticle )1st parameter 'old' of this method has type 'AbstractParticle'.
addAttribute ( Attribute )This method is from 'AbstractParticle' abstract class.
getConvention ( )This method is from 'AbstractParticle' abstract class.
getConventionAttribute ( )This method is from 'AbstractParticle' abstract class.
getDictRef ( )This method is from 'AbstractParticle' abstract class.
getDictRefAttribute ( )This method is from 'AbstractParticle' abstract class.
getId ( )This method is from 'AbstractParticle' abstract class.
getIdAttribute ( )This method is from 'AbstractParticle' abstract class.
getTitle ( )This method is from 'AbstractParticle' abstract class.
getTitleAttribute ( )This method is from 'AbstractParticle' abstract class.
getType ( )This method is from 'AbstractParticle' abstract class.
...
[+] AbstractPeak (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPeak. |
[+] affected methods (82)
AbstractPeak ( )This constructor is from 'AbstractPeak' abstract class.
AbstractPeak ( AbstractPeak )1st parameter 'old' of this method has type 'AbstractPeak'.
addAtom ( AbstractAtom )This method is from 'AbstractPeak' abstract class.
addAttribute ( Attribute )This method is from 'AbstractPeak' abstract class.
addBond ( AbstractBond )This method is from 'AbstractPeak' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractPeak' abstract class.
addPeakStructure ( AbstractPeakStructure )This method is from 'AbstractPeak' abstract class.
getAtomElements ( )This method is from 'AbstractPeak' abstract class.
getAtomRefs ( )This method is from 'AbstractPeak' abstract class.
getAtomRefsAttribute ( )This method is from 'AbstractPeak' abstract class.
getBondElements ( )This method is from 'AbstractPeak' abstract class.
getBondRefs ( )This method is from 'AbstractPeak' abstract class.
...
[+] AbstractPeakGroup (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPeakGroup. |
[+] affected methods (83)
AbstractPeakGroup ( )This constructor is from 'AbstractPeakGroup' abstract class.
AbstractPeakGroup ( AbstractPeakGroup )1st parameter 'old' of this method has type 'AbstractPeakGroup'.
addAtom ( AbstractAtom )This method is from 'AbstractPeakGroup' abstract class.
addAttribute ( Attribute )This method is from 'AbstractPeakGroup' abstract class.
addBond ( AbstractBond )This method is from 'AbstractPeakGroup' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractPeakGroup' abstract class.
addPeak ( AbstractPeak )This method is from 'AbstractPeakGroup' abstract class.
addPeakGroup ( AbstractPeakGroup )This method is from 'AbstractPeakGroup' abstract class.
getAtomElements ( )This method is from 'AbstractPeakGroup' abstract class.
getAtomRefs ( )This method is from 'AbstractPeakGroup' abstract class.
getAtomRefsAttribute ( )This method is from 'AbstractPeakGroup' abstract class.
getBondElements ( )This method is from 'AbstractPeakGroup' abstract class.
...
[+] AbstractPeakList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPeakList. |
[+] affected methods (23)
AbstractPeakList ( )This constructor is from 'AbstractPeakList' abstract class.
AbstractPeakList ( AbstractPeakList )1st parameter 'old' of this method has type 'AbstractPeakList'.
addAttribute ( Attribute )This method is from 'AbstractPeakList' abstract class.
addPeak ( AbstractPeak )This method is from 'AbstractPeakList' abstract class.
addPeakGroup ( AbstractPeakGroup )This method is from 'AbstractPeakList' abstract class.
getConvention ( )This method is from 'AbstractPeakList' abstract class.
getConventionAttribute ( )This method is from 'AbstractPeakList' abstract class.
getDictRef ( )This method is from 'AbstractPeakList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractPeakList' abstract class.
getId ( )This method is from 'AbstractPeakList' abstract class.
getIdAttribute ( )This method is from 'AbstractPeakList' abstract class.
getPeakElements ( )This method is from 'AbstractPeakList' abstract class.
...
[+] AbstractPeakStructure (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPeakStructure. |
[+] affected methods (41)
addPeakStructure ( AbstractPeakStructure )1st parameter 'peakStructure' of this method has type 'AbstractPeakStructure'.
AbstractPeakStructure ( )This constructor is from 'AbstractPeakStructure' abstract class.
AbstractPeakStructure ( AbstractPeakStructure )1st parameter 'old' of this method has type 'AbstractPeakStructure'.
addAttribute ( Attribute )This method is from 'AbstractPeakStructure' abstract class.
addPeakStructure ( AbstractPeakStructure )This method is from 'AbstractPeakStructure' abstract class.
getAtomRefs ( )This method is from 'AbstractPeakStructure' abstract class.
getAtomRefsAttribute ( )This method is from 'AbstractPeakStructure' abstract class.
getBondRefs ( )This method is from 'AbstractPeakStructure' abstract class.
getBondRefsAttribute ( )This method is from 'AbstractPeakStructure' abstract class.
getCMLValue ( )This method is from 'AbstractPeakStructure' abstract class.
getConvention ( )This method is from 'AbstractPeakStructure' abstract class.
getConventionAttribute ( )This method is from 'AbstractPeakStructure' abstract class.
...
[+] AbstractPlane3 (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractPlane3; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPlane3. |
[+] affected methods (20)
AbstractPlane3 ( )This constructor is from 'AbstractPlane3' abstract class.
AbstractPlane3 ( AbstractPlane3 )1st parameter 'old' of this method has type 'AbstractPlane3'.
addAttribute ( Attribute )This method is from 'AbstractPlane3' abstract class.
getConvention ( )This method is from 'AbstractPlane3' abstract class.
getConventionAttribute ( )This method is from 'AbstractPlane3' abstract class.
getDictRef ( )This method is from 'AbstractPlane3' abstract class.
getDictRefAttribute ( )This method is from 'AbstractPlane3' abstract class.
getId ( )This method is from 'AbstractPlane3' abstract class.
getIdAttribute ( )This method is from 'AbstractPlane3' abstract class.
getTitle ( )This method is from 'AbstractPlane3' abstract class.
getTitleAttribute ( )This method is from 'AbstractPlane3' abstract class.
getUnits ( )This method is from 'AbstractPlane3' abstract class.
...
[+] AbstractPoint3 (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractPoint3; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPoint3. |
[+] affected methods (20)
AbstractPoint3 ( )This constructor is from 'AbstractPoint3' abstract class.
AbstractPoint3 ( AbstractPoint3 )1st parameter 'old' of this method has type 'AbstractPoint3'.
addAttribute ( Attribute )This method is from 'AbstractPoint3' abstract class.
getConvention ( )This method is from 'AbstractPoint3' abstract class.
getConventionAttribute ( )This method is from 'AbstractPoint3' abstract class.
getDictRef ( )This method is from 'AbstractPoint3' abstract class.
getDictRefAttribute ( )This method is from 'AbstractPoint3' abstract class.
getId ( )This method is from 'AbstractPoint3' abstract class.
getIdAttribute ( )This method is from 'AbstractPoint3' abstract class.
getTitle ( )This method is from 'AbstractPoint3' abstract class.
getTitleAttribute ( )This method is from 'AbstractPoint3' abstract class.
getUnits ( )This method is from 'AbstractPoint3' abstract class.
...
[+] AbstractPotential (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPotential. |
[+] affected methods (21)
AbstractPotential ( )This constructor is from 'AbstractPotential' abstract class.
AbstractPotential ( AbstractPotential )1st parameter 'old' of this method has type 'AbstractPotential'.
addArg ( AbstractArg )This method is from 'AbstractPotential' abstract class.
addAttribute ( Attribute )This method is from 'AbstractPotential' abstract class.
getArgElements ( )This method is from 'AbstractPotential' abstract class.
getConvention ( )This method is from 'AbstractPotential' abstract class.
getConventionAttribute ( )This method is from 'AbstractPotential' abstract class.
getDictRef ( )This method is from 'AbstractPotential' abstract class.
getDictRefAttribute ( )This method is from 'AbstractPotential' abstract class.
getForm ( )This method is from 'AbstractPotential' abstract class.
getFormAttribute ( )This method is from 'AbstractPotential' abstract class.
getId ( )This method is from 'AbstractPotential' abstract class.
...
[+] AbstractPotentialForm (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPotentialForm. |
[+] affected methods (24)
AbstractPotentialForm ( )This constructor is from 'AbstractPotentialForm' abstract class.
AbstractPotentialForm ( AbstractPotentialForm )1st parameter 'old' of this method has type 'AbstractPotentialForm'.
addArg ( AbstractArg )This method is from 'AbstractPotentialForm' abstract class.
addAttribute ( Attribute )This method is from 'AbstractPotentialForm' abstract class.
addExpression ( AbstractExpression )This method is from 'AbstractPotentialForm' abstract class.
addParameter ( AbstractParameter )This method is from 'AbstractPotentialForm' abstract class.
getArgElements ( )This method is from 'AbstractPotentialForm' abstract class.
getConvention ( )This method is from 'AbstractPotentialForm' abstract class.
getConventionAttribute ( )This method is from 'AbstractPotentialForm' abstract class.
getDictRef ( )This method is from 'AbstractPotentialForm' abstract class.
getDictRefAttribute ( )This method is from 'AbstractPotentialForm' abstract class.
getExpressionElements ( )This method is from 'AbstractPotentialForm' abstract class.
...
[+] AbstractPotentialList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPotentialList. |
[+] affected methods (17)
AbstractPotentialList ( )This constructor is from 'AbstractPotentialList' abstract class.
AbstractPotentialList ( AbstractPotentialList )1st parameter 'old' of this method has type 'AbstractPotentialList'.
addAttribute ( Attribute )This method is from 'AbstractPotentialList' abstract class.
addPotential ( AbstractPotential )This method is from 'AbstractPotentialList' abstract class.
getConvention ( )This method is from 'AbstractPotentialList' abstract class.
getConventionAttribute ( )This method is from 'AbstractPotentialList' abstract class.
getDictRef ( )This method is from 'AbstractPotentialList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractPotentialList' abstract class.
getId ( )This method is from 'AbstractPotentialList' abstract class.
getIdAttribute ( )This method is from 'AbstractPotentialList' abstract class.
getPotentialElements ( )This method is from 'AbstractPotentialList' abstract class.
getTitle ( )This method is from 'AbstractPotentialList' abstract class.
...
[+] AbstractProduct (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractProduct. |
[+] affected methods (48)
AbstractProduct ( )This constructor is from 'AbstractProduct' abstract class.
AbstractProduct ( AbstractProduct )1st parameter 'old' of this method has type 'AbstractProduct'.
addAmount ( AbstractAmount )This method is from 'AbstractProduct' abstract class.
addAttribute ( Attribute )This method is from 'AbstractProduct' abstract class.
addElectron ( AbstractElectron )This method is from 'AbstractProduct' abstract class.
addFormula ( AbstractFormula )This method is from 'AbstractProduct' abstract class.
addIdentifier ( AbstractIdentifier )This method is from 'AbstractProduct' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractProduct' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractProduct' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractProduct' abstract class.
addName ( AbstractName )This method is from 'AbstractProduct' abstract class.
addSubstance ( AbstractSubstance )This method is from 'AbstractProduct' abstract class.
...
[+] AbstractProductList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractProductList. |
[+] affected methods (33)
AbstractProductList ( )This constructor is from 'AbstractProductList' abstract class.
AbstractProductList ( AbstractProductList )1st parameter 'old' of this method has type 'AbstractProductList'.
addAttribute ( Attribute )This method is from 'AbstractProductList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractProductList' abstract class.
addName ( AbstractName )This method is from 'AbstractProductList' abstract class.
addProduct ( AbstractProduct )This method is from 'AbstractProductList' abstract class.
addProductList ( AbstractProductList )This method is from 'AbstractProductList' abstract class.
getConvention ( )This method is from 'AbstractProductList' abstract class.
getConventionAttribute ( )This method is from 'AbstractProductList' abstract class.
getCount ( )This method is from 'AbstractProductList' abstract class.
getCountAttribute ( )This method is from 'AbstractProductList' abstract class.
getDictRef ( )This method is from 'AbstractProductList' abstract class.
...
[+] AbstractProperty (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractProperty. |
[+] affected methods (36)
addProperty ( AbstractProperty )1st parameter 'property' of this method has type 'AbstractProperty'.
addProperty ( AbstractProperty )1st parameter 'property' of this method has type 'AbstractProperty'.
addProperty ( AbstractProperty )1st parameter 'property' of this method has type 'AbstractProperty'.
addProperty ( AbstractProperty )1st parameter 'property' of this method has type 'AbstractProperty'.
AbstractProperty ( )This constructor is from 'AbstractProperty' abstract class.
AbstractProperty ( AbstractProperty )1st parameter 'old' of this method has type 'AbstractProperty'.
addArray ( AbstractArray )This method is from 'AbstractProperty' abstract class.
addAttribute ( Attribute )This method is from 'AbstractProperty' abstract class.
addName ( AbstractName )This method is from 'AbstractProperty' abstract class.
addScalar ( AbstractScalar )This method is from 'AbstractProperty' abstract class.
getArrayElements ( )This method is from 'AbstractProperty' abstract class.
getConvention ( )This method is from 'AbstractProperty' abstract class.
...
[+] AbstractPropertyList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractPropertyList. |
[+] affected methods (31)
addPropertyList ( AbstractPropertyList )1st parameter 'propertyList' of this method has type 'AbstractPropertyList'.
AbstractPropertyList ( )This constructor is from 'AbstractPropertyList' abstract class.
AbstractPropertyList ( AbstractPropertyList )1st parameter 'old' of this method has type 'AbstractPropertyList'.
addAttribute ( Attribute )This method is from 'AbstractPropertyList' abstract class.
addName ( AbstractName )This method is from 'AbstractPropertyList' abstract class.
addProperty ( AbstractProperty )This method is from 'AbstractPropertyList' abstract class.
addPropertyList ( AbstractPropertyList )This method is from 'AbstractPropertyList' abstract class.
getConvention ( )This method is from 'AbstractPropertyList' abstract class.
getConventionAttribute ( )This method is from 'AbstractPropertyList' abstract class.
getDictRef ( )This method is from 'AbstractPropertyList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractPropertyList' abstract class.
getId ( )This method is from 'AbstractPropertyList' abstract class.
...
[+] AbstractReactant (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReactant. |
[+] affected methods (48)
AbstractReactant ( )This constructor is from 'AbstractReactant' abstract class.
AbstractReactant ( AbstractReactant )1st parameter 'old' of this method has type 'AbstractReactant'.
addAmount ( AbstractAmount )This method is from 'AbstractReactant' abstract class.
addAttribute ( Attribute )This method is from 'AbstractReactant' abstract class.
addElectron ( AbstractElectron )This method is from 'AbstractReactant' abstract class.
addFormula ( AbstractFormula )This method is from 'AbstractReactant' abstract class.
addIdentifier ( AbstractIdentifier )This method is from 'AbstractReactant' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractReactant' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractReactant' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractReactant' abstract class.
addName ( AbstractName )This method is from 'AbstractReactant' abstract class.
addSubstance ( AbstractSubstance )This method is from 'AbstractReactant' abstract class.
...
[+] AbstractReactantList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReactantList. |
[+] affected methods (33)
AbstractReactantList ( )This constructor is from 'AbstractReactantList' abstract class.
AbstractReactantList ( AbstractReactantList )1st parameter 'old' of this method has type 'AbstractReactantList'.
addAttribute ( Attribute )This method is from 'AbstractReactantList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractReactantList' abstract class.
addName ( AbstractName )This method is from 'AbstractReactantList' abstract class.
addReactant ( AbstractReactant )This method is from 'AbstractReactantList' abstract class.
addReactantList ( AbstractReactantList )This method is from 'AbstractReactantList' abstract class.
getConvention ( )This method is from 'AbstractReactantList' abstract class.
getConventionAttribute ( )This method is from 'AbstractReactantList' abstract class.
getCount ( )This method is from 'AbstractReactantList' abstract class.
getCountAttribute ( )This method is from 'AbstractReactantList' abstract class.
getDictRef ( )This method is from 'AbstractReactantList' abstract class.
...
[+] AbstractReaction (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReaction. |
[+] affected methods (75)
AbstractReaction ( )This constructor is from 'AbstractReaction' abstract class.
AbstractReaction ( AbstractReaction )1st parameter 'old' of this method has type 'AbstractReaction'.
addAttribute ( Attribute )This method is from 'AbstractReaction' abstract class.
addConditionList ( AbstractConditionList )This method is from 'AbstractReaction' abstract class.
addIdentifier ( AbstractIdentifier )This method is from 'AbstractReaction' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractReaction' abstract class.
addMap ( AbstractMap )This method is from 'AbstractReaction' abstract class.
addMechanism ( AbstractMechanism )This method is from 'AbstractReaction' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractReaction' abstract class.
addName ( AbstractName )This method is from 'AbstractReaction' abstract class.
addObject ( AbstractObject )This method is from 'AbstractReaction' abstract class.
addProductList ( AbstractProductList )This method is from 'AbstractReaction' abstract class.
...
[+] AbstractReactionList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReactionList. |
[+] affected methods (27)
AbstractReactionList ( )This constructor is from 'AbstractReactionList' abstract class.
AbstractReactionList ( AbstractReactionList )1st parameter 'old' of this method has type 'AbstractReactionList'.
addAttribute ( Attribute )This method is from 'AbstractReactionList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractReactionList' abstract class.
addReaction ( AbstractReaction )This method is from 'AbstractReactionList' abstract class.
addReactionScheme ( AbstractReactionScheme )This method is from 'AbstractReactionList' abstract class.
getConvention ( )This method is from 'AbstractReactionList' abstract class.
getConventionAttribute ( )This method is from 'AbstractReactionList' abstract class.
getDictRef ( )This method is from 'AbstractReactionList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractReactionList' abstract class.
getId ( )This method is from 'AbstractReactionList' abstract class.
getIdAttribute ( )This method is from 'AbstractReactionList' abstract class.
...
[+] AbstractReactionScheme (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReactionScheme. |
[+] affected methods (46)
addReactionScheme ( AbstractReactionScheme )1st parameter 'reactionScheme' of this method has type 'AbstractReactionScheme'.
AbstractReactionScheme ( )This constructor is from 'AbstractReactionScheme' abstract class.
AbstractReactionScheme ( AbstractReactionScheme )1st parameter 'old' of this method has type 'AbstractReactionScheme'.
addAttribute ( Attribute )This method is from 'AbstractReactionScheme' abstract class.
addIdentifier ( AbstractIdentifier )This method is from 'AbstractReactionScheme' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractReactionScheme' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractReactionScheme' abstract class.
addName ( AbstractName )This method is from 'AbstractReactionScheme' abstract class.
addReaction ( AbstractReaction )This method is from 'AbstractReactionScheme' abstract class.
addReactionScheme ( AbstractReactionScheme )This method is from 'AbstractReactionScheme' abstract class.
addReactionStepList ( AbstractReactionStepList )This method is from 'AbstractReactionScheme' abstract class.
getConvention ( )This method is from 'AbstractReactionScheme' abstract class.
...
[+] AbstractReactionStep (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReactionStep. |
[+] affected methods (35)
AbstractReactionStep ( )This constructor is from 'AbstractReactionStep' abstract class.
AbstractReactionStep ( AbstractReactionStep )1st parameter 'old' of this method has type 'AbstractReactionStep'.
addAttribute ( Attribute )This method is from 'AbstractReactionStep' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractReactionStep' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractReactionStep' abstract class.
addName ( AbstractName )This method is from 'AbstractReactionStep' abstract class.
addReaction ( AbstractReaction )This method is from 'AbstractReactionStep' abstract class.
addReactionScheme ( AbstractReactionScheme )This method is from 'AbstractReactionStep' abstract class.
getConvention ( )This method is from 'AbstractReactionStep' abstract class.
getConventionAttribute ( )This method is from 'AbstractReactionStep' abstract class.
getDictRef ( )This method is from 'AbstractReactionStep' abstract class.
getDictRefAttribute ( )This method is from 'AbstractReactionStep' abstract class.
...
[+] AbstractReactionStepList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReactionStepList. |
[+] affected methods (33)
addReactionStepList ( AbstractReactionStepList )1st parameter 'reactionStepList' of this method has type 'AbstractReactionStepList'.
AbstractReactionStepList ( )This constructor is from 'AbstractReactionStepList' abstract class.
AbstractReactionStepList ( AbstractReactionStepList )1st parameter 'old' of this method has type 'AbstractReactionStepList'.
addAttribute ( Attribute )This method is from 'AbstractReactionStepList' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractReactionStepList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractReactionStepList' abstract class.
addName ( AbstractName )This method is from 'AbstractReactionStepList' abstract class.
addReactionStep ( AbstractReactionStep )This method is from 'AbstractReactionStepList' abstract class.
getConvention ( )This method is from 'AbstractReactionStepList' abstract class.
getConventionAttribute ( )This method is from 'AbstractReactionStepList' abstract class.
getDictRef ( )This method is from 'AbstractReactionStepList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractReactionStepList' abstract class.
...
[+] AbstractReactiveCentre (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractReactiveCentre. |
[+] affected methods (24)
addReactiveCentre ( AbstractReactiveCentre )1st parameter 'reactiveCentre' of this method has type 'AbstractReactiveCentre'.
AbstractReactiveCentre ( )This constructor is from 'AbstractReactiveCentre' abstract class.
AbstractReactiveCentre ( AbstractReactiveCentre )1st parameter 'old' of this method has type 'AbstractReactiveCentre'.
addAtomSet ( AbstractAtomSet )This method is from 'AbstractReactiveCentre' abstract class.
addAtomTypeList ( AbstractAtomTypeList )This method is from 'AbstractReactiveCentre' abstract class.
addAttribute ( Attribute )This method is from 'AbstractReactiveCentre' abstract class.
addBondSet ( AbstractBondSet )This method is from 'AbstractReactiveCentre' abstract class.
addBondTypeList ( AbstractBondTypeList )This method is from 'AbstractReactiveCentre' abstract class.
getAtomSetElements ( )This method is from 'AbstractReactiveCentre' abstract class.
getAtomTypeListElements ( )This method is from 'AbstractReactiveCentre' abstract class.
getBondSetElements ( )This method is from 'AbstractReactiveCentre' abstract class.
getBondTypeListElements ( )This method is from 'AbstractReactiveCentre' abstract class.
...
[+] AbstractRegion (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractRegion. |
[+] affected methods (27)
AbstractRegion ( )This constructor is from 'AbstractRegion' abstract class.
AbstractRegion ( AbstractRegion )1st parameter 'old' of this method has type 'AbstractRegion'.
addAttribute ( Attribute )This method is from 'AbstractRegion' abstract class.
getAtomSetRef ( )This method is from 'AbstractRegion' abstract class.
getAtomSetRefAttribute ( )This method is from 'AbstractRegion' abstract class.
getBox3 ( )This method is from 'AbstractRegion' abstract class.
getBox3Attribute ( )This method is from 'AbstractRegion' abstract class.
getConvention ( )This method is from 'AbstractRegion' abstract class.
getConventionAttribute ( )This method is from 'AbstractRegion' abstract class.
getDictRef ( )This method is from 'AbstractRegion' abstract class.
getDictRefAttribute ( )This method is from 'AbstractRegion' abstract class.
getId ( )This method is from 'AbstractRegion' abstract class.
...
[+] AbstractRelatedEntry (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractRelatedEntry. |
[+] affected methods (9)
AbstractRelatedEntry ( )This constructor is from 'AbstractRelatedEntry' abstract class.
AbstractRelatedEntry ( AbstractRelatedEntry )1st parameter 'old' of this method has type 'AbstractRelatedEntry'.
addAttribute ( Attribute )This method is from 'AbstractRelatedEntry' abstract class.
getHref ( )This method is from 'AbstractRelatedEntry' abstract class.
getHrefAttribute ( )This method is from 'AbstractRelatedEntry' abstract class.
getType ( )This method is from 'AbstractRelatedEntry' abstract class.
getTypeAttribute ( )This method is from 'AbstractRelatedEntry' abstract class.
setHref ( String )This method is from 'AbstractRelatedEntry' abstract class.
setType ( String )This method is from 'AbstractRelatedEntry' abstract class.
[+] AbstractSample (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSample. |
[+] affected methods (30)
AbstractSample ( )This constructor is from 'AbstractSample' abstract class.
AbstractSample ( AbstractSample )1st parameter 'old' of this method has type 'AbstractSample'.
addAttribute ( Attribute )This method is from 'AbstractSample' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractSample' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractSample' abstract class.
addSubstance ( AbstractSubstance )This method is from 'AbstractSample' abstract class.
addSubstanceList ( AbstractSubstanceList )This method is from 'AbstractSample' abstract class.
getConvention ( )This method is from 'AbstractSample' abstract class.
getConventionAttribute ( )This method is from 'AbstractSample' abstract class.
getDictRef ( )This method is from 'AbstractSample' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSample' abstract class.
getId ( )This method is from 'AbstractSample' abstract class.
...
[+] AbstractScalar (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractScalar; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractScalar. |
[+] affected methods (57)
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
addScalar ( AbstractScalar )1st parameter 'scalar' of this method has type 'AbstractScalar'.
AbstractScalar ( )This constructor is from 'AbstractScalar' abstract class.
...
[+] AbstractSpectator (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSpectator. |
[+] affected methods (27)
AbstractSpectator ( )This constructor is from 'AbstractSpectator' abstract class.
AbstractSpectator ( AbstractSpectator )1st parameter 'old' of this method has type 'AbstractSpectator'.
addAttribute ( Attribute )This method is from 'AbstractSpectator' abstract class.
addLabel ( AbstractLabel )This method is from 'AbstractSpectator' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractSpectator' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractSpectator' abstract class.
addObject ( AbstractObject )This method is from 'AbstractSpectator' abstract class.
getConvention ( )This method is from 'AbstractSpectator' abstract class.
getConventionAttribute ( )This method is from 'AbstractSpectator' abstract class.
getDictRef ( )This method is from 'AbstractSpectator' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSpectator' abstract class.
getId ( )This method is from 'AbstractSpectator' abstract class.
...
[+] AbstractSpectatorList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSpectatorList. |
[+] affected methods (18)
addSpectatorList ( AbstractSpectatorList )1st parameter 'spectatorList' of this method has type 'AbstractSpectatorList'.
AbstractSpectatorList ( )This constructor is from 'AbstractSpectatorList' abstract class.
AbstractSpectatorList ( AbstractSpectatorList )1st parameter 'old' of this method has type 'AbstractSpectatorList'.
addAttribute ( Attribute )This method is from 'AbstractSpectatorList' abstract class.
addSpectator ( AbstractSpectator )This method is from 'AbstractSpectatorList' abstract class.
getConvention ( )This method is from 'AbstractSpectatorList' abstract class.
getConventionAttribute ( )This method is from 'AbstractSpectatorList' abstract class.
getDictRef ( )This method is from 'AbstractSpectatorList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSpectatorList' abstract class.
getId ( )This method is from 'AbstractSpectatorList' abstract class.
getIdAttribute ( )This method is from 'AbstractSpectatorList' abstract class.
getSpectatorElements ( )This method is from 'AbstractSpectatorList' abstract class.
...
[+] AbstractSpectrum (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSpectrum. |
[+] affected methods (47)
AbstractSpectrum ( )This constructor is from 'AbstractSpectrum' abstract class.
AbstractSpectrum ( AbstractSpectrum )1st parameter 'old' of this method has type 'AbstractSpectrum'.
addAttribute ( Attribute )This method is from 'AbstractSpectrum' abstract class.
addConditionList ( AbstractConditionList )This method is from 'AbstractSpectrum' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractSpectrum' abstract class.
addPeakList ( AbstractPeakList )This method is from 'AbstractSpectrum' abstract class.
addSample ( AbstractSample )This method is from 'AbstractSpectrum' abstract class.
addSpectrumData ( AbstractSpectrumData )This method is from 'AbstractSpectrum' abstract class.
getConditionListElements ( )This method is from 'AbstractSpectrum' abstract class.
getConvention ( )This method is from 'AbstractSpectrum' abstract class.
getConventionAttribute ( )This method is from 'AbstractSpectrum' abstract class.
getDictRef ( )This method is from 'AbstractSpectrum' abstract class.
...
[+] AbstractSpectrumData (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSpectrumData. |
[+] affected methods (23)
addSpectrumData ( AbstractSpectrumData )1st parameter 'spectrumData' of this method has type 'AbstractSpectrumData'.
AbstractSpectrumData ( )This constructor is from 'AbstractSpectrumData' abstract class.
AbstractSpectrumData ( AbstractSpectrumData )1st parameter 'old' of this method has type 'AbstractSpectrumData'.
addAttribute ( Attribute )This method is from 'AbstractSpectrumData' abstract class.
addXaxis ( AbstractXaxis )This method is from 'AbstractSpectrumData' abstract class.
addYaxis ( AbstractYaxis )This method is from 'AbstractSpectrumData' abstract class.
getConvention ( )This method is from 'AbstractSpectrumData' abstract class.
getConventionAttribute ( )This method is from 'AbstractSpectrumData' abstract class.
getDictRef ( )This method is from 'AbstractSpectrumData' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSpectrumData' abstract class.
getId ( )This method is from 'AbstractSpectrumData' abstract class.
getIdAttribute ( )This method is from 'AbstractSpectrumData' abstract class.
...
[+] AbstractSpectrumList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSpectrumList. |
[+] affected methods (29)
AbstractSpectrumList ( )This constructor is from 'AbstractSpectrumList' abstract class.
AbstractSpectrumList ( AbstractSpectrumList )1st parameter 'old' of this method has type 'AbstractSpectrumList'.
addAttribute ( Attribute )This method is from 'AbstractSpectrumList' abstract class.
addList ( AbstractList )This method is from 'AbstractSpectrumList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractSpectrumList' abstract class.
addSpectrum ( AbstractSpectrum )This method is from 'AbstractSpectrumList' abstract class.
addSpectrumList ( AbstractSpectrumList )This method is from 'AbstractSpectrumList' abstract class.
getConvention ( )This method is from 'AbstractSpectrumList' abstract class.
getConventionAttribute ( )This method is from 'AbstractSpectrumList' abstract class.
getDictRef ( )This method is from 'AbstractSpectrumList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSpectrumList' abstract class.
getId ( )This method is from 'AbstractSpectrumList' abstract class.
...
[+] AbstractSphere3 (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractSphere3; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSphere3. |
[+] affected methods (20)
AbstractSphere3 ( )This constructor is from 'AbstractSphere3' abstract class.
AbstractSphere3 ( AbstractSphere3 )1st parameter 'old' of this method has type 'AbstractSphere3'.
addAttribute ( Attribute )This method is from 'AbstractSphere3' abstract class.
getConvention ( )This method is from 'AbstractSphere3' abstract class.
getConventionAttribute ( )This method is from 'AbstractSphere3' abstract class.
getDictRef ( )This method is from 'AbstractSphere3' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSphere3' abstract class.
getId ( )This method is from 'AbstractSphere3' abstract class.
getIdAttribute ( )This method is from 'AbstractSphere3' abstract class.
getTitle ( )This method is from 'AbstractSphere3' abstract class.
getTitleAttribute ( )This method is from 'AbstractSphere3' abstract class.
getUnits ( )This method is from 'AbstractSphere3' abstract class.
...
[+] AbstractStmml (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractStmml. |
[+] affected methods (16)
AbstractStmml ( )This constructor is from 'AbstractStmml' abstract class.
AbstractStmml ( AbstractStmml )This constructor is from 'AbstractStmml' abstract class.
addAttribute ( Attribute )This method is from 'AbstractStmml' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractStmml' abstract class.
getConvention ( )This method is from 'AbstractStmml' abstract class.
getConventionAttribute ( )This method is from 'AbstractStmml' abstract class.
getDictRef ( )This method is from 'AbstractStmml' abstract class.
getDictRefAttribute ( )This method is from 'AbstractStmml' abstract class.
getId ( )This method is from 'AbstractStmml' abstract class.
getIdAttribute ( )This method is from 'AbstractStmml' abstract class.
getTitle ( )This method is from 'AbstractStmml' abstract class.
getTitleAttribute ( )This method is from 'AbstractStmml' abstract class.
...
[+] AbstractString (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractString. |
[+] affected methods (21)
AbstractString ( )This constructor is from 'AbstractString' abstract class.
AbstractString ( AbstractString )This constructor is from 'AbstractString' abstract class.
addAttribute ( Attribute )This method is from 'AbstractString' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractString' abstract class.
getBuiltin ( )This method is from 'AbstractString' abstract class.
getBuiltinAttribute ( )This method is from 'AbstractString' abstract class.
getConvention ( )This method is from 'AbstractString' abstract class.
getConventionAttribute ( )This method is from 'AbstractString' abstract class.
getDictRef ( )This method is from 'AbstractString' abstract class.
getDictRefAttribute ( )This method is from 'AbstractString' abstract class.
getId ( )This method is from 'AbstractString' abstract class.
getIdAttribute ( )This method is from 'AbstractString' abstract class.
...
[+] AbstractStringArray (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractStringArray. |
[+] affected methods (33)
AbstractStringArray ( )This constructor is from 'AbstractStringArray' abstract class.
AbstractStringArray ( AbstractStringArray )This constructor is from 'AbstractStringArray' abstract class.
addAttribute ( Attribute )This method is from 'AbstractStringArray' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractStringArray' abstract class.
getBuiltin ( )This method is from 'AbstractStringArray' abstract class.
getBuiltinAttribute ( )This method is from 'AbstractStringArray' abstract class.
getConvention ( )This method is from 'AbstractStringArray' abstract class.
getConventionAttribute ( )This method is from 'AbstractStringArray' abstract class.
getDelimiter ( )This method is from 'AbstractStringArray' abstract class.
getDelimiterAttribute ( )This method is from 'AbstractStringArray' abstract class.
getDictRef ( )This method is from 'AbstractStringArray' abstract class.
getDictRefAttribute ( )This method is from 'AbstractStringArray' abstract class.
...
[+] AbstractSubstance (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSubstance. |
[+] affected methods (44)
addSubstance ( AbstractSubstance )1st parameter 'substance' of this method has type 'AbstractSubstance'.
addSubstance ( AbstractSubstance )1st parameter 'substance' of this method has type 'AbstractSubstance'.
addSubstance ( AbstractSubstance )1st parameter 'substance' of this method has type 'AbstractSubstance'.
AbstractSubstance ( )This constructor is from 'AbstractSubstance' abstract class.
AbstractSubstance ( AbstractSubstance )1st parameter 'old' of this method has type 'AbstractSubstance'.
addAmount ( AbstractAmount )This method is from 'AbstractSubstance' abstract class.
addAttribute ( Attribute )This method is from 'AbstractSubstance' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractSubstance' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractSubstance' abstract class.
addName ( AbstractName )This method is from 'AbstractSubstance' abstract class.
addProperty ( AbstractProperty )This method is from 'AbstractSubstance' abstract class.
getAmountElements ( )This method is from 'AbstractSubstance' abstract class.
...
[+] AbstractSubstanceList (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSubstanceList. |
[+] affected methods (36)
addSubstanceList ( AbstractSubstanceList )1st parameter 'substanceList' of this method has type 'AbstractSubstanceList'.
addSubstanceList ( AbstractSubstanceList )1st parameter 'substanceList' of this method has type 'AbstractSubstanceList'.
addSubstanceList ( AbstractSubstanceList )1st parameter 'substanceList' of this method has type 'AbstractSubstanceList'.
addSubstanceList ( AbstractSubstanceList )1st parameter 'substanceList' of this method has type 'AbstractSubstanceList'.
AbstractSubstanceList ( )This constructor is from 'AbstractSubstanceList' abstract class.
AbstractSubstanceList ( AbstractSubstanceList )1st parameter 'old' of this method has type 'AbstractSubstanceList'.
addAmount ( AbstractAmount )This method is from 'AbstractSubstanceList' abstract class.
addAttribute ( Attribute )This method is from 'AbstractSubstanceList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractSubstanceList' abstract class.
addPropertyList ( AbstractPropertyList )This method is from 'AbstractSubstanceList' abstract class.
addSubstance ( AbstractSubstance )This method is from 'AbstractSubstanceList' abstract class.
getAmountElements ( )This method is from 'AbstractSubstanceList' abstract class.
...
[+] AbstractSymmetry (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSymmetry. |
[+] affected methods (33)
addSymmetry ( AbstractSymmetry )1st parameter 'symmetry' of this method has type 'AbstractSymmetry'.
addSymmetry ( AbstractSymmetry )1st parameter 'symmetry' of this method has type 'AbstractSymmetry'.
AbstractSymmetry ( )This constructor is from 'AbstractSymmetry' abstract class.
AbstractSymmetry ( AbstractSymmetry )1st parameter 'old' of this method has type 'AbstractSymmetry'.
addAttribute ( Attribute )This method is from 'AbstractSymmetry' abstract class.
addMatrix ( AbstractMatrix )This method is from 'AbstractSymmetry' abstract class.
addTransform3 ( AbstractTransform3 )This method is from 'AbstractSymmetry' abstract class.
getConvention ( )This method is from 'AbstractSymmetry' abstract class.
getConventionAttribute ( )This method is from 'AbstractSymmetry' abstract class.
getDictRef ( )This method is from 'AbstractSymmetry' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSymmetry' abstract class.
getId ( )This method is from 'AbstractSymmetry' abstract class.
...
[+] AbstractSystem (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractSystem. |
[+] affected methods (21)
AbstractSystem ( )This constructor is from 'AbstractSystem' abstract class.
AbstractSystem ( AbstractSystem )1st parameter 'old' of this method has type 'AbstractSystem'.
addAttribute ( Attribute )This method is from 'AbstractSystem' abstract class.
getConvention ( )This method is from 'AbstractSystem' abstract class.
getConventionAttribute ( )This method is from 'AbstractSystem' abstract class.
getDictRef ( )This method is from 'AbstractSystem' abstract class.
getDictRefAttribute ( )This method is from 'AbstractSystem' abstract class.
getDimensionality ( )This method is from 'AbstractSystem' abstract class.
getDimensionalityAttribute ( )This method is from 'AbstractSystem' abstract class.
getId ( )This method is from 'AbstractSystem' abstract class.
getIdAttribute ( )This method is from 'AbstractSystem' abstract class.
getPeriodicity ( )This method is from 'AbstractSystem' abstract class.
...
[+] AbstractTable (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractTable. |
[+] affected methods (28)
AbstractTable ( )This constructor is from 'AbstractTable' abstract class.
AbstractTable ( AbstractTable )1st parameter 'old' of this method has type 'AbstractTable'.
addAttribute ( Attribute )This method is from 'AbstractTable' abstract class.
addTableContent ( AbstractTableContent )This method is from 'AbstractTable' abstract class.
addTableHeader ( AbstractTableHeader )This method is from 'AbstractTable' abstract class.
getColumns ( )This method is from 'AbstractTable' abstract class.
getColumnsAttribute ( )This method is from 'AbstractTable' abstract class.
getConvention ( )This method is from 'AbstractTable' abstract class.
getConventionAttribute ( )This method is from 'AbstractTable' abstract class.
getDictRef ( )This method is from 'AbstractTable' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTable' abstract class.
getId ( )This method is from 'AbstractTable' abstract class.
...
[+] AbstractTableContent (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractTableContent; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.StringSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.StringSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractTableContent. |
[+] affected methods (21)
addTableContent ( AbstractTableContent )1st parameter 'tableContent' of this method has type 'AbstractTableContent'.
AbstractTableContent ( )This constructor is from 'AbstractTableContent' abstract class.
AbstractTableContent ( AbstractTableContent )1st parameter 'old' of this method has type 'AbstractTableContent'.
addAttribute ( Attribute )This method is from 'AbstractTableContent' abstract class.
getConvention ( )This method is from 'AbstractTableContent' abstract class.
getConventionAttribute ( )This method is from 'AbstractTableContent' abstract class.
getDelimiter ( )This method is from 'AbstractTableContent' abstract class.
getDelimiterAttribute ( )This method is from 'AbstractTableContent' abstract class.
getDictRef ( )This method is from 'AbstractTableContent' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTableContent' abstract class.
getId ( )This method is from 'AbstractTableContent' abstract class.
getIdAttribute ( )This method is from 'AbstractTableContent' abstract class.
...
[+] AbstractTableHeader (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractTableHeader. |
[+] affected methods (16)
addTableHeader ( AbstractTableHeader )1st parameter 'tableHeader' of this method has type 'AbstractTableHeader'.
AbstractTableHeader ( )This constructor is from 'AbstractTableHeader' abstract class.
AbstractTableHeader ( AbstractTableHeader )1st parameter 'old' of this method has type 'AbstractTableHeader'.
addAttribute ( Attribute )This method is from 'AbstractTableHeader' abstract class.
getConvention ( )This method is from 'AbstractTableHeader' abstract class.
getConventionAttribute ( )This method is from 'AbstractTableHeader' abstract class.
getDictRef ( )This method is from 'AbstractTableHeader' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTableHeader' abstract class.
getId ( )This method is from 'AbstractTableHeader' abstract class.
getIdAttribute ( )This method is from 'AbstractTableHeader' abstract class.
getTitle ( )This method is from 'AbstractTableHeader' abstract class.
getTitleAttribute ( )This method is from 'AbstractTableHeader' abstract class.
...
[+] AbstractTableRow (2)
| Change | Effect |
---|
1 | Field _xmlContent of type org.xmlcml.cml.base.CMLAttribute has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable _xmlContent in AbstractTableRow. |
2 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractTableRow. |
[+] affected methods (15)
AbstractTableRow ( )This constructor is from 'AbstractTableRow' abstract class.
AbstractTableRow ( AbstractTableRow )1st parameter 'old' of this method has type 'AbstractTableRow'.
addAttribute ( Attribute )This method is from 'AbstractTableRow' abstract class.
getConvention ( )This method is from 'AbstractTableRow' abstract class.
getConventionAttribute ( )This method is from 'AbstractTableRow' abstract class.
getDictRef ( )This method is from 'AbstractTableRow' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTableRow' abstract class.
getId ( )This method is from 'AbstractTableRow' abstract class.
getIdAttribute ( )This method is from 'AbstractTableRow' abstract class.
getTitle ( )This method is from 'AbstractTableRow' abstract class.
getTitleAttribute ( )This method is from 'AbstractTableRow' abstract class.
setConvention ( String )This method is from 'AbstractTableRow' abstract class.
...
[+] AbstractTcell (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractTcell. |
[+] affected methods (22)
AbstractTcell ( )This constructor is from 'AbstractTcell' abstract class.
AbstractTcell ( AbstractTcell )This constructor is from 'AbstractTcell' abstract class.
addAttribute ( Attribute )This method is from 'AbstractTcell' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractTcell' abstract class.
getConvention ( )This method is from 'AbstractTcell' abstract class.
getConventionAttribute ( )This method is from 'AbstractTcell' abstract class.
getDataType ( )This method is from 'AbstractTcell' abstract class.
getDataTypeAttribute ( )This method is from 'AbstractTcell' abstract class.
getDictRef ( )This method is from 'AbstractTcell' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTcell' abstract class.
getId ( )This method is from 'AbstractTcell' abstract class.
getIdAttribute ( )This method is from 'AbstractTcell' abstract class.
...
[+] AbstractTorsion (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractTorsion; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleSTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleSTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractTorsion. |
[+] affected methods (39)
AbstractTorsion ( )This constructor is from 'AbstractTorsion' abstract class.
AbstractTorsion ( AbstractTorsion )1st parameter 'old' of this method has type 'AbstractTorsion'.
addAttribute ( Attribute )This method is from 'AbstractTorsion' abstract class.
getAtomRefs4 ( )This method is from 'AbstractTorsion' abstract class.
getAtomRefs4Attribute ( )This method is from 'AbstractTorsion' abstract class.
getConvention ( )This method is from 'AbstractTorsion' abstract class.
getConventionAttribute ( )This method is from 'AbstractTorsion' abstract class.
getDictRef ( )This method is from 'AbstractTorsion' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTorsion' abstract class.
getErrorBasis ( )This method is from 'AbstractTorsion' abstract class.
getErrorBasisAttribute ( )This method is from 'AbstractTorsion' abstract class.
getErrorValue ( )This method is from 'AbstractTorsion' abstract class.
...
[+] AbstractTransform3 (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractTransform3; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractTransform3. |
[+] affected methods (18)
addTransform3 ( AbstractTransform3 )1st parameter 'transform3' of this method has type 'AbstractTransform3'.
AbstractTransform3 ( )This constructor is from 'AbstractTransform3' abstract class.
AbstractTransform3 ( AbstractTransform3 )1st parameter 'old' of this method has type 'AbstractTransform3'.
addAttribute ( Attribute )This method is from 'AbstractTransform3' abstract class.
getConvention ( )This method is from 'AbstractTransform3' abstract class.
getConventionAttribute ( )This method is from 'AbstractTransform3' abstract class.
getDictRef ( )This method is from 'AbstractTransform3' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTransform3' abstract class.
getId ( )This method is from 'AbstractTransform3' abstract class.
getIdAttribute ( )This method is from 'AbstractTransform3' abstract class.
getTitle ( )This method is from 'AbstractTransform3' abstract class.
getTitleAttribute ( )This method is from 'AbstractTransform3' abstract class.
...
[+] AbstractTransitionState (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractTransitionState. |
[+] affected methods (20)
addTransitionState ( AbstractTransitionState )1st parameter 'transitionState' of this method has type 'AbstractTransitionState'.
AbstractTransitionState ( )This constructor is from 'AbstractTransitionState' abstract class.
AbstractTransitionState ( AbstractTransitionState )1st parameter 'old' of this method has type 'AbstractTransitionState'.
addAttribute ( Attribute )This method is from 'AbstractTransitionState' abstract class.
addMolecule ( AbstractMolecule )This method is from 'AbstractTransitionState' abstract class.
addPropertyList ( AbstractPropertyList )This method is from 'AbstractTransitionState' abstract class.
getConvention ( )This method is from 'AbstractTransitionState' abstract class.
getConventionAttribute ( )This method is from 'AbstractTransitionState' abstract class.
getDictRef ( )This method is from 'AbstractTransitionState' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTransitionState' abstract class.
getId ( )This method is from 'AbstractTransitionState' abstract class.
getIdAttribute ( )This method is from 'AbstractTransitionState' abstract class.
...
[+] AbstractTrow (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractTrow. |
[+] affected methods (21)
AbstractTrow ( )This constructor is from 'AbstractTrow' abstract class.
AbstractTrow ( AbstractTrow )This constructor is from 'AbstractTrow' abstract class.
addAttribute ( Attribute )This method is from 'AbstractTrow' abstract class.
addTcell ( AbstractTcell )This method is from 'AbstractTrow' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractTrow' abstract class.
getConvention ( )This method is from 'AbstractTrow' abstract class.
getConventionAttribute ( )This method is from 'AbstractTrow' abstract class.
getDataType ( )This method is from 'AbstractTrow' abstract class.
getDataTypeAttribute ( )This method is from 'AbstractTrow' abstract class.
getDictRef ( )This method is from 'AbstractTrow' abstract class.
getDictRefAttribute ( )This method is from 'AbstractTrow' abstract class.
getId ( )This method is from 'AbstractTrow' abstract class.
...
[+] AbstractUnit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractUnit. |
[+] affected methods (57)
AbstractUnit ( )This constructor is from 'AbstractUnit' abstract class.
AbstractUnit ( AbstractUnit )This constructor is from 'AbstractUnit' abstract class.
addAnnotation ( AbstractAnnotation )This method is from 'AbstractUnit' abstract class.
addAttribute ( Attribute )This method is from 'AbstractUnit' abstract class.
addDefinition ( AbstractDefinition )This method is from 'AbstractUnit' abstract class.
addDescription ( AbstractDescription )This method is from 'AbstractUnit' abstract class.
addMetadata ( AbstractMetadata )This method is from 'AbstractUnit' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractUnit' abstract class.
addUnit ( AbstractUnit )This method is from 'AbstractUnit' abstract class.
addUnitType ( AbstractUnitType )This method is from 'AbstractUnit' abstract class.
getAbbreviation ( )This method is from 'AbstractUnit' abstract class.
getAbbreviationAttribute ( )This method is from 'AbstractUnit' abstract class.
...
[+] AbstractUnitList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractUnitList. |
[+] affected methods (37)
AbstractUnitList ( )This constructor is from 'AbstractUnitList' abstract class.
AbstractUnitList ( AbstractUnitList )This constructor is from 'AbstractUnitList' abstract class.
addAttribute ( Attribute )This method is from 'AbstractUnitList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractUnitList' abstract class.
addUnit ( AbstractUnit )This method is from 'AbstractUnitList' abstract class.
addUnitType ( AbstractUnitType )This method is from 'AbstractUnitList' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractUnitList' abstract class.
getConvention ( )This method is from 'AbstractUnitList' abstract class.
getConventionAttribute ( )This method is from 'AbstractUnitList' abstract class.
getDictionaryPrefix ( )This method is from 'AbstractUnitList' abstract class.
getDictionaryPrefixAttribute ( )This method is from 'AbstractUnitList' abstract class.
getDictRef ( )This method is from 'AbstractUnitList' abstract class.
...
[+] AbstractUnitType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractUnitType. |
[+] affected methods (33)
AbstractUnitType ( )This constructor is from 'AbstractUnitType' abstract class.
AbstractUnitType ( AbstractUnitType )This constructor is from 'AbstractUnitType' abstract class.
addAnnotation ( AbstractAnnotation )This method is from 'AbstractUnitType' abstract class.
addAttribute ( Attribute )This method is from 'AbstractUnitType' abstract class.
addDefinition ( AbstractDefinition )This method is from 'AbstractUnitType' abstract class.
addDescription ( AbstractDescription )This method is from 'AbstractUnitType' abstract class.
addDimension ( AbstractDimension )This method is from 'AbstractUnitType' abstract class.
getAbbreviation ( )This method is from 'AbstractUnitType' abstract class.
getAbbreviationAttribute ( )This method is from 'AbstractUnitType' abstract class.
getAnnotationElements ( )This method is from 'AbstractUnitType' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractUnitType' abstract class.
getDefinitionElements ( )This method is from 'AbstractUnitType' abstract class.
...
[+] AbstractUnitTypeList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractUnitTypeList. |
[+] affected methods (32)
AbstractUnitTypeList ( )This constructor is from 'AbstractUnitTypeList' abstract class.
AbstractUnitTypeList ( AbstractUnitTypeList )This constructor is from 'AbstractUnitTypeList' abstract class.
addAttribute ( Attribute )This method is from 'AbstractUnitTypeList' abstract class.
addMetadataList ( AbstractMetadataList )This method is from 'AbstractUnitTypeList' abstract class.
addUnitType ( AbstractUnitType )This method is from 'AbstractUnitTypeList' abstract class.
getAttributeGroupName ( String )This method is from 'AbstractUnitTypeList' abstract class.
getConvention ( )This method is from 'AbstractUnitTypeList' abstract class.
getConventionAttribute ( )This method is from 'AbstractUnitTypeList' abstract class.
getDictionaryPrefix ( )This method is from 'AbstractUnitTypeList' abstract class.
getDictionaryPrefixAttribute ( )This method is from 'AbstractUnitTypeList' abstract class.
getDictRef ( )This method is from 'AbstractUnitTypeList' abstract class.
getDictRefAttribute ( )This method is from 'AbstractUnitTypeList' abstract class.
...
[+] AbstractVector3 (3)
| Change | Effect |
---|
1 | Access level of field _xmlContent has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: _xmlContent is not public in AbstractVector3; cannot be accessed from outside package. |
2 | Type of field _xmlContent has been changed from org.xmlcml.cml.base.CMLAttribute to org.xmlcml.cml.base.DoubleArraySTAttribute. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.xmlcml.cml.base.CMLAttribute, required: org.xmlcml.cml.base.DoubleArraySTAttribute. |
3 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractVector3. |
[+] affected methods (20)
AbstractVector3 ( )This constructor is from 'AbstractVector3' abstract class.
AbstractVector3 ( AbstractVector3 )1st parameter 'old' of this method has type 'AbstractVector3'.
addAttribute ( Attribute )This method is from 'AbstractVector3' abstract class.
getConvention ( )This method is from 'AbstractVector3' abstract class.
getConventionAttribute ( )This method is from 'AbstractVector3' abstract class.
getDictRef ( )This method is from 'AbstractVector3' abstract class.
getDictRefAttribute ( )This method is from 'AbstractVector3' abstract class.
getId ( )This method is from 'AbstractVector3' abstract class.
getIdAttribute ( )This method is from 'AbstractVector3' abstract class.
getTitle ( )This method is from 'AbstractVector3' abstract class.
getTitleAttribute ( )This method is from 'AbstractVector3' abstract class.
getUnits ( )This method is from 'AbstractVector3' abstract class.
...
[+] AbstractXaxis (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractXaxis. |
[+] affected methods (27)
addXaxis ( AbstractXaxis )1st parameter 'xaxis' of this method has type 'AbstractXaxis'.
AbstractXaxis ( )This constructor is from 'AbstractXaxis' abstract class.
AbstractXaxis ( AbstractXaxis )1st parameter 'old' of this method has type 'AbstractXaxis'.
addArray ( AbstractArray )This method is from 'AbstractXaxis' abstract class.
addAttribute ( Attribute )This method is from 'AbstractXaxis' abstract class.
getArrayElements ( )This method is from 'AbstractXaxis' abstract class.
getConstantToData ( )This method is from 'AbstractXaxis' abstract class.
getConstantToDataAttribute ( )This method is from 'AbstractXaxis' abstract class.
getConvention ( )This method is from 'AbstractXaxis' abstract class.
getConventionAttribute ( )This method is from 'AbstractXaxis' abstract class.
getDictRef ( )This method is from 'AbstractXaxis' abstract class.
getDictRefAttribute ( )This method is from 'AbstractXaxis' abstract class.
...
[+] AbstractYaxis (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractYaxis. |
[+] affected methods (27)
addYaxis ( AbstractYaxis )1st parameter 'yaxis' of this method has type 'AbstractYaxis'.
AbstractYaxis ( )This constructor is from 'AbstractYaxis' abstract class.
AbstractYaxis ( AbstractYaxis )1st parameter 'old' of this method has type 'AbstractYaxis'.
addArray ( AbstractArray )This method is from 'AbstractYaxis' abstract class.
addAttribute ( Attribute )This method is from 'AbstractYaxis' abstract class.
getArrayElements ( )This method is from 'AbstractYaxis' abstract class.
getConstantToData ( )This method is from 'AbstractYaxis' abstract class.
getConstantToDataAttribute ( )This method is from 'AbstractYaxis' abstract class.
getConvention ( )This method is from 'AbstractYaxis' abstract class.
getConventionAttribute ( )This method is from 'AbstractYaxis' abstract class.
getDictRef ( )This method is from 'AbstractYaxis' abstract class.
getDictRefAttribute ( )This method is from 'AbstractYaxis' abstract class.
...
[+] AbstractZMatrix (1)
| Change | Effect |
---|
1 | Field attributeGroupNameTable of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable attributeGroupNameTable in AbstractZMatrix. |
[+] affected methods (21)
AbstractZMatrix ( )This constructor is from 'AbstractZMatrix' abstract class.
AbstractZMatrix ( AbstractZMatrix )1st parameter 'old' of this method has type 'AbstractZMatrix'.
addAngle ( AbstractAngle )This method is from 'AbstractZMatrix' abstract class.
addAttribute ( Attribute )This method is from 'AbstractZMatrix' abstract class.
addLength ( AbstractLength )This method is from 'AbstractZMatrix' abstract class.
addTorsion ( AbstractTorsion )This method is from 'AbstractZMatrix' abstract class.
getAngleElements ( )This method is from 'AbstractZMatrix' abstract class.
getConvention ( )This method is from 'AbstractZMatrix' abstract class.
getConventionAttribute ( )This method is from 'AbstractZMatrix' abstract class.
getDictRef ( )This method is from 'AbstractZMatrix' abstract class.
getDictRefAttribute ( )This method is from 'AbstractZMatrix' abstract class.
getId ( )This method is from 'AbstractZMatrix' abstract class.
...
[+] CMLAlternative (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAlternative. |
[+] affected methods (4)
CMLAlternative ( )This constructor is from 'CMLAlternative' class.
CMLAlternative ( CMLAlternative )This constructor is from 'CMLAlternative' class.
copy ( )This method is from 'CMLAlternative' class.
makeElementInContext ( Element )This method is from 'CMLAlternative' class.
[+] CMLAnnotation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAnnotation. |
[+] affected methods (4)
CMLAnnotation ( )This constructor is from 'CMLAnnotation' class.
CMLAnnotation ( CMLAnnotation )This constructor is from 'CMLAnnotation' class.
copy ( )This method is from 'CMLAnnotation' class.
makeElementInContext ( Element )This method is from 'CMLAnnotation' class.
[+] CMLAppinfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAppinfo. |
[+] affected methods (4)
CMLAppinfo ( )This constructor is from 'CMLAppinfo' class.
CMLAppinfo ( CMLAppinfo )This constructor is from 'CMLAppinfo' class.
copy ( )This method is from 'CMLAppinfo' class.
makeElementInContext ( Element )This method is from 'CMLAppinfo' class.
[+] CMLArray (1)
| Change | Effect |
---|
1 | Removed super-interface HasUnits. | Recompilation of a client program may be terminated with the message: cannot find method in class CMLArray. |
[+] affected methods (31)
CMLArray ( )This constructor is from 'CMLArray' class.
CMLArray ( double[ ] )This constructor is from 'CMLArray' class.
CMLArray ( double[ ], String )This constructor is from 'CMLArray' class.
CMLArray ( int[ ] )This constructor is from 'CMLArray' class.
CMLArray ( int[ ], String )This constructor is from 'CMLArray' class.
CMLArray ( String[ ] )This constructor is from 'CMLArray' class.
CMLArray ( String[ ], String )This constructor is from 'CMLArray' class.
CMLArray ( CMLArray )1st parameter 'old' of this method has type 'CMLArray'.
append ( double )This method is from 'CMLArray' class.
append ( int )This method is from 'CMLArray' class.
append ( String )This method is from 'CMLArray' class.
checkNumericConformability ( CMLArray )This method is from 'CMLArray' class.
...
[+] CMLAttributeList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAttributeList. |
[+] affected methods (4)
CMLAttributeList ( )This constructor is from 'CMLAttributeList' class.
getAttribute ( String )This method is from 'CMLAttributeList' class.
getSummary ( )This method is from 'CMLAttributeList' class.
makeAttributeFromGroupName ( String, String, String )This method is from 'CMLAttributeList' class.
[+] CMLBond (2)
| Change | Effect |
---|
1 | Field S_HASH (java.lang.String) with the compile-time constant value "" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable S_HASH in CMLBond. |
2 | Field cyclic has been renamed to CYCLIC_UNKNOWN. | Recompilation of a client program may be terminated with the message: cannot find variable cyclic in CMLBond. |
[+] affected methods (29)
cdkBondToCMLBond ( IBond )Return value of this method has type 'CMLBond'.
CMLBond ( )This constructor is from 'CMLBond' class.
CMLBond ( CMLAtom, CMLAtom )This constructor is from 'CMLBond' class.
CMLBond ( CMLBond )1st parameter 'old' of this method has type 'CMLBond'.
appendToId ( String, boolean )This method is from 'CMLBond' class.
areWithinBondingDistance ( CMLAtom, CMLAtom )This method is from 'CMLBond' class.
atomHash ( )This method is from 'CMLBond' class.
atomHash ( String[ ] )This method is from 'CMLBond' class.
atomHash ( String, String )This method is from 'CMLBond' class.
atomHash ( CMLAtom, CMLAtom )This method is from 'CMLBond' class.
atomHash ( CMLBond )1st parameter 'bond' of this method has type 'CMLBond'.
clearBondStereo ( )This method is from 'CMLBond' class.
...
[+] CMLBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLBuilder. |
[+] affected methods (6)
CMLBuilder ( )This constructor is from 'CMLBuilder' class.
CMLBuilder ( NodeFactory )This constructor is from 'CMLBuilder' class.
CMLBuilder ( boolean )This constructor is from 'CMLBuilder' class.
CMLBuilder ( boolean, NodeFactory )This constructor is from 'CMLBuilder' class.
build ( File )This method is from 'CMLBuilder' class.
parseString ( String )This method is from 'CMLBuilder' class.
[+] CMLDefinition (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLDefinition. |
[+] affected methods (4)
CMLDefinition ( )This constructor is from 'CMLDefinition' class.
CMLDefinition ( CMLDefinition )This constructor is from 'CMLDefinition' class.
copy ( )This method is from 'CMLDefinition' class.
makeElementInContext ( Element )This method is from 'CMLDefinition' class.
[+] CMLDescription (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLDescription. |
[+] affected methods (4)
CMLDescription ( )This constructor is from 'CMLDescription' class.
CMLDescription ( CMLDescription )This constructor is from 'CMLDescription' class.
copy ( )This method is from 'CMLDescription' class.
makeElementInContext ( Element )This method is from 'CMLDescription' class.
[+] CMLDictionary (1)
| Change | Effect |
---|
1 | Removed super-interface GenericDictionary. | Recompilation of a client program may be terminated with the message: cannot find method in class CMLDictionary. |
[+] affected methods (10)
CMLDictionary ( )This constructor is from 'CMLDictionary' class.
CMLDictionary ( CMLDictionary )1st parameter 'old' of this method has type 'CMLDictionary'.
addEntry ( CMLEntry )This method is from 'CMLDictionary' class.
copy ( )This method is from 'CMLDictionary' class.
createDictionary ( File )This method is from 'CMLDictionary' class.
getCMLEntry ( String )This method is from 'CMLDictionary' class.
getGenericEntry ( String )This method is from 'CMLDictionary' class.
indexEntries ( )This method is from 'CMLDictionary' class.
removeEntry ( CMLEntry )This method is from 'CMLDictionary' class.
removeEntryById ( String )This method is from 'CMLDictionary' class.
[+] CMLDimension (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLDimension. |
[+] affected methods (5)
CMLDimension ( )This constructor is from 'CMLDimension' class.
CMLDimension ( CMLDimension )This constructor is from 'CMLDimension' class.
copy ( )This method is from 'CMLDimension' class.
getPower ( )This method is from 'CMLDimension' class.
makeElementInContext ( Element )This method is from 'CMLDimension' class.
[+] CMLDocumentation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLDocumentation. |
[+] affected methods (4)
CMLDocumentation ( )This constructor is from 'CMLDocumentation' class.
CMLDocumentation ( CMLDocumentation )This constructor is from 'CMLDocumentation' class.
copy ( )This method is from 'CMLDocumentation' class.
makeElementInContext ( Element )This method is from 'CMLDocumentation' class.
[+] CMLEntry (1)
| Change | Effect |
---|
1 | Removed super-interface GenericEntry. | Recompilation of a client program may be terminated with the message: cannot find method in class CMLEntry. |
[+] affected methods (8)
addEntry ( CMLEntry )1st parameter 'entry' of this method has type 'CMLEntry'.
getCMLEntry ( String )Return value of this method has type 'CMLEntry'.
getGenericEntry ( String )Return value of this method has type 'CMLEntry'.
removeEntry ( CMLEntry )1st parameter 'entry' of this method has type 'CMLEntry'.
CMLEntry ( )This constructor is from 'CMLEntry' class.
CMLEntry ( String )This constructor is from 'CMLEntry' class.
CMLEntry ( CMLEntry )1st parameter 'old' of this method has type 'CMLEntry'.
copy ( )This method is from 'CMLEntry' class.
[+] CMLEnumeration (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLEnumeration. |
[+] affected methods (4)
CMLEnumeration ( )This constructor is from 'CMLEnumeration' class.
CMLEnumeration ( CMLEnumeration )This constructor is from 'CMLEnumeration' class.
copy ( )This method is from 'CMLEnumeration' class.
makeElementInContext ( Element )This method is from 'CMLEnumeration' class.
[+] CMLFloat (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLFloat. |
[+] affected methods (4)
CMLFloat ( )This constructor is from 'CMLFloat' class.
CMLFloat ( CMLFloat )This constructor is from 'CMLFloat' class.
copy ( )This method is from 'CMLFloat' class.
makeElementInContext ( Element )This method is from 'CMLFloat' class.
[+] CMLFloatArray (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLFloatArray. |
[+] affected methods (4)
CMLFloatArray ( )This constructor is from 'CMLFloatArray' class.
CMLFloatArray ( CMLFloatArray )This constructor is from 'CMLFloatArray' class.
copy ( )This method is from 'CMLFloatArray' class.
makeElementInContext ( Element )This method is from 'CMLFloatArray' class.
[+] CMLInteger (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLInteger. |
[+] affected methods (4)
CMLInteger ( )This constructor is from 'CMLInteger' class.
CMLInteger ( CMLInteger )This constructor is from 'CMLInteger' class.
copy ( )This method is from 'CMLInteger' class.
makeElementInContext ( Element )This method is from 'CMLInteger' class.
[+] CMLIntegerArray (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLIntegerArray. |
[+] affected methods (4)
CMLIntegerArray ( )This constructor is from 'CMLIntegerArray' class.
CMLIntegerArray ( CMLIntegerArray )This constructor is from 'CMLIntegerArray' class.
copy ( )This method is from 'CMLIntegerArray' class.
makeElementInContext ( Element )This method is from 'CMLIntegerArray' class.
[+] CMLLength (3)
| Change | Effect |
---|
1 | Field atomRefs2 of type CMLAtom[] has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable atomRefs2 in CMLLength. |
2 | Field calculatedLength of type double has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable calculatedLength in CMLLength. |
3 | Field molecule of type CMLMolecule has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable molecule in CMLLength. |
[+] affected methods (4)
CMLLength ( )This constructor is from 'CMLLength' class.
CMLLength ( CMLLength )1st parameter 'old' of this method has type 'CMLLength'.
copy ( )This method is from 'CMLLength' class.
getCalculatedLength ( CMLMolecule )This method is from 'CMLLength' class.
[+] CMLMatrix (1)
| Change | Effect |
---|
1 | Removed super-interface HasUnits. | Recompilation of a client program may be terminated with the message: cannot find method in class CMLMatrix. |
[+] affected methods (26)
CMLEigen ( CMLMatrix, CMLArray, CMLEigen.Orientation )1st parameter 'eigenvectors' of this method has type 'CMLMatrix'.
getEigenvectors ( )Return value of this method has type 'CMLMatrix'.
CMLMatrix ( )This constructor is from 'CMLMatrix' class.
CMLMatrix ( double[ ][ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( int[ ][ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( int, int, double[ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( int, int, int[ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( CMLMatrix )1st parameter 'old' of this method has type 'CMLMatrix'.
copy ( )This method is from 'CMLMatrix' class.
getColumns ( )This method is from 'CMLMatrix' class.
getDataType ( )This method is from 'CMLMatrix' class.
getDoubleArray ( )This method is from 'CMLMatrix' class.
...
[+] CMLNodeFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLNodeFactory. |
[+] affected methods (6)
CMLNodeFactory ( )This constructor is from 'CMLNodeFactory' class.
finishMakingElement ( Element )This method is from 'CMLNodeFactory' class.
main ( String )This method is from 'CMLNodeFactory' class.
makeAttribute ( String, String, String, Attribute.Type )This method is from 'CMLNodeFactory' class.
makeText ( String )This method is from 'CMLNodeFactory' class.
startMakingElement ( String, String )This method is from 'CMLNodeFactory' class.
[+] CMLScalar (1)
| Change | Effect |
---|
1 | Removed super-interface HasUnits. | Recompilation of a client program may be terminated with the message: cannot find method in class CMLScalar. |
[+] affected methods (21)
createScalar ( String, double, String )Return value of this method has type 'CMLScalar'.
createScalar ( String, double, String, double )Return value of this method has type 'CMLScalar'.
CMLScalar ( )This constructor is from 'CMLScalar' class.
CMLScalar ( double )This constructor is from 'CMLScalar' class.
CMLScalar ( int )This constructor is from 'CMLScalar' class.
CMLScalar ( String )This constructor is from 'CMLScalar' class.
CMLScalar ( CMLScalar )1st parameter 'old' of this method has type 'CMLScalar'.
copy ( )This method is from 'CMLScalar' class.
finishMakingElement ( Element )This method is from 'CMLScalar' class.
getDataType ( )This method is from 'CMLScalar' class.
getDouble ( )This method is from 'CMLScalar' class.
getInt ( )This method is from 'CMLScalar' class.
...
[+] CMLStmml (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLStmml. |
[+] affected methods (4)
CMLStmml ( )This constructor is from 'CMLStmml' class.
CMLStmml ( CMLStmml )This constructor is from 'CMLStmml' class.
copy ( )This method is from 'CMLStmml' class.
makeElementInContext ( Element )This method is from 'CMLStmml' class.
[+] CMLString (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLString. |
[+] affected methods (4)
CMLString ( )This constructor is from 'CMLString' class.
CMLString ( CMLString )This constructor is from 'CMLString' class.
copy ( )This method is from 'CMLString' class.
makeElementInContext ( Element )This method is from 'CMLString' class.
[+] CMLStringArray (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLStringArray. |
[+] affected methods (4)
CMLStringArray ( )This constructor is from 'CMLStringArray' class.
CMLStringArray ( CMLStringArray )This constructor is from 'CMLStringArray' class.
copy ( )This method is from 'CMLStringArray' class.
makeElementInContext ( Element )This method is from 'CMLStringArray' class.
[+] CMLTcell (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLTcell. |
[+] affected methods (5)
CMLTcell ( )This constructor is from 'CMLTcell' class.
CMLTcell ( CMLTcell )This constructor is from 'CMLTcell' class.
copy ( )This method is from 'CMLTcell' class.
makeElementInContext ( Element )This method is from 'CMLTcell' class.
writeHTML ( Writer )This method is from 'CMLTcell' class.
[+] CMLTrow (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLTrow. |
[+] affected methods (5)
CMLTrow ( )This constructor is from 'CMLTrow' class.
CMLTrow ( CMLTrow )This constructor is from 'CMLTrow' class.
copy ( )This method is from 'CMLTrow' class.
makeElementInContext ( Element )This method is from 'CMLTrow' class.
writeHTML ( Writer )This method is from 'CMLTrow' class.
[+] CMLTypeList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLTypeList. |
[+] affected methods (2)
CMLTypeList ( )This constructor is from 'CMLTypeList' class.
getType ( String )This method is from 'CMLTypeList' class.
[+] CMLUnit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnit. |
[+] affected methods (17)
CMLUnit ( )This constructor is from 'CMLUnit' class.
CMLUnit ( CMLUnit )This constructor is from 'CMLUnit' class.
computeUnit ( UnitListMap, boolean )This method is from 'CMLUnit' class.
copy ( )This method is from 'CMLUnit' class.
getCMLUnitType ( )This method is from 'CMLUnit' class.
getId ( )This method is from 'CMLUnit' class.
getNamespace ( )This method is from 'CMLUnit' class.
getParentCMLUnitList ( )This method is from 'CMLUnit' class.
getParentSIUnit ( )This method is from 'CMLUnit' class.
getPower ( )This method is from 'CMLUnit' class.
getSIUnit ( )This method is from 'CMLUnit' class.
getUnitListMap ( )This method is from 'CMLUnit' class.
...
[+] CMLUnitList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnitList. |
[+] affected methods (20)
CMLUnitList ( )This constructor is from 'CMLUnitList' class.
CMLUnitList ( CMLUnitList )This constructor is from 'CMLUnitList' class.
addUnit ( CMLUnit )This method is from 'CMLUnitList' class.
copy ( )This method is from 'CMLUnitList' class.
createDictionary ( File )This method is from 'CMLUnitList' class.
createDictionaryMap ( File, boolean )This method is from 'CMLUnitList' class.
createUnitList ( File )This method is from 'CMLUnitList' class.
getGenericEntry ( String )This method is from 'CMLUnitList' class.
getSIUnitList ( )This method is from 'CMLUnitList' class.
getSIUnitList ( UnitListMap )This method is from 'CMLUnitList' class.
getUnit ( String )This method is from 'CMLUnitList' class.
getUnitListMap ( )This method is from 'CMLUnitList' class.
...
[+] CMLUnitType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnitType. |
[+] affected methods (9)
CMLUnitType ( )This constructor is from 'CMLUnitType' class.
CMLUnitType ( CMLUnitType )This constructor is from 'CMLUnitType' class.
composeDimensionsFrom ( CMLDimension, int )This method is from 'CMLUnitType' class.
composeDimensionsFrom ( CMLUnitType, int )This method is from 'CMLUnitType' class.
copy ( )This method is from 'CMLUnitType' class.
getId ( )This method is from 'CMLUnitType' class.
getParentCMLUnitList ( )This method is from 'CMLUnitType' class.
makeElementInContext ( Element )This method is from 'CMLUnitType' class.
writeHTML ( Writer )This method is from 'CMLUnitType' class.
[+] CMLUnitTypeList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnitTypeList. |
[+] affected methods (18)
CMLUnitTypeList ( )This constructor is from 'CMLUnitTypeList' class.
CMLUnitTypeList ( CMLUnitTypeList )This constructor is from 'CMLUnitTypeList' class.
addUnitType ( CMLUnitType )This method is from 'CMLUnitTypeList' class.
copy ( )This method is from 'CMLUnitTypeList' class.
createDictionary ( File )This method is from 'CMLUnitTypeList' class.
createDictionaryMap ( File, boolean )This method is from 'CMLUnitTypeList' class.
createUnitTypeList ( File )This method is from 'CMLUnitTypeList' class.
getGenericEntry ( String )This method is from 'CMLUnitTypeList' class.
getSIUnitList ( )This method is from 'CMLUnitTypeList' class.
getUnitListMap ( )This method is from 'CMLUnitTypeList' class.
getUnitType ( String )This method is from 'CMLUnitTypeList' class.
indexEntries ( )This method is from 'CMLUnitTypeList' class.
...
[+] ConnectionTable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConnectionTable. |
[+] affected methods (42)
addAtom ( CMLAtom )This abstract method is from 'ConnectionTable' interface.
addBond ( CMLBond )This abstract method is from 'ConnectionTable' interface.
addSuffixToAtomIDs ( String )This abstract method is from 'ConnectionTable' interface.
areBonded ( CMLAtom, CMLAtom )This abstract method is from 'ConnectionTable' interface.
checkHasAncestorMolecule ( CMLAtom )This abstract method is from 'ConnectionTable' interface.
checkHasAncestorMolecule ( CMLBond )This abstract method is from 'ConnectionTable' interface.
contains ( CMLBond, CMLAtom )This abstract method is from 'ConnectionTable' interface.
createAndAddAtom ( )This abstract method is from 'ConnectionTable' interface.
createAndAddAtom ( String )This abstract method is from 'ConnectionTable' interface.
createAndAddBond ( String, String )This abstract method is from 'ConnectionTable' interface.
createAndAddBond ( CMLAtom, CMLAtom )This abstract method is from 'ConnectionTable' interface.
createSubMolecule ( CMLMolecule, String[ ] )This abstract method is from 'ConnectionTable' interface.
...
[+] DictionaryMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DictionaryMap. |
[+] affected methods (2)
DictionaryMap ( )This constructor is from 'DictionaryMap' class.
DictionaryMap ( File, boolean )This constructor is from 'DictionaryMap' class.
[+] DictRefAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DictRefAttribute. |
[+] affected methods (5)
DictRefAttribute ( )This constructor is from 'DictRefAttribute' class.
DictRefAttribute ( String, String )This constructor is from 'DictRefAttribute' class.
DictRefAttribute ( Attribute )This constructor is from 'DictRefAttribute' class.
checkAttribute ( CMLElement, GenericDictionaryMap )This method is from 'DictRefAttribute' class.
getDictRefFromElementOrParent ( CMLElement )This method is from 'DictRefAttribute' class.
[+] GenericDictionary (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericDictionary. |
[+] affected methods (6)
createDictionary ( File )This abstract method is from 'GenericDictionary' interface.
createDictionaryMap ( File, boolean )This abstract method is from 'GenericDictionary' interface.
getGenericEntry ( String )This abstract method is from 'GenericDictionary' interface.
getNamespace ( )This abstract method is from 'GenericDictionary' interface.
getTitle ( )This abstract method is from 'GenericDictionary' interface.
indexEntries ( )This abstract method is from 'GenericDictionary' interface.
[+] GenericDictionaryMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericDictionaryMap. |
[+] affected methods (5)
GenericDictionaryMap ( )This constructor is from 'GenericDictionaryMap' abstract class.
GenericDictionaryMap ( File, boolean, GenericDictionary )This constructor is from 'GenericDictionaryMap' abstract class.
getDictionary ( String )This method is from 'GenericDictionaryMap' abstract class.
getDictionary ( NamespaceRefAttribute )This method is from 'GenericDictionaryMap' abstract class.
getEntry ( NamespaceRefAttribute )This method is from 'GenericDictionaryMap' abstract class.
[+] GenericUnitListMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericUnitListMap. |
[+] affected methods (6)
GenericUnitListMap ( )This constructor is from 'GenericUnitListMap' class.
GenericUnitListMap ( File, String, boolean )This constructor is from 'GenericUnitListMap' class.
getDictionaries ( File, String, boolean )This method is from 'GenericUnitListMap' class.
getUnit ( UnitAttribute )This method is from 'GenericUnitListMap' class.
getUnitList ( String )This method is from 'GenericUnitListMap' class.
getUnitList ( UnitAttribute )This method is from 'GenericUnitListMap' class.
[+] HasUnits (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HasUnits. |
[+] affected methods (2)
convertToSI ( UnitListMap )This abstract method is from 'HasUnits' interface.
setUnits ( String, String )This abstract method is from 'HasUnits' interface.
[+] MetadataNameAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MetadataNameAttribute. |
[+] affected methods (4)
MetadataNameAttribute ( )This constructor is from 'MetadataNameAttribute' class.
MetadataNameAttribute ( String, String )This constructor is from 'MetadataNameAttribute' class.
MetadataNameAttribute ( Attribute )This constructor is from 'MetadataNameAttribute' class.
checkAttribute ( CMLElement, GenericDictionaryMap )This method is from 'MetadataNameAttribute' class.
[+] NamespaceRefAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamespaceRefAttribute. |
[+] affected methods (14)
NamespaceRefAttribute ( String )This constructor is from 'NamespaceRefAttribute' abstract class.
NamespaceRefAttribute ( String, String )This constructor is from 'NamespaceRefAttribute' abstract class.
NamespaceRefAttribute ( Attribute )This constructor is from 'NamespaceRefAttribute' abstract class.
check ( CMLElement, String, String, GenericDictionaryMap )This method is from 'NamespaceRefAttribute' abstract class.
checkAttribute ( File, GenericDictionaryMap )This method is from 'NamespaceRefAttribute' abstract class.
checkAttribute ( CMLElement, GenericDictionaryMap )This abstract method is from 'NamespaceRefAttribute' abstract class.
createValue ( String, String )This method is from 'NamespaceRefAttribute' abstract class.
getDictionary ( GenericDictionaryMap )This method is from 'NamespaceRefAttribute' abstract class.
getElement ( )This method is from 'NamespaceRefAttribute' abstract class.
getEntry ( GenericDictionaryMap )This method is from 'NamespaceRefAttribute' abstract class.
getIdRef ( )This method is from 'NamespaceRefAttribute' abstract class.
getNamespaceURIString ( )This method is from 'NamespaceRefAttribute' abstract class.
...
[+] ParentSIAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParentSIAttribute. |
[+] affected methods (4)
ParentSIAttribute ( )This constructor is from 'ParentSIAttribute' class.
ParentSIAttribute ( String, String )This constructor is from 'ParentSIAttribute' class.
ParentSIAttribute ( Attribute )This constructor is from 'ParentSIAttribute' class.
checkAttribute ( CMLElement, GenericDictionaryMap )This method is from 'ParentSIAttribute' class.
[+] ReactionComponent (2)
| Change | Effect |
---|
1 | Abstract method getReactionComponentChildren ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getReactionComponentChildren() in interface ReactionComponent. |
2 | Abstract method getReactionComponentDescendants ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getReactionComponentDescendants() in interface ReactionComponent. |
[+] affected methods (4)
getAtoms ( )This abstract method is from 'ReactionComponent' interface.
getBonds ( )This abstract method is from 'ReactionComponent' interface.
getFormulas ( )This abstract method is from 'ReactionComponent' interface.
getMolecules ( )This abstract method is from 'ReactionComponent' interface.
[+] SpecialAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SpecialAttribute. |
[+] affected methods (3)
SpecialAttribute ( )This constructor is from 'SpecialAttribute' class.
createSubclassedAttribute ( CMLElement, Attribute )This method is from 'SpecialAttribute' class.
getSummary ( )This method is from 'SpecialAttribute' class.
[+] UnitAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnitAttribute. |
[+] affected methods (4)
UnitAttribute ( )This constructor is from 'UnitAttribute' class.
UnitAttribute ( String )This constructor is from 'UnitAttribute' class.
UnitAttribute ( Attribute )This constructor is from 'UnitAttribute' class.
checkAttribute ( CMLElement, GenericDictionaryMap )This method is from 'UnitAttribute' class.
[+] UnitListMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnitListMap. |
[+] affected methods (6)
UnitListMap ( )This constructor is from 'UnitListMap' class.
UnitListMap ( File, boolean )This constructor is from 'UnitListMap' class.
getUnit ( UnitAttribute )This method is from 'UnitListMap' class.
getUnitList ( UnitAttribute )This method is from 'UnitListMap' class.
getUnitType ( UnitTypeAttribute )This method is from 'UnitListMap' class.
getUnitTypeList ( UnitTypeAttribute )This method is from 'UnitListMap' class.
[+] UnitTypeAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnitTypeAttribute. |
[+] affected methods (4)
UnitTypeAttribute ( )This constructor is from 'UnitTypeAttribute' class.
UnitTypeAttribute ( String, String )This constructor is from 'UnitTypeAttribute' class.
UnitTypeAttribute ( Attribute )This constructor is from 'UnitTypeAttribute' class.
checkAttribute ( CMLElement, GenericDictionaryMap )This method is from 'UnitTypeAttribute' class.
[+] UnitTypeListMap (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnitTypeListMap. |
[+] affected methods (4)
UnitTypeListMap ( )This constructor is from 'UnitTypeListMap' class.
UnitTypeListMap ( File, boolean )This constructor is from 'UnitTypeListMap' class.
getUnitType ( UnitTypeAttribute )This method is from 'UnitTypeListMap' class.
getUnitTypeList ( UnitTypeAttribute )This method is from 'UnitTypeListMap' class.
package org.xmlcml.cml.element.test
[+] AbstractTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractTest. |
[+] affected methods (2)
AbstractTest ( )This constructor is from 'AbstractTest' abstract class.
severeError ( String )This method is from 'AbstractTest' abstract class.
[+] AbstractUnitTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractUnitTest. |
[+] affected methods (8)
AbstractUnitTest ( )This constructor is from 'AbstractUnitTest' class.
setUp ( )This method is from 'AbstractUnitTest' class.
suite ( )This method is from 'AbstractUnitTest' class.
testGetParentCMLUnitList ( )This method is from 'AbstractUnitTest' class.
testGetParentSIUnit ( )This method is from 'AbstractUnitTest' class.
testGetReferencedUnitType ( )This method is from 'AbstractUnitTest' class.
testGetSIUnitList ( )This method is from 'AbstractUnitTest' class.
testIsSIUnit ( )This method is from 'AbstractUnitTest' class.
[+] CMLAngleTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAngleTest. |
[+] affected methods (9)
CMLAngleTest ( )This constructor is from 'CMLAngleTest' class.
setUp ( )This method is from 'CMLAngleTest' class.
suite ( )This method is from 'CMLAngleTest' class.
testAtomHash ( )This method is from 'CMLAngleTest' class.
testCMLAngle ( )This method is from 'CMLAngleTest' class.
testCopy ( )This method is from 'CMLAngleTest' class.
testGetAtoms ( )This method is from 'CMLAngleTest' class.
testGetCalculatedAngle ( )This method is from 'CMLAngleTest' class.
testGetIndexedAngles ( )This method is from 'CMLAngleTest' class.
[+] CMLArrayTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLArrayTest. |
[+] affected methods (39)
CMLArrayTest ( )This constructor is from 'CMLArrayTest' class.
assertEquals ( String, double[ ], CMLArray, double )This method is from 'CMLArrayTest' class.
assertEquals ( String, int[ ], CMLArray )This method is from 'CMLArrayTest' class.
assertEquals ( String, String[ ], CMLArray )This method is from 'CMLArrayTest' class.
assertEquals ( String, CMLArray, CMLArray, double )This method is from 'CMLArrayTest' class.
setUp ( )This method is from 'CMLArrayTest' class.
suite ( )This method is from 'CMLArrayTest' class.
testAppendDouble ( )This method is from 'CMLArrayTest' class.
testAppendInt ( )This method is from 'CMLArrayTest' class.
testAppendString ( )This method is from 'CMLArrayTest' class.
testCheckNumericConformability ( )This method is from 'CMLArrayTest' class.
testCMLArray ( )This method is from 'CMLArrayTest' class.
...
[+] CMLAtomicBasisFunctionTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAtomicBasisFunctionTest. |
[+] affected methods (5)
CMLAtomicBasisFunctionTest ( )This constructor is from 'CMLAtomicBasisFunctionTest' class.
setUp ( )This method is from 'CMLAtomicBasisFunctionTest' class.
suite ( )This method is from 'CMLAtomicBasisFunctionTest' class.
testCMLAtomicBasisFunctionIntIntIntStringStringString ( )This method is from 'CMLAtomicBasisFunctionTest' class.
testGetABFList ( )This method is from 'CMLAtomicBasisFunctionTest' class.
[+] CMLAtomParityTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAtomParityTest. |
[+] affected methods (9)
CMLAtomParityTest ( )This constructor is from 'CMLAtomParityTest' class.
setUp ( )This method is from 'CMLAtomParityTest' class.
suite ( )This method is from 'CMLAtomParityTest' class.
testCopy ( )This method is from 'CMLAtomParityTest' class.
testGetAtomRefs4CMLMolecule ( )This method is from 'CMLAtomParityTest' class.
testGetIntegerValue ( )This method is from 'CMLAtomParityTest' class.
testIsZero ( )This method is from 'CMLAtomParityTest' class.
testRearrangeAtomRefs4 ( )This method is from 'CMLAtomParityTest' class.
testSetAtomRefs4CMLAtomArray ( )This method is from 'CMLAtomParityTest' class.
[+] CMLAtomSetTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAtomSetTest. |
[+] affected methods (64)
CMLAtomSetTest ( )This constructor is from 'CMLAtomSetTest' class.
setUp ( )This method is from 'CMLAtomSetTest' class.
suite ( )This method is from 'CMLAtomSetTest' class.
testAddAtom ( )This method is from 'CMLAtomSetTest' class.
testAddAtoms ( )This method is from 'CMLAtomSetTest' class.
testAddAtomsCMLAtomArray ( )This method is from 'CMLAtomSetTest' class.
testAddAtomSet ( )This method is from 'CMLAtomSetTest' class.
testAddAtomsListOfCMLAtom ( )This method is from 'CMLAtomSetTest' class.
testCMLAtomSet ( )This method is from 'CMLAtomSetTest' class.
testCMLAtomSetCMLAtomArray ( )This method is from 'CMLAtomSetTest' class.
testCMLAtomSetCMLAtomSet ( )This method is from 'CMLAtomSetTest' class.
testCMLAtomSetCMLMolecule ( )This method is from 'CMLAtomSetTest' class.
...
[+] CMLAtomTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLAtomTest. |
[+] affected methods (44)
CMLAtomTest ( )This constructor is from 'CMLAtomTest' class.
setUp ( )This method is from 'CMLAtomTest' class.
suite ( )This method is from 'CMLAtomTest' class.
testAddCalculatedCoordinatesForHydrogens ( )This method is from 'CMLAtomTest' class.
testCalculateSpaceGroupMultiplicity ( )This method is from 'CMLAtomTest' class.
testCMLAtom ( )This method is from 'CMLAtomTest' class.
testCMLAtomCMLAtom ( )This method is from 'CMLAtomTest' class.
testCommonElementSerialNumber ( )This method is from 'CMLAtomTest' class.
testCompareByAtomicNumber ( )This method is from 'CMLAtomTest' class.
testCompareToCMLAtom ( )This method is from 'CMLAtomTest' class.
testCopy ( )This method is from 'CMLAtomTest' class.
testGet2DCrossProduct ( )This method is from 'CMLAtomTest' class.
...
[+] CMLBasisSetTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLBasisSetTest. |
[+] affected methods (16)
CMLBasisSetTest ( )This constructor is from 'CMLBasisSetTest' class.
setUp ( )This method is from 'CMLBasisSetTest' class.
suite ( )This method is from 'CMLBasisSetTest' class.
testBasisSetBasisCMLMolecule ( )This method is from 'CMLBasisSetTest' class.
testCMLBasisSetBasisCMLMolecule ( )This method is from 'CMLBasisSetTest' class.
testCMLBasisSetCMLBasisSet ( )This method is from 'CMLBasisSetTest' class.
testFindHOMO ( )This method is from 'CMLBasisSetTest' class.
testGetABFsByL ( )This method is from 'CMLBasisSetTest' class.
testGetABFsByLM ( )This method is from 'CMLBasisSetTest' class.
testGetABFsByM ( )This method is from 'CMLBasisSetTest' class.
testGetABFsByN ( )This method is from 'CMLBasisSetTest' class.
testGetABFsBySymbol ( )This method is from 'CMLBasisSetTest' class.
...
[+] CMLBondSetTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLBondSetTest. |
[+] affected methods (17)
CMLBondSetTest ( )This constructor is from 'CMLBondSetTest' class.
setUp ( )This method is from 'CMLBondSetTest' class.
suite ( )This method is from 'CMLBondSetTest' class.
testAddBond ( )This method is from 'CMLBondSetTest' class.
testAddBonds ( )This method is from 'CMLBondSetTest' class.
testAddBondsCMLBondArray ( )This method is from 'CMLBondSetTest' class.
testAddBondSet ( )This method is from 'CMLBondSetTest' class.
testAddBondsListOfCMLBond ( )This method is from 'CMLBondSetTest' class.
testCMLBondSetCMLBondArray ( )This method is from 'CMLBondSetTest' class.
testCMLBondSetCMLMolecule ( )This method is from 'CMLBondSetTest' class.
testContains ( )This method is from 'CMLBondSetTest' class.
testCopy ( )This method is from 'CMLBondSetTest' class.
...
[+] CMLBondStereoTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLBondStereoTest. |
[+] affected methods (5)
CMLBondStereoTest ( )This constructor is from 'CMLBondStereoTest' class.
setUp ( )This method is from 'CMLBondStereoTest' class.
suite ( )This method is from 'CMLBondStereoTest' class.
testCopy ( )This method is from 'CMLBondStereoTest' class.
testMatchParity ( )This method is from 'CMLBondStereoTest' class.
[+] CMLBondTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLBondTest. |
[+] affected methods (22)
CMLBondTest ( )This constructor is from 'CMLBondTest' class.
setUp ( )This method is from 'CMLBondTest' class.
suite ( )This method is from 'CMLBondTest' class.
testAppendToId ( )This method is from 'CMLBondTest' class.
testAreWithinBondingDistanceCMLAtomCMLAtom ( )This method is from 'CMLBondTest' class.
testAreWithinBondingDistanceCMLAtomCMLAtomDoubleDouble ( )This method is from 'CMLBondTest' class.
testAtomHash ( )This method is from 'CMLBondTest' class.
testAtomHashCMLAtomCMLAtom ( )This method is from 'CMLBondTest' class.
testAtomHashCMLBond ( )This method is from 'CMLBondTest' class.
testAtomHashStringArray ( )This method is from 'CMLBondTest' class.
testAtomHashStringString ( )This method is from 'CMLBondTest' class.
testClearBondStereo ( )This method is from 'CMLBondTest' class.
...
[+] CMLCellParameterTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLCellParameterTest. |
[+] affected methods (12)
CMLCellParameterTest ( )This constructor is from 'CMLCellParameterTest' class.
assertEquals ( String, String, double[ ], CMLCellParameter, double )This method is from 'CMLCellParameterTest' class.
assertEquals ( String, CMLCellParameter, CMLCellParameter, double )This method is from 'CMLCellParameterTest' class.
setUp ( )This method is from 'CMLCellParameterTest' class.
suite ( )This method is from 'CMLCellParameterTest' class.
testCMLCellParameterCMLScalarArrayType ( )This method is from 'CMLCellParameterTest' class.
testCMLCellParameterListOfCMLScalarType ( )This method is from 'CMLCellParameterTest' class.
testCopy ( )This method is from 'CMLCellParameterTest' class.
testCreateCMLScalarsCMLElementsOfCMLCellParameter ( )This method is from 'CMLCellParameterTest' class.
testCreateCMLScalarsListOfCMLCellParameter ( )This method is from 'CMLCellParameterTest' class.
testGetCellParameterCMLElementsOfCMLCellParameterType ( )This method is from 'CMLCellParameterTest' class.
testGetCellParameterListOfCMLCellParameterType ( )This method is from 'CMLCellParameterTest' class.
...
[+] CMLCrystalTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLCrystalTest. |
[+] affected methods (22)
CMLCrystalTest ( )This constructor is from 'CMLCrystalTest' class.
setUp ( )This method is from 'CMLCrystalTest' class.
suite ( )This method is from 'CMLCrystalTest' class.
testCMLCrystal ( )This method is from 'CMLCrystalTest' class.
testCMLCrystalCMLCrystal ( )This method is from 'CMLCrystalTest' class.
testCMLCrystalCMLLattice ( )This method is from 'CMLCrystalTest' class.
testCMLCrystalCMLScalarArray ( )This method is from 'CMLCrystalTest' class.
testCMLCrystalDoubleArray ( )This method is from 'CMLCrystalTest' class.
testGetCellParameterValues ( )This method is from 'CMLCrystalTest' class.
testGetCellScalars ( )This method is from 'CMLCrystalTest' class.
testGetCellVolume1 ( )This method is from 'CMLCrystalTest' class.
testGetCellVolume2 ( )This method is from 'CMLCrystalTest' class.
...
[+] CMLDictionaryTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLDictionaryTest. |
[+] affected methods (17)
CMLDictionaryTest ( )This constructor is from 'CMLDictionaryTest' class.
setUp ( )This method is from 'CMLDictionaryTest' class.
suite ( )This method is from 'CMLDictionaryTest' class.
testAddEntryCMLEntry ( )This method is from 'CMLDictionaryTest' class.
testCMLDictionary ( )This method is from 'CMLDictionaryTest' class.
testCMLDictionaryCMLDictionary ( )This method is from 'CMLDictionaryTest' class.
testCopy ( )This method is from 'CMLDictionaryTest' class.
testCreateDictionary ( )This method is from 'CMLDictionaryTest' class.
testCreateDictionaryMap ( )This method is from 'CMLDictionaryTest' class.
testDictionaryExample ( )This method is from 'CMLDictionaryTest' class.
testGetCMLEntry ( )This method is from 'CMLDictionaryTest' class.
testGetDictionariesString ( )This method is from 'CMLDictionaryTest' class.
...
[+] CMLDimensionTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLDimensionTest. |
[+] affected methods (5)
CMLDimensionTest ( )This constructor is from 'CMLDimensionTest' class.
setUp ( )This method is from 'CMLDimensionTest' class.
suite ( )This method is from 'CMLDimensionTest' class.
testCopy ( )This method is from 'CMLDimensionTest' class.
testGetPower ( )This method is from 'CMLDimensionTest' class.
[+] CMLEigenTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLEigenTest. |
[+] affected methods (9)
CMLEigenTest ( )This constructor is from 'CMLEigenTest' class.
setUp ( )This method is from 'CMLEigenTest' class.
suite ( )This method is from 'CMLEigenTest' class.
testCMLEigenCMLMatrixCMLArrayOrientation ( )This method is from 'CMLEigenTest' class.
testCopy ( )This method is from 'CMLEigenTest' class.
testGetEigenvalues ( )This method is from 'CMLEigenTest' class.
testGetEigenvector ( )This method is from 'CMLEigenTest' class.
testGetEigenvectors ( )This method is from 'CMLEigenTest' class.
testGetSize ( )This method is from 'CMLEigenTest' class.
[+] CMLElementTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLElementTest. |
[+] affected methods (25)
CMLElementTest ( )This constructor is from 'CMLElementTest' class.
main ( String[ ] )This method is from 'CMLElementTest' class.
setUp ( )This method is from 'CMLElementTest' class.
suite ( )This method is from 'CMLElementTest' class.
testAddNamespaceDeclaration ( )This method is from 'CMLElementTest' class.
testAppendChildString ( )This method is from 'CMLElementTest' class.
testAssertEqualsCanonicallyStringElementElement ( )This method is from 'CMLElementTest' class.
testCMLElementCMLElement ( )This method is from 'CMLElementTest' class.
testCMLElementString ( )This method is from 'CMLElementTest' class.
testCompareTo ( )This method is from 'CMLElementTest' class.
testCopy ( )This method is from 'CMLElementTest' class.
testElement ( )This method is from 'CMLElementTest' class.
...
[+] CMLFormulaTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLFormulaTest. |
[+] affected methods (48)
CMLFormulaTest ( )This constructor is from 'CMLFormulaTest' class.
assertEqualsConcise ( String, CMLFormula, CMLFormula, double )This method is from 'CMLFormulaTest' class.
setUp ( )This method is from 'CMLFormulaTest' class.
suite ( )This method is from 'CMLFormulaTest' class.
testAdd ( )This method is from 'CMLFormulaTest' class.
testAddFormulaCMLFormula ( )This method is from 'CMLFormulaTest' class.
testAggregateFormula ( )This method is from 'CMLFormulaTest' class.
testAppendChildElement ( )This method is from 'CMLFormulaTest' class.
testCheckAtomArrayFormat ( )This method is from 'CMLFormulaTest' class.
testCMLFormula ( )This method is from 'CMLFormulaTest' class.
testCMLFormulaCMLFormula ( )This method is from 'CMLFormulaTest' class.
testCMLFormulaCMLMolecule ( )This method is from 'CMLFormulaTest' class.
...
[+] CMLLatticeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLLatticeTest. |
[+] affected methods (11)
CMLLatticeTest ( )This constructor is from 'CMLLatticeTest' class.
setUp ( )This method is from 'CMLLatticeTest' class.
suite ( )This method is from 'CMLLatticeTest' class.
testCMLLatticeCMLLatticeVectorArray ( )This method is from 'CMLLatticeTest' class.
testCMLLatticeCMLLatticeVectorCMLLatticeVectorCMLLatticeVector ( )This method is from 'CMLLatticeTest' class.
testCopy ( )This method is from 'CMLLatticeTest' class.
testGetCellParameters ( )This method is from 'CMLLatticeTest' class.
testGetCMLVector3 ( )This method is from 'CMLLatticeTest' class.
testGetReducedCell ( )This method is from 'CMLLatticeTest' class.
testGetString ( )This method is from 'CMLLatticeTest' class.
testGetVolume ( )This method is from 'CMLLatticeTest' class.
...
[+] CMLLatticeVectorTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLLatticeVectorTest. |
[+] affected methods (9)
CMLLatticeVectorTest ( )This constructor is from 'CMLLatticeVectorTest' class.
assertEquals ( String, double[ ], CMLLatticeVector, double )This method is from 'CMLLatticeVectorTest' class.
assertEquals ( String, CMLLatticeVector, CMLLatticeVector, double )This method is from 'CMLLatticeVectorTest' class.
setUp ( )This method is from 'CMLLatticeVectorTest' class.
suite ( )This method is from 'CMLLatticeVectorTest' class.
testCMLLatticeVectorCMLVector3 ( )This method is from 'CMLLatticeVectorTest' class.
testCMLLatticeVectorDoubleArray ( )This method is from 'CMLLatticeVectorTest' class.
testCopy ( )This method is from 'CMLLatticeVectorTest' class.
testGetCMLVector3 ( )This method is from 'CMLLatticeVectorTest' class.
[+] CMLLine3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLLine3Test. |
[+] affected methods (25)
CMLLine3Test ( )This constructor is from 'CMLLine3Test' class.
assertEquals ( String, CMLLine3, CMLLine3, double )This method is from 'CMLLine3Test' class.
assertEquals ( String, CMLPoint3, CMLVector3, CMLLine3, double )This method is from 'CMLLine3Test' class.
setUp ( )This method is from 'CMLLine3Test' class.
suite ( )This method is from 'CMLLine3Test' class.
testCMLLine3 ( )This method is from 'CMLLine3Test' class.
testCMLLine3CMLLine3 ( )This method is from 'CMLLine3Test' class.
testCMLLine3CMLPoint3CMLPoint3 ( )This method is from 'CMLLine3Test' class.
testCMLLine3CMLPoint3CMLVector3 ( )This method is from 'CMLLine3Test' class.
testCMLLine3Line3 ( )This method is from 'CMLLine3Test' class.
testContainsPoint ( )This method is from 'CMLLine3Test' class.
testCopy ( )This method is from 'CMLLine3Test' class.
...
[+] CMLMapTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLMapTest. |
[+] affected methods (38)
CMLMapTest ( )This constructor is from 'CMLMapTest' class.
setUp ( )This method is from 'CMLMapTest' class.
suite ( )This method is from 'CMLMapTest' class.
testAddLinkCMLLink ( )This method is from 'CMLMapTest' class.
testAddMap ( )This method is from 'CMLMapTest' class.
testAddUniqueLink ( )This method is from 'CMLMapTest' class.
testAnnotateLinks ( )This method is from 'CMLMapTest' class.
testCMLMap ( )This method is from 'CMLMapTest' class.
testCMLMapCMLMap ( )This method is from 'CMLMapTest' class.
testCopy ( )This method is from 'CMLMapTest' class.
testGetElementLinks ( )This method is from 'CMLMapTest' class.
testGetFromRef ( )This method is from 'CMLMapTest' class.
...
[+] CMLMatrixTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLMatrixTest. |
[+] affected methods (33)
CMLMatrixTest ( )This constructor is from 'CMLMatrixTest' class.
assertEquals ( String, int, int, double[ ], CMLMatrix, double )This method is from 'CMLMatrixTest' class.
assertEquals ( String, int, int, int[ ], CMLMatrix )This method is from 'CMLMatrixTest' class.
assertEquals ( String, CMLMatrix, CMLMatrix, double )This method is from 'CMLMatrixTest' class.
setUp ( )This method is from 'CMLMatrixTest' class.
suite ( )This method is from 'CMLMatrixTest' class.
testCMLMatrix ( )This method is from 'CMLMatrixTest' class.
testCMLMatrixCMLMatrix ( )This method is from 'CMLMatrixTest' class.
testCMLMatrixDoubleArrayArray ( )This method is from 'CMLMatrixTest' class.
testCMLMatrixIntArrayArray ( )This method is from 'CMLMatrixTest' class.
testCMLMatrixIntIntDoubleArray ( )This method is from 'CMLMatrixTest' class.
testCMLMatrixIntIntIntArray ( )This method is from 'CMLMatrixTest' class.
...
[+] CMLMetadataListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLMetadataListTest. |
[+] affected methods (12)
CMLMetadataListTest ( )This constructor is from 'CMLMetadataListTest' class.
setUp ( )This method is from 'CMLMetadataListTest' class.
suite ( )This method is from 'CMLMetadataListTest' class.
testCheckMetadataNames ( )This method is from 'CMLMetadataListTest' class.
testCMLMetadataList ( )This method is from 'CMLMetadataListTest' class.
testCMLMetadataListCMLMetadataList ( )This method is from 'CMLMetadataListTest' class.
testCopy ( )This method is from 'CMLMetadataListTest' class.
testGetMetadataDescendants ( )This method is from 'CMLMetadataListTest' class.
testGetMetadataDescendantsByNameListOfCMLMetadataString ( )This method is from 'CMLMetadataListTest' class.
testGetMetadataDescendantsByNameListString ( )This method is from 'CMLMetadataListTest' class.
testGetMetadataDescendantsByNameString ( )This method is from 'CMLMetadataListTest' class.
testGetMetadataDescendantsCMLElement ( )This method is from 'CMLMetadataListTest' class.
...
[+] CMLMetadataTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLMetadataTest. |
[+] affected methods (8)
CMLMetadataTest ( )This constructor is from 'CMLMetadataTest' class.
setUp ( )This method is from 'CMLMetadataTest' class.
suite ( )This method is from 'CMLMetadataTest' class.
testAddAttributeAttribute ( )This method is from 'CMLMetadataTest' class.
testCopy ( )This method is from 'CMLMetadataTest' class.
testGetMetadataType ( )This method is from 'CMLMetadataTest' class.
testGetMetadataTypeAttribute ( )This method is from 'CMLMetadataTest' class.
testSetMetadataType ( )This method is from 'CMLMetadataTest' class.
[+] CMLMoleculeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLMoleculeTest. |
[+] affected methods (77)
CMLMoleculeTest ( )This constructor is from 'CMLMoleculeTest' class.
setUp ( )This method is from 'CMLMoleculeTest' class.
suite ( )This method is from 'CMLMoleculeTest' class.
testAddAtom ( )This method is from 'CMLMoleculeTest' class.
testAddBond ( )This method is from 'CMLMoleculeTest' class.
testAppendMolecule ( )This method is from 'CMLMoleculeTest' class.
testAppendToIds ( )This method is from 'CMLMoleculeTest' class.
testCalculateAndAddFormula ( )This method is from 'CMLMoleculeTest' class.
testCalculateAndAddSpaceGroupMultiplicity ( )This method is from 'CMLMoleculeTest' class.
testCalculateCentroid2D ( )This method is from 'CMLMoleculeTest' class.
testCalculateCentroid3 ( )This method is from 'CMLMoleculeTest' class.
testCalculateFormula ( )This method is from 'CMLMoleculeTest' class.
...
[+] CMLNodeFactoryTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLNodeFactoryTest. |
[+] affected methods (7)
CMLNodeFactoryTest ( )This constructor is from 'CMLNodeFactoryTest' class.
setUp ( )This method is from 'CMLNodeFactoryTest' class.
suite ( )This method is from 'CMLNodeFactoryTest' class.
testFinishMakingElementElement ( )This method is from 'CMLNodeFactoryTest' class.
testMakeAttributeStringStringStringType ( )This method is from 'CMLNodeFactoryTest' class.
testMakeTextString ( )This method is from 'CMLNodeFactoryTest' class.
testStartMakingElementStringString ( )This method is from 'CMLNodeFactoryTest' class.
[+] CMLParameterListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLParameterListTest. |
[+] affected methods (9)
CMLParameterListTest ( )This constructor is from 'CMLParameterListTest' class.
setUp ( )This method is from 'CMLParameterListTest' class.
suite ( )This method is from 'CMLParameterListTest' class.
testCheckParameterNames ( )This method is from 'CMLParameterListTest' class.
testCopy ( )This method is from 'CMLParameterListTest' class.
testGetParameterDescendants ( )This method is from 'CMLParameterListTest' class.
testGetParameterDescendantsByDictRef ( )This method is from 'CMLParameterListTest' class.
testGetParameterDescendantsByName ( )This method is from 'CMLParameterListTest' class.
testGetParameterDescendantsCMLElement ( )This method is from 'CMLParameterListTest' class.
[+] CMLParseTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLParseTest. |
[+] affected methods (4)
CMLParseTest ( )This constructor is from 'CMLParseTest' class.
setUp ( )This method is from 'CMLParseTest' class.
suite ( )This method is from 'CMLParseTest' class.
testBasicParse ( )This method is from 'CMLParseTest' class.
[+] CMLPeakStructureTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLPeakStructureTest. |
[+] affected methods (10)
CMLPeakStructureTest ( )This constructor is from 'CMLPeakStructureTest' class.
setUp ( )This method is from 'CMLPeakStructureTest' class.
suite ( )This method is from 'CMLPeakStructureTest' class.
testAtomRefs ( )This method is from 'CMLPeakStructureTest' class.
testCopy ( )This method is from 'CMLPeakStructureTest' class.
testGetCouplingsFrom ( )This method is from 'CMLPeakStructureTest' class.
testGetCouplingsFromCMLMolecule ( )This method is from 'CMLPeakStructureTest' class.
testGetPeaks1 ( )This method is from 'CMLPeakStructureTest' class.
testGetPeaks2 ( )This method is from 'CMLPeakStructureTest' class.
testHasValidNestedPeakStructure ( )This method is from 'CMLPeakStructureTest' class.
[+] CMLPeakTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLPeakTest. |
[+] affected methods (9)
CMLPeakTest ( )This constructor is from 'CMLPeakTest' class.
setUp ( )This method is from 'CMLPeakTest' class.
suite ( )This method is from 'CMLPeakTest' class.
testCopy ( )This method is from 'CMLPeakTest' class.
testGetCouplingsFrom ( )This method is from 'CMLPeakTest' class.
testGetCouplingsFromCMLMolecule ( )This method is from 'CMLPeakTest' class.
testGetDerefencedAtoms ( )This method is from 'CMLPeakTest' class.
testGetDescendantPeaks ( )This method is from 'CMLPeakTest' class.
testGetPeaks ( )This method is from 'CMLPeakTest' class.
[+] CMLPlane3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLPlane3Test. |
[+] affected methods (32)
CMLPlane3Test ( )This constructor is from 'CMLPlane3Test' class.
assertEquals ( String, double[ ], CMLPlane3, double )This method is from 'CMLPlane3Test' class.
assertEquals ( String, CMLPlane3, CMLPlane3, double )This method is from 'CMLPlane3Test' class.
setUp ( )This method is from 'CMLPlane3Test' class.
suite ( )This method is from 'CMLPlane3Test' class.
testCMLPlane3 ( )This method is from 'CMLPlane3Test' class.
testCMLPlane3CMLLine3CMLPoint3 ( )This method is from 'CMLPlane3Test' class.
testCMLPlane3CMLPlane3 ( )This method is from 'CMLPlane3Test' class.
testCMLPlane3CMLPoint3CMLPoint3CMLPoint3 ( )This method is from 'CMLPlane3Test' class.
testCMLPlane3CMLVector3Double ( )This method is from 'CMLPlane3Test' class.
testCMLPlane3DoubleArray ( )This method is from 'CMLPlane3Test' class.
testCMLPlane3DoubleArrayDouble ( )This method is from 'CMLPlane3Test' class.
...
[+] CMLPoint3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLPoint3Test. |
[+] affected methods (48)
CMLPoint3Test ( )This constructor is from 'CMLPoint3Test' class.
assertEquals ( String, double[ ], CMLPoint3, double )This method is from 'CMLPoint3Test' class.
assertEquals ( String, CMLPoint3, CMLPoint3, double )This method is from 'CMLPoint3Test' class.
setUp ( )This method is from 'CMLPoint3Test' class.
suite ( )This method is from 'CMLPoint3Test' class.
testCalculateFromInternalCoordinates ( )This method is from 'CMLPoint3Test' class.
testCMLPoint3CMLPoint3 ( )This method is from 'CMLPoint3Test' class.
testCMLPoint3DoubleArray ( )This method is from 'CMLPoint3Test' class.
testCMLPoint3DoubleDoubleDouble ( )This method is from 'CMLPoint3Test' class.
testCMLPoint3Point3 ( )This method is from 'CMLPoint3Test' class.
testCopy ( )This method is from 'CMLPoint3Test' class.
testDistanceFromLine ( )This method is from 'CMLPoint3Test' class.
...
[+] CMLProductListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLProductListTest. |
[+] affected methods (10)
CMLProductListTest ( )This constructor is from 'CMLProductListTest' class.
setUp ( )This method is from 'CMLProductListTest' class.
suite ( )This method is from 'CMLProductListTest' class.
testCopy ( )This method is from 'CMLProductListTest' class.
testGetAtoms ( )This method is from 'CMLProductListTest' class.
testGetBonds ( )This method is from 'CMLProductListTest' class.
testGetFormulas ( )This method is from 'CMLProductListTest' class.
testGetMolecules ( )This method is from 'CMLProductListTest' class.
testGetReactionComponentChildren ( )This method is from 'CMLProductListTest' class.
testGetReactionComponentDescendants ( )This method is from 'CMLProductListTest' class.
[+] CMLProductTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLProductTest. |
[+] affected methods (12)
CMLProductTest ( )This constructor is from 'CMLProductTest' class.
setUp ( )This method is from 'CMLProductTest' class.
suite ( )This method is from 'CMLProductTest' class.
testCopy ( )This method is from 'CMLProductTest' class.
testGetAtoms ( )This method is from 'CMLProductTest' class.
testGetBonds ( )This method is from 'CMLProductTest' class.
testGetFormulas ( )This method is from 'CMLProductTest' class.
testGetMolecule ( )This method is from 'CMLProductTest' class.
testGetMolecules ( )This method is from 'CMLProductTest' class.
testGetOrCreateFormula ( )This method is from 'CMLProductTest' class.
testGetReactionComponentChildren ( )This method is from 'CMLProductTest' class.
testGetReactionComponentDescendants ( )This method is from 'CMLProductTest' class.
...
[+] CMLPropertyListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLPropertyListTest. |
[+] affected methods (9)
CMLPropertyListTest ( )This constructor is from 'CMLPropertyListTest' class.
setUp ( )This method is from 'CMLPropertyListTest' class.
suite ( )This method is from 'CMLPropertyListTest' class.
testCheckPropertyNames ( )This method is from 'CMLPropertyListTest' class.
testCopy ( )This method is from 'CMLPropertyListTest' class.
testGetPropertyDescendants ( )This method is from 'CMLPropertyListTest' class.
testGetPropertyDescendantsByDictRef ( )This method is from 'CMLPropertyListTest' class.
testGetPropertyDescendantsByName ( )This method is from 'CMLPropertyListTest' class.
testGetPropertyDescendantsCMLElement ( )This method is from 'CMLPropertyListTest' class.
[+] CMLReactantListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLReactantListTest. |
[+] affected methods (10)
CMLReactantListTest ( )This constructor is from 'CMLReactantListTest' class.
setUp ( )This method is from 'CMLReactantListTest' class.
suite ( )This method is from 'CMLReactantListTest' class.
testCopy ( )This method is from 'CMLReactantListTest' class.
testGetAtoms ( )This method is from 'CMLReactantListTest' class.
testGetBonds ( )This method is from 'CMLReactantListTest' class.
testGetFormulas ( )This method is from 'CMLReactantListTest' class.
testGetMolecules ( )This method is from 'CMLReactantListTest' class.
testGetReactionComponentChildren ( )This method is from 'CMLReactantListTest' class.
testGetReactionComponentDescendants ( )This method is from 'CMLReactantListTest' class.
[+] CMLReactantTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLReactantTest. |
[+] affected methods (12)
CMLReactantTest ( )This constructor is from 'CMLReactantTest' class.
setUp ( )This method is from 'CMLReactantTest' class.
suite ( )This method is from 'CMLReactantTest' class.
testCopy ( )This method is from 'CMLReactantTest' class.
testGetAtoms ( )This method is from 'CMLReactantTest' class.
testGetBonds ( )This method is from 'CMLReactantTest' class.
testGetFormulas ( )This method is from 'CMLReactantTest' class.
testGetMolecule ( )This method is from 'CMLReactantTest' class.
testGetMolecules ( )This method is from 'CMLReactantTest' class.
testGetOrCreateFormula ( )This method is from 'CMLReactantTest' class.
testGetReactionComponentChildren ( )This method is from 'CMLReactantTest' class.
testGetReactionComponentDescendants ( )This method is from 'CMLReactantTest' class.
...
[+] CMLReactionComponentTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLReactionComponentTest. |
[+] affected methods (9)
CMLReactionComponentTest ( )This constructor is from 'CMLReactionComponentTest' class.
setUp ( )This method is from 'CMLReactionComponentTest' class.
suite ( )This method is from 'CMLReactionComponentTest' class.
testGetAtoms ( )This method is from 'CMLReactionComponentTest' class.
testGetBonds ( )This method is from 'CMLReactionComponentTest' class.
testGetFormulas ( )This method is from 'CMLReactionComponentTest' class.
testGetMolecules ( )This method is from 'CMLReactionComponentTest' class.
testGetReactionComponentChildren ( )This method is from 'CMLReactionComponentTest' class.
testGetReactionComponentDescendants ( )This method is from 'CMLReactionComponentTest' class.
[+] CMLReactionTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLReactionTest. |
[+] affected methods (24)
CMLReactionTest ( )This constructor is from 'CMLReactionTest' class.
setUp ( )This method is from 'CMLReactionTest' class.
suite ( )This method is from 'CMLReactionTest' class.
testCMLReactionCMLReaction ( )This method is from 'CMLReactionTest' class.
testConcat ( )This method is from 'CMLReactionTest' class.
testCopy ( )This method is from 'CMLReactionTest' class.
testGetAtoms ( )This method is from 'CMLReactionTest' class.
testGetBonds ( )This method is from 'CMLReactionTest' class.
testGetDescendantProducts ( )This method is from 'CMLReactionTest' class.
testGetDescendantReactants ( )This method is from 'CMLReactionTest' class.
testGetDescendantSpectators ( )This method is from 'CMLReactionTest' class.
testGetFilename ( )This method is from 'CMLReactionTest' class.
...
[+] CMLScalarTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLScalarTest. |
[+] affected methods (27)
CMLScalarTest ( )This constructor is from 'CMLScalarTest' class.
setUp ( )This method is from 'CMLScalarTest' class.
suite ( )This method is from 'CMLScalarTest' class.
testCMLScalar ( )This method is from 'CMLScalarTest' class.
testCMLScalarCMLScalar ( )This method is from 'CMLScalarTest' class.
testCMLScalarDouble ( )This method is from 'CMLScalarTest' class.
testCMLScalarInt ( )This method is from 'CMLScalarTest' class.
testCMLScalarString ( )This method is from 'CMLScalarTest' class.
testConvertToSI ( )This method is from 'CMLScalarTest' class.
testCopy ( )This method is from 'CMLScalarTest' class.
testGetDataType ( )This method is from 'CMLScalarTest' class.
testGetDictRefFromElementOrParent ( )This method is from 'CMLScalarTest' class.
...
[+] CMLSpectatorListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLSpectatorListTest. |
[+] affected methods (11)
CMLSpectatorListTest ( )This constructor is from 'CMLSpectatorListTest' class.
setUp ( )This method is from 'CMLSpectatorListTest' class.
suite ( )This method is from 'CMLSpectatorListTest' class.
testCopy ( )This method is from 'CMLSpectatorListTest' class.
testGetAtoms ( )This method is from 'CMLSpectatorListTest' class.
testGetBonds ( )This method is from 'CMLSpectatorListTest' class.
testGetFormulas ( )This method is from 'CMLSpectatorListTest' class.
testGetMolecules ( )This method is from 'CMLSpectatorListTest' class.
testGetReactionComponentChildren ( )This method is from 'CMLSpectatorListTest' class.
testGetReactionComponentDescendants ( )This method is from 'CMLSpectatorListTest' class.
testGetSpectatorMolecules ( )This method is from 'CMLSpectatorListTest' class.
...
[+] CMLSpectatorTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLSpectatorTest. |
[+] affected methods (13)
CMLSpectatorTest ( )This constructor is from 'CMLSpectatorTest' class.
setUp ( )This method is from 'CMLSpectatorTest' class.
suite ( )This method is from 'CMLSpectatorTest' class.
testCopy ( )This method is from 'CMLSpectatorTest' class.
testGetAtoms ( )This method is from 'CMLSpectatorTest' class.
testGetBonds ( )This method is from 'CMLSpectatorTest' class.
testGetFormula ( )This method is from 'CMLSpectatorTest' class.
testGetFormulas ( )This method is from 'CMLSpectatorTest' class.
testGetMolecules ( )This method is from 'CMLSpectatorTest' class.
testGetReactionComponentChildren ( )This method is from 'CMLSpectatorTest' class.
testGetReactionComponentDescendants ( )This method is from 'CMLSpectatorTest' class.
testMergeChildMolecules ( )This method is from 'CMLSpectatorTest' class.
...
[+] CMLSpectrumTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLSpectrumTest. |
[+] affected methods (14)
CMLSpectrumTest ( )This constructor is from 'CMLSpectrumTest' class.
setUp ( )This method is from 'CMLSpectrumTest' class.
suite ( )This method is from 'CMLSpectrumTest' class.
testCMLSpectrum ( )This method is from 'CMLSpectrumTest' class.
testCMLSpectrumCMLSpectrum ( )This method is from 'CMLSpectrumTest' class.
testCopy ( )This method is from 'CMLSpectrumTest' class.
testGetAuntMolecule ( )This method is from 'CMLSpectrumTest' class.
testGetCouplingsTo ( )This method is from 'CMLSpectrumTest' class.
testGetDescendantPeaks ( )This method is from 'CMLSpectrumTest' class.
testGetSiblingMolecule ( )This method is from 'CMLSpectrumTest' class.
testGetSpectrum ( )This method is from 'CMLSpectrumTest' class.
testReadCMLSpectrum1 ( )This method is from 'CMLSpectrumTest' class.
...
[+] CMLSymmetryTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLSymmetryTest. |
[+] affected methods (18)
CMLSymmetryTest ( )This constructor is from 'CMLSymmetryTest' class.
setUp ( )This method is from 'CMLSymmetryTest' class.
suite ( )This method is from 'CMLSymmetryTest' class.
testCMLSymmetryListOfCMLTransform3 ( )This method is from 'CMLSymmetryTest' class.
testCMLSymmetrymultiplyCMLSymmetry ( )This method is from 'CMLSymmetryTest' class.
testCMLSymmetryStringArray ( )This method is from 'CMLSymmetryTest' class.
testConvolute ( )This method is from 'CMLSymmetryTest' class.
testCopy ( )This method is from 'CMLSymmetryTest' class.
testCreateFromXYZStrings ( )This method is from 'CMLSymmetryTest' class.
testGetCentering ( )This method is from 'CMLSymmetryTest' class.
testGetNonTranslations ( )This method is from 'CMLSymmetryTest' class.
testGetPointGroupMultiplicity ( )This method is from 'CMLSymmetryTest' class.
...
[+] CMLTableTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLTableTest. |
[+] affected methods (8)
CMLTableTest ( )This constructor is from 'CMLTableTest' class.
setUp ( )This method is from 'CMLTableTest' class.
suite ( )This method is from 'CMLTableTest' class.
testCopy ( )This method is from 'CMLTableTest' class.
testGetColumns ( )This method is from 'CMLTableTest' class.
testGetColumnValuesList ( )This method is from 'CMLTableTest' class.
testGetRows ( )This method is from 'CMLTableTest' class.
testWriteHTML ( )This method is from 'CMLTableTest' class.
[+] CMLTorsionTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLTorsionTest. |
[+] affected methods (8)
CMLTorsionTest ( )This constructor is from 'CMLTorsionTest' class.
setUp ( )This method is from 'CMLTorsionTest' class.
suite ( )This method is from 'CMLTorsionTest' class.
testAtomHash ( )This method is from 'CMLTorsionTest' class.
testCopy ( )This method is from 'CMLTorsionTest' class.
testGetAtoms ( )This method is from 'CMLTorsionTest' class.
testGetCalculatedTorsion ( )This method is from 'CMLTorsionTest' class.
testGetIndexedTorsions ( )This method is from 'CMLTorsionTest' class.
[+] CMLTransform3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLTransform3Test. |
[+] affected methods (43)
CMLTransform3Test ( )This constructor is from 'CMLTransform3Test' class.
assertEquals ( String, double[ ], CMLTransform3, double )This method is from 'CMLTransform3Test' class.
assertEquals ( String, CMLTransform3, CMLTransform3, double )This method is from 'CMLTransform3Test' class.
suite ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3 ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3CMLLine3Double ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3CMLTransform3 ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3CMLTransform3CMLPoint3 ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3CMLVector3 ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3CMLVector3CMLVector3 ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3CMLVector3CMLVector3CMLVector3 ( )This method is from 'CMLTransform3Test' class.
testCMLTransform3CMLVector3Double ( )This method is from 'CMLTransform3Test' class.
...
[+] CMLUnitListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnitListTest. |
[+] affected methods (26)
CMLUnitListTest ( )This constructor is from 'CMLUnitListTest' class.
setUp ( )This method is from 'CMLUnitListTest' class.
suite ( )This method is from 'CMLUnitListTest' class.
testAddUnitCMLUnit ( )This method is from 'CMLUnitListTest' class.
testAddUnitTypeCMLUnitType ( )This method is from 'CMLUnitListTest' class.
testCheckSIUnitList ( )This method is from 'CMLUnitListTest' class.
testCMLUnitList ( )This method is from 'CMLUnitListTest' class.
testCMLUnitListCMLUnitList ( )This method is from 'CMLUnitListTest' class.
testCopy ( )This method is from 'CMLUnitListTest' class.
testCreateDictionary ( )This method is from 'CMLUnitListTest' class.
testCreateDictionaryMap ( )This method is from 'CMLUnitListTest' class.
testCreateUnitList ( )This method is from 'CMLUnitListTest' class.
...
[+] CMLUnitTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnitTest. |
[+] affected methods (20)
CMLUnitTest ( )This constructor is from 'CMLUnitTest' class.
setUp ( )This method is from 'CMLUnitTest' class.
suite ( )This method is from 'CMLUnitTest' class.
testComputeUnit ( )This method is from 'CMLUnitTest' class.
testComputeUnitUnitListMap ( )This method is from 'CMLUnitTest' class.
testCopy ( )This method is from 'CMLUnitTest' class.
testGetCMLUnitType ( )This method is from 'CMLUnitTest' class.
testGetId ( )This method is from 'CMLUnitTest' class.
testGetNamespace ( )This method is from 'CMLUnitTest' class.
testGetParentCMLUnitList ( )This method is from 'CMLUnitTest' class.
testGetParentSIUnit ( )This method is from 'CMLUnitTest' class.
testGetPower ( )This method is from 'CMLUnitTest' class.
...
[+] CMLUnitTypeListTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnitTypeListTest. |
[+] affected methods (17)
CMLUnitTypeListTest ( )This constructor is from 'CMLUnitTypeListTest' class.
setUp ( )This method is from 'CMLUnitTypeListTest' class.
suite ( )This method is from 'CMLUnitTypeListTest' class.
testAddUnitTypeCMLUnitType ( )This method is from 'CMLUnitTypeListTest' class.
testCopy ( )This method is from 'CMLUnitTypeListTest' class.
testCreateDictionary ( )This method is from 'CMLUnitTypeListTest' class.
testCreateDictionaryMap ( )This method is from 'CMLUnitTypeListTest' class.
testCreateUnitTypeList ( )This method is from 'CMLUnitTypeListTest' class.
testGetSIUnitList ( )This method is from 'CMLUnitTypeListTest' class.
testGetUnitListMap ( )This method is from 'CMLUnitTypeListTest' class.
testGetUnitType ( )This method is from 'CMLUnitTypeListTest' class.
testIndexEntries ( )This method is from 'CMLUnitTypeListTest' class.
...
[+] CMLUnitTypeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLUnitTypeTest. |
[+] affected methods (9)
CMLUnitTypeTest ( )This constructor is from 'CMLUnitTypeTest' class.
setUp ( )This method is from 'CMLUnitTypeTest' class.
suite ( )This method is from 'CMLUnitTypeTest' class.
testComposeDimensionsFromCMLDimensionInt ( )This method is from 'CMLUnitTypeTest' class.
testComposeDimensionsFromCMLUnitTypeInt ( )This method is from 'CMLUnitTypeTest' class.
testCopy ( )This method is from 'CMLUnitTypeTest' class.
testGetId ( )This method is from 'CMLUnitTypeTest' class.
testGetParentCMLUnitList ( )This method is from 'CMLUnitTypeTest' class.
testWriteHTML ( )This method is from 'CMLUnitTypeTest' class.
[+] CMLVector3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CMLVector3Test. |
[+] affected methods (37)
CMLVector3Test ( )This constructor is from 'CMLVector3Test' class.
assertEquals ( String, double[ ], CMLVector3, double )This method is from 'CMLVector3Test' class.
assertEquals ( String, CMLVector3, CMLVector3, double )This method is from 'CMLVector3Test' class.
setUp ( )This method is from 'CMLVector3Test' class.
suite ( )This method is from 'CMLVector3Test' class.
testCMLVector3 ( )This method is from 'CMLVector3Test' class.
testCMLVector3CMLPoint3 ( )This method is from 'CMLVector3Test' class.
testCMLVector3CMLVector3 ( )This method is from 'CMLVector3Test' class.
testCMLVector3DoubleArray ( )This method is from 'CMLVector3Test' class.
testCMLVector3DoubleDoubleDouble ( )This method is from 'CMLVector3Test' class.
testCMLVector3Vector3 ( )This method is from 'CMLVector3Test' class.
testCopy ( )This method is from 'CMLVector3Test' class.
...
[+] CompleteCMLTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompleteCMLTest. |
[+] affected methods (4)
CompleteCMLTest ( )This constructor is from 'CompleteCMLTest' class.
main ( String[ ] )This method is from 'CompleteCMLTest' class.
runAll ( )This method is from 'CompleteCMLTest' class.
suite ( )This method is from 'CompleteCMLTest' class.
[+] DictRefAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DictRefAttributeTest. |
[+] affected methods (8)
DictRefAttributeTest ( )This constructor is from 'DictRefAttributeTest' class.
largeExample ( String, int )This method is from 'DictRefAttributeTest' class.
setUp ( )This method is from 'DictRefAttributeTest' class.
suite ( )This method is from 'DictRefAttributeTest' class.
test4CDFExample ( )This method is from 'DictRefAttributeTest' class.
testGetDictionaries ( )This method is from 'DictRefAttributeTest' class.
testGetPrefixAndNamespaceURI ( )This method is from 'DictRefAttributeTest' class.
testTacExample ( )This method is from 'DictRefAttributeTest' class.
[+] ElementsTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ElementsTest. |
[+] affected methods (9)
ElementsTest ( )This constructor is from 'ElementsTest' class.
setUp ( )This method is from 'ElementsTest' class.
suite ( )This method is from 'ElementsTest' class.
testCMLElements ( )This method is from 'ElementsTest' class.
testGet ( )This method is from 'ElementsTest' class.
testGetList ( )This method is from 'ElementsTest' class.
testGetType ( )This method is from 'ElementsTest' class.
testIterator ( )This method is from 'ElementsTest' class.
testSize ( )This method is from 'ElementsTest' class.
[+] ExamplesTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExamplesTest. |
[+] affected methods (4)
ExamplesTest ( )This constructor is from 'ExamplesTest' class.
setUp ( )This method is from 'ExamplesTest' class.
suite ( )This method is from 'ExamplesTest' class.
testValidateX ( )This method is from 'ExamplesTest' class.
[+] GeomTestBase (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GeomTestBase. |
[+] affected methods (2)
GeomTestBase ( )This constructor is from 'GeomTestBase' abstract class.
setUp ( )This method is from 'GeomTestBase' abstract class.
[+] MiscTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MiscTest. |
[+] affected methods (4)
MiscTest ( )This constructor is from 'MiscTest' class.
setUp ( )This method is from 'MiscTest' class.
suite ( )This method is from 'MiscTest' class.
testXomText ( )This method is from 'MiscTest' class.
[+] MoleculeAtomBondTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculeAtomBondTest. |
[+] affected methods (14)
MoleculeAtomBondTest ( )This constructor is from 'MoleculeAtomBondTest' abstract class.
makeCrystal ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol1 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol2 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol3 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol4 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol5 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol5a ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol6 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol7 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol8 ( )This method is from 'MoleculeAtomBondTest' abstract class.
makeMol9 ( )This method is from 'MoleculeAtomBondTest' abstract class.
...
[+] ParserWrapper (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParserWrapper. |
[+] affected methods (3)
getDocumentInfo ( )This abstract method is from 'ParserWrapper' interface.
parse ( String )This abstract method is from 'ParserWrapper' interface.
setFeature ( String, boolean )This abstract method is from 'ParserWrapper' interface.
[+] ParserWrapper.DocumentInfo (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParserWrapper.DocumentInfo. |
[+] affected methods (1)
isIgnorableWhitespace ( Text )This abstract method is from 'ParserWrapper.DocumentInfo' interface.
[+] PeakSpectrumTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PeakSpectrumTest. |
[+] affected methods (4)
PeakSpectrumTest ( )This constructor is from 'PeakSpectrumTest' abstract class.
readSpectrum ( int )This method is from 'PeakSpectrumTest' abstract class.
setUp ( )This method is from 'PeakSpectrumTest' abstract class.
testDummy1 ( )This method is from 'PeakSpectrumTest' abstract class.
[+] ReactionAllTestBase (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReactionAllTestBase. |
[+] affected methods (4)
ReactionAllTestBase ( )This constructor is from 'ReactionAllTestBase' abstract class.
makeMultiProductReactantLists ( )This method is from 'ReactionAllTestBase' abstract class.
makeXmlReact2 ( )This method is from 'ReactionAllTestBase' abstract class.
setUp ( )This method is from 'ReactionAllTestBase' abstract class.
[+] Standalone (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Standalone. |
[+] affected methods (3)
Standalone ( )This constructor is from 'Standalone' class.
main ( String[ ] )This method is from 'Standalone' class.
Test1 ( )This method is from 'Standalone' class.
[+] UnitAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnitAttributeTest. |
[+] affected methods (8)
UnitAttributeTest ( )This constructor is from 'UnitAttributeTest' class.
largeExample ( String, int )This method is from 'UnitAttributeTest' class.
setUp ( )This method is from 'UnitAttributeTest' class.
suite ( )This method is from 'UnitAttributeTest' class.
test4CDFExample ( )This method is from 'UnitAttributeTest' class.
testGetDictionaries ( )This method is from 'UnitAttributeTest' class.
testGetPrefixAndNamespaceURI ( )This method is from 'UnitAttributeTest' class.
testTacExample ( )This method is from 'UnitAttributeTest' class.
[+] UnitTypeAttributeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnitTypeAttributeTest. |
[+] affected methods (6)
UnitTypeAttributeTest ( )This constructor is from 'UnitTypeAttributeTest' class.
largeExample ( String, int )This method is from 'UnitTypeAttributeTest' class.
setUp ( )This method is from 'UnitTypeAttributeTest' class.
suite ( )This method is from 'UnitTypeAttributeTest' class.
testGetDictionaries ( )This method is from 'UnitTypeAttributeTest' class.
testGetPrefixAndNamespaceURI ( )This method is from 'UnitTypeAttributeTest' class.
[+] XercesValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XercesValidator. |
[+] affected methods (5)
XercesValidator ( )This constructor is from 'XercesValidator' class.
count ( Node )This method is from 'XercesValidator' class.
main ( String[ ] )This method is from 'XercesValidator' class.
printResults ( PrintWriter, String, long, long, long, int )This method is from 'XercesValidator' class.
setDocumentInfo ( ParserWrapper.DocumentInfo )This method is from 'XercesValidator' class.
[+] XercesWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XercesWrapper. |
[+] affected methods (9)
XercesWrapper ( )This constructor is from 'XercesWrapper' class.
error ( SAXParseException )This method is from 'XercesWrapper' class.
fatalError ( SAXParseException )This method is from 'XercesWrapper' class.
getDocumentInfo ( )This method is from 'XercesWrapper' class.
isIgnorableWhitespace ( Text )This method is from 'XercesWrapper' class.
parse ( String )This method is from 'XercesWrapper' class.
printError ( String, SAXParseException )This method is from 'XercesWrapper' class.
setFeature ( String, boolean )This method is from 'XercesWrapper' class.
warning ( SAXParseException )This method is from 'XercesWrapper' class.
package org.xmlcml.cml.legacy.molecule
[+] MDLConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MDLConverter. |
[+] affected methods (9)
MDLConverter ( )This constructor is from 'MDLConverter' class.
getVersion ( )This method is from 'MDLConverter' class.
main ( String[ ] )This method is from 'MDLConverter' class.
readMOL ( Reader )This method is from 'MDLConverter' class.
readXML ( Reader )This method is from 'MDLConverter' class.
setVersion ( String )This method is from 'MDLConverter' class.
writeMOL ( Writer )This method is from 'MDLConverter' class.
writeMOL ( Writer, CMLMolecule )This method is from 'MDLConverter' class.
writeXML ( OutputStream )This method is from 'MDLConverter' class.
[+] SDFConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SDFConverter. |
[+] affected methods (16)
SDFConverter ( )This constructor is from 'SDFConverter' class.
getAddOrder ( )This method is from 'SDFConverter' class.
getDocument ( )This method is from 'SDFConverter' class.
getJoin ( )This method is from 'SDFConverter' class.
getVersion ( )This method is from 'SDFConverter' class.
main ( String[ ] )This method is from 'SDFConverter' class.
read ( Document, Reader )This method is from 'SDFConverter' class.
readSDF ( Reader )This method is from 'SDFConverter' class.
readXML ( Reader )This method is from 'SDFConverter' class.
setAddOrder ( boolean )This method is from 'SDFConverter' class.
setDocument ( Document )This method is from 'SDFConverter' class.
setJoin ( boolean )This method is from 'SDFConverter' class.
...
package org.xmlcml.cml.legacy.molecule.test
[+] MDLConverterTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MDLConverterTest. |
[+] affected methods (9)
MDLConverterTest ( )This constructor is from 'MDLConverterTest' class.
main ( String[ ] )This method is from 'MDLConverterTest' class.
suite ( )This method is from 'MDLConverterTest' class.
testCMLtoMOL ( )This method is from 'MDLConverterTest' class.
testCMLtoMOLv3 ( )This method is from 'MDLConverterTest' class.
testMOLroundtrip ( )This method is from 'MDLConverterTest' class.
testMOLtoCML ( )This method is from 'MDLConverterTest' class.
testMOLv3roundtrip ( )This method is from 'MDLConverterTest' class.
testMOLv3toCML ( )This method is from 'MDLConverterTest' class.
package org.xmlcml.cml.legacy.react
[+] KEGGConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KEGGConverter. |
[+] affected methods (2)
KEGGConverter ( )This constructor is from 'KEGGConverter' class.
read ( LineNumberReader )This method is from 'KEGGConverter' class.
[+] RDFConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RDFConverter. |
[+] affected methods (9)
RDFConverter ( )This constructor is from 'RDFConverter' class.
RDFConverter ( String )This constructor is from 'RDFConverter' class.
getVersion ( )This method is from 'RDFConverter' class.
main ( String[ ] )This method is from 'RDFConverter' class.
output ( Writer )This method is from 'RDFConverter' class.
read ( LineNumberReader )This method is from 'RDFConverter' class.
read ( Document, LineNumberReader )This method is from 'RDFConverter' class.
readFileHeader ( LineNumberReader )This method is from 'RDFConverter' class.
writeData ( Writer )This method is from 'RDFConverter' class.
[+] RXNConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RXNConverter. |
[+] affected methods (18)
RXNConverter ( )This constructor is from 'RXNConverter' class.
RXNConverter ( String )This constructor is from 'RXNConverter' class.
getInDir ( )This method is from 'RXNConverter' class.
getOutDir ( )This method is from 'RXNConverter' class.
getVersion ( )This method is from 'RXNConverter' class.
main ( String[ ] )This method is from 'RXNConverter' class.
output ( Writer )This method is from 'RXNConverter' class.
parse ( File )This method is from 'RXNConverter' class.
process ( )This method is from 'RXNConverter' class.
read ( LineNumberReader )This method is from 'RXNConverter' class.
read ( Document, LineNumberReader )This method is from 'RXNConverter' class.
readFileHeader ( LineNumberReader )This method is from 'RXNConverter' class.
...
package org.xmlcml.cml.tools
[+] AbstractTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractTool. |
[+] affected methods (1)
AbstractTool ( )This constructor is from 'AbstractTool' abstract class.
[+] AtomMatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomMatcher. |
[+] affected methods (37)
AtomMatcher ( )This constructor is from 'AtomMatcher' class.
createMapFrom2DOverlap ( CMLAtomSet, CMLAtomSet )This method is from 'AtomMatcher' class.
getAtomMatchStrategy ( )This method is from 'AtomMatcher' class.
getAtomSetExpansionStrategy ( )This method is from 'AtomMatcher' class.
getAtomsWithSameMappedNeighbours ( CMLAtomSet, CMLAtomSet, CMLMap )This method is from 'AtomMatcher' class.
getAtomTreeLevel ( )This method is from 'AtomMatcher' class.
getExcludeElementTypes ( )This method is from 'AtomMatcher' class.
getExcludeLigandElementTypes ( )This method is from 'AtomMatcher' class.
getIncludeElementTypes ( )This method is from 'AtomMatcher' class.
getIncludeLigandElementTypes ( )This method is from 'AtomMatcher' class.
getMaximumAtomTreeLevel ( )This method is from 'AtomMatcher' class.
getMoleculeMatch ( List, List )This method is from 'AtomMatcher' class.
...
[+] AtomMatcher.Strategy (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomMatcher.Strategy. |
[+] affected methods (3)
toString ( )This method is from 'AtomMatcher.Strategy' class.
valueOf ( String )This method is from 'AtomMatcher.Strategy' class.
values ( )This method is from 'AtomMatcher.Strategy' class.
[+] AtomPair (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomPair. |
[+] affected methods (5)
AtomPair ( CMLAtom, CMLAtom )This constructor is from 'AtomPair' class.
getAtom1 ( )This method is from 'AtomPair' class.
getAtom2 ( )This method is from 'AtomPair' class.
getAtoms ( )This method is from 'AtomPair' class.
toString ( )This method is from 'AtomPair' class.
[+] AtomSetTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomSetTool. |
[+] affected methods (13)
AtomSetTool ( CMLAtomSet )This constructor is from 'AtomSetTool' class.
areOrderedAtomSetsDifferent ( CMLAtomSet[ ] )This method is from 'AtomSetTool' class.
createAtomSet ( List )This method is from 'AtomSetTool' class.
createValenceAngles ( CMLAtomSet, boolean, boolean )This method is from 'AtomSetTool' class.
createValenceTorsions ( CMLAtomSet, boolean, boolean )This method is from 'AtomSetTool' class.
getBondSet ( CMLAtomSet )This method is from 'AtomSetTool' class.
getNearestAtom2OfSameElementType ( CMLAtom )This method is from 'AtomSetTool' class.
getOverlapping3DAtoms ( CMLAtomSet, CMLElement.CoordinateType )This method is from 'AtomSetTool' class.
getParent ( CMLAtom )This method is from 'AtomSetTool' class.
removeUnmatchedAtoms ( CMLMap, CMLAtomSet, String )This method is from 'AtomSetTool' class.
resetParents ( )This method is from 'AtomSetTool' class.
setParent ( CMLAtom, CMLAtom )This method is from 'AtomSetTool' class.
...
[+] AtomTree (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomTree. |
[+] affected methods (10)
AtomTree ( CMLAtom )This constructor is from 'AtomTree' class.
AtomTree ( CMLAtom, CMLAtom )This constructor is from 'AtomTree' class.
compareTo ( Object )This method is from 'AtomTree' class.
expandTo ( int )This method is from 'AtomTree' class.
getAtomTreeLabelling ( CMLAtomSet, AtomMatcher )This method is from 'AtomTree' class.
setUseCharge ( boolean )This method is from 'AtomTree' class.
setUseExplicitHydrogens ( boolean )This method is from 'AtomTree' class.
setUseImplicitHydrogens ( boolean )This method is from 'AtomTree' class.
setUseLabel ( boolean )This method is from 'AtomTree' class.
toString ( )This method is from 'AtomTree' class.
[+] ConnectionTableImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConnectionTableImpl. |
[+] affected methods (45)
ConnectionTableImpl ( CMLMolecule )This constructor is from 'ConnectionTableImpl' class.
addAtom ( CMLAtom )This method is from 'ConnectionTableImpl' class.
addBond ( CMLBond )This method is from 'ConnectionTableImpl' class.
addSuffixToAtomIDs ( String )This method is from 'ConnectionTableImpl' class.
areBonded ( CMLAtom, CMLAtom )This method is from 'ConnectionTableImpl' class.
checkHasAncestorMolecule ( CMLAtom )This method is from 'ConnectionTableImpl' class.
checkHasAncestorMolecule ( CMLBond )This method is from 'ConnectionTableImpl' class.
contains ( CMLBond, CMLAtom )This method is from 'ConnectionTableImpl' class.
createAndAddAtom ( )This method is from 'ConnectionTableImpl' class.
createAndAddAtom ( String )This method is from 'ConnectionTableImpl' class.
createAndAddBond ( String, String )This method is from 'ConnectionTableImpl' class.
createAndAddBond ( CMLAtom, CMLAtom )This method is from 'ConnectionTableImpl' class.
...
[+] ConnectionTableTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConnectionTableTool. |
[+] affected methods (7)
ConnectionTableTool ( CMLMolecule )This constructor is from 'ConnectionTableTool' class.
clearCyclicBonds ( )This method is from 'ConnectionTableTool' class.
getAcyclicDoubleBonds ( )This method is from 'ConnectionTableTool' class.
getAncestors ( CMLMolecule, CMLAtom, CMLAtomSet )This method is from 'ConnectionTableTool' class.
getCyclicBonds ( )This method is from 'ConnectionTableTool' class.
getRingNucleiAtomSets ( )This method is from 'ConnectionTableTool' class.
getRingNucleiBondSets ( )This method is from 'ConnectionTableTool' class.
[+] CrystalTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CrystalTool. |
[+] affected methods (5)
CrystalTool ( CMLMolecule, CMLCrystal )This constructor is from 'CrystalTool' class.
CrystalTool ( CMLMolecule, CMLSymmetry )This constructor is from 'CrystalTool' class.
applySymmetry ( )This method is from 'CrystalTool' class.
calculateCartesiansAndBonds ( )This method is from 'CrystalTool' class.
getCrystal ( )This method is from 'CrystalTool' class.
[+] GeometryTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GeometryTool. |
[+] affected methods (18)
GeometryTool ( CMLMolecule )This constructor is from 'GeometryTool' class.
add2DCoordinates ( )This method is from 'GeometryTool' class.
add2DCoordinates ( CMLMolecule.HydrogenControl )This method is from 'GeometryTool' class.
addCalculated2DCoordinatesForHydrogens ( )This method is from 'GeometryTool' class.
addCalculated3DCoordinates ( )This method is from 'GeometryTool' class.
addCalculatedCoordinatesForHydrogens ( CMLElement.CoordinateType )This method is from 'GeometryTool' class.
calculateCoordsFromZMatrix ( )This method is from 'GeometryTool' class.
calculateGeometry ( boolean, boolean )This method is from 'GeometryTool' class.
compareGeometries ( CMLMolecule )This method is from 'GeometryTool' class.
createValenceAngles ( CMLAtomSet, boolean, boolean )This method is from 'GeometryTool' class.
createValenceAngles ( boolean, boolean )This method is from 'GeometryTool' class.
createValenceLengths ( CMLAtomSet, boolean, boolean )This method is from 'GeometryTool' class.
...
[+] MoleculeTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculeTool. |
[+] affected methods (52)
MoleculeTool ( CMLMolecule )This constructor is from 'MoleculeTool' class.
addSuffixToAtomIDs ( String )This method is from 'MoleculeTool' class.
addWedgeHatchBond ( CMLAtom )This method is from 'MoleculeTool' class.
adjustBondOrdersAndChargesToValency ( PiSystemManager )This method is from 'MoleculeTool' class.
adjustBondOrdersToValency ( PiSystemManager )This method is from 'MoleculeTool' class.
adjustHydrogenCountsToValency ( CMLAtom, CMLMolecule.HydrogenControl )This method is from 'MoleculeTool' class.
adjustHydrogenCountsToValency ( CMLMolecule.HydrogenControl )This method is from 'MoleculeTool' class.
appendToId ( CMLAtom, String )This method is from 'MoleculeTool' class.
calculate3DCoordinatesForLigands ( CMLAtom, int, double, double )This method is from 'MoleculeTool' class.
calculateBondedAtoms ( )This method is from 'MoleculeTool' class.
calculateBondLength ( CMLBond, CMLElement.CoordinateType )This method is from 'MoleculeTool' class.
calculateBondOrdersFromXYZ3 ( )This method is from 'MoleculeTool' class.
...
[+] Morgan (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Morgan. |
[+] affected methods (6)
Morgan ( CMLAtomSet )This constructor is from 'Morgan' class.
Morgan ( CMLMolecule )This constructor is from 'Morgan' class.
getAtomSetList ( )This method is from 'Morgan' class.
getMorganList ( )This method is from 'Morgan' class.
getNumber ( CMLAtom )This method is from 'Morgan' class.
setAlgorithm ( String )This method is from 'Morgan' class.
[+] PiSystem (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PiSystem. |
[+] affected methods (10)
PiSystem ( List )This constructor is from 'PiSystem' class.
PiSystem ( Map )This constructor is from 'PiSystem' class.
PiSystem ( MoleculeTool, List )This constructor is from 'PiSystem' class.
generatePiSystemList ( )This method is from 'PiSystem' class.
getPiSystemManager ( )This method is from 'PiSystem' class.
getSize ( )This method is from 'PiSystem' class.
getSortedAtomList ( )This method is from 'PiSystem' class.
identifyDoubleBonds ( )This method is from 'PiSystem' class.
setPiSystemManager ( PiSystemManager )This method is from 'PiSystem' class.
toString ( )This method is from 'PiSystem' class.
[+] PiSystemManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PiSystemManager. |
[+] affected methods (14)
PiSystemManager ( )This constructor is from 'PiSystemManager' class.
PiSystemManager ( PiSystemManager )This constructor is from 'PiSystemManager' class.
getFormalChargeControl ( )This method is from 'PiSystemManager' class.
getKnownCharge ( )This method is from 'PiSystemManager' class.
getKnownUnpaired ( )This method is from 'PiSystemManager' class.
isDistributeCharge ( )This method is from 'PiSystemManager' class.
isGuessUnpaired ( )This method is from 'PiSystemManager' class.
isUpdateBonds ( )This method is from 'PiSystemManager' class.
setDistributeCharge ( boolean )This method is from 'PiSystemManager' class.
setFormalChargeControl ( CMLElement.FormalChargeControl )This method is from 'PiSystemManager' class.
setGuessUnpaired ( boolean )This method is from 'PiSystemManager' class.
setKnownCharge ( int )This method is from 'PiSystemManager' class.
...
[+] ReactionTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReactionTool. |
[+] affected methods (12)
ReactionTool ( CMLReaction )This constructor is from 'ReactionTool' class.
analyzeReaction ( )This method is from 'ReactionTool' class.
getAggregateFormula ( ReactionComponent )This method is from 'ReactionTool' class.
getAtoms ( CMLElement )This method is from 'ReactionTool' class.
getBonds ( CMLElement )This method is from 'ReactionTool' class.
getMolecules ( CMLElement )This method is from 'ReactionTool' class.
getMoleculesIncludingSpectators ( String )This method is from 'ReactionTool' class.
mapReactantsToProducts ( CMLReaction, String )This method is from 'ReactionTool' class.
outputBalance ( Writer )This method is from 'ReactionTool' class.
outputReaction ( Writer )This method is from 'ReactionTool' class.
partitionIntoMolecules ( )This method is from 'ReactionTool' class.
translateSpectatorProductsToReactants ( CMLSpectatorList )This method is from 'ReactionTool' class.
...
[+] StereochemistryTool (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StereochemistryTool. |
[+] affected methods (15)
StereochemistryTool ( CMLMolecule )This constructor is from 'StereochemistryTool' class.
add2DStereo ( )This method is from 'StereochemistryTool' class.
add3DStereo ( )This method is from 'StereochemistryTool' class.
addWedgeHatch ( )This method is from 'StereochemistryTool' class.
addWedgeHatchBonds ( )This method is from 'StereochemistryTool' class.
calculate3DStereo ( CMLBond, CMLAtom, CMLAtom )This method is from 'StereochemistryTool' class.
calculateAtomParity ( CMLAtom )This method is from 'StereochemistryTool' class.
flip2D ( CMLBond )This method is from 'StereochemistryTool' class.
get2DBondStereo ( CMLBond )This method is from 'StereochemistryTool' class.
get2DLigandScalarProduct ( CMLAtom, CMLAtom, CMLAtom, CMLAtom )This method is from 'StereochemistryTool' class.
get3DBondStereo ( CMLBond )This method is from 'StereochemistryTool' class.
get3DLigandScalarProduct ( CMLAtom, CMLAtom, CMLAtom, CMLAtom )This method is from 'StereochemistryTool' class.
...
package org.xmlcml.cml.tools.test
[+] AtomSetToolTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtomSetToolTest. |
[+] affected methods (4)
AtomSetToolTest ( )This constructor is from 'AtomSetToolTest' class.
setUp ( )This method is from 'AtomSetToolTest' class.
suite ( )This method is from 'AtomSetToolTest' class.
testGetOverlapping3DAtomsCMLAtomSet ( )This method is from 'AtomSetToolTest' class.
[+] ConnectionTableTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConnectionTableTest. |
[+] affected methods (47)
ConnectionTableTest ( )This constructor is from 'ConnectionTableTest' class.
makeConnectionTable1 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable2 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable3 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable4 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable5 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable5a ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable6 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable7 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable8 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTable9 ( )This method is from 'ConnectionTableTest' class.
makeConnectionTableBond0 ( )This method is from 'ConnectionTableTest' class.
...
[+] CrystalToolTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CrystalToolTest. |
[+] affected methods (5)
CrystalToolTest ( )This constructor is from 'CrystalToolTest' class.
setUp ( )This method is from 'CrystalToolTest' class.
suite ( )This method is from 'CrystalToolTest' class.
testApplySymmetry ( )This method is from 'CrystalToolTest' class.
testCalculateCartesiansAndBonds ( )This method is from 'CrystalToolTest' class.
[+] GeometryToolTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GeometryToolTest. |
[+] affected methods (50)
GeometryToolTest ( )This constructor is from 'GeometryToolTest' class.
makeConnectionTable1 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable2 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable3 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable4 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable5 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable5a ( )This method is from 'GeometryToolTest' class.
makeConnectionTable6 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable7 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable8 ( )This method is from 'GeometryToolTest' class.
makeConnectionTable9 ( )This method is from 'GeometryToolTest' class.
makeConnectionTableBond0 ( )This method is from 'GeometryToolTest' class.
...
[+] MoleculeToolTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MoleculeToolTest. |
[+] affected methods (36)
MoleculeToolTest ( )This constructor is from 'MoleculeToolTest' class.
makeMoleculeTool1 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool2 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool3 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool4 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool5 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool5a ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool6 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool7 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool8 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeTool9 ( )This method is from 'MoleculeToolTest' class.
makeMoleculeToolBond0 ( )This method is from 'MoleculeToolTest' class.
...
[+] ReactionToolTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReactionToolTest. |
[+] affected methods (13)
ReactionToolTest ( )This constructor is from 'ReactionToolTest' class.
setUp ( )This method is from 'ReactionToolTest' class.
suite ( )This method is from 'ReactionToolTest' class.
testGetMoleculesIncludingSpectators ( )This method is from 'ReactionToolTest' class.
testMapReactantsToProducts ( )This method is from 'ReactionToolTest' class.
testMatchProductsToNextReactants ( )This method is from 'ReactionToolTest' class.
testMoveReactantProductToSpectator ( )This method is from 'ReactionToolTest' class.
testOutputBalance ( )This method is from 'ReactionToolTest' class.
testOutputReaction ( )This method is from 'ReactionToolTest' class.
testPartitionIntoMolecules ( )This method is from 'ReactionToolTest' class.
testProductReactantGetFormula ( )This method is from 'ReactionToolTest' class.
testSplitAndReorganizeMolecules ( )This method is from 'ReactionToolTest' class.
...
[+] StereochemistryToolTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StereochemistryToolTest. |
[+] affected methods (48)
StereochemistryToolTest ( )This constructor is from 'StereochemistryToolTest' class.
makeConnectionTable1 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable2 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable3 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable4 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable5 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable5a ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable6 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable7 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable8 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTable9 ( )This method is from 'StereochemistryToolTest' class.
makeConnectionTableBond0 ( )This method is from 'StereochemistryToolTest' class.
...
package org.xmlcml.euclid
[+] EuclidConstants1 (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EuclidConstants1. |
[+] affected methods (1)
EuclidConstants1 ( )This constructor is from 'EuclidConstants1' class.
[+] EuclidRuntime (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EuclidRuntime. |
[+] affected methods (3)
EuclidRuntime ( )This constructor is from 'EuclidRuntime' class.
EuclidRuntime ( String )This constructor is from 'EuclidRuntime' class.
EuclidRuntime ( EuclidException )This constructor is from 'EuclidRuntime' class.
[+] Int (1)
| Change | Effect |
---|
1 | Added super-interface EuclidConstants. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in Int. |
[+] affected methods (4)
Int ( )This constructor is from 'Int' abstract class.
initArray ( int, int[ ], int )This method is from 'Int' abstract class.
printArray ( int[ ] )This method is from 'Int' abstract class.
zeroArray ( int, int[ ] )This method is from 'Int' abstract class.
[+] Point2 (1)
| Change | Effect |
---|
1 | Field p2_array of type double[] has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable p2_array in Point2. |
[+] affected methods (4)
Point2 ( )This constructor is from 'Point2' class.
Point2 ( double[ ] )This constructor is from 'Point2' class.
Point2 ( double, double )This constructor is from 'Point2' class.
Point2 ( Point2 )1st parameter 'p' of this method has type 'Point2'.
[+] Real (1)
| Change | Effect |
---|
1 | Added super-interface EuclidConstants. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in Real. |
[+] affected methods (14)
Real ( )This constructor is from 'Real' abstract class.
getEpsilon ( )This method is from 'Real' abstract class.
initArray ( int, double[ ], double )This method is from 'Real' abstract class.
isEqual ( double, double )This method is from 'Real' abstract class.
isEqual ( double, double, double )This method is from 'Real' abstract class.
isEqual ( int, double[ ], double[ ] )This method is from 'Real' abstract class.
isEqual ( int, double[ ], double[ ], double )This method is from 'Real' abstract class.
isGreaterThan ( double, double )This method is from 'Real' abstract class.
isLessThan ( double, double )This method is from 'Real' abstract class.
isZero ( double )This method is from 'Real' abstract class.
isZero ( double, double )This method is from 'Real' abstract class.
printArray ( double[ ] )This method is from 'Real' abstract class.
...
package org.xmlcml.euclid.test
[+] AngleTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AngleTest. |
[+] affected methods (30)
AngleTest ( )This constructor is from 'AngleTest' class.
setUp ( )This method is from 'AngleTest' class.
suite ( )This method is from 'AngleTest' class.
testAngleAngle ( )This method is from 'AngleTest' class.
testAngleDouble ( )This method is from 'AngleTest' class.
testAngleDoubleAngleType ( )This method is from 'AngleTest' class.
testAngleDoubleDouble ( )This method is from 'AngleTest' class.
testAngleDoubleUnits ( )This method is from 'AngleTest' class.
testCos ( )This method is from 'AngleTest' class.
testGetAngle ( )This method is from 'AngleTest' class.
testGetDegrees ( )This method is from 'AngleTest' class.
testGetRadian ( )This method is from 'AngleTest' class.
...
[+] ComplexTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ComplexTest. |
[+] affected methods (20)
ComplexTest ( )This constructor is from 'ComplexTest' class.
setUp ( )This method is from 'ComplexTest' class.
suite ( )This method is from 'ComplexTest' class.
testComplex ( )This method is from 'ComplexTest' class.
testComplexComplex ( )This method is from 'ComplexTest' class.
testComplexDouble ( )This method is from 'ComplexTest' class.
testComplexDoubleAngle ( )This method is from 'ComplexTest' class.
testComplexDoubleDouble ( )This method is from 'ComplexTest' class.
testComplexPolar ( )This method is from 'ComplexTest' class.
testComplexReal2 ( )This method is from 'ComplexTest' class.
testDivideBy ( )This method is from 'ComplexTest' class.
testGetImaginary ( )This method is from 'ComplexTest' class.
...
[+] DoubleTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DoubleTest. |
[+] affected methods (3)
DoubleTest ( )This constructor is from 'DoubleTest' class.
assertEquals ( String, double[ ], double[ ], double )This method is from 'DoubleTest' class.
assertNotEquals ( String, double[ ], double[ ], double )This method is from 'DoubleTest' class.
[+] EuclidTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EuclidTest. |
[+] affected methods (5)
EuclidTest ( )This constructor is from 'EuclidTest' class.
alwaysFail ( String )This method is from 'EuclidTest' class.
getAssertFormat ( String, Object, Object )This method is from 'EuclidTest' class.
neverFail ( Exception )This method is from 'EuclidTest' class.
neverThrow ( Exception )This method is from 'EuclidTest' class.
[+] GeomTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GeomTest. |
[+] affected methods (4)
GeomTest ( )This constructor is from 'GeomTest' class.
setUp ( )This method is from 'GeomTest' class.
suite ( )This method is from 'GeomTest' class.
testDummy ( )This method is from 'GeomTest' class.
[+] Int2RangeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Int2RangeTest. |
[+] affected methods (16)
Int2RangeTest ( )This constructor is from 'Int2RangeTest' class.
main ( String[ ] )This method is from 'Int2RangeTest' class.
setUp ( )This method is from 'Int2RangeTest' class.
suite ( )This method is from 'Int2RangeTest' class.
testAdd ( )This method is from 'Int2RangeTest' class.
testGetXRange ( )This method is from 'Int2RangeTest' class.
testGetYRange ( )This method is from 'Int2RangeTest' class.
testIncludesInt2 ( )This method is from 'Int2RangeTest' class.
testIncludesInt2Range ( )This method is from 'Int2RangeTest' class.
testInt2Range ( )This method is from 'Int2RangeTest' class.
testInt2RangeInt2Range ( )This method is from 'Int2RangeTest' class.
testInt2RangeIntRangeIntRange ( )This method is from 'Int2RangeTest' class.
...
[+] Int2Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Int2Test. |
[+] affected methods (23)
Int2Test ( )This constructor is from 'Int2Test' class.
setUp ( )This method is from 'Int2Test' class.
suite ( )This method is from 'Int2Test' class.
testClear ( )This method is from 'Int2Test' class.
testDotProduct ( )This method is from 'Int2Test' class.
testElementAt ( )This method is from 'Int2Test' class.
testGetMidPoint ( )This method is from 'Int2Test' class.
testGetX ( )This method is from 'Int2Test' class.
testGetY ( )This method is from 'Int2Test' class.
testInt2 ( )This method is from 'Int2Test' class.
testInt2Int2 ( )This method is from 'Int2Test' class.
testInt2IntInt ( )This method is from 'Int2Test' class.
...
[+] IntArrayTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntArrayTest. |
[+] affected methods (61)
IntArrayTest ( )This constructor is from 'IntArrayTest' class.
assertEquals ( String, int[ ], IntArray )This method is from 'IntArrayTest' class.
assertEquals ( String, IntArray, IntArray )This method is from 'IntArrayTest' class.
setUp ( )This method is from 'IntArrayTest' class.
suite ( )This method is from 'IntArrayTest' class.
testAbsSumAllElements ( )This method is from 'IntArrayTest' class.
testAddArray ( )This method is from 'IntArrayTest' class.
testAddElement ( )This method is from 'IntArrayTest' class.
testClearArray ( )This method is from 'IntArrayTest' class.
testCumulativeSum ( )This method is from 'IntArrayTest' class.
testDeleteElement ( )This method is from 'IntArrayTest' class.
testDeleteElementsIntInt ( )This method is from 'IntArrayTest' class.
...
[+] IntMatrixTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntMatrixTest. |
[+] affected methods (74)
IntMatrixTest ( )This constructor is from 'IntMatrixTest' class.
assertEquals ( String, int, int, int[ ], IntMatrix )This method is from 'IntMatrixTest' class.
assertEquals ( String, IntMatrix, IntMatrix )This method is from 'IntMatrixTest' class.
setUp ( )This method is from 'IntMatrixTest' class.
suite ( )This method is from 'IntMatrixTest' class.
testAppendColumnDataIntArray ( )This method is from 'IntMatrixTest' class.
testAppendColumnDataIntMatrix ( )This method is from 'IntMatrixTest' class.
testAppendRowDataIntArray ( )This method is from 'IntMatrixTest' class.
testAppendRowDataIntMatrix ( )This method is from 'IntMatrixTest' class.
testClearMatrix ( )This method is from 'IntMatrixTest' class.
testColumnwiseDivide ( )This method is from 'IntMatrixTest' class.
testDeleteColumn ( )This method is from 'IntMatrixTest' class.
...
[+] IntRangeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntRangeTest. |
[+] affected methods (18)
IntRangeTest ( )This constructor is from 'IntRangeTest' class.
main ( String[ ] )This method is from 'IntRangeTest' class.
setUp ( )This method is from 'IntRangeTest' class.
suite ( )This method is from 'IntRangeTest' class.
testAdd ( )This method is from 'IntRangeTest' class.
testContains ( )This method is from 'IntRangeTest' class.
testGetMax ( )This method is from 'IntRangeTest' class.
testGetMin ( )This method is from 'IntRangeTest' class.
testGetRange ( )This method is from 'IntRangeTest' class.
testIncludesInt ( )This method is from 'IntRangeTest' class.
testIncludesIntRange ( )This method is from 'IntRangeTest' class.
testIntersectionWith ( )This method is from 'IntRangeTest' class.
...
[+] IntSetTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntSetTest. |
[+] affected methods (26)
IntSetTest ( )This constructor is from 'IntSetTest' class.
assertEquals ( String, int[ ], IntSet )This method is from 'IntSetTest' class.
assertEquals ( String, IntSet, IntSet )This method is from 'IntSetTest' class.
setUp ( )This method is from 'IntSetTest' class.
suite ( )This method is from 'IntSetTest' class.
testAddElement ( )This method is from 'IntSetTest' class.
testAddRange ( )This method is from 'IntSetTest' class.
testAddSet ( )This method is from 'IntSetTest' class.
testContains ( )This method is from 'IntSetTest' class.
testElementAt ( )This method is from 'IntSetTest' class.
testGetElements ( )This method is from 'IntSetTest' class.
testGetIntArray ( )This method is from 'IntSetTest' class.
...
[+] IntSquareMatrixTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntSquareMatrixTest. |
[+] affected methods (26)
IntSquareMatrixTest ( )This constructor is from 'IntSquareMatrixTest' class.
setUp ( )This method is from 'IntSquareMatrixTest' class.
suite ( )This method is from 'IntSquareMatrixTest' class.
testCopyLowerToUpper ( )This method is from 'IntSquareMatrixTest' class.
testCopyUpperToLower ( )This method is from 'IntSquareMatrixTest' class.
testDiagonal ( )This method is from 'IntSquareMatrixTest' class.
testIntSquareMatrix ( )This method is from 'IntSquareMatrixTest' class.
testIntSquareMatrixInt ( )This method is from 'IntSquareMatrixTest' class.
testIntSquareMatrixIntegerArrayArray ( )This method is from 'IntSquareMatrixTest' class.
testIntSquareMatrixIntInteger ( )This method is from 'IntSquareMatrixTest' class.
testIntSquareMatrixIntIntegerArray ( )This method is from 'IntSquareMatrixTest' class.
testIntSquareMatrixIntMatrix ( )This method is from 'IntSquareMatrixTest' class.
...
[+] IntTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntTest. |
[+] affected methods (6)
IntTest ( )This constructor is from 'IntTest' class.
assertEquals ( String, int[ ], int[ ] )This method is from 'IntTest' class.
assertNotEquals ( String, int[ ], int[ ] )This method is from 'IntTest' class.
suite ( )This method is from 'IntTest' class.
testInitArray ( )This method is from 'IntTest' class.
testZeroArray ( )This method is from 'IntTest' class.
[+] Line3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Line3Test. |
[+] affected methods (18)
Line3Test ( )This constructor is from 'Line3Test' class.
assertEquals ( String, Line3, Line3, double )This method is from 'Line3Test' class.
assertEquals ( String, Point3, Vector3, Line3, double )This method is from 'Line3Test' class.
setUp ( )This method is from 'Line3Test' class.
suite ( )This method is from 'Line3Test' class.
testContainsPoint ( )This method is from 'Line3Test' class.
testGetClosestPointTo ( )This method is from 'Line3Test' class.
testGetDistanceFromPoint ( )This method is from 'Line3Test' class.
testGetIntersectionWith ( )This method is from 'Line3Test' class.
testIsAntiparallelTo ( )This method is from 'Line3Test' class.
testIsEqualTo ( )This method is from 'Line3Test' class.
testIsParallelTo ( )This method is from 'Line3Test' class.
...
[+] MatrixTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MatrixTest. |
[+] affected methods (7)
MatrixTest ( )This constructor is from 'MatrixTest' class.
assertEquals ( String, IntMatrix, IntMatrix )This method is from 'MatrixTest' class.
assertEquals ( String, RealMatrix, RealMatrix, double )This method is from 'MatrixTest' class.
setUp ( )This method is from 'MatrixTest' class.
suite ( )This method is from 'MatrixTest' class.
testIntMatrix ( )This method is from 'MatrixTest' class.
testRealMatrix ( )This method is from 'MatrixTest' class.
[+] Plane3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Plane3Test. |
[+] affected methods (27)
Plane3Test ( )This constructor is from 'Plane3Test' class.
assertEquals ( String, double[ ], Plane3, double )This method is from 'Plane3Test' class.
assertEquals ( String, Plane3, Plane3, double )This method is from 'Plane3Test' class.
setUp ( )This method is from 'Plane3Test' class.
suite ( )This method is from 'Plane3Test' class.
testContainsPoint ( )This method is from 'Plane3Test' class.
testGetAngleMadeWith ( )This method is from 'Plane3Test' class.
testGetClosestPointTo ( )This method is from 'Plane3Test' class.
testGetDistance ( )This method is from 'Plane3Test' class.
testGetDistanceFromPoint ( )This method is from 'Plane3Test' class.
testGetIntersectionWithLine3 ( )This method is from 'Plane3Test' class.
testGetIntersectionWithPlane3 ( )This method is from 'Plane3Test' class.
...
[+] Point3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Point3Test. |
[+] affected methods (46)
Point3Test ( )This constructor is from 'Point3Test' class.
assertEquals ( String, double[ ], Point3, double )This method is from 'Point3Test' class.
assertEquals ( String, Point3, Point3, double )This method is from 'Point3Test' class.
setUp ( )This method is from 'Point3Test' class.
suite ( )This method is from 'Point3Test' class.
testCalculateFromInternalCoordinates ( )This method is from 'Point3Test' class.
testClear ( )This method is from 'Point3Test' class.
testDistanceFromLine ( )This method is from 'Point3Test' class.
testDistanceFromPlane ( )This method is from 'Point3Test' class.
testDivideBy ( )This method is from 'Point3Test' class.
testDivideEquals ( )This method is from 'Point3Test' class.
testElementAt ( )This method is from 'Point3Test' class.
...
[+] Point3VectorTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Point3VectorTest. |
[+] affected methods (53)
Point3VectorTest ( )This constructor is from 'Point3VectorTest' class.
assertEquals ( String, double[ ], Point3Vector, double )This method is from 'Point3VectorTest' class.
assertEquals ( String, Point3Vector, Point3Vector, double )This method is from 'Point3VectorTest' class.
setUp ( )This method is from 'Point3VectorTest' class.
suite ( )This method is from 'Point3VectorTest' class.
testAdd ( )This method is from 'Point3VectorTest' class.
testAddElement ( )This method is from 'Point3VectorTest' class.
testAlign3PointVectors ( )This method is from 'Point3VectorTest' class.
testAlignUsing3Points ( )This method is from 'Point3VectorTest' class.
testAngleIntIntInt ( )This method is from 'Point3VectorTest' class.
testAngleIntSet ( )This method is from 'Point3VectorTest' class.
testBestPlane ( )This method is from 'Point3VectorTest' class.
...
[+] PolarTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PolarTest. |
[+] affected methods (21)
PolarTest ( )This constructor is from 'PolarTest' class.
main ( String[ ] )This method is from 'PolarTest' class.
setUp ( )This method is from 'PolarTest' class.
suite ( )This method is from 'PolarTest' class.
testDivideBy ( )This method is from 'PolarTest' class.
testGetR ( )This method is from 'PolarTest' class.
testGetTheta ( )This method is from 'PolarTest' class.
testGetX ( )This method is from 'PolarTest' class.
testGetXY ( )This method is from 'PolarTest' class.
testGetY ( )This method is from 'PolarTest' class.
testIsEqualTo ( )This method is from 'PolarTest' class.
testMultiplyByDouble ( )This method is from 'PolarTest' class.
...
[+] Real2ArrayTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Real2ArrayTest. |
[+] affected methods (10)
Real2ArrayTest ( )This constructor is from 'Real2ArrayTest' class.
setUp ( )This method is from 'Real2ArrayTest' class.
suite ( )This method is from 'Real2ArrayTest' class.
testElementAt ( )This method is from 'Real2ArrayTest' class.
testGetRange2 ( )This method is from 'Real2ArrayTest' class.
testGetXArray ( )This method is from 'Real2ArrayTest' class.
testGetYArray ( )This method is from 'Real2ArrayTest' class.
testReal2Array ( )This method is from 'Real2ArrayTest' class.
testReal2ArrayRealArrayRealArray ( )This method is from 'Real2ArrayTest' class.
testSize ( )This method is from 'Real2ArrayTest' class.
[+] Real2RangeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Real2RangeTest. |
[+] affected methods (15)
Real2RangeTest ( )This constructor is from 'Real2RangeTest' class.
setUp ( )This method is from 'Real2RangeTest' class.
suite ( )This method is from 'Real2RangeTest' class.
testAdd ( )This method is from 'Real2RangeTest' class.
testGetXRange ( )This method is from 'Real2RangeTest' class.
testGetYRange ( )This method is from 'Real2RangeTest' class.
testIncludesReal2 ( )This method is from 'Real2RangeTest' class.
testIncludesReal2Range ( )This method is from 'Real2RangeTest' class.
testIntersectionWith ( )This method is from 'Real2RangeTest' class.
testIsEqualTo ( )This method is from 'Real2RangeTest' class.
testIsValid ( )This method is from 'Real2RangeTest' class.
testPlus ( )This method is from 'Real2RangeTest' class.
...
[+] Real2Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Real2Test. |
[+] affected methods (37)
Real2Test ( )This constructor is from 'Real2Test' class.
assertEquals ( String, double[ ], Real2, double )This method is from 'Real2Test' class.
assertEquals ( String, Real2, Real2, double )This method is from 'Real2Test' class.
setUp ( )This method is from 'Real2Test' class.
suite ( )This method is from 'Real2Test' class.
testClear ( )This method is from 'Real2Test' class.
testDotProduct ( )This method is from 'Real2Test' class.
testElementAt ( )This method is from 'Real2Test' class.
testGetAngle ( )This method is from 'Real2Test' class.
testGetAngleReal2Real2Real2 ( )This method is from 'Real2Test' class.
testGetCentroid ( )This method is from 'Real2Test' class.
testGetDistance ( )This method is from 'Real2Test' class.
...
[+] Real2VectorTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Real2VectorTest. |
[+] affected methods (40)
Real2VectorTest ( )This constructor is from 'Real2VectorTest' class.
assertEquals ( String, double[ ], Real2Vector, double )This method is from 'Real2VectorTest' class.
assertEquals ( String, Real2Vector, Real2Vector, double )This method is from 'Real2VectorTest' class.
setUp ( )This method is from 'Real2VectorTest' class.
suite ( )This method is from 'Real2VectorTest' class.
testAdd ( )This method is from 'Real2VectorTest' class.
testAngleIntIntInt ( )This method is from 'Real2VectorTest' class.
testAngleIntSet ( )This method is from 'Real2VectorTest' class.
testDistanceIntInt ( )This method is from 'Real2VectorTest' class.
testDistanceIntSet ( )This method is from 'Real2VectorTest' class.
testGetCentroid ( )This method is from 'Real2VectorTest' class.
testGetClosestPoint ( )This method is from 'Real2VectorTest' class.
...
[+] Real3RangeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Real3RangeTest. |
[+] affected methods (12)
Real3RangeTest ( )This constructor is from 'Real3RangeTest' class.
setUp ( )This method is from 'Real3RangeTest' class.
suite ( )This method is from 'Real3RangeTest' class.
testAddAxis3Double ( )This method is from 'Real3RangeTest' class.
testAddPoint3 ( )This method is from 'Real3RangeTest' class.
testGetXYZRange ( )This method is from 'Real3RangeTest' class.
testIncludes ( )This method is from 'Real3RangeTest' class.
testIsEqualTo ( )This method is from 'Real3RangeTest' class.
testPlus ( )This method is from 'Real3RangeTest' class.
testReal3Range ( )This method is from 'Real3RangeTest' class.
testReal3RangeReal3Range ( )This method is from 'Real3RangeTest' class.
testReal3RangeRealRangeRealRangeRealRange ( )This method is from 'Real3RangeTest' class.
...
[+] RealArrayTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RealArrayTest. |
[+] affected methods (71)
RealArrayTest ( )This constructor is from 'RealArrayTest' class.
assertEquals ( String, double[ ], RealArray, double )This method is from 'RealArrayTest' class.
assertEquals ( String, RealArray, RealArray, double )This method is from 'RealArrayTest' class.
main ( String[ ] )This method is from 'RealArrayTest' class.
setUp ( )This method is from 'RealArrayTest' class.
suite ( )This method is from 'RealArrayTest' class.
testAbsSumAllElements ( )This method is from 'RealArrayTest' class.
testAddArray ( )This method is from 'RealArrayTest' class.
testAddElement ( )This method is from 'RealArrayTest' class.
testAddScalar ( )This method is from 'RealArrayTest' class.
testApplyFilter ( )This method is from 'RealArrayTest' class.
testClearArray ( )This method is from 'RealArrayTest' class.
...
[+] RealMatrixTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RealMatrixTest. |
[+] affected methods (84)
RealMatrixTest ( )This constructor is from 'RealMatrixTest' class.
assertEquals ( String, int, int, double[ ], RealMatrix, double )This method is from 'RealMatrixTest' class.
assertEquals ( String, RealMatrix, RealMatrix, double )This method is from 'RealMatrixTest' class.
setUp ( )This method is from 'RealMatrixTest' class.
suite ( )This method is from 'RealMatrixTest' class.
testAppendColumnDataRealArray ( )This method is from 'RealMatrixTest' class.
testAppendColumnDataRealMatrix ( )This method is from 'RealMatrixTest' class.
testAppendRowDataRealArray ( )This method is from 'RealMatrixTest' class.
testAppendRowDataRealMatrix ( )This method is from 'RealMatrixTest' class.
testClearMatrix ( )This method is from 'RealMatrixTest' class.
testColumnwiseDivide ( )This method is from 'RealMatrixTest' class.
testDeleteColumn ( )This method is from 'RealMatrixTest' class.
...
[+] RealRangeTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RealRangeTest. |
[+] affected methods (19)
RealRangeTest ( )This constructor is from 'RealRangeTest' class.
main ( String[ ] )This method is from 'RealRangeTest' class.
setUp ( )This method is from 'RealRangeTest' class.
suite ( )This method is from 'RealRangeTest' class.
testAdd ( )This method is from 'RealRangeTest' class.
testContains ( )This method is from 'RealRangeTest' class.
testGetMax ( )This method is from 'RealRangeTest' class.
testGetMin ( )This method is from 'RealRangeTest' class.
testGetRange ( )This method is from 'RealRangeTest' class.
testIncludesReal ( )This method is from 'RealRangeTest' class.
testIncludesRealRange ( )This method is from 'RealRangeTest' class.
testIntsectionWith ( )This method is from 'RealRangeTest' class.
...
[+] RealSquareMatrixTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RealSquareMatrixTest. |
[+] affected methods (36)
RealSquareMatrixTest ( )This constructor is from 'RealSquareMatrixTest' class.
assertEquals ( String, int, double[ ], RealSquareMatrix, double )This method is from 'RealSquareMatrixTest' class.
assertEquals ( String, RealSquareMatrix, RealSquareMatrix, double )This method is from 'RealSquareMatrixTest' class.
setUp ( )This method is from 'RealSquareMatrixTest' class.
suite ( )This method is from 'RealSquareMatrixTest' class.
testCopyLowerToUpper ( )This method is from 'RealSquareMatrixTest' class.
testCopyUpperToLower ( )This method is from 'RealSquareMatrixTest' class.
testDeterminant ( )This method is from 'RealSquareMatrixTest' class.
testDiagonal ( )This method is from 'RealSquareMatrixTest' class.
testGetCrystallographicOrthogonalisation ( )This method is from 'RealSquareMatrixTest' class.
testGetInverse ( )This method is from 'RealSquareMatrixTest' class.
testIsEqualToRealSquareMatrix ( )This method is from 'RealSquareMatrixTest' class.
...
[+] RealTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RealTest. |
[+] affected methods (5)
RealTest ( )This constructor is from 'RealTest' class.
setUp ( )This method is from 'RealTest' class.
suite ( )This method is from 'RealTest' class.
testInitArray ( )This method is from 'RealTest' class.
testZeroArray ( )This method is from 'RealTest' class.
[+] StringTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringTest. |
[+] affected methods (3)
StringTest ( )This constructor is from 'StringTest' class.
assertEquals ( String, String[ ], String[ ] )This method is from 'StringTest' class.
assertNotEquals ( String, String[ ], String[ ] )This method is from 'StringTest' class.
[+] Transform2Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Transform2Test. |
[+] affected methods (23)
Transform2Test ( )This constructor is from 'Transform2Test' class.
assertEquals ( String, double[ ], Transform2, double )This method is from 'Transform2Test' class.
assertEquals ( String, Transform2, Transform2, double )This method is from 'Transform2Test' class.
setUp ( )This method is from 'Transform2Test' class.
suite ( )This method is from 'Transform2Test' class.
testCheckMatrix ( )This method is from 'Transform2Test' class.
testConcatenate ( )This method is from 'Transform2Test' class.
testFlipAboutVector ( )This method is from 'Transform2Test' class.
testGetAngleOfRotation ( )This method is from 'Transform2Test' class.
testGetRotationMatrix ( )This method is from 'Transform2Test' class.
testGetTranslation ( )This method is from 'Transform2Test' class.
testIsEqualToTransform2 ( )This method is from 'Transform2Test' class.
...
[+] Transform3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Transform3Test. |
[+] affected methods (26)
Transform3Test ( )This constructor is from 'Transform3Test' class.
assertEquals ( String, double[ ], Transform3, double )This method is from 'Transform3Test' class.
assertEquals ( String, Transform3, Transform3, double )This method is from 'Transform3Test' class.
setUp ( )This method is from 'Transform3Test' class.
suite ( )This method is from 'Transform3Test' class.
testConcatenate ( )This method is from 'Transform3Test' class.
testGetAxisAndAngle ( )This method is from 'Transform3Test' class.
testGetCentreOfRotation ( )This method is from 'Transform3Test' class.
testGetRotationMatrix ( )This method is from 'Transform3Test' class.
testGetScales ( )This method is from 'Transform3Test' class.
testGetTranslation ( )This method is from 'Transform3Test' class.
testTransform3 ( )This method is from 'Transform3Test' class.
...
[+] Vector2Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Vector2Test. |
[+] affected methods (7)
Vector2Test ( )This constructor is from 'Vector2Test' class.
assertEquals ( String, Vector2, Vector2, double )This method is from 'Vector2Test' class.
setUp ( )This method is from 'Vector2Test' class.
suite ( )This method is from 'Vector2Test' class.
testGetAngleMadeWith ( )This method is from 'Vector2Test' class.
testVector2DoubleDouble ( )This method is from 'Vector2Test' class.
testVector2Real2 ( )This method is from 'Vector2Test' class.
[+] Vector3Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Vector3Test. |
[+] affected methods (36)
Vector3Test ( )This constructor is from 'Vector3Test' class.
assertEquals ( String, double[ ], Vector3, double )This method is from 'Vector3Test' class.
assertEquals ( String, Vector3, Vector3, double )This method is from 'Vector3Test' class.
setUp ( )This method is from 'Vector3Test' class.
suite ( )This method is from 'Vector3Test' class.
testCross ( )This method is from 'Vector3Test' class.
testDotVector3 ( )This method is from 'Vector3Test' class.
testElementAt ( )This method is from 'Vector3Test' class.
testGetAngleMadeWith ( )This method is from 'Vector3Test' class.
testGetArray ( )This method is from 'Vector3Test' class.
testGetLength ( )This method is from 'Vector3Test' class.
testGetNonColinearVector ( )This method is from 'Vector3Test' class.
...
package org.xmlcml.molutil
[+] Molutils (1)
| Change | Effect |
---|
1 | Added super-interface org.xmlcml.cml.base.CMLConstants. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in Molutils. |
[+] affected methods (8)
Molutils ( )This constructor is from 'Molutils' abstract class.
calculate3DCoordinates0 ( Point3, int, double )This method is from 'Molutils' abstract class.
calculate3DCoordinates1 ( Point3, Point3, Point3, int, double, double )This method is from 'Molutils' abstract class.
calculate3DCoordinates2 ( Point3, Point3, Point3, int, double, double )This method is from 'Molutils' abstract class.
calculate3DCoordinates3 ( Point3, Point3, Point3, Point3, double )This method is from 'Molutils' abstract class.
getBondLength ( ChemicalElement, ChemicalElement )This method is from 'Molutils' abstract class.
main ( String[ ] )This method is from 'Molutils' abstract class.
testCalculate3DCoordinates ( )This method is from 'Molutils' abstract class.
package org.xmlcml.molutil.test
[+] ChemicalElementTest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChemicalElementTest. |
[+] affected methods (31)
ChemicalElementTest ( )This constructor is from 'ChemicalElementTest' class.
setUp ( )This method is from 'ChemicalElementTest' class.
suite ( )This method is from 'ChemicalElementTest' class.
testChemicalElement ( )This method is from 'ChemicalElementTest' class.
testGetAtomicNumber ( )This method is from 'ChemicalElementTest' class.
testGetAtomicRadius ( )This method is from 'ChemicalElementTest' class.
testGetAtomicWeight ( )This method is from 'ChemicalElementTest' class.
testGetChemicalElement ( )This method is from 'ChemicalElementTest' class.
testGetColor ( )This method is from 'ChemicalElementTest' class.
testGetColorString ( )This method is from 'ChemicalElementTest' class.
testGetCovalentRadius ( )This method is from 'ChemicalElementTest' class.
testGetElectronegativity ( )This method is from 'ChemicalElementTest' class.
...
package org.xmldb.api
[+] DatabaseManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DatabaseManager. |
[+] affected methods (11)
DatabaseManager ( )This constructor is from 'DatabaseManager' class.
deregisterDatabase ( Database )This method is from 'DatabaseManager' class.
getCollection ( String )This method is from 'DatabaseManager' class.
getCollection ( String, String, String )This method is from 'DatabaseManager' class.
getConformanceLevel ( String )This method is from 'DatabaseManager' class.
getDatabase ( String )This method is from 'DatabaseManager' class.
getDatabases ( )This method is from 'DatabaseManager' class.
getProperty ( String )This method is from 'DatabaseManager' class.
registerDatabase ( Database )This method is from 'DatabaseManager' class.
setProperty ( String, String )This method is from 'DatabaseManager' class.
stripURIPrefix ( String )This method is from 'DatabaseManager' class.
...
package org.xmldb.api.base
[+] Collection (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Collection. |
[+] affected methods (16)
close ( )This abstract method is from 'Collection' interface.
createId ( )This abstract method is from 'Collection' interface.
createResource ( String, String )This abstract method is from 'Collection' interface.
getChildCollection ( String )This abstract method is from 'Collection' interface.
getChildCollectionCount ( )This abstract method is from 'Collection' interface.
getName ( )This abstract method is from 'Collection' interface.
getParentCollection ( )This abstract method is from 'Collection' interface.
getResource ( String )This abstract method is from 'Collection' interface.
getResourceCount ( )This abstract method is from 'Collection' interface.
getService ( String, String )This abstract method is from 'Collection' interface.
getServices ( )This abstract method is from 'Collection' interface.
isOpen ( )This abstract method is from 'Collection' interface.
...
[+] Configurable (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Configurable. |
[+] affected methods (2)
getProperty ( String )This abstract method is from 'Configurable' interface.
setProperty ( String, String )This abstract method is from 'Configurable' interface.
[+] Database (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Database. |
[+] affected methods (4)
acceptsURI ( String )This abstract method is from 'Database' interface.
getCollection ( String, String, String )This abstract method is from 'Database' interface.
getConformanceLevel ( )This abstract method is from 'Database' interface.
getName ( )This abstract method is from 'Database' interface.
[+] ErrorCodes (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ErrorCodes. |
[+] affected methods (1)
ErrorCodes ( )This constructor is from 'ErrorCodes' class.
[+] Resource (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Resource. |
[+] affected methods (5)
getContent ( )This abstract method is from 'Resource' interface.
getId ( )This abstract method is from 'Resource' interface.
getParentCollection ( )This abstract method is from 'Resource' interface.
getResourceType ( )This abstract method is from 'Resource' interface.
setContent ( Object )This abstract method is from 'Resource' interface.
[+] ResourceIterator (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceIterator. |
[+] affected methods (2)
hasMoreResources ( )This abstract method is from 'ResourceIterator' interface.
nextResource ( )This abstract method is from 'ResourceIterator' interface.
[+] ResourceSet (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceSet. |
[+] affected methods (7)
addResource ( Resource )This abstract method is from 'ResourceSet' interface.
clear ( )This abstract method is from 'ResourceSet' interface.
getIterator ( )This abstract method is from 'ResourceSet' interface.
getMembersAsResource ( )This abstract method is from 'ResourceSet' interface.
getResource ( long )This abstract method is from 'ResourceSet' interface.
getSize ( )This abstract method is from 'ResourceSet' interface.
removeResource ( long )This abstract method is from 'ResourceSet' interface.
[+] Service (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Service. |
[+] affected methods (3)
getName ( )This abstract method is from 'Service' interface.
getVersion ( )This abstract method is from 'Service' interface.
setCollection ( Collection )This abstract method is from 'Service' interface.
[+] XMLDBException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLDBException. |
[+] affected methods (5)
XMLDBException ( )This constructor is from 'XMLDBException' class.
XMLDBException ( int )This constructor is from 'XMLDBException' class.
XMLDBException ( int, int )This constructor is from 'XMLDBException' class.
XMLDBException ( int, int, String )This constructor is from 'XMLDBException' class.
XMLDBException ( int, String )This constructor is from 'XMLDBException' class.
package org.xmldb.api.modules
[+] CollectionManagementService (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CollectionManagementService. |
[+] affected methods (2)
createCollection ( String )This abstract method is from 'CollectionManagementService' interface.
removeCollection ( String )This abstract method is from 'CollectionManagementService' interface.
[+] TransactionService (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TransactionService. |
[+] affected methods (3)
begin ( )This abstract method is from 'TransactionService' interface.
commit ( )This abstract method is from 'TransactionService' interface.
rollback ( )This abstract method is from 'TransactionService' interface.
[+] XMLResource (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLResource. |
[+] affected methods (5)
getContentAsDOM ( )This abstract method is from 'XMLResource' interface.
getContentAsSAX ( ContentHandler )This abstract method is from 'XMLResource' interface.
getDocumentId ( )This abstract method is from 'XMLResource' interface.
setContentAsDOM ( Node )This abstract method is from 'XMLResource' interface.
setContentAsSAX ( )This abstract method is from 'XMLResource' interface.
[+] XPathQueryService (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XPathQueryService. |
[+] affected methods (6)
clearNamespaces ( )This abstract method is from 'XPathQueryService' interface.
getNamespace ( String )This abstract method is from 'XPathQueryService' interface.
query ( String )This abstract method is from 'XPathQueryService' interface.
queryResource ( String, String )This abstract method is from 'XPathQueryService' interface.
removeNamespace ( String )This abstract method is from 'XPathQueryService' interface.
setNamespace ( String, String )This abstract method is from 'XPathQueryService' interface.
[+] XUpdateQueryService (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XUpdateQueryService. |
[+] affected methods (2)
update ( String )This abstract method is from 'XUpdateQueryService' interface.
updateResource ( String, String )This abstract method is from 'XUpdateQueryService' interface.
to the top
Problems with Methods, High Severity (28)
cdk-1.0.4.jar, AtomContainer
package org.openscience.cdk
[+] AtomContainer.growAtomArray ( ) : void (1)
[mangled: org/openscience/cdk/AtomContainer.growAtomArray:()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: growAtomArray() has private access in AtomContainer. |
[+] AtomContainer.growBondArray ( ) : void (1)
[mangled: org/openscience/cdk/AtomContainer.growBondArray:()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: growBondArray() has private access in AtomContainer. |
[+] AtomContainer.growLonePairArray ( ) : void (1)
[mangled: org/openscience/cdk/AtomContainer.growLonePairArray:()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: growLonePairArray() has private access in AtomContainer. |
[+] AtomContainer.growSingleElectronArray ( ) : void (1)
[mangled: org/openscience/cdk/AtomContainer.growSingleElectronArray:()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: growSingleElectronArray() has private access in org.openscience.cdk.AtomContainer. |
cdk-1.0.4.jar, CASNumber
package org.openscience.cdk.index
[+] CASNumber.calculateCheckDigit ( String part1, String part2 ) [static] : int (1)
[mangled: org/openscience/cdk/index/CASNumber.calculateCheckDigit:(Ljava/lang/String;Ljava/lang/String;)I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: calculateCheckDigit(String, String) has private access in org.openscience.cdk.index.CASNumber. |
cdk-1.0.4.jar, CMLBond
package org.xmlcml.cml.element
[+] CMLBond.makeElementInContext ( Element parent ) [static] : CMLBond (1)
[mangled: org/xmlcml/cml/element/CMLBond.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLBond;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method makeElementInContext(Element) cannot be referenced from a static context. |
[+] CMLBond.setAtomRefs2 ( String atomId1, String atomId2 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBond.setAtomRefs2:(Ljava/lang/String;Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Access level has been changed from protected to package-private. | Recompilation of a client program may be terminated with the message: setAtomRefs2(String, String) has package-private access in org.xmlcml.cml.element.CMLBond. |
cdk-1.0.4.jar, CMLBondArray
package org.xmlcml.cml.element
[+] CMLBondArray.makeElementInContext ( Element parent ) [static] : CMLBondArray (1)
[mangled: org/xmlcml/cml/element/CMLBondArray.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLBondArray;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method makeElementInContext(Element) cannot be referenced from a static context. |
cdk-1.0.4.jar, CMLMetadataList
package org.xmlcml.cml.element
[+] CMLMetadataList.getMetadataDescendantsByName ( List metadataList, String name ) [static] : List (1)
[mangled: org/xmlcml/cml/element/CMLMetadataList.getMetadataDescendantsByName:(Ljava/util/List;Ljava/lang/String;)Ljava/util/List;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: getMetadataDescendantsByName(List, String) has private access in CMLMetadataList. |
[+] CMLMetadataList.getMetadataDescendantsByName ( String name ) : List (1)
[mangled: org/xmlcml/cml/element/CMLMetadataList.getMetadataDescendantsByName:(Ljava/lang/String;)Ljava/util/List;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: getMetadataDescendantsByName(String) has private access in org.xmlcml.cml.element.CMLMetadataList. |
cdk-1.0.4.jar, CMLSymmetry
package org.xmlcml.cml.element
[+] CMLSymmetry.makeElementInContext ( Element parent ) [static] : CMLSymmetry (1)
[mangled: org/xmlcml/cml/element/CMLSymmetry.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLSymmetry;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method makeElementInContext(Element) cannot be referenced from a static context. |
cdk-1.0.4.jar, CMLTransform3
package org.xmlcml.cml.element
[+] CMLTransform3.makeElementInContext ( Element parent ) [static] : CMLTransform3 (1)
[mangled: org/xmlcml/cml/element/CMLTransform3.makeElementInContext:(Lnu/xom/Element;)Lorg/xmlcml/cml/element/CMLTransform3;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method makeElementInContext(Element) cannot be referenced from a static context. |
cdk-1.0.4.jar, GasteigerPEPEPartialCharges
package org.openscience.cdk.charges
[+] GasteigerPEPEPartialCharges.cleanFlagReactiveCenter ( IAtomContainer ac ) : void (1)
[mangled: org/openscience/cdk/charges/GasteigerPEPEPartialCharges.cleanFlagReactiveCenter:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: cleanFlagReactiveCenter(IAtomContainer) has private access in org.openscience.cdk.charges.GasteigerPEPEPartialCharges. |
cdk-1.0.4.jar, InChIGenerator
package org.openscience.cdk.inchi
[+] InChIGenerator.generateInchiFromCDKAtomContainer ( IAtomContainer atomContainer ) : void (1)
[mangled: org/openscience/cdk/inchi/InChIGenerator.generateInchiFromCDKAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: generateInchiFromCDKAtomContainer(IAtomContainer) has private access in org.openscience.cdk.inchi.InChIGenerator. |
cdk-1.0.4.jar, JniInchiWrapper
package net.sf.jniinchi
[+] JniInchiWrapper.getWrapper ( ) [static] : JniInchiWrapper (1)
[mangled: net/sf/jniinchi/JniInchiWrapper.getWrapper:()Lnet/sf/jniinchi/JniInchiWrapper;]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: getWrapper() has private access in net.sf.jniinchi.JniInchiWrapper. |
cdk-1.0.4.jar, MDLRXNV3000Reader
package org.openscience.cdk.io
[+] MDLRXNV3000Reader.isReady ( ) : boolean (1)
[mangled: org/openscience/cdk/io/MDLRXNV3000Reader.isReady:()Z]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: isReady() has private access in MDLRXNV3000Reader. |
[+] MDLRXNV3000Reader.readCommand ( ) : String (1)
[mangled: org/openscience/cdk/io/MDLRXNV3000Reader.readCommand:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: readCommand() has private access in MDLRXNV3000Reader. |
[+] MDLRXNV3000Reader.readLine ( ) : String (1)
[mangled: org/openscience/cdk/io/MDLRXNV3000Reader.readLine:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: readLine() has private access in org.openscience.cdk.io.MDLRXNV3000Reader. |
cdk-1.0.4.jar, Path
package org.openscience.cdk.ringsearch
[+] Path.revert ( ) : void (1)
[mangled: org/openscience/cdk/ringsearch/Path.revert:()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: revert() has private access in org.openscience.cdk.ringsearch.Path. |
cdk-1.0.4.jar, PathTools
package org.openscience.cdk.graph
[+] PathTools.resetFlags ( IAtomContainer ac ) [static] : void (1)
[mangled: org/openscience/cdk/graph/PathTools.resetFlags:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | Recompilation of a client program may be terminated with the message: resetFlags(IAtomContainer) has protected access in org.openscience.cdk.graph.PathTools. |
cdk-1.0.4.jar, RDFProtonDescriptor_G3R
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_G3R.calculateAngleBetweenTwoLines ( Vector3d a, Vector3d b, Vector3d c, Vector3d d ) : double (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_G3R.calculateAngleBetweenTwoLines:(Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;)D]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: calculateAngleBetweenTwoLines(Vector3d, Vector3d, Vector3d, Vector3d) has private access in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_G3R. |
cdk-1.0.4.jar, RDFProtonDescriptor_GDR
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GDR.calculateAngleBetweenTwoLines ( Vector3d a, Vector3d b, Vector3d c, Vector3d d ) : double (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GDR.calculateAngleBetweenTwoLines:(Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;)D]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: calculateAngleBetweenTwoLines(Vector3d, Vector3d, Vector3d, Vector3d) has private access in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GDR. |
cdk-1.0.4.jar, RDFProtonDescriptor_GHR
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GHR.calculateAngleBetweenTwoLines ( Vector3d a, Vector3d b, Vector3d c, Vector3d d ) : double (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR.calculateAngleBetweenTwoLines:(Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;)D]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: calculateAngleBetweenTwoLines(Vector3d, Vector3d, Vector3d, Vector3d) has private access in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GHR. |
cdk-1.0.4.jar, RDFProtonDescriptor_GHR_topol
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GHR_topol.calculateAngleBetweenTwoLines ( Vector3d a, Vector3d b, Vector3d c, Vector3d d ) : double (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR_topol.calculateAngleBetweenTwoLines:(Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;)D]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: calculateAngleBetweenTwoLines(Vector3d, Vector3d, Vector3d, Vector3d) has private access in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GHR_topol. |
cdk-1.0.4.jar, RDFProtonDescriptor_GSR
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GSR.calculateAngleBetweenTwoLines ( Vector3d a, Vector3d b, Vector3d c, Vector3d d ) : double (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GSR.calculateAngleBetweenTwoLines:(Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;Ljavax/vecmath/Vector3d;)D]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: calculateAngleBetweenTwoLines(Vector3d, Vector3d, Vector3d, Vector3d) has private access in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GSR. |
cdk-1.0.4.jar, Reaction
package org.openscience.cdk
[+] Reaction.growMappingArray ( ) : void (1)
[mangled: org/openscience/cdk/Reaction.growMappingArray:()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: growMappingArray() has private access in org.openscience.cdk.Reaction. |
cdk-1.0.4.jar, SmilesGenerator
package org.openscience.cdk.smiles
[+] SmilesGenerator.createSMILESWithoutCheckForMultipleMolecules ( IMolecule molecule, boolean chiral, boolean[ ] doubleBondConfiguration ) : String (1)
[mangled: org/openscience/cdk/smiles/SmilesGenerator.createSMILESWithoutCheckForMultipleMolecules:(Lorg/openscience/cdk/interfaces/IMolecule;Z[Z)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: createSMILESWithoutCheckForMultipleMolecules(IMolecule, boolean, boolean[]) has private access in org.openscience.cdk.smiles.SmilesGenerator. |
cdk-1.0.4.jar, XLogPDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] XLogPDescriptor.initializeHydrogenPairCheck ( int[ ][ ] pairCheck ) : int[ ][ ] (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/XLogPDescriptor.initializeHydrogenPairCheck:([[I)[[I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: initializeHydrogenPairCheck(int[][]) has private access in org.openscience.cdk.qsar.descriptors.molecular.XLogPDescriptor. |
to the top
Problems with Data Types, Medium Severity (1)
cdk-1.0.4.jar
package org.openscience.cdk
[+] AtomParity (1)
| Change | Effect |
---|
1 | Removed super-class ChemObject. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in AtomParity. |
[+] affected methods (6)
AtomParity ( IAtom, IAtom, IAtom, IAtom, IAtom, int )This constructor is from 'AtomParity' class.
clone ( )This method is from 'AtomParity' class.
getAtom ( )This method is from 'AtomParity' class.
getParity ( )This method is from 'AtomParity' class.
getSurroundingAtoms ( )This method is from 'AtomParity' class.
toString ( )This method is from 'AtomParity' class.
to the top
Problems with Methods, Medium Severity (1269)
cdk-1.0.4.jar, AbstractAbundance
package org.xmlcml.cml.element
[+] AbstractAbundance.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAbundance.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAbundance.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAbundance.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAbundance.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAbundance.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAbundance.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAbundance.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAction
package org.xmlcml.cml.element
[+] AbstractAction.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setDuration ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setDuration:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setEnd ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setEnd:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setEndCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setEndCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setOrder ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setOrder:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setStart ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setStart:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setStartCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setStartCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAction.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractActionList
package org.xmlcml.cml.element
[+] AbstractActionList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setDuration ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setDuration:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setEnd ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setEnd:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setEndCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setEndCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setOrder ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setOrder:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setStart ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setStart:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setStartCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setStartCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractActionList.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAmount
package org.xmlcml.cml.element
[+] AbstractAmount.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAmount.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAmount.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAmount.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAmount.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAmount.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAngle
package org.xmlcml.cml.element
[+] AbstractAngle.setAtomRefs3 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setAtomRefs3:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAngle.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractArg
package org.xmlcml.cml.element
[+] AbstractArg.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArg.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArg.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArg.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArg.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArg.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArg.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractArray
package org.xmlcml.cml.element
[+] AbstractArray.setConstantToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setConstantToSI:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setDelimiter ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setDelimiter:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setMaxValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setMaxValueArray:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setMinValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setMinValueArray:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setMultiplierToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setMultiplierToSI:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setSize ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setSize:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setUnitType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setUnitType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractArray.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAtom
package org.xmlcml.cml.element
[+] AbstractAtom.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setElementType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setElementType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setFormalCharge ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setFormalCharge:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setHydrogenCount ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setHydrogenCount:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setIsotope ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotope:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setIsotopeListRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotopeListRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setIsotopeNumber ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotopeNumber:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setIsotopeRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotopeRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setOccupancy ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setOccupancy:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setPointGroupMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setPointGroupMultiplicity:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setSpaceGroupMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setSpaceGroupMultiplicity:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setSpinMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setSpinMultiplicity:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setX2 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setX2:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setX3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setX3:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setXFract ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setXFract:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setY2 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setY2:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setY3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setY3:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setYFract ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setYFract:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setZ3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setZ3:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtom.setZFract ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setZFract:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAtomArray
package org.xmlcml.cml.element
[+] AbstractAtomArray.setAtomID ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setAtomID:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setCount ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setCount:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setElementType ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setElementType:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setX2 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setX2:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setX3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setX3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setXFract ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setXFract:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setY2 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setY2:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setY3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setY3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setYFract ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setYFract:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setZ3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setZ3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomArray.setZFract ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setZFract:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAtomicBasisFunction
package org.xmlcml.cml.element
[+] AbstractAtomicBasisFunction.setAtomRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setAtomRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setL ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setL:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setLm ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setLm:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setM ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setM:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setN ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setN:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setSymbol ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setSymbol:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomicBasisFunction.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAtomParity
package org.xmlcml.cml.element
[+] AbstractAtomParity.setAtomRefs4 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomParity.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomParity.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomParity.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomParity.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomParity.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAtomSet
package org.xmlcml.cml.element
[+] AbstractAtomSet.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomSet.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomSet.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomSet.setSize ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setSize:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomSet.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomSet.setXMLContent ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setXMLContent:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAtomType
package org.xmlcml.cml.element
[+] AbstractAtomType.setAtomRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setAtomRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomType.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomType.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomType.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomType.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomType.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomType.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractAtomTypeList
package org.xmlcml.cml.element
[+] AbstractAtomTypeList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomTypeList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomTypeList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomTypeList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractAtomTypeList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBand
package org.xmlcml.cml.element
[+] AbstractBand.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBand.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBand.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBand.setKpoint ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setKpoint:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBand.setKpointRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setKpointRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBand.setLabel ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setLabel:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBand.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBand.setWeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setWeight:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBandList
package org.xmlcml.cml.element
[+] AbstractBandList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBandList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBandList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBandList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBasisSet
package org.xmlcml.cml.element
[+] AbstractBasisSet.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBasisSet.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBasisSet.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBasisSet.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBasisSet.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBasisSet.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBond
package org.xmlcml.cml.element
[+] AbstractBond.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setAtomRefs2 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setAtomRefs2:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setOrder ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setOrder:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBond.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBondArray
package org.xmlcml.cml.element
[+] AbstractBondArray.setAtomRef1 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setAtomRef1:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondArray.setAtomRef2 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setAtomRef2:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondArray.setBondID ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setBondID:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondArray.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondArray.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondArray.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondArray.setOrder ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setOrder:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondArray.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBondSet
package org.xmlcml.cml.element
[+] AbstractBondSet.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondSet.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondSet.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondSet.setSize ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setSize:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondSet.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondSet.setXMLContent ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setXMLContent:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBondStereo
package org.xmlcml.cml.element
[+] AbstractBondStereo.setAtomRefArray ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setAtomRefArray:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondStereo.setAtomRefs4 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondStereo.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondStereo.setConventionValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setConventionValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondStereo.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondStereo.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondStereo.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondStereo.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBondType
package org.xmlcml.cml.element
[+] AbstractBondType.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondType.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondType.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondType.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondType.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondType.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractBondTypeList
package org.xmlcml.cml.element
[+] AbstractBondTypeList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondTypeList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondTypeList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondTypeList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractBondTypeList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractCellParameter
package org.xmlcml.cml.element
[+] AbstractCellParameter.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCellParameter.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCellParameter.setError ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setError:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCellParameter.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCellParameter.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCellParameter.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCellParameter.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCellParameter.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractCml
package org.xmlcml.cml.element
[+] AbstractCml.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCml.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCml.setFileId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setFileId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCml.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCml.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCml.setVersion ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setVersion:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractComplexObject
package org.xmlcml.cml.element
[+] AbstractComplexObject.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractComplexObject.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractComplexObject.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractComplexObject.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractConditionList
package org.xmlcml.cml.element
[+] AbstractConditionList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractConditionList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractConditionList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractConditionList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractConditionList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractConditionList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractCrystal
package org.xmlcml.cml.element
[+] AbstractCrystal.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCrystal.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCrystal.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCrystal.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractCrystal.setZ ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setZ:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractDictionary
package org.xmlcml.cml.element
[+] AbstractDictionary.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractDictionary.setDictionaryPrefix ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setDictionaryPrefix:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractDictionary.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractDictionary.setHref ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setHref:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractDictionary.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractDictionary.setNamespace ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setNamespace:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractDictionary.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractEigen
package org.xmlcml.cml.element
[+] AbstractEigen.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEigen.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEigen.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEigen.setOrientation ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setOrientation:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEigen.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEigen.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEigen.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractElectron
package org.xmlcml.cml.element
[+] AbstractElectron.setAtomRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setAtomRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setBondRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setBondRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractElectron.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractEntry
package org.xmlcml.cml.element
[+] AbstractEntry.setColumns ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setColumns:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setFractionDigits ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setFractionDigits:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setLength ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setLength:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setMaxExclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMaxExclusive:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setMaxInclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMaxInclusive:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setMaxLength ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMaxLength:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setMinExclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMinExclusive:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setMinInclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMinInclusive:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setMinLength ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMinLength:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setPattern ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setPattern:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setRows ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setRows:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setTerm ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setTerm:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setTotalDigits ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setTotalDigits:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractEntry.setWhiteSpace ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setWhiteSpace:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractExpression
package org.xmlcml.cml.element
[+] AbstractExpression.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractExpression.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractExpression.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractExpression.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractExpression.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractFormula
package org.xmlcml.cml.element
[+] AbstractFormula.setConcise ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setConcise:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractFormula.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractFormula.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractFormula.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractFormula.setFormalCharge ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setFormalCharge:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractFormula.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractFormula.setInline ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setInline:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractFormula.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractGradient
package org.xmlcml.cml.element
[+] AbstractGradient.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractGradient.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractGradient.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractGradient.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractIdentifier
package org.xmlcml.cml.element
[+] AbstractIdentifier.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIdentifier.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIdentifier.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIdentifier.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIdentifier.setTautomeric ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setTautomeric:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIdentifier.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIdentifier.setVersion ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setVersion:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractIsotope
package org.xmlcml.cml.element
[+] AbstractIsotope.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotope.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotope.setElementType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setElementType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotope.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotope.setNumber ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setNumber:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotope.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotope.setSpin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setSpin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotope.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractIsotopeList
package org.xmlcml.cml.element
[+] AbstractIsotopeList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotopeList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotopeList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotopeList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractIsotopeList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractKpoint
package org.xmlcml.cml.element
[+] AbstractKpoint.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpoint.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpoint.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpoint.setLabel ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setLabel:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpoint.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpoint.setWeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setWeight:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpoint.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractKpointList
package org.xmlcml.cml.element
[+] AbstractKpointList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpointList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpointList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractKpointList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractLabel
package org.xmlcml.cml.element
[+] AbstractLabel.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLabel.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLabel.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLabel.setObjectClass ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setObjectClass:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractLattice
package org.xmlcml.cml.element
[+] AbstractLattice.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLattice.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLattice.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLattice.setLatticeType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setLatticeType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLattice.setSpaceType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setSpaceType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLattice.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractLatticeVector
package org.xmlcml.cml.element
[+] AbstractLatticeVector.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLatticeVector.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLatticeVector.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLatticeVector.setPeriodic ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setPeriodic:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLatticeVector.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLatticeVector.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLatticeVector.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractLength
package org.xmlcml.cml.element
[+] AbstractLength.setAtomRefs2 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setAtomRefs2:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLength.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractLine3
package org.xmlcml.cml.element
[+] AbstractLine3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLine3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLine3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLine3.setPoint3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setPoint3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLine3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLine3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLine3.setVector3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setVector3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLine3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractLink
package org.xmlcml.cml.element
[+] AbstractLink.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setFrom ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFrom:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setFromContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFromContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setFromSet ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFromSet:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setFromType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFromType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setHref ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setHref:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setLinkType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setLinkType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setTo ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setTo:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setToContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setToContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setToSet ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setToSet:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractLink.setToType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setToType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractList
package org.xmlcml.cml.element
[+] AbstractList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractMap
package org.xmlcml.cml.element
[+] AbstractMap.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setFromContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setFromContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setFromType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setFromType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setToContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setToContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMap.setToType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setToType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractMatrix
package org.xmlcml.cml.element
[+] AbstractMatrix.setColumns ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setColumns:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setDelimiter ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setDelimiter:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setMatrixType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setMatrixType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setMaxValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setMaxValueArray:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setMinValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setMinValueArray:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setRows ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setRows:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMatrix.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractMechanism
package org.xmlcml.cml.element
[+] AbstractMechanism.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMechanism.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMechanism.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMechanism.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractMechanismComponent
package org.xmlcml.cml.element
[+] AbstractMechanismComponent.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMechanismComponent.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMechanismComponent.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMechanismComponent.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractMetadata
package org.xmlcml.cml.element
[+] AbstractMetadata.setContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadata.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadata.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadata.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadata.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadata.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadata.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractMetadataList
package org.xmlcml.cml.element
[+] AbstractMetadataList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadataList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadataList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadataList.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadataList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMetadataList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractModule
package org.xmlcml.cml.element
[+] AbstractModule.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractModule.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractModule.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractModule.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractModule.setSerial ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setSerial:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractModule.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractMolecule
package org.xmlcml.cml.element
[+] AbstractMolecule.setChirality ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setChirality:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setFormalCharge ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setFormalCharge:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setFormula ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setFormula:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setSpinMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setSpinMultiplicity:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setSymmetryOriented ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setSymmetryOriented:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractMolecule.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractName
package org.xmlcml.cml.element
[+] AbstractName.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractName.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractName.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractName.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractObject
package org.xmlcml.cml.element
[+] AbstractObject.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObject.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObject.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObject.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObject.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObject.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObject.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractObservation
package org.xmlcml.cml.element
[+] AbstractObservation.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObservation.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObservation.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObservation.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObservation.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractObservation.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractOperator
package org.xmlcml.cml.element
[+] AbstractOperator.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractOperator.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractOperator.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractOperator.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractOperator.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractParameter
package org.xmlcml.cml.element
[+] AbstractParameter.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setConstraint ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setConstraint:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameter.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractParameterList
package org.xmlcml.cml.element
[+] AbstractParameterList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameterList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameterList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameterList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameterList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParameterList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractParticle
package org.xmlcml.cml.element
[+] AbstractParticle.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParticle.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParticle.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParticle.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParticle.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParticle.setX3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setX3:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParticle.setY3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setY3:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractParticle.setZ3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setZ3:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPeak
package org.xmlcml.cml.element
[+] AbstractPeak.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setIntegral ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setIntegral:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setMoleculeRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setMoleculeRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setPeakHeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakHeight:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setPeakMultiplicity ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakMultiplicity:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setPeakShape ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakShape:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setPeakUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setXMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXMax:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setXMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXMin:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setXUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setXValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setXWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXWidth:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setYMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYMax:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setYMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYMin:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setYUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setYValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeak.setYWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYWidth:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPeakGroup
package org.xmlcml.cml.element
[+] AbstractPeakGroup.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setIntegral ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setIntegral:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setMoleculeRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setMoleculeRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setPeakHeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakHeight:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setPeakMultiplicity ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakMultiplicity:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setPeakShape ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakShape:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setPeakUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setXMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXMax:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setXMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXMin:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setXUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setXValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setXWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXWidth:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setYMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYMax:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setYMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYMin:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setYUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setYValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakGroup.setYWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYWidth:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPeakList
package org.xmlcml.cml.element
[+] AbstractPeakList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPeakStructure
package org.xmlcml.cml.element
[+] AbstractPeakStructure.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setPeakMultiplicity ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setPeakMultiplicity:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setPeakShape ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setPeakShape:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPeakStructure.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPlane3
package org.xmlcml.cml.element
[+] AbstractPlane3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPlane3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPlane3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPlane3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPlane3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPlane3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPoint3
package org.xmlcml.cml.element
[+] AbstractPoint3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPoint3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPoint3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPoint3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPoint3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPoint3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPotential
package org.xmlcml.cml.element
[+] AbstractPotential.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotential.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotential.setForm ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setForm:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotential.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotential.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPotentialForm
package org.xmlcml.cml.element
[+] AbstractPotentialForm.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotentialForm.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotentialForm.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotentialForm.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotentialForm.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPotentialList
package org.xmlcml.cml.element
[+] AbstractPotentialList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotentialList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotentialList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPotentialList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractProduct
package org.xmlcml.cml.element
[+] AbstractProduct.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProduct.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProduct.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProduct.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProduct.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProduct.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProduct.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProduct.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractProductList
package org.xmlcml.cml.element
[+] AbstractProductList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProductList.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProductList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProductList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProductList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProductList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProductList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractProperty
package org.xmlcml.cml.element
[+] AbstractProperty.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProperty.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProperty.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProperty.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProperty.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProperty.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractProperty.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractPropertyList
package org.xmlcml.cml.element
[+] AbstractPropertyList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPropertyList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPropertyList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPropertyList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPropertyList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractPropertyList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReactant
package org.xmlcml.cml.element
[+] AbstractReactant.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactant.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactant.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactant.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactant.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactant.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactant.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactant.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReactantList
package org.xmlcml.cml.element
[+] AbstractReactantList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactantList.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactantList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactantList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactantList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactantList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactantList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReaction
package org.xmlcml.cml.element
[+] AbstractReaction.setAtomMap ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setAtomMap:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setBondMap ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setBondMap:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setElectronMap ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setElectronMap:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReaction.setYield ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setYield:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReactionList
package org.xmlcml.cml.element
[+] AbstractReactionList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionList.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReactionScheme
package org.xmlcml.cml.element
[+] AbstractReactionScheme.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionScheme.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReactionStep
package org.xmlcml.cml.element
[+] AbstractReactionStep.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStep.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStep.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStep.setRatio ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setRatio:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStep.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStep.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStep.setYield ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setYield:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReactionStepList
package org.xmlcml.cml.element
[+] AbstractReactionStepList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStepList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStepList.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStepList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStepList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStepList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactionStepList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractReactiveCentre
package org.xmlcml.cml.element
[+] AbstractReactiveCentre.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactiveCentre.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactiveCentre.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractReactiveCentre.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractRegion
package org.xmlcml.cml.element
[+] AbstractRegion.setAtomSetRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setAtomSetRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRegion.setBox3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setBox3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRegion.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRegion.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRegion.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRegion.setRegionRefs ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setRegionRefs:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRegion.setSphere3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setSphere3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRegion.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractRelatedEntry
package org.xmlcml.cml.element
[+] AbstractRelatedEntry.setHref ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRelatedEntry.setHref:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractRelatedEntry.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRelatedEntry.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSample
package org.xmlcml.cml.element
[+] AbstractSample.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSample.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSample.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSample.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSample.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSample.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractScalar
package org.xmlcml.cml.element
[+] AbstractScalar.setConstantToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setConstantToSI:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setMultiplierToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setMultiplierToSI:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setUnitType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setUnitType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractScalar.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSpectator
package org.xmlcml.cml.element
[+] AbstractSpectator.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectator.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectator.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectator.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectator.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSpectatorList
package org.xmlcml.cml.element
[+] AbstractSpectatorList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectatorList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectatorList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectatorList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSpectrum
package org.xmlcml.cml.element
[+] AbstractSpectrum.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setFt ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setFt:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setMeasurement ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setMeasurement:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setMoleculeRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setMoleculeRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrum.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSpectrumData
package org.xmlcml.cml.element
[+] AbstractSpectrumData.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumData.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumData.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumData.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumData.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSpectrumList
package org.xmlcml.cml.element
[+] AbstractSpectrumList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumList.setMoleculeRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setMoleculeRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSpectrumList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSphere3
package org.xmlcml.cml.element
[+] AbstractSphere3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSphere3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSphere3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSphere3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSphere3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSphere3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSubstance
package org.xmlcml.cml.element
[+] AbstractSubstance.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setCount:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstance.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSubstanceList
package org.xmlcml.cml.element
[+] AbstractSubstanceList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstanceList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstanceList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstanceList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstanceList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstanceList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSubstanceList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSymmetry
package org.xmlcml.cml.element
[+] AbstractSymmetry.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSymmetry.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSymmetry.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSymmetry.setIrreducibleRepresentation ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setIrreducibleRepresentation:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSymmetry.setNumber ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setNumber:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSymmetry.setPointGroup ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setPointGroup:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSymmetry.setSpaceGroup ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setSpaceGroup:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSymmetry.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractSystem
package org.xmlcml.cml.element
[+] AbstractSystem.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSystem.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSystem.setDimensionality ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setDimensionality:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSystem.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSystem.setPeriodicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setPeriodicity:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractSystem.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractTable
package org.xmlcml.cml.element
[+] AbstractTable.setColumns ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setColumns:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTable.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTable.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTable.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTable.setRows ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setRows:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTable.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTable.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractTableContent
package org.xmlcml.cml.element
[+] AbstractTableContent.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableContent.setDelimiter ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setDelimiter:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableContent.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableContent.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableContent.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableContent.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractTableHeader
package org.xmlcml.cml.element
[+] AbstractTableHeader.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableHeader.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableHeader.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableHeader.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractTableRow
package org.xmlcml.cml.element
[+] AbstractTableRow.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableRow.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableRow.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTableRow.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractTorsion
package org.xmlcml.cml.element
[+] AbstractTorsion.setAtomRefs4 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTorsion.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractTransform3
package org.xmlcml.cml.element
[+] AbstractTransform3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTransform3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTransform3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTransform3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTransform3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractTransitionState
package org.xmlcml.cml.element
[+] AbstractTransitionState.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTransitionState.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTransitionState.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractTransitionState.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractVector3
package org.xmlcml.cml.element
[+] AbstractVector3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractVector3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractVector3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractVector3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractVector3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractVector3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractXaxis
package org.xmlcml.cml.element
[+] AbstractXaxis.setConstantToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setConstantToData:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractXaxis.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractXaxis.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractXaxis.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractXaxis.setMultiplierToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setMultiplierToData:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractXaxis.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractXaxis.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractYaxis
package org.xmlcml.cml.element
[+] AbstractYaxis.setConstantToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setConstantToData:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractYaxis.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractYaxis.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractYaxis.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractYaxis.setMultiplierToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setMultiplierToData:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractYaxis.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractYaxis.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AbstractZMatrix
package org.xmlcml.cml.element
[+] AbstractZMatrix.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractZMatrix.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractZMatrix.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] AbstractZMatrix.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, AminoAcidCountDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] AminoAcidCountDescriptor.calculate ( IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AminoAcidCountDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.AminoAcidCountDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, APolDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] APolDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/APolDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.APolDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AromaticAtomsCountDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] AromaticAtomsCountDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AromaticAtomsCountDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.AromaticAtomsCountDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AromaticBondsCountDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] AromaticBondsCountDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AromaticBondsCountDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.AromaticBondsCountDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AtomCountDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] AtomCountDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AtomCountDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.AtomCountDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AtomDegreeDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] AtomDegreeDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomDegreeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.AtomDegreeDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AtomHybridizationDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] AtomHybridizationDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomHybridizationDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.AtomHybridizationDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AtomHybridizationVSEPRDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] AtomHybridizationVSEPRDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomHybridizationVSEPRDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.AtomHybridizationVSEPRDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AtomValenceDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] AtomValenceDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/AtomValenceDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.AtomValenceDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AutocorrelationDescriptorCharge
package org.openscience.cdk.qsar.descriptors.molecular
[+] AutocorrelationDescriptorCharge.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AutocorrelationDescriptorCharge.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.AutocorrelationDescriptorCharge; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AutocorrelationDescriptorMass
package org.openscience.cdk.qsar.descriptors.molecular
[+] AutocorrelationDescriptorMass.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AutocorrelationDescriptorMass.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.AutocorrelationDescriptorMass; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, AutocorrelationDescriptorPolarizability
package org.openscience.cdk.qsar.descriptors.molecular
[+] AutocorrelationDescriptorPolarizability.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/AutocorrelationDescriptorPolarizability.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.AutocorrelationDescriptorPolarizability; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, BCUTDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] BCUTDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/BCUTDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.BCUTDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, BondPartialPiChargeDescriptor
package org.openscience.cdk.qsar.descriptors.bond
[+] BondPartialPiChargeDescriptor.calculate ( IBond bond, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondPartialPiChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IBond, IAtomContainer) in org.openscience.cdk.qsar.descriptors.bond.BondPartialPiChargeDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, BondPartialSigmaChargeDescriptor
package org.openscience.cdk.qsar.descriptors.bond
[+] BondPartialSigmaChargeDescriptor.calculate ( IBond bond, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondPartialSigmaChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IBond, IAtomContainer) in org.openscience.cdk.qsar.descriptors.bond.BondPartialSigmaChargeDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, BondPartialTChargeDescriptor
package org.openscience.cdk.qsar.descriptors.bond
[+] BondPartialTChargeDescriptor.calculate ( IBond bond, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondPartialTChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IBond, IAtomContainer) in org.openscience.cdk.qsar.descriptors.bond.BondPartialTChargeDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, BondSigmaElectronegativityDescriptor
package org.openscience.cdk.qsar.descriptors.bond
[+] BondSigmaElectronegativityDescriptor.calculate ( IBond bond, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/bond/BondSigmaElectronegativityDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IBond, IAtomContainer) in org.openscience.cdk.qsar.descriptors.bond.BondSigmaElectronegativityDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, BondsToAtomDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] BondsToAtomDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/BondsToAtomDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.BondsToAtomDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, BPolDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] BPolDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/BPolDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.BPolDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, ChiChainDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] ChiChainDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiChainDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.ChiChainDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, ChiClusterDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] ChiClusterDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiClusterDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.ChiClusterDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, ChiPathClusterDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] ChiPathClusterDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiPathClusterDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.ChiPathClusterDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, ChiPathDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] ChiPathDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ChiPathDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.ChiPathDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, CMLArray
package org.xmlcml.cml.element
[+] CMLArray.append ( double d ) : void (2)
[mangled: org/xmlcml/cml/element/CMLArray.append:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override append(double) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.append ( int i ) : void (2)
[mangled: org/xmlcml/cml/element/CMLArray.append:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override append(int) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.append ( String s ) : void (2)
[mangled: org/xmlcml/cml/element/CMLArray.append:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override append(String) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.checkNumericConformability ( CMLArray array ) : void (1)
[mangled: org/xmlcml/cml/element/CMLArray.checkNumericConformability:(Lorg/xmlcml/cml/element/CMLArray;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override checkNumericConformability(CMLArray) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLArray.CMLArray ( double[ ] array, String delimiter ) (2)
[mangled: org/xmlcml/cml/element/CMLArray."<init>":([DLjava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLArray(double[], String) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.CMLArray ( int[ ] array, String delimiter ) (1)
[mangled: org/xmlcml/cml/element/CMLArray."<init>":([ILjava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLArray(int[], String) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLArray.CMLArray ( String[ ] array ) (1)
[mangled: org/xmlcml/cml/element/CMLArray."<init>":([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.CMLArray ( String[ ] array, String delimiter ) (2)
[mangled: org/xmlcml/cml/element/CMLArray."<init>":([Ljava/lang/String;Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLArray(String[], String) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.getDoubles ( ) : double[ ] (1)
[mangled: org/xmlcml/cml/element/CMLArray.getDoubles:()[D]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.getInts ( ) : int[ ] (1)
[mangled: org/xmlcml/cml/element/CMLArray.getInts:()[I]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.plus ( CMLArray array ) : CMLArray (1)
[mangled: org/xmlcml/cml/element/CMLArray.plus:(Lorg/xmlcml/cml/element/CMLArray;)Lorg/xmlcml/cml/element/CMLArray;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(CMLArray) in CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLArray.setArray ( String[ ] array ) : void (1)
[mangled: org/xmlcml/cml/element/CMLArray.setArray:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLArray.subtract ( CMLArray array ) : CMLArray (1)
[mangled: org/xmlcml/cml/element/CMLArray.subtract:(Lorg/xmlcml/cml/element/CMLArray;)Lorg/xmlcml/cml/element/CMLArray;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(CMLArray) in org.xmlcml.cml.element.CMLArray; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLAtomParity
package org.xmlcml.cml.element
[+] CMLAtomParity.rearrangeAtomRefs4 ( String[ ] newAtomsRefs4 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomParity.rearrangeAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomParity.setAtomRefs4 ( CMLAtom[ ] atoms4 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomParity.setAtomRefs4:([Lorg/xmlcml/cml/element/CMLAtom;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLAtomSet
package org.xmlcml.cml.element
[+] CMLAtomSet.getCalculatedFormalCharge ( ) : int (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.getCalculatedFormalCharge:()I]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomSet.getCalculatedFormula ( CMLMolecule.HydrogenControl control ) : CMLFormula (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.getCalculatedFormula:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)Lorg/xmlcml/cml/element/CMLFormula;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomSet.intersection ( CMLAtomSet atomSet2 ) : CMLAtomSet (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.intersection:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomSet.intersectionByAtomId ( CMLAtomSet atomSet2 ) : String[ ] (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.intersectionByAtomId:(Lorg/xmlcml/cml/element/CMLAtomSet;)[Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override intersectionByAtomId(CMLAtomSet) in CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLAtomSet.labelAtoms ( String labelValue ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.labelAtoms:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override labelAtoms(String) in CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLAtomSet.removeAtom ( CMLAtom atom ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomSet.removeAtomById ( String id ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtomById:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomSet.removeAtoms ( CMLMap map, CMLAtomSet toAtomSet ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtoms:(Lorg/xmlcml/cml/element/CMLMap;Lorg/xmlcml/cml/element/CMLAtomSet;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override removeAtoms(CMLMap, CMLAtomSet) in CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLAtomSet.removeAtoms ( CMLMap map, CMLMap.Direction control ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtoms:(Lorg/xmlcml/cml/element/CMLMap;Lorg/xmlcml/cml/element/CMLMap$Direction;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override removeAtoms(CMLMap, CMLMap.Direction) in CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLAtomSet.removeAtomSet ( CMLAtomSet atomSet ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtomSet:(Lorg/xmlcml/cml/element/CMLAtomSet;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomSet.setVector2D ( List p2Vector ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.setVector2D:(Ljava/util/List;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setVector2D(List) in CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLAtomSet.symmetricDifference ( CMLAtomSet atomSet2 ) : CMLAtomSet (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.symmetricDifference:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override symmetricDifference(CMLAtomSet) in CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLAtomSet.symmetricDifferenceByAtomId ( CMLAtomSet atomSet2 ) : String[ ] (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.symmetricDifferenceByAtomId:(Lorg/xmlcml/cml/element/CMLAtomSet;)[Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override symmetricDifferenceByAtomId(CMLAtomSet) in CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLAtomSet.union ( CMLAtomSet atomSet2 ) : CMLAtomSet (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.union:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLAtomSet.unionByAtomId ( CMLAtomSet atomSet2 ) : String[ ] (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.unionByAtomId:(Lorg/xmlcml/cml/element/CMLAtomSet;)[Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override unionByAtomId(CMLAtomSet) in org.xmlcml.cml.element.CMLAtomSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLBasisSet
package org.xmlcml.cml.element
[+] CMLBasisSet.getElectronCount ( ) : int (1)
[mangled: org/xmlcml/cml/element/CMLBasisSet.getElectronCount:()I]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getElectronCount() in CMLBasisSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLBasisSet.setMolecularOrbitalCoefficients ( CMLEigen coefficients ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBasisSet.setMolecularOrbitalCoefficients:(Lorg/xmlcml/cml/element/CMLEigen;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setMolecularOrbitalCoefficients(CMLEigen) in org.xmlcml.cml.element.CMLBasisSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLBond
package org.xmlcml.cml.element
[+] CMLBond.atomHash ( CMLBond bond ) [static] : String (1)
[mangled: org/xmlcml/cml/element/CMLBond.atomHash:(Lorg/xmlcml/cml/element/CMLBond;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLBond.CMLBond ( CMLAtom atom1, CMLAtom atom2 ) (1)
[mangled: org/xmlcml/cml/element/CMLBond."<init>":(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLBond.setAtomRefs2 ( String atomId1, String atomId2 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBond.setAtomRefs2:(Ljava/lang/String;Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLBondSet
package org.xmlcml.cml.element
[+] CMLBondSet.addBond ( CMLBond bond ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.addBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLBondSet.addBonds ( List bonds ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.addBonds:(Ljava/util/List;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLBondSet.addBondSet ( CMLBondSet bondSet ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.addBondSet:(Lorg/xmlcml/cml/element/CMLBondSet;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLBondSet.CMLBondSet ( CMLBond[ ] bonds ) (2)
[mangled: org/xmlcml/cml/element/CMLBondSet."<init>":([Lorg/xmlcml/cml/element/CMLBond;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLBondSet(CMLBond[]) in CMLBondSet; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLBondSet.getBondsById ( String[ ] ids ) : CMLBondSet (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.getBondsById:([Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBondSet;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLCrystal
package org.xmlcml.cml.element
[+] CMLCrystal.CMLCrystal ( double[ ] params ) (1)
[mangled: org/xmlcml/cml/element/CMLCrystal."<init>":([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLCrystal.createCellParameterElements ( ) : List (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.createCellParameterElements:()Ljava/util/List;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLCrystal.getCellParameterValues ( ) : double[ ] (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.getCellParameterValues:()[D]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getCellParameterValues() in CMLCrystal; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLCrystal.getCellScalars ( ) : List *DEPRECATED* (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.getCellScalars:()Ljava/util/List;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLCrystal.getOrthogonalizationMatrix ( ) : RealSquareMatrix (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.getOrthogonalizationMatrix:()Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getOrthogonalizationMatrix() in CMLCrystal; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLCrystal.setCellParameters ( double a, double b, double c, double alpha, double beta, double gamma ) : void (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.setCellParameters:(DDDDDD)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setCellParameters(double, double, double, double, double, double) in CMLCrystal; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLCrystal.setCellParameters ( double[ ] params ) : void (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.setCellParameters:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setCellParameters(double[]) in CMLCrystal; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLCrystal.setCellParameters ( double[ ] params, double[ ] error ) : void (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.setCellParameters:([D[D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setCellParameters(double[], double[]) in org.xmlcml.cml.element.CMLCrystal; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLDictionary
package org.xmlcml.cml.element
[+] CMLDictionary.addEntry ( CMLEntry entry ) : void (1)
[mangled: org/xmlcml/cml/element/CMLDictionary.addEntry:(Lorg/xmlcml/cml/element/CMLEntry;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override addEntry(CMLEntry) in org.xmlcml.cml.element.CMLDictionary; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLEigen
package org.xmlcml.cml.element
[+] CMLEigen.CMLEigen ( CMLMatrix eigenvectors, CMLArray eigenvalues, CMLEigen.Orientation orient ) (1)
[mangled: org/xmlcml/cml/element/CMLEigen."<init>":(Lorg/xmlcml/cml/element/CMLMatrix;Lorg/xmlcml/cml/element/CMLArray;Lorg/xmlcml/cml/element/CMLEigen$Orientation;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLEigen(CMLMatrix, CMLArray, CMLEigen.Orientation) in CMLEigen; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLEigen.getEigenvector ( int serial ) : RealArray (1)
[mangled: org/xmlcml/cml/element/CMLEigen.getEigenvector:(I)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLElement
package org.xmlcml.cml.base
[+] CMLElement.getOrCreateChild ( String name ) : CMLElement (1)
[mangled: org/xmlcml/cml/base/CMLElement.getOrCreateChild:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLElement;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLElement.unknownAttributeName ( String name ) : void (1)
[mangled: org/xmlcml/cml/base/CMLElement.unknownAttributeName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override unknownAttributeName(String) in org.xmlcml.cml.base.CMLElement; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLFormula
package org.xmlcml.cml.element
[+] CMLFormula.createFormula ( String s ) [static] : CMLFormula (1)
[mangled: org/xmlcml/cml/element/CMLFormula.createFormula:(Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLFormula;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override createFormula(String) in CMLFormula; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLFormula.createFormula ( String s, CMLFormula.Type convention ) [static] : CMLFormula (1)
[mangled: org/xmlcml/cml/element/CMLFormula.createFormula:(Ljava/lang/String;Lorg/xmlcml/cml/element/CMLFormula$Type;)Lorg/xmlcml/cml/element/CMLFormula;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override createFormula(String, CMLFormula.Type) in CMLFormula; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLFormula.getCalculatedMass ( List elementTypeVector, RealArray countArray ) [static] : double (1)
[mangled: org/xmlcml/cml/element/CMLFormula.getCalculatedMass:(Ljava/util/List;Lorg/xmlcml/euclid/RealArray;)D]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getCalculatedMass(List, RealArray) in CMLFormula; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLFormula.getCalculatedMolecularMass ( ) : double (1)
[mangled: org/xmlcml/cml/element/CMLFormula.getCalculatedMolecularMass:()D]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLFormula.getFormattedString ( CMLFormula.Type convention, CMLFormula.Sort sort, boolean omitCount1 ) : String (1)
[mangled: org/xmlcml/cml/element/CMLFormula.getFormattedString:(Lorg/xmlcml/cml/element/CMLFormula$Type;Lorg/xmlcml/cml/element/CMLFormula$Sort;Z)Ljava/lang/String;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLFormula.setConcise ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/CMLFormula.setConcise:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLLine3
package org.xmlcml.cml.element
[+] CMLLine3.CMLLine3 ( CMLPoint3 p, CMLVector3 v ) (2)
[mangled: org/xmlcml/cml/element/CMLLine3."<init>":(Lorg/xmlcml/cml/element/CMLPoint3;Lorg/xmlcml/cml/element/CMLVector3;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLLine3(CMLPoint3, CMLVector3) in CMLLine3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLLine3.CMLLine3 ( CMLPoint3 p1, CMLPoint3 p2 ) (2)
[mangled: org/xmlcml/cml/element/CMLLine3."<init>":(Lorg/xmlcml/cml/element/CMLPoint3;Lorg/xmlcml/cml/element/CMLPoint3;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLLine3(CMLPoint3, CMLPoint3) in CMLLine3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLLine3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLLine3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLLine3.getEuclidLine3 ( ) : Line3 (1)
[mangled: org/xmlcml/cml/element/CMLLine3.getEuclidLine3:()Lorg/xmlcml/euclid/Line3;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLMatrix
package org.xmlcml.cml.element
[+] CMLMatrix.CMLMatrix ( double[ ][ ] matrix ) (1)
[mangled: org/xmlcml/cml/element/CMLMatrix."<init>":([[D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLMatrix(double[][]) in CMLMatrix; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLMatrix.CMLMatrix ( int rows, int columns, double[ ] array ) (1)
[mangled: org/xmlcml/cml/element/CMLMatrix."<init>":(II[D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLMatrix(int, int, double[]) in CMLMatrix; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLMatrix.CMLMatrix ( int rows, int columns, int[ ] array ) (1)
[mangled: org/xmlcml/cml/element/CMLMatrix."<init>":(II[I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLMatrix.CMLMatrix ( int[ ][ ] matrix ) (1)
[mangled: org/xmlcml/cml/element/CMLMatrix."<init>":([[I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLMatrix(int[][]) in CMLMatrix; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLMatrix.multiply ( CMLMatrix m2 ) : CMLMatrix (1)
[mangled: org/xmlcml/cml/element/CMLMatrix.multiply:(Lorg/xmlcml/cml/element/CMLMatrix;)Lorg/xmlcml/cml/element/CMLMatrix;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiply(CMLMatrix) in CMLMatrix; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLMatrix.setArray ( int rows, int columns, double[ ] array ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMatrix.setArray:(II[D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setArray(int, int, double[]) in CMLMatrix; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLMatrix.setArray ( int rows, int columns, int[ ] array ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMatrix.setArray:(II[I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLMatrix.setMatrix ( double[ ][ ] mat ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMatrix.setMatrix:([[D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setMatrix(double[][]) in CMLMatrix; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLMatrix.setMatrix ( int[ ][ ] mat ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMatrix.setMatrix:([[I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setMatrix(int[][]) in org.xmlcml.cml.element.CMLMatrix; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLMetadata
package org.xmlcml.cml.element
[+] CMLMetadata.setMetadataType ( String value ) : void *DEPRECATED* (1)
[mangled: org/xmlcml/cml/element/CMLMetadata.setMetadataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLMolecule
package org.xmlcml.cml.element
[+] CMLMolecule.addAtom ( CMLAtom atom, boolean check ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.addAtom:(Lorg/xmlcml/cml/element/CMLAtom;Z)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLMolecule.addBond ( CMLBond bond, boolean check ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.addBond:(Lorg/xmlcml/cml/element/CMLBond;Z)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLMolecule.appendMolecule ( CMLMolecule newMol ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.appendMolecule:(Lorg/xmlcml/cml/element/CMLMolecule;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendMolecule(CMLMolecule) in CMLMolecule; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLMolecule.getCalculatedFormalCharge ( CMLElement.FormalChargeControl control ) : int (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.getCalculatedFormalCharge:(Lorg/xmlcml/cml/base/CMLElement$FormalChargeControl;)I]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLMolecule.renameAtomIDs ( List oldIds, List newIds ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.renameAtomIDs:(Ljava/util/List;Ljava/util/List;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override renameAtomIDs(List, List) in org.xmlcml.cml.element.CMLMolecule; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLPlane3
package org.xmlcml.cml.element
[+] CMLPlane3.CMLPlane3 ( CMLVector3 v, double d ) (2)
[mangled: org/xmlcml/cml/element/CMLPlane3."<init>":(Lorg/xmlcml/cml/element/CMLVector3;D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLPlane3(CMLVector3, double) in CMLPlane3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLPlane3.CMLPlane3 ( double[ ] array ) (1)
[mangled: org/xmlcml/cml/element/CMLPlane3."<init>":([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLPlane3(double[]) in CMLPlane3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLPlane3.CMLPlane3 ( double[ ] lmn, double d ) (1)
[mangled: org/xmlcml/cml/element/CMLPlane3."<init>":([DD)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLPlane3(double[], double) in CMLPlane3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLPlane3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLPlane3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLPlane3.getEuclidPlane3 ( ) : Plane3 (1)
[mangled: org/xmlcml/cml/element/CMLPlane3.getEuclidPlane3:()Lorg/xmlcml/euclid/Plane3;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLPlane3.setArray ( double[ ] array ) : void (1)
[mangled: org/xmlcml/cml/element/CMLPlane3.setArray:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setArray(double[]) in org.xmlcml.cml.element.CMLPlane3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLPoint3
package org.xmlcml.cml.element
[+] CMLPoint3.divideBy ( double f ) : CMLPoint3 (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.divideBy:(D)Lorg/xmlcml/cml/element/CMLPoint3;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLPoint3.elementAt ( int n ) : double (2)
[mangled: org/xmlcml/cml/element/CMLPoint3.elementAt:(I)D]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(int) in CMLPoint3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLPoint3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLPoint3.getEuclidPoint3 ( ) : Point3 (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.getEuclidPoint3:()Lorg/xmlcml/euclid/Point3;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLPoint3.getTorsion ( CMLPoint3 p2, CMLPoint3 p3, CMLPoint3 p4 ) : double (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.getTorsion:(Lorg/xmlcml/cml/element/CMLPoint3;Lorg/xmlcml/cml/element/CMLPoint3;Lorg/xmlcml/cml/element/CMLPoint3;)D]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getTorsion(CMLPoint3, CMLPoint3, CMLPoint3) in CMLPoint3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLPoint3.setElementAt ( int n, double d ) : void (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.setElementAt:(ID)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setElementAt(int, double) in CMLPoint3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLPoint3.setXYZ3 ( double[ ] xyz3 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.setXYZ3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setXYZ3(double[]) in org.xmlcml.cml.element.CMLPoint3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLScalar
package org.xmlcml.cml.element
[+] CMLScalar.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLScalar.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLScalar.plus ( CMLScalar scalar ) : CMLScalar (1)
[mangled: org/xmlcml/cml/element/CMLScalar.plus:(Lorg/xmlcml/cml/element/CMLScalar;)Lorg/xmlcml/cml/element/CMLScalar;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(CMLScalar) in CMLScalar; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLScalar.plusEquals ( CMLScalar scalar ) : void (1)
[mangled: org/xmlcml/cml/element/CMLScalar.plusEquals:(Lorg/xmlcml/cml/element/CMLScalar;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plusEquals(CMLScalar) in CMLScalar; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLScalar.subtract ( CMLScalar scalar ) : CMLScalar (1)
[mangled: org/xmlcml/cml/element/CMLScalar.subtract:(Lorg/xmlcml/cml/element/CMLScalar;)Lorg/xmlcml/cml/element/CMLScalar;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(CMLScalar) in CMLScalar; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLScalar.subtractEquals ( CMLScalar scalar ) : void (1)
[mangled: org/xmlcml/cml/element/CMLScalar.subtractEquals:(Lorg/xmlcml/cml/element/CMLScalar;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtractEquals(CMLScalar) in org.xmlcml.cml.element.CMLScalar; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLSpectator
package org.xmlcml.cml.element
[+] CMLSpectator.mergeChildMolecules ( ) : void (1)
[mangled: org/xmlcml/cml/element/CMLSpectator.mergeChildMolecules:()V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override mergeChildMolecules() in org.xmlcml.cml.element.CMLSpectator; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLSymmetry
package org.xmlcml.cml.element
[+] CMLSymmetry.CMLSymmetry ( String[ ] xyz ) (1)
[mangled: org/xmlcml/cml/element/CMLSymmetry."<init>":([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLSymmetry(String[]) in CMLSymmetry; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLSymmetry.createFromXYZStrings ( List trStringList ) [static] : CMLSymmetry (1)
[mangled: org/xmlcml/cml/element/CMLSymmetry.createFromXYZStrings:(Ljava/util/List;)Lorg/xmlcml/cml/element/CMLSymmetry;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override createFromXYZStrings(List) in org.xmlcml.cml.element.CMLSymmetry; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLTableHeader
package org.xmlcml.cml.element
[+] CMLTableHeader.getColumnCount ( ) : int (1)
[mangled: org/xmlcml/cml/element/CMLTableHeader.getColumnCount:()I]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLTransform3
package org.xmlcml.cml.element
[+] CMLTransform3.CMLTransform3 ( CMLVector3 v1, CMLVector3 v2 ) (1)
[mangled: org/xmlcml/cml/element/CMLTransform3."<init>":(Lorg/xmlcml/cml/element/CMLVector3;Lorg/xmlcml/cml/element/CMLVector3;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLTransform3(CMLVector3, CMLVector3) in CMLTransform3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLTransform3.CMLTransform3 ( double[ ] array ) (2)
[mangled: org/xmlcml/cml/element/CMLTransform3."<init>":([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLTransform3(double[]) in CMLTransform3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLTransform3.CMLTransform3 ( String opString ) (1)
[mangled: org/xmlcml/cml/element/CMLTransform3."<init>":(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override CMLTransform3(String) in CMLTransform3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLTransform3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLTransform3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLTransform3.setMatrix ( double[ ] matrixAsArray ) : void (2)
[mangled: org/xmlcml/cml/element/CMLTransform3.setMatrix:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setMatrix(double[]) in org.xmlcml.cml.element.CMLTransform3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLType
package org.xmlcml.cml.base
[+] CMLType.checkValue ( boolean b ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(Z)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLType.checkValue ( boolean[ ] bb ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([Z)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLType.checkValue ( double d ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLType.checkValue ( double[ ] dd ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLType.checkValue ( int i ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLType.checkValue ( int[ ] ii ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([I)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLType.checkValue ( String s ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLType.checkValue ( String[ ] ss ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, CMLUtil
package org.xmlcml.cml.base
[+] CMLUtil.checkPrefixedName ( String name ) [static] : void (1)
[mangled: org/xmlcml/cml/base/CMLUtil.checkPrefixedName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override checkPrefixedName(String) in org.xmlcml.cml.base.CMLUtil; overridden method does not throw org.xmlcml.cml.base.CMLException. |
cdk-1.0.4.jar, CMLVector3
package org.xmlcml.cml.element
[+] CMLVector3.elementAt ( int n ) : double (2)
[mangled: org/xmlcml/cml/element/CMLVector3.elementAt:(I)D]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(int) in CMLVector3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLVector3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLVector3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLVector3.normalize ( ) : CMLVector3 (1)
[mangled: org/xmlcml/cml/element/CMLVector3.normalize:()Lorg/xmlcml/cml/element/CMLVector3;]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] CMLVector3.setElementAt ( int n, double f ) : void (1)
[mangled: org/xmlcml/cml/element/CMLVector3.setElementAt:(ID)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setElementAt(int, double) in CMLVector3; overridden method does not throw org.xmlcml.cml.base.CMLException. |
[+] CMLVector3.setXYZ3 ( double[ ] xyz3 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLVector3.setXYZ3:([D)V]
| Change | Effect |
---|
1 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
cdk-1.0.4.jar, Complex
package org.xmlcml.euclid
[+] Complex.divideBy ( Complex f ) : Complex (1)
[mangled: org/xmlcml/euclid/Complex.divideBy:(Lorg/xmlcml/euclid/Complex;)Lorg/xmlcml/euclid/Complex;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override divideBy(Complex) in org.xmlcml.euclid.Complex; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, CovalentRadiusDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] CovalentRadiusDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/CovalentRadiusDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.CovalentRadiusDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, CPSADescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] CPSADescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/CPSADescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.CPSADescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, DistanceToAtomDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] DistanceToAtomDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/DistanceToAtomDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.DistanceToAtomDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, EffectiveAtomPolarizabilityDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] EffectiveAtomPolarizabilityDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/EffectiveAtomPolarizabilityDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.EffectiveAtomPolarizabilityDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, ElementPTFactory
package org.openscience.cdk.config
[+] ElementPTFactory.configure ( PeriodicTableElement element ) : PeriodicTableElement (1)
[mangled: org/openscience/cdk/config/ElementPTFactory.configure:(Lorg/openscience/cdk/PeriodicTableElement;)Lorg/openscience/cdk/PeriodicTableElement;]
| Change | Effect |
---|
1 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
[+] ElementPTFactory.getInstance ( ) [static] : ElementPTFactory (2)
[mangled: org/openscience/cdk/config/ElementPTFactory.getInstance:()Lorg/openscience/cdk/config/ElementPTFactory;]
| Change | Effect |
---|
1 | Removed java.lang.ClassNotFoundException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getInstance() in org.openscience.cdk.config.ElementPTFactory; overridden method does not throw java.lang.ClassNotFoundException. |
2 | Removed java.io.OptionalDataException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getInstance() in org.openscience.cdk.config.ElementPTFactory; overridden method does not throw java.io.OptionalDataException. |
cdk-1.0.4.jar, ExtendedFingerprinter
package org.openscience.cdk.fingerprint
[+] ExtendedFingerprinter.getFingerprint ( IAtomContainer ac ) : BitSet (2)
[mangled: org/openscience/cdk/fingerprint/ExtendedFingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/BitSet;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getFingerprint(IAtomContainer) in org.openscience.cdk.fingerprint.ExtendedFingerprinter; overridden method does not throw java.lang.Exception. |
2 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
cdk-1.0.4.jar, Fingerprinter
package org.openscience.cdk.fingerprint
[+] Fingerprinter.getFingerprint ( IAtomContainer ac ) : BitSet (2)
[mangled: org/openscience/cdk/fingerprint/Fingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/BitSet;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getFingerprint(IAtomContainer) in Fingerprinter; overridden method does not throw java.lang.Exception. |
2 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
[+] Fingerprinter.getFingerprint ( IAtomContainer ac, AllRingsFinder ringFinder ) : BitSet (2)
[mangled: org/openscience/cdk/fingerprint/Fingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/ringsearch/AllRingsFinder;)Ljava/util/BitSet;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getFingerprint(IAtomContainer, AllRingsFinder) in org.openscience.cdk.fingerprint.Fingerprinter; overridden method does not throw java.lang.Exception. |
2 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
cdk-1.0.4.jar, FragmentComplexityDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] FragmentComplexityDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/FragmentComplexityDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.FragmentComplexityDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, GravitationalIndexDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] GravitationalIndexDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/GravitationalIndexDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.GravitationalIndexDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, HBondAcceptorCountDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] HBondAcceptorCountDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/HBondAcceptorCountDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.HBondAcceptorCountDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, HBondDonorCountDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] HBondDonorCountDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/HBondDonorCountDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.HBondDonorCountDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, IAtomicDescriptor
package org.openscience.cdk.qsar
[+] IAtomicDescriptor.calculate ( IAtom p1, IAtomContainer p2 ) [abstract] : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/IAtomicDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.IAtomicDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, IAtomPairDescriptor
package org.openscience.cdk.qsar
[+] IAtomPairDescriptor.calculate ( IAtom p1, IAtom p2, IAtomContainer p3 ) [abstract] : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/IAtomPairDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtom, IAtomContainer) in org.openscience.cdk.qsar.IAtomPairDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, IBondDescriptor
package org.openscience.cdk.qsar
[+] IBondDescriptor.calculate ( IBond p1, IAtomContainer p2 ) [abstract] : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/IBondDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IBond;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IBond, IAtomContainer) in org.openscience.cdk.qsar.IBondDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, IFingerprinter
package org.openscience.cdk.fingerprint
[+] IFingerprinter.getFingerprint ( IAtomContainer p1 ) [abstract] : BitSet (2)
[mangled: org/openscience/cdk/fingerprint/IFingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/BitSet;]
| Change | Effect |
---|
1 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
2 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getFingerprint(IAtomContainer) in org.openscience.cdk.fingerprint.IFingerprinter; overridden method does not throw java.lang.Exception. |
cdk-1.0.4.jar, IMolecularDescriptor
package org.openscience.cdk.qsar
[+] IMolecularDescriptor.calculate ( IAtomContainer p1 ) [abstract] : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/IMolecularDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.IMolecularDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, InductiveAtomicHardnessDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] InductiveAtomicHardnessDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/InductiveAtomicHardnessDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.InductiveAtomicHardnessDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, InductiveAtomicSoftnessDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] InductiveAtomicSoftnessDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/InductiveAtomicSoftnessDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.InductiveAtomicSoftnessDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, InductivePartialCharges
package org.openscience.cdk.charges
[+] InductivePartialCharges.getPaulingElectronegativities ( IAtomContainer ac, boolean modified ) : double[ ] (2)
[mangled: org/openscience/cdk/charges/InductivePartialCharges.getPaulingElectronegativities:(Lorg/openscience/cdk/interfaces/IAtomContainer;Z)[D]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getPaulingElectronegativities(IAtomContainer, boolean) in org.openscience.cdk.charges.InductivePartialCharges; overridden method does not throw java.lang.Exception. |
2 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
cdk-1.0.4.jar, IntArray
package org.xmlcml.euclid
[+] IntArray.dotProduct ( IntArray f ) : int (1)
[mangled: org/xmlcml/euclid/IntArray.dotProduct:(Lorg/xmlcml/euclid/IntArray;)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override dotProduct(IntArray) in IntArray; overridden method does not throw EuclidException. |
[+] IntArray.getReorderedArray ( IntSet idx ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntArray.getReorderedArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getReorderedArray(IntSet) in IntArray; overridden method does not throw EuclidException. |
[+] IntArray.IntArray ( int n, int[ ] arr ) (1)
[mangled: org/xmlcml/euclid/IntArray."<init>":(I[I)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntArray(int, int[]) in IntArray; overridden method does not throw EuclidException. |
[+] IntArray.IntArray ( IntArray m, int low, int high ) (1)
[mangled: org/xmlcml/euclid/IntArray."<init>":(Lorg/xmlcml/euclid/IntArray;II)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntArray(IntArray, int, int) in IntArray; overridden method does not throw EuclidException. |
[+] IntArray.IntArray ( IntArray ref, IntArray sub ) (1)
[mangled: org/xmlcml/euclid/IntArray."<init>":(Lorg/xmlcml/euclid/IntArray;Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntArray(IntArray, IntArray) in IntArray; overridden method does not throw EuclidException. |
[+] IntArray.plus ( IntArray f ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntArray.plus:(Lorg/xmlcml/euclid/IntArray;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(IntArray) in IntArray; overridden method does not throw EuclidException. |
[+] IntArray.subtract ( IntArray f ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntArray.subtract:(Lorg/xmlcml/euclid/IntArray;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(IntArray) in IntArray; overridden method does not throw EuclidException. |
[+] IntArray.subtractEquals ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntArray.subtractEquals:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtractEquals(IntArray) in org.xmlcml.euclid.IntArray; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, IntMatrix
package org.xmlcml.euclid
[+] IntMatrix.appendColumnData ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendColumnData:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendColumnData(IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.appendColumnData ( IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendColumnData:(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendColumnData(IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.appendRowData ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendRowData:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendRowData(IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.appendRowData ( IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendRowData:(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendRowData(IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.columnwiseDivide ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.columnwiseDivide:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override columnwiseDivide(IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.elementAt ( int row, int col ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.elementAt:(II)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(int, int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.elementAt ( Int2 rowcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.elementAt:(Lorg/xmlcml/euclid/Int2;)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(Int2) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.elementsInRange ( IntRange r ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.elementsInRange:(Lorg/xmlcml/euclid/IntRange;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementsInRange(IntRange) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.extractColumnData ( int col ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractColumnData:(I)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractColumnData(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.extractColumns ( int col1, int col2 ) : Int2Array (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractColumns:(II)Lorg/xmlcml/euclid/Int2Array;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractColumns(int, int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.extractRows ( int row1, int row2 ) : Int2Array (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractRows:(II)Lorg/xmlcml/euclid/Int2Array;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractRows(int, int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.extractSubMatrixData ( int low_row, int high_row, int low_col, int high_col ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractSubMatrixData:(IIII)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractSubMatrixData(int, int, int, int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.indexOfLargestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfLargestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfLargestElementInColumn(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.indexOfLargestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfLargestElementInRow:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfLargestElementInRow(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.indexOfSmallestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfSmallestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfSmallestElementInColumn(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.indexOfSmallestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfSmallestElementInRow:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfSmallestElementInRow(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.insertColumnData ( int after_col, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertColumnData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertColumnData(int, IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.insertColumnData ( int afterCol, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertColumnData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertColumnData(int, IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.insertRowData ( int after_row, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertRowData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertRowData(int, IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.insertRowData ( int afterRow, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertRowData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertRowData(int, IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.IntMatrix ( int rows, int cols, int[ ] array ) (1)
[mangled: org/xmlcml/euclid/IntMatrix."<init>":(II[I)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntMatrix(int, int, int[]) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.IntMatrix ( int[ ][ ] m ) (1)
[mangled: org/xmlcml/euclid/IntMatrix."<init>":([[I)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntMatrix(int[][]) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.IntMatrix ( IntMatrix m, int lowrow, int hirow, int lowcol, int hicol ) (1)
[mangled: org/xmlcml/euclid/IntMatrix."<init>":(Lorg/xmlcml/euclid/IntMatrix;IIII)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntMatrix(IntMatrix, int, int, int, int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.largestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.largestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override largestElementInColumn(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.largestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.largestElementInRow:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override largestElementInRow(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.multiply ( IntArray f ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntMatrix.multiply:(Lorg/xmlcml/euclid/IntArray;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiply(IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.multiply ( IntMatrix m ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.multiply:(Lorg/xmlcml/euclid/IntMatrix;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiply(IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.multiplyEquals ( IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.multiplyEquals:(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiplyEquals(IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.plus ( IntMatrix m2 ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.plus:(Lorg/xmlcml/euclid/IntMatrix;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.reorderColumnsBy ( IntSet is ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.reorderColumnsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reorderColumnsBy(IntSet) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.reorderRowsBy ( IntSet is ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.reorderRowsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reorderRowsBy(IntSet) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.replaceColumnData ( int column, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceColumnData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceColumnData(int, IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.replaceColumnData ( int start_column, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceColumnData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceColumnData(int, IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.replaceRowData ( int afterRow, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceRowData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceRowData(int, IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.replaceRowData ( int row, int[ ] f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceRowData:(I[I)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceRowData(int, int[]) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.replaceRowData ( int row, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceRowData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceRowData(int, IntArray) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.setElementAt ( int row, int col, int f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.setElementAt:(III)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setElementAt(int, int, int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.smallestElement ( ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.smallestElement:()I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override smallestElement() in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.smallestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.smallestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override smallestElementInColumn(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.smallestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.smallestElementInRow:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override smallestElementInRow(int) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.subtract ( IntMatrix m2 ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.subtract:(Lorg/xmlcml/euclid/IntMatrix;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(IntMatrix) in IntMatrix; overridden method does not throw EuclidException. |
[+] IntMatrix.translateByColumn ( int[ ] d ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.translateByColumn:([I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override translateByColumn(int[]) in org.xmlcml.euclid.IntMatrix; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, IntSet
package org.xmlcml.euclid
[+] IntSet.getSubscriptedIntSet ( IntSet sub ) : IntSet (1)
[mangled: org/xmlcml/euclid/IntSet.getSubscriptedIntSet:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntSet;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getSubscriptedIntSet(IntSet) in IntSet; overridden method does not throw EuclidException. |
[+] IntSet.IntSet ( int[ ] is ) (1)
[mangled: org/xmlcml/euclid/IntSet."<init>":([I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntSet(int[]) in org.xmlcml.euclid.IntSet; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, IntSquareMatrix
package org.xmlcml.euclid
[+] IntSquareMatrix.IntSquareMatrix ( int rows, int[ ] array ) (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix."<init>":(I[I)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntSquareMatrix(int, int[]) in IntSquareMatrix; overridden method does not throw EuclidException. |
[+] IntSquareMatrix.IntSquareMatrix ( int[ ][ ] matrix ) (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix."<init>":([[I)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntSquareMatrix(int[][]) in IntSquareMatrix; overridden method does not throw EuclidException. |
[+] IntSquareMatrix.IntSquareMatrix ( IntMatrix m ) (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix."<init>":(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntSquareMatrix(IntMatrix) in IntSquareMatrix; overridden method does not throw EuclidException. |
[+] IntSquareMatrix.IntSquareMatrix ( IntMatrix m, int lowrow, int lowcol, int rows ) (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix."<init>":(Lorg/xmlcml/euclid/IntMatrix;III)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IntSquareMatrix(IntMatrix, int, int, int) in IntSquareMatrix; overridden method does not throw EuclidException. |
[+] IntSquareMatrix.multiply ( IntSquareMatrix m ) : IntSquareMatrix (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.multiply:(Lorg/xmlcml/euclid/IntSquareMatrix;)Lorg/xmlcml/euclid/IntSquareMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiply(IntSquareMatrix) in IntSquareMatrix; overridden method does not throw EuclidException. |
[+] IntSquareMatrix.plus ( IntSquareMatrix m ) : IntSquareMatrix (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.plus:(Lorg/xmlcml/euclid/IntSquareMatrix;)Lorg/xmlcml/euclid/IntSquareMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(IntSquareMatrix) in IntSquareMatrix; overridden method does not throw EuclidException. |
[+] IntSquareMatrix.shallowCopy ( IntSquareMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.shallowCopy:(Lorg/xmlcml/euclid/IntSquareMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override shallowCopy(IntSquareMatrix) in IntSquareMatrix; overridden method does not throw EuclidException. |
[+] IntSquareMatrix.subtract ( IntSquareMatrix m ) : IntSquareMatrix (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.subtract:(Lorg/xmlcml/euclid/IntSquareMatrix;)Lorg/xmlcml/euclid/IntSquareMatrix;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(IntSquareMatrix) in org.xmlcml.euclid.IntSquareMatrix; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, IsotopeFactory
package org.openscience.cdk.config
[+] IsotopeFactory.getInstance ( IChemObjectBuilder builder ) [static] : IsotopeFactory (1)
[mangled: org/openscience/cdk/config/IsotopeFactory.getInstance:(Lorg/openscience/cdk/interfaces/IChemObjectBuilder;)Lorg/openscience/cdk/config/IsotopeFactory;]
| Change | Effect |
---|
1 | Removed java.io.OptionalDataException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getInstance(IChemObjectBuilder) in org.openscience.cdk.config.IsotopeFactory; overridden method does not throw java.io.OptionalDataException. |
cdk-1.0.4.jar, IsProtonInAromaticSystemDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] IsProtonInAromaticSystemDescriptor.calculate ( IAtom atom, IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IsProtonInAromaticSystemDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.IsProtonInAromaticSystemDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, IsProtonInConjugatedPiSystemDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] IsProtonInConjugatedPiSystemDescriptor.calculate ( IAtom atom, IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/IsProtonInConjugatedPiSystemDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.IsProtonInConjugatedPiSystemDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, KappaShapeIndicesDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] KappaShapeIndicesDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/KappaShapeIndicesDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.KappaShapeIndicesDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, LargestChainDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] LargestChainDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LargestChainDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.LargestChainDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, LargestPiSystemDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] LargestPiSystemDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LargestPiSystemDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.LargestPiSystemDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, LengthOverBreadthDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] LengthOverBreadthDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LengthOverBreadthDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.LengthOverBreadthDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, LonePairElectronChecker
package org.openscience.cdk.tools
[+] LonePairElectronChecker.LonePairElectronChecker ( ) (2)
[mangled: org/openscience/cdk/tools/LonePairElectronChecker."<init>":()V]
| Change | Effect |
---|
1 | Removed java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override LonePairElectronChecker() in org.openscience.cdk.tools.LonePairElectronChecker; overridden method does not throw java.io.IOException. |
2 | Removed java.lang.ClassNotFoundException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override LonePairElectronChecker() in org.openscience.cdk.tools.LonePairElectronChecker; overridden method does not throw java.lang.ClassNotFoundException. |
cdk-1.0.4.jar, LongestAliphaticChainDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] LongestAliphaticChainDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/LongestAliphaticChainDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.LongestAliphaticChainDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, Molutils
package org.xmlcml.molutil
[+] Molutils.calculate3DCoordinates0 ( Point3 aPoint, int geometry, double length ) [static] : List (1)
[mangled: org/xmlcml/molutil/Molutils.calculate3DCoordinates0:(Lorg/xmlcml/euclid/Point3;ID)Ljava/util/List;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate3DCoordinates0(Point3, int, double) in Molutils; overridden method does not throw org.xmlcml.euclid.EuclidException. |
[+] Molutils.calculate3DCoordinates1 ( Point3 aPoint, Point3 bPoint, Point3 cPoint, int geometry, double length, double angle ) [static] : List (1)
[mangled: org/xmlcml/molutil/Molutils.calculate3DCoordinates1:(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;IDD)Ljava/util/List;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate3DCoordinates1(Point3, Point3, Point3, int, double, double) in Molutils; overridden method does not throw org.xmlcml.euclid.EuclidException. |
[+] Molutils.calculate3DCoordinates2 ( Point3 aPoint, Point3 bPoint, Point3 cPoint, int geometry, double length, double angle ) [static] : List (1)
[mangled: org/xmlcml/molutil/Molutils.calculate3DCoordinates2:(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;IDD)Ljava/util/List;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate3DCoordinates2(Point3, Point3, Point3, int, double, double) in org.xmlcml.molutil.Molutils; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, MomentOfInertiaDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] MomentOfInertiaDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/MomentOfInertiaDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.MomentOfInertiaDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PartialPiChargeDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] PartialPiChargeDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialPiChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.PartialPiChargeDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PartialSigmaChargeDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] PartialSigmaChargeDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialSigmaChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.PartialSigmaChargeDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PartialTChargeMMFF94Descriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] PartialTChargeMMFF94Descriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialTChargeMMFF94Descriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.PartialTChargeMMFF94Descriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PartialTChargePEOEDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] PartialTChargePEOEDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PartialTChargePEOEDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.PartialTChargePEOEDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PathTools
package org.openscience.cdk.graph
[+] PathTools.depthFirstTargetSearch ( IAtomContainer molecule, IAtom root, IAtom target, IAtomContainer path ) [static] : boolean (1)
[mangled: org/openscience/cdk/graph/PathTools.depthFirstTargetSearch:(Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Z]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.NoSuchAtomException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override depthFirstTargetSearch(IAtomContainer, IAtom, IAtom, IAtomContainer) in org.openscience.cdk.graph.PathTools; overridden method does not throw org.openscience.cdk.exception.NoSuchAtomException. |
cdk-1.0.4.jar, PeriodicTablePositionDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] PeriodicTablePositionDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PeriodicTablePositionDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.PeriodicTablePositionDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PetitjeanNumberDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] PetitjeanNumberDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/PetitjeanNumberDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.PetitjeanNumberDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PetitjeanShapeIndexDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] PetitjeanShapeIndexDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/PetitjeanShapeIndexDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.PetitjeanShapeIndexDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PiContactDetectionDescriptor
package org.openscience.cdk.qsar.descriptors.atompair
[+] PiContactDetectionDescriptor.calculate ( IAtom first, IAtom second, IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atompair/PiContactDetectionDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atompair.PiContactDetectionDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, PiElectronegativityDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] PiElectronegativityDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/PiElectronegativityDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.PiElectronegativityDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, Plane3
package org.xmlcml.euclid
[+] Plane3.Plane3 ( double l, double m, double n, double d ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(DDDD)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Plane3(double, double, double, double) in Plane3; overridden method does not throw EuclidException. |
[+] Plane3.Plane3 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":([D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Plane3(double[]) in Plane3; overridden method does not throw EuclidException. |
[+] Plane3.Plane3 ( double[ ] lmn, double d ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":([DD)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Plane3(double[], double) in Plane3; overridden method does not throw EuclidException. |
[+] Plane3.Plane3 ( Line3 l, Point3 p ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(Lorg/xmlcml/euclid/Line3;Lorg/xmlcml/euclid/Point3;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Plane3(Line3, Point3) in Plane3; overridden method does not throw EuclidException. |
[+] Plane3.Plane3 ( Point3 p1, Point3 p2, Point3 p3 ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Plane3(Point3, Point3, Point3) in Plane3; overridden method does not throw EuclidException. |
[+] Plane3.Plane3 ( Vector3 v, double d ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(Lorg/xmlcml/euclid/Vector3;D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Plane3(Vector3, double) in org.xmlcml.euclid.Plane3; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, Point3
package org.xmlcml.euclid
[+] Point3.calculateFromInternalCoordinates ( Point3 p1, Point3 p2, Point3 p3, double length, Angle angle, Angle torsion ) [static] : Point3 (1)
[mangled: org/xmlcml/euclid/Point3.calculateFromInternalCoordinates:(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;DLorg/xmlcml/euclid/Angle;Lorg/xmlcml/euclid/Angle;)Lorg/xmlcml/euclid/Point3;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculateFromInternalCoordinates(Point3, Point3, Point3, double, Angle, Angle) in Point3; overridden method does not throw EuclidException. |
[+] Point3.elementAt ( int n ) : double (1)
[mangled: org/xmlcml/euclid/Point3.elementAt:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(int) in Point3; overridden method does not throw EuclidException. |
[+] Point3.getTorsion ( Point3 p1, Point3 p2, Point3 p3, Point3 p4 ) [static] : Angle (1)
[mangled: org/xmlcml/euclid/Point3.getTorsion:(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getTorsion(Point3, Point3, Point3, Point3) in Point3; overridden method does not throw EuclidException. |
[+] Point3.Point3 ( double[ ] f ) (1)
[mangled: org/xmlcml/euclid/Point3."<init>":([D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Point3(double[]) in Point3; overridden method does not throw EuclidException. |
[+] Point3.setElementAt ( int n, double d ) : void (1)
[mangled: org/xmlcml/euclid/Point3.setElementAt:(ID)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setElementAt(int, double) in org.xmlcml.euclid.Point3; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, Point3Vector
package org.xmlcml.euclid
[+] Point3Vector.align3PointVectors ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.align3PointVectors:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override align3PointVectors(Point3Vector) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.alignUsing3Points ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.alignUsing3Points:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override alignUsing3Points(Point3Vector) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.angle ( int i1, int i2, int i3 ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.angle:(III)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override angle(int, int, int) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.angle ( IntSet is ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.angle:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override angle(IntSet) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.bestPlane ( ) : Plane3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.bestPlane:()Lorg/xmlcml/euclid/Plane3;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override bestPlane() in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.distance ( IntSet is ) : double (1)
[mangled: org/xmlcml/euclid/Point3Vector.distance:(Lorg/xmlcml/euclid/IntSet;)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override distance(IntSet) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.fitTo ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.fitTo:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override fitTo(Point3Vector) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.get3SeparatedPoints ( ) : int[ ] (1)
[mangled: org/xmlcml/euclid/Point3Vector.get3SeparatedPoints:()[I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override get3SeparatedPoints() in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.getSigmaDeltaSquared ( Point3Vector v ) : double (1)
[mangled: org/xmlcml/euclid/Point3Vector.getSigmaDeltaSquared:(Lorg/xmlcml/euclid/Point3Vector;)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getSigmaDeltaSquared(Point3Vector) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.plus ( Point3Vector pv2 ) : Point3Vector (1)
[mangled: org/xmlcml/euclid/Point3Vector.plus:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Point3Vector;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(Point3Vector) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.Point3Vector ( double[ ] flarray ) (1)
[mangled: org/xmlcml/euclid/Point3Vector."<init>":([D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Point3Vector(double[]) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.Point3Vector ( int n, double[ ] x, double[ ] y, double[ ] z ) (1)
[mangled: org/xmlcml/euclid/Point3Vector."<init>":(I[D[D[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Point3Vector(int, double[], double[], double[]) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.Point3Vector ( RealArray m ) (1)
[mangled: org/xmlcml/euclid/Point3Vector."<init>":(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Point3Vector(RealArray) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.roughAlign ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.roughAlign:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override roughAlign(Point3Vector) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.setElementAt ( Vector3 v, int i ) : void (1)
[mangled: org/xmlcml/euclid/Point3Vector.setElementAt:(Lorg/xmlcml/euclid/Vector3;I)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setElementAt(Vector3, int) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.subArray ( IntSet is ) : Point3Vector (1)
[mangled: org/xmlcml/euclid/Point3Vector.subArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Point3Vector;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subArray(IntSet) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.subtract ( Point3Vector pv2 ) : Point3Vector (1)
[mangled: org/xmlcml/euclid/Point3Vector.subtract:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Point3Vector;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(Point3Vector) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.torsion ( int i1, int i2, int i3, int i4 ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.torsion:(IIII)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override torsion(int, int, int, int) in Point3Vector; overridden method does not throw EuclidException. |
[+] Point3Vector.torsion ( IntSet is ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.torsion:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override torsion(IntSet) in org.xmlcml.euclid.Point3Vector; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, ProtonTotalPartialChargeDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] ProtonTotalPartialChargeDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/ProtonTotalPartialChargeDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.ProtonTotalPartialChargeDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, RDFProtonDescriptor_G3R
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_G3R.calculate ( IAtom atom, IAtomContainer atomContainer, IRingSet precalculatedringset ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_G3R.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer, IRingSet) in RDFProtonDescriptor_G3R; overridden method does not throw org.openscience.cdk.exception.CDKException. |
[+] RDFProtonDescriptor_G3R.calculate ( IAtom atom, IAtomContainer varAtomContainerSet ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_G3R.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_G3R; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, RDFProtonDescriptor_GDR
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GDR.calculate ( IAtom atom, IAtomContainer atomContainer, IRingSet precalculatedringset ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GDR.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer, IRingSet) in RDFProtonDescriptor_GDR; overridden method does not throw org.openscience.cdk.exception.CDKException. |
[+] RDFProtonDescriptor_GDR.calculate ( IAtom atom, IAtomContainer varAtomContainerSet ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GDR.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GDR; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, RDFProtonDescriptor_GHR
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GHR.calculate ( IAtom atom, IAtomContainer atomContainer, IRingSet precalculatedringset ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer, IRingSet) in RDFProtonDescriptor_GHR; overridden method does not throw org.openscience.cdk.exception.CDKException. |
[+] RDFProtonDescriptor_GHR.calculate ( IAtom atom, IAtomContainer varAtomContainerSet ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GHR; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, RDFProtonDescriptor_GHR_topol
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GHR_topol.calculate ( IAtom atom, IAtomContainer atomContainer, IRingSet precalculatedringset ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR_topol.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer, IRingSet) in RDFProtonDescriptor_GHR_topol; overridden method does not throw org.openscience.cdk.exception.CDKException. |
[+] RDFProtonDescriptor_GHR_topol.calculate ( IAtom atom, IAtomContainer varAtomContainerSet ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR_topol.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GHR_topol; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, RDFProtonDescriptor_GSR
package org.openscience.cdk.qsar.descriptors.atomic
[+] RDFProtonDescriptor_GSR.calculate ( IAtom atom, IAtomContainer atomContainer, IRingSet precalculatedringset ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GSR.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;Lorg/openscience/cdk/interfaces/IRingSet;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer, IRingSet) in RDFProtonDescriptor_GSR; overridden method does not throw org.openscience.cdk.exception.CDKException. |
[+] RDFProtonDescriptor_GSR.calculate ( IAtom atom, IAtomContainer varAtomContainerSet ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GSR.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GSR; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, Real2
package org.xmlcml.euclid
[+] Real2.getUnitVector ( ) : Real2 (1)
[mangled: org/xmlcml/euclid/Real2.getUnitVector:()Lorg/xmlcml/euclid/Real2;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getUnitVector() in org.xmlcml.euclid.Real2; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, Real2Array
package org.xmlcml.euclid
[+] Real2Array.Real2Array ( RealArray x, RealArray y ) (1)
[mangled: org/xmlcml/euclid/Real2Array."<init>":(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Real2Array(RealArray, RealArray) in org.xmlcml.euclid.Real2Array; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, Real2Vector
package org.xmlcml.euclid
[+] Real2Vector.angle ( int i1, int i2, int i3 ) : Angle (1)
[mangled: org/xmlcml/euclid/Real2Vector.angle:(III)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override angle(int, int, int) in Real2Vector; overridden method does not throw EuclidException. |
[+] Real2Vector.angle ( IntSet is ) : Angle (1)
[mangled: org/xmlcml/euclid/Real2Vector.angle:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override angle(IntSet) in Real2Vector; overridden method does not throw EuclidException. |
[+] Real2Vector.distance ( IntSet is ) : double (1)
[mangled: org/xmlcml/euclid/Real2Vector.distance:(Lorg/xmlcml/euclid/IntSet;)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override distance(IntSet) in Real2Vector; overridden method does not throw EuclidException. |
[+] Real2Vector.Real2Vector ( double[ ] flarray ) (1)
[mangled: org/xmlcml/euclid/Real2Vector."<init>":([D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Real2Vector(double[]) in Real2Vector; overridden method does not throw EuclidException. |
[+] Real2Vector.Real2Vector ( int n, double[ ] x, double[ ] y ) (1)
[mangled: org/xmlcml/euclid/Real2Vector."<init>":(I[D[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Real2Vector(int, double[], double[]) in Real2Vector; overridden method does not throw EuclidException. |
[+] Real2Vector.Real2Vector ( RealArray m ) (1)
[mangled: org/xmlcml/euclid/Real2Vector."<init>":(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Real2Vector(RealArray) in Real2Vector; overridden method does not throw EuclidException. |
[+] Real2Vector.set ( int i, Real2 v ) : void (1)
[mangled: org/xmlcml/euclid/Real2Vector.set:(ILorg/xmlcml/euclid/Real2;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override set(int, Real2) in Real2Vector; overridden method does not throw EuclidException. |
[+] Real2Vector.subArray ( IntSet is ) : Real2Vector (1)
[mangled: org/xmlcml/euclid/Real2Vector.subArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Real2Vector;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subArray(IntSet) in org.xmlcml.euclid.Real2Vector; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, RealArray
package org.xmlcml.euclid
[+] RealArray.dotProduct ( RealArray f ) : double (1)
[mangled: org/xmlcml/euclid/RealArray.dotProduct:(Lorg/xmlcml/euclid/RealArray;)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override dotProduct(RealArray) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.getReorderedArray ( IntSet idx ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.getReorderedArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getReorderedArray(IntSet) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.plus ( RealArray f ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.plus:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(RealArray) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.plusEquals ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealArray.plusEquals:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plusEquals(RealArray) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.RealArray ( int n, double[ ] arr ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":(I[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealArray(int, double[]) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.RealArray ( RealArray m, int low, int high ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":(Lorg/xmlcml/euclid/RealArray;II)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealArray(RealArray, int, int) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.RealArray ( RealArray ref, IntArray sub ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealArray(RealArray, IntArray) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.RealArray ( String[ ] strings ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed java.lang.NumberFormatException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealArray(String[]) in RealArray; overridden method does not throw java.lang.NumberFormatException. |
[+] RealArray.rms ( ) : double (1)
[mangled: org/xmlcml/euclid/RealArray.rms:()D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override rms() in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.subtract ( RealArray f ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.subtract:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(RealArray) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.subtractEquals ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealArray.subtractEquals:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtractEquals(RealArray) in RealArray; overridden method does not throw EuclidException. |
[+] RealArray.unitVector ( ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.unitVector:()Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override unitVector() in org.xmlcml.euclid.RealArray; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, RealMatrix
package org.xmlcml.euclid
[+] RealMatrix.appendColumnData ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendColumnData:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendColumnData(RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.appendColumnData ( RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendColumnData:(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendColumnData(RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.appendRowData ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendRowData:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendRowData(RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.appendRowData ( RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendRowData:(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override appendRowData(RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.columnwiseDivide ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.columnwiseDivide:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override columnwiseDivide(RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.elementAt ( int row, int col ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.elementAt:(II)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(int, int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.elementAt ( Int2 rowcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.elementAt:(Lorg/xmlcml/euclid/Int2;)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(Int2) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.elementsInRange ( RealRange r ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.elementsInRange:(Lorg/xmlcml/euclid/RealRange;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementsInRange(RealRange) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.euclideanColumnLength ( int jcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.euclideanColumnLength:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override euclideanColumnLength(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.euclideanRowLength ( int i ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.euclideanRowLength:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override euclideanRowLength(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.extractColumnData ( int col ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractColumnData:(I)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractColumnData(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.extractColumns ( int col1, int col2 ) : Real2Array (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractColumns:(II)Lorg/xmlcml/euclid/Real2Array;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractColumns(int, int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.extractRowData ( int row ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractRowData:(I)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractRowData(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.extractRows ( int row1, int row2 ) : Real2Array (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractRows:(II)Lorg/xmlcml/euclid/Real2Array;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractRows(int, int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.extractSubMatrixData ( int low_row, int high_row, int low_col, int high_col ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractSubMatrixData:(IIII)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override extractSubMatrixData(int, int, int, int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.indexOfLargestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfLargestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfLargestElementInColumn(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.indexOfLargestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfLargestElementInRow:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfLargestElementInRow(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.indexOfSmallestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfSmallestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfSmallestElementInColumn(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.indexOfSmallestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfSmallestElementInRow:(I)I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override indexOfSmallestElementInRow(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.insertColumnData ( int after_col, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertColumnData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertColumnData(int, RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.insertColumnData ( int afterCol, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertColumnData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertColumnData(int, RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.insertRowData ( int after_row, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertRowData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertRowData(int, RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.insertRowData ( int afterRow, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertRowData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override insertRowData(int, RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.largestElementInColumn ( int jcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.largestElementInColumn:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override largestElementInColumn(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.largestElementInRow ( int irow ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.largestElementInRow:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override largestElementInRow(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.multiply ( RealArray f ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealMatrix.multiply:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiply(RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.multiply ( RealMatrix m ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.multiply:(Lorg/xmlcml/euclid/RealMatrix;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiply(RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.multiplyEquals ( RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.multiplyEquals:(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiplyEquals(RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.plus ( RealMatrix m2 ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.plus:(Lorg/xmlcml/euclid/RealMatrix;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.RealMatrix ( double[ ][ ] m ) (1)
[mangled: org/xmlcml/euclid/RealMatrix."<init>":([[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealMatrix(double[][]) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.RealMatrix ( int rows, int cols, double[ ] array ) (1)
[mangled: org/xmlcml/euclid/RealMatrix."<init>":(II[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealMatrix(int, int, double[]) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.RealMatrix ( RealMatrix m, int lowrow, int hirow, int lowcol, int hicol ) (1)
[mangled: org/xmlcml/euclid/RealMatrix."<init>":(Lorg/xmlcml/euclid/RealMatrix;IIII)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealMatrix(RealMatrix, int, int, int, int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.reorderColumnsBy ( IntSet is ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.reorderColumnsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reorderColumnsBy(IntSet) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.reorderRowsBy ( IntSet is ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.reorderRowsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reorderRowsBy(IntSet) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.replaceColumnData ( int column, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceColumnData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceColumnData(int, RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.replaceColumnData ( int start_column, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceColumnData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceColumnData(int, RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.replaceRowData ( int afterRow, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceRowData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceRowData(int, RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.replaceRowData ( int row, double[ ] f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceRowData:(I[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceRowData(int, double[]) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.replaceRowData ( int row, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceRowData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override replaceRowData(int, RealArray) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.setElementAt ( int row, int col, double f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.setElementAt:(IID)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setElementAt(int, int, double) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.smallestElement ( ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.smallestElement:()D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override smallestElement() in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.smallestElementInColumn ( int jcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.smallestElementInColumn:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override smallestElementInColumn(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.smallestElementInRow ( int irow ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.smallestElementInRow:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override smallestElementInRow(int) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.subtract ( RealMatrix m2 ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.subtract:(Lorg/xmlcml/euclid/RealMatrix;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(RealMatrix) in RealMatrix; overridden method does not throw EuclidException. |
[+] RealMatrix.translateByColumn ( double[ ] d ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.translateByColumn:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override translateByColumn(double[]) in org.xmlcml.euclid.RealMatrix; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, RealSquareMatrix
package org.xmlcml.euclid
[+] RealSquareMatrix.getInverse ( ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.getInverse:()Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getInverse() in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.multiply ( RealSquareMatrix m ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.multiply:(Lorg/xmlcml/euclid/RealSquareMatrix;)Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override multiply(RealSquareMatrix) in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.plus ( RealSquareMatrix m ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.plus:(Lorg/xmlcml/euclid/RealSquareMatrix;)Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override plus(RealSquareMatrix) in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.RealSquareMatrix ( double[ ][ ] matrix ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":([[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealSquareMatrix(double[][]) in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.RealSquareMatrix ( int rows, double[ ] array ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":(I[D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealSquareMatrix(int, double[]) in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.RealSquareMatrix ( RealMatrix m ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealSquareMatrix(RealMatrix) in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.RealSquareMatrix ( RealMatrix m, int lowrow, int lowcol, int rows ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":(Lorg/xmlcml/euclid/RealMatrix;III)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override RealSquareMatrix(RealMatrix, int, int, int) in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.shallowCopy ( RealSquareMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.shallowCopy:(Lorg/xmlcml/euclid/RealSquareMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override shallowCopy(RealSquareMatrix) in RealSquareMatrix; overridden method does not throw EuclidException. |
[+] RealSquareMatrix.subtract ( RealSquareMatrix m ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.subtract:(Lorg/xmlcml/euclid/RealSquareMatrix;)Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override subtract(RealSquareMatrix) in org.xmlcml.euclid.RealSquareMatrix; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, RotatableBondsCountDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] RotatableBondsCountDescriptor.calculate ( IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/RotatableBondsCountDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.RotatableBondsCountDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, RuleOfFiveDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] RuleOfFiveDescriptor.calculate ( IAtomContainer mol ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/RuleOfFiveDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.RuleOfFiveDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, SaturationChecker
package org.openscience.cdk.tools
[+] SaturationChecker.SaturationChecker ( ) (2)
[mangled: org/openscience/cdk/tools/SaturationChecker."<init>":()V]
| Change | Effect |
---|
1 | Removed java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override SaturationChecker() in org.openscience.cdk.tools.SaturationChecker; overridden method does not throw java.io.IOException. |
2 | Removed java.lang.ClassNotFoundException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override SaturationChecker() in org.openscience.cdk.tools.SaturationChecker; overridden method does not throw java.lang.ClassNotFoundException. |
cdk-1.0.4.jar, SigmaElectronegativityDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] SigmaElectronegativityDescriptor.calculate ( IAtom atom, IAtomContainer ac ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/SigmaElectronegativityDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.SigmaElectronegativityDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, SpanningTree
package org.openscience.cdk.graph
[+] SpanningTree.getBondsAcyclicCount ( ) : int (1)
[mangled: org/openscience/cdk/graph/SpanningTree.getBondsAcyclicCount:()I]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.NoSuchAtomException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getBondsAcyclicCount() in SpanningTree; overridden method does not throw org.openscience.cdk.exception.NoSuchAtomException. |
[+] SpanningTree.getBondsCyclicCount ( ) : int (1)
[mangled: org/openscience/cdk/graph/SpanningTree.getBondsCyclicCount:()I]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.NoSuchAtomException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getBondsCyclicCount() in SpanningTree; overridden method does not throw org.openscience.cdk.exception.NoSuchAtomException. |
[+] SpanningTree.getCyclicFragmentsContainer ( ) : IAtomContainer (1)
[mangled: org/openscience/cdk/graph/SpanningTree.getCyclicFragmentsContainer:()Lorg/openscience/cdk/interfaces/IAtomContainer;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.NoSuchAtomException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getCyclicFragmentsContainer() in org.openscience.cdk.graph.SpanningTree; overridden method does not throw org.openscience.cdk.exception.NoSuchAtomException. |
cdk-1.0.4.jar, SubstructureFingerprinter
package org.openscience.cdk.fingerprint
[+] SubstructureFingerprinter.getFingerprint ( IAtomContainer ac ) : BitSet (2)
[mangled: org/openscience/cdk/fingerprint/SubstructureFingerprinter.getFingerprint:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Ljava/util/BitSet;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getFingerprint(IAtomContainer) in org.openscience.cdk.fingerprint.SubstructureFingerprinter; overridden method does not throw java.lang.Exception. |
2 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
cdk-1.0.4.jar, TemplateHandler3D
package org.openscience.cdk.modeling.builder3d
[+] TemplateHandler3D.mapTemplates ( IAtomContainer ringSystems, double NumberOfRingAtoms ) : void (3)
[mangled: org/openscience/cdk/modeling/builder3d/TemplateHandler3D.mapTemplates:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)V]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override mapTemplates(IAtomContainer, double) in org.openscience.cdk.modeling.builder3d.TemplateHandler3D; overridden method does not throw java.lang.Exception. |
2 | Added java.lang.CloneNotSupportedException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.CloneNotSupportedException must be caught or declared to be thrown. |
3 | Added org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openscience.cdk.exception.CDKException must be caught or declared to be thrown. |
cdk-1.0.4.jar, TPSADescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] TPSADescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/TPSADescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.TPSADescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, Transform2
package org.xmlcml.euclid
[+] Transform2.flipAboutVector ( Real2 r ) [static] : Transform2 (1)
[mangled: org/xmlcml/euclid/Transform2.flipAboutVector:(Lorg/xmlcml/euclid/Real2;)Lorg/xmlcml/euclid/Transform2;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override flipAboutVector(Real2) in Transform2; overridden method does not throw EuclidException. |
[+] Transform2.Transform2 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":([D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform2(double[]) in Transform2; overridden method does not throw EuclidException. |
[+] Transform2.Transform2 ( RealSquareMatrix m ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform2(RealSquareMatrix) in Transform2; overridden method does not throw EuclidException. |
[+] Transform2.Transform2 ( RealSquareMatrix m, Vector2 v ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/Vector2;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform2(RealSquareMatrix, Vector2) in Transform2; overridden method does not throw EuclidException. |
[+] Transform2.Transform2 ( Vector2 v1, Vector2 v2 ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/Vector2;Lorg/xmlcml/euclid/Vector2;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform2(Vector2, Vector2) in org.xmlcml.euclid.Transform2; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, Transform3
package org.xmlcml.euclid
[+] Transform3.Transform3 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":([D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform3(double[]) in Transform3; overridden method does not throw EuclidException. |
[+] Transform3.Transform3 ( RealSquareMatrix m ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform3(RealSquareMatrix) in Transform3; overridden method does not throw EuclidException. |
[+] Transform3.Transform3 ( RealSquareMatrix m, Vector3 v ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/Vector3;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform3(RealSquareMatrix, Vector3) in Transform3; overridden method does not throw EuclidException. |
[+] Transform3.Transform3 ( String opString ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform3(String) in Transform3; overridden method does not throw EuclidException. |
[+] Transform3.Transform3 ( Vector3 v1, Vector3 v2 ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":(Lorg/xmlcml/euclid/Vector3;Lorg/xmlcml/euclid/Vector3;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Transform3(Vector3, Vector3) in org.xmlcml.euclid.Transform3; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, Util
package org.xmlcml.euclid
[+] Util.check ( double[ ] array, int size ) [static] : void (1)
[mangled: org/xmlcml/euclid/Util.check:([DI)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override check(double[], int) in Util; overridden method does not throw EuclidException. |
[+] Util.check ( int n, int low, int high ) [static] : void (1)
[mangled: org/xmlcml/euclid/Util.check:(III)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override check(int, int, int) in Util; overridden method does not throw EuclidException. |
[+] Util.createCommaSeparatedStrings ( List v ) [static] : String (1)
[mangled: org/xmlcml/euclid/Util.createCommaSeparatedStrings:(Ljava/util/List;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override createCommaSeparatedStrings(List) in Util; overridden method does not throw java.lang.Exception. |
[+] Util.getCommaSeparatedStrings ( String s ) [static] : List (2)
[mangled: org/xmlcml/euclid/Util.getCommaSeparatedStrings:(Ljava/lang/String;)Ljava/util/List;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getCommaSeparatedStrings(String) in Util; overridden method does not throw java.lang.Exception. |
2 | Added java.lang.RuntimeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.RuntimeException must be caught or declared to be thrown. |
[+] Util.outputFloat ( int nPlaces, int nDec, double value ) [static] : String (1)
[mangled: org/xmlcml/euclid/Util.outputFloat:(IID)Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override outputFloat(int, int, double) in Util; overridden method does not throw EuclidException. |
[+] Util.splitToDoubleArray ( String s, String delim ) [static] : double[ ] (1)
[mangled: org/xmlcml/euclid/Util.splitToDoubleArray:(Ljava/lang/String;Ljava/lang/String;)[D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override splitToDoubleArray(String, String) in Util; overridden method does not throw EuclidException. |
[+] Util.splitToIntArray ( String s, String delim ) [static] : int[ ] (1)
[mangled: org/xmlcml/euclid/Util.splitToIntArray:(Ljava/lang/String;Ljava/lang/String;)[I]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override splitToIntArray(String, String) in Util; overridden method does not throw EuclidException. |
[+] Util.substituteStrings ( String s, String[ ] oldSubstrings, String[ ] newSubstrings ) [static] : String (1)
[mangled: org/xmlcml/euclid/Util.substituteStrings:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override substituteStrings(String, String[], String[]) in org.xmlcml.euclid.Util; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, VAdjMaDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] VAdjMaDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/VAdjMaDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.VAdjMaDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, VdWRadiusDescriptor
package org.openscience.cdk.qsar.descriptors.atomic
[+] VdWRadiusDescriptor.calculate ( IAtom atom, IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/atomic/VdWRadiusDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtom;Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtom, IAtomContainer) in org.openscience.cdk.qsar.descriptors.atomic.VdWRadiusDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, Vector3
package org.xmlcml.euclid
[+] Vector3.elementAt ( int n ) : double (1)
[mangled: org/xmlcml/euclid/Vector3.elementAt:(I)D]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override elementAt(int) in Vector3; overridden method does not throw EuclidException. |
[+] Vector3.projectOnto ( Vector3 v ) : Vector3 (1)
[mangled: org/xmlcml/euclid/Vector3.projectOnto:(Lorg/xmlcml/euclid/Vector3;)Lorg/xmlcml/euclid/Vector3;]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override projectOnto(Vector3) in Vector3; overridden method does not throw EuclidException. |
[+] Vector3.setElementAt ( int n, double f ) : void (1)
[mangled: org/xmlcml/euclid/Vector3.setElementAt:(ID)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override setElementAt(int, double) in Vector3; overridden method does not throw EuclidException. |
[+] Vector3.Vector3 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Vector3."<init>":([D)V]
| Change | Effect |
---|
1 | Removed EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Vector3(double[]) in Vector3; overridden method does not throw EuclidException. |
[+] Vector3.Vector3 ( RealArray f ) (1)
[mangled: org/xmlcml/euclid/Vector3."<init>":(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.euclid.EuclidException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override Vector3(RealArray) in org.xmlcml.euclid.Vector3; overridden method does not throw org.xmlcml.euclid.EuclidException. |
cdk-1.0.4.jar, WeightDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] WeightDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WeightDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.WeightDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, WeightedPathDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] WeightedPathDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WeightedPathDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.WeightedPathDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, WHIMDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] WHIMDescriptor.calculate ( IAtomContainer container ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WHIMDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.WHIMDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, WienerNumbersDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] WienerNumbersDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/WienerNumbersDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.WienerNumbersDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, XLogPDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] XLogPDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/XLogPDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.XLogPDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
cdk-1.0.4.jar, ZagrebIndexDescriptor
package org.openscience.cdk.qsar.descriptors.molecular
[+] ZagrebIndexDescriptor.calculate ( IAtomContainer atomContainer ) : DescriptorValue (1)
[mangled: org/openscience/cdk/qsar/descriptors/molecular/ZagrebIndexDescriptor.calculate:(Lorg/openscience/cdk/interfaces/IAtomContainer;)Lorg/openscience/cdk/qsar/DescriptorValue;]
| Change | Effect |
---|
1 | Removed org.openscience.cdk.exception.CDKException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override calculate(IAtomContainer) in org.openscience.cdk.qsar.descriptors.molecular.ZagrebIndexDescriptor; overridden method does not throw org.openscience.cdk.exception.CDKException. |
to the top
Problems with Data Types, Low Severity (13)
cdk-1.0.4.jar
package org.openscience.cdk.qsar.descriptors.bond
[+] BondPartialPiChargeDescriptor (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.qsar.AbstractBondDescriptor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (7)
BondPartialPiChargeDescriptor ( )This constructor is from 'BondPartialPiChargeDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'BondPartialPiChargeDescriptor' class.
getParameterNames ( )This method is from 'BondPartialPiChargeDescriptor' class.
getParameters ( )This method is from 'BondPartialPiChargeDescriptor' class.
getParameterType ( String )This method is from 'BondPartialPiChargeDescriptor' class.
getSpecification ( )This method is from 'BondPartialPiChargeDescriptor' class.
setParameters ( Object[ ] )This method is from 'BondPartialPiChargeDescriptor' class.
[+] BondPartialSigmaChargeDescriptor (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.qsar.AbstractBondDescriptor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (7)
BondPartialSigmaChargeDescriptor ( )This constructor is from 'BondPartialSigmaChargeDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'BondPartialSigmaChargeDescriptor' class.
getParameterNames ( )This method is from 'BondPartialSigmaChargeDescriptor' class.
getParameters ( )This method is from 'BondPartialSigmaChargeDescriptor' class.
getParameterType ( String )This method is from 'BondPartialSigmaChargeDescriptor' class.
getSpecification ( )This method is from 'BondPartialSigmaChargeDescriptor' class.
setParameters ( Object[ ] )This method is from 'BondPartialSigmaChargeDescriptor' class.
[+] BondPartialTChargeDescriptor (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.qsar.AbstractBondDescriptor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (7)
BondPartialTChargeDescriptor ( )This constructor is from 'BondPartialTChargeDescriptor' class.
calculate ( IBond, IAtomContainer )This method is from 'BondPartialTChargeDescriptor' class.
getParameterNames ( )This method is from 'BondPartialTChargeDescriptor' class.
getParameters ( )This method is from 'BondPartialTChargeDescriptor' class.
getParameterType ( String )This method is from 'BondPartialTChargeDescriptor' class.
getSpecification ( )This method is from 'BondPartialTChargeDescriptor' class.
setParameters ( Object[ ] )This method is from 'BondPartialTChargeDescriptor' class.
package org.openscience.cdk.qsar.result
[+] BooleanResult (1)
| Change | Effect |
---|
1 | Added super-class BooleanResultType. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
BooleanResult ( boolean )This constructor is from 'BooleanResult' class.
booleanValue ( )This method is from 'BooleanResult' class.
toString ( )This method is from 'BooleanResult' class.
[+] DoubleArrayResult (1)
| Change | Effect |
---|
1 | Added super-class DoubleArrayResultType. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (6)
DoubleArrayResult ( )This constructor is from 'DoubleArrayResult' class.
DoubleArrayResult ( int )This constructor is from 'DoubleArrayResult' class.
add ( double )This method is from 'DoubleArrayResult' class.
get ( int )This method is from 'DoubleArrayResult' class.
length ( )This method is from 'DoubleArrayResult' class.
toString ( )This method is from 'DoubleArrayResult' class.
[+] IntegerArrayResult (1)
| Change | Effect |
---|
1 | Added super-class IntegerArrayResultType. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (6)
IntegerArrayResult ( )This constructor is from 'IntegerArrayResult' class.
IntegerArrayResult ( int )This constructor is from 'IntegerArrayResult' class.
add ( int )This method is from 'IntegerArrayResult' class.
get ( int )This method is from 'IntegerArrayResult' class.
length ( )This method is from 'IntegerArrayResult' class.
toString ( )This method is from 'IntegerArrayResult' class.
package org.openscience.cdk.reaction.type
[+] CarbonylEliminationReaction (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.reaction.ReactionEngine. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
CarbonylEliminationReaction ( )This constructor is from 'CarbonylEliminationReaction' class.
getSpecification ( )This method is from 'CarbonylEliminationReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'CarbonylEliminationReaction' class.
[+] ElectronImpactNBEReaction (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.reaction.ReactionEngine. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
ElectronImpactNBEReaction ( )This constructor is from 'ElectronImpactNBEReaction' class.
getSpecification ( )This method is from 'ElectronImpactNBEReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'ElectronImpactNBEReaction' class.
[+] ElectronImpactPDBReaction (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.reaction.ReactionEngine. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
ElectronImpactPDBReaction ( )This constructor is from 'ElectronImpactPDBReaction' class.
getSpecification ( )This method is from 'ElectronImpactPDBReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'ElectronImpactPDBReaction' class.
[+] HyperconjugationReaction (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.reaction.ReactionEngine. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
HyperconjugationReaction ( )This constructor is from 'HyperconjugationReaction' class.
getSpecification ( )This method is from 'HyperconjugationReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'HyperconjugationReaction' class.
[+] RadicalSiteInitiationHReaction (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.reaction.ReactionEngine. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
RadicalSiteInitiationHReaction ( )This constructor is from 'RadicalSiteInitiationHReaction' class.
getSpecification ( )This method is from 'RadicalSiteInitiationHReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RadicalSiteInitiationHReaction' class.
[+] RadicalSiteInitiationReaction (1)
| Change | Effect |
---|
1 | Added super-class org.openscience.cdk.reaction.ReactionEngine. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
RadicalSiteInitiationReaction ( )This constructor is from 'RadicalSiteInitiationReaction' class.
getSpecification ( )This method is from 'RadicalSiteInitiationReaction' class.
initiate ( IMoleculeSet, IMoleculeSet )This method is from 'RadicalSiteInitiationReaction' class.
package org.xmlcml.euclid
[+] Point2 (1)
| Change | Effect |
---|
1 | Added super-class Real2. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (4)
Point2 ( )This constructor is from 'Point2' class.
Point2 ( double[ ] )This constructor is from 'Point2' class.
Point2 ( double, double )This constructor is from 'Point2' class.
Point2 ( Point2 )1st parameter 'p' of this method has type 'Point2'.
to the top
Problems with Methods, Low Severity (1081)
cdk-1.0.4.jar, AbstractAbundance
package org.xmlcml.cml.element
[+] AbstractAbundance.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAbundance.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAbundance.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAbundance.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAbundance.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAbundance.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAbundance.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAbundance.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAbundance.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAction
package org.xmlcml.cml.element
[+] AbstractAction.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setDuration ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setDuration:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setEnd ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setEnd:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setEndCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setEndCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setOrder ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setOrder:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setStart ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setStart:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setStartCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setStartCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAction.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAction.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractActionList
package org.xmlcml.cml.element
[+] AbstractActionList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setDuration ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setDuration:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setEnd ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setEnd:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setEndCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setEndCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setOrder ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setOrder:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setStart ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setStart:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setStartCondition ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setStartCondition:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractActionList.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractActionList.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAmount
package org.xmlcml.cml.element
[+] AbstractAmount.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAmount.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAmount.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAmount.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAmount.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAmount.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAmount.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAngle
package org.xmlcml.cml.element
[+] AbstractAngle.setAtomRefs3 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setAtomRefs3:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAngle.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAngle.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractArg
package org.xmlcml.cml.element
[+] AbstractArg.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArg.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArg.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArg.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArg.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArg.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArg.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArg.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractArray
package org.xmlcml.cml.element
[+] AbstractArray.setConstantToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setConstantToSI:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setDelimiter ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setDelimiter:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setMaxValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setMaxValueArray:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setMinValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setMinValueArray:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setMultiplierToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setMultiplierToSI:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setSize ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setSize:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setUnitType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setUnitType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractArray.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractArray.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAtom
package org.xmlcml.cml.element
[+] AbstractAtom.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setElementType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setElementType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setFormalCharge ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setFormalCharge:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setHydrogenCount ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setHydrogenCount:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setIsotope ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotope:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setIsotopeListRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotopeListRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setIsotopeNumber ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotopeNumber:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setIsotopeRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setIsotopeRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setOccupancy ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setOccupancy:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setPointGroupMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setPointGroupMultiplicity:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setSpaceGroupMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setSpaceGroupMultiplicity:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setSpinMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setSpinMultiplicity:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setX2 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setX2:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setX3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setX3:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setXFract ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setXFract:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setY2 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setY2:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setY3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setY3:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setYFract ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setYFract:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setZ3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setZ3:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtom.setZFract ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtom.setZFract:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAtomArray
package org.xmlcml.cml.element
[+] AbstractAtomArray.setAtomID ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setAtomID:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setCount ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setCount:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setElementType ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setElementType:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setX2 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setX2:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setX3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setX3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setXFract ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setXFract:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setY2 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setY2:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setY3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setY3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setYFract ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setYFract:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setZ3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setZ3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomArray.setZFract ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomArray.setZFract:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAtomicBasisFunction
package org.xmlcml.cml.element
[+] AbstractAtomicBasisFunction.setAtomRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setAtomRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setL ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setL:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setLm ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setLm:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setM ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setM:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setN ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setN:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setSymbol ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setSymbol:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomicBasisFunction.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomicBasisFunction.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAtomParity
package org.xmlcml.cml.element
[+] AbstractAtomParity.setAtomRefs4 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomParity.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomParity.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomParity.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomParity.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomParity.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomParity.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAtomSet
package org.xmlcml.cml.element
[+] AbstractAtomSet.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomSet.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomSet.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomSet.setSize ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setSize:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomSet.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomSet.setXMLContent ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomSet.setXMLContent:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAtomType
package org.xmlcml.cml.element
[+] AbstractAtomType.setAtomRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setAtomRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomType.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomType.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomType.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomType.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomType.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomType.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomType.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractAtomTypeList
package org.xmlcml.cml.element
[+] AbstractAtomTypeList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomTypeList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomTypeList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomTypeList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractAtomTypeList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractAtomTypeList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBand
package org.xmlcml.cml.element
[+] AbstractBand.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBand.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBand.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBand.setKpoint ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setKpoint:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBand.setKpointRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setKpointRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBand.setLabel ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setLabel:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBand.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBand.setWeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBand.setWeight:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBandList
package org.xmlcml.cml.element
[+] AbstractBandList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBandList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBandList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBandList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBandList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBasisSet
package org.xmlcml.cml.element
[+] AbstractBasisSet.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBasisSet.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBasisSet.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBasisSet.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBasisSet.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBasisSet.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBasisSet.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBond
package org.xmlcml.cml.element
[+] AbstractBond.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setAtomRefs2 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setAtomRefs2:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setOrder ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setOrder:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBond.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBond.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBondArray
package org.xmlcml.cml.element
[+] AbstractBondArray.setAtomRef1 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setAtomRef1:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondArray.setAtomRef2 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setAtomRef2:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondArray.setBondID ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setBondID:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondArray.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondArray.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondArray.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondArray.setOrder ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setOrder:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondArray.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondArray.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBondSet
package org.xmlcml.cml.element
[+] AbstractBondSet.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondSet.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondSet.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondSet.setSize ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setSize:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondSet.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondSet.setXMLContent ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondSet.setXMLContent:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBondStereo
package org.xmlcml.cml.element
[+] AbstractBondStereo.setAtomRefArray ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setAtomRefArray:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondStereo.setAtomRefs4 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondStereo.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondStereo.setConventionValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setConventionValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondStereo.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondStereo.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondStereo.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondStereo.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondStereo.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBondType
package org.xmlcml.cml.element
[+] AbstractBondType.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondType.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondType.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondType.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondType.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondType.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondType.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractBondTypeList
package org.xmlcml.cml.element
[+] AbstractBondTypeList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondTypeList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondTypeList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondTypeList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractBondTypeList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractBondTypeList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractCellParameter
package org.xmlcml.cml.element
[+] AbstractCellParameter.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCellParameter.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCellParameter.setError ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setError:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCellParameter.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCellParameter.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCellParameter.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCellParameter.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCellParameter.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCellParameter.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractCml
package org.xmlcml.cml.element
[+] AbstractCml.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCml.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCml.setFileId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setFileId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCml.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCml.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCml.setVersion ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCml.setVersion:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractComplexObject
package org.xmlcml.cml.element
[+] AbstractComplexObject.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractComplexObject.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractComplexObject.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractComplexObject.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractComplexObject.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractConditionList
package org.xmlcml.cml.element
[+] AbstractConditionList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractConditionList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractConditionList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractConditionList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractConditionList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractConditionList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractConditionList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractCrystal
package org.xmlcml.cml.element
[+] AbstractCrystal.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCrystal.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCrystal.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCrystal.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractCrystal.setZ ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractCrystal.setZ:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractDictionary
package org.xmlcml.cml.element
[+] AbstractDictionary.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractDictionary.setDictionaryPrefix ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setDictionaryPrefix:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractDictionary.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractDictionary.setHref ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setHref:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractDictionary.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractDictionary.setNamespace ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setNamespace:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractDictionary.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractDictionary.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractEigen
package org.xmlcml.cml.element
[+] AbstractEigen.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEigen.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEigen.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEigen.setOrientation ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setOrientation:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEigen.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEigen.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEigen.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEigen.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractElectron
package org.xmlcml.cml.element
[+] AbstractElectron.setAtomRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setAtomRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setBondRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setBondRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractElectron.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractElectron.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractEntry
package org.xmlcml.cml.element
[+] AbstractEntry.setColumns ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setColumns:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setFractionDigits ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setFractionDigits:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setLength ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setLength:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setMaxExclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMaxExclusive:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setMaxInclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMaxInclusive:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setMaxLength ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMaxLength:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setMinExclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMinExclusive:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setMinInclusive ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMinInclusive:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setMinLength ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setMinLength:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setPattern ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setPattern:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setRows ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setRows:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setTerm ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setTerm:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setTotalDigits ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setTotalDigits:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractEntry.setWhiteSpace ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractEntry.setWhiteSpace:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractExpression
package org.xmlcml.cml.element
[+] AbstractExpression.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractExpression.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractExpression.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractExpression.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractExpression.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractExpression.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractFormula
package org.xmlcml.cml.element
[+] AbstractFormula.setConcise ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setConcise:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractFormula.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractFormula.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractFormula.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractFormula.setFormalCharge ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setFormalCharge:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractFormula.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractFormula.setInline ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setInline:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractFormula.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractFormula.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractGradient
package org.xmlcml.cml.element
[+] AbstractGradient.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractGradient.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractGradient.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractGradient.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractGradient.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractIdentifier
package org.xmlcml.cml.element
[+] AbstractIdentifier.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIdentifier.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIdentifier.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIdentifier.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIdentifier.setTautomeric ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setTautomeric:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIdentifier.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIdentifier.setVersion ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIdentifier.setVersion:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractIsotope
package org.xmlcml.cml.element
[+] AbstractIsotope.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotope.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotope.setElementType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setElementType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotope.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotope.setNumber ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setNumber:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotope.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotope.setSpin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setSpin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotope.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotope.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractIsotopeList
package org.xmlcml.cml.element
[+] AbstractIsotopeList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotopeList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotopeList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotopeList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractIsotopeList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractIsotopeList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractKpoint
package org.xmlcml.cml.element
[+] AbstractKpoint.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpoint.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpoint.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpoint.setLabel ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setLabel:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpoint.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpoint.setWeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setWeight:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpoint.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpoint.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractKpointList
package org.xmlcml.cml.element
[+] AbstractKpointList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpointList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpointList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractKpointList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractKpointList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractLabel
package org.xmlcml.cml.element
[+] AbstractLabel.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLabel.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLabel.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLabel.setObjectClass ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLabel.setObjectClass:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractLattice
package org.xmlcml.cml.element
[+] AbstractLattice.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLattice.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLattice.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLattice.setLatticeType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setLatticeType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLattice.setSpaceType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setSpaceType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLattice.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLattice.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractLatticeVector
package org.xmlcml.cml.element
[+] AbstractLatticeVector.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLatticeVector.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLatticeVector.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLatticeVector.setPeriodic ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setPeriodic:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLatticeVector.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLatticeVector.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLatticeVector.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLatticeVector.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractLength
package org.xmlcml.cml.element
[+] AbstractLength.setAtomRefs2 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setAtomRefs2:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLength.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLength.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractLine3
package org.xmlcml.cml.element
[+] AbstractLine3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLine3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLine3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLine3.setPoint3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setPoint3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLine3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLine3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLine3.setVector3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setVector3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLine3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLine3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractLink
package org.xmlcml.cml.element
[+] AbstractLink.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setFrom ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFrom:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setFromContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFromContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setFromSet ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFromSet:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setFromType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setFromType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setHref ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setHref:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setLinkType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setLinkType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setTo ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setTo:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setToContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setToContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setToSet ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setToSet:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractLink.setToType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractLink.setToType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractList
package org.xmlcml.cml.element
[+] AbstractList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractMap
package org.xmlcml.cml.element
[+] AbstractMap.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setFromContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setFromContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setFromType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setFromType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setToContext ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setToContext:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMap.setToType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMap.setToType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractMatrix
package org.xmlcml.cml.element
[+] AbstractMatrix.setColumns ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setColumns:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setDelimiter ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setDelimiter:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setMatrixType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setMatrixType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setMaxValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setMaxValueArray:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setMinValueArray ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setMinValueArray:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setRows ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setRows:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMatrix.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMatrix.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractMechanism
package org.xmlcml.cml.element
[+] AbstractMechanism.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMechanism.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMechanism.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMechanism.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanism.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractMechanismComponent
package org.xmlcml.cml.element
[+] AbstractMechanismComponent.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMechanismComponent.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMechanismComponent.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMechanismComponent.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMechanismComponent.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractMetadata
package org.xmlcml.cml.element
[+] AbstractMetadata.setContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadata.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadata.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadata.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadata.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadata.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadata.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadata.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractMetadataList
package org.xmlcml.cml.element
[+] AbstractMetadataList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadataList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadataList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadataList.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadataList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMetadataList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMetadataList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractModule
package org.xmlcml.cml.element
[+] AbstractModule.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractModule.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractModule.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractModule.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractModule.setSerial ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setSerial:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractModule.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractModule.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractMolecule
package org.xmlcml.cml.element
[+] AbstractMolecule.setChirality ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setChirality:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setFormalCharge ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setFormalCharge:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setFormula ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setFormula:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setSpinMultiplicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setSpinMultiplicity:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setSymmetryOriented ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setSymmetryOriented:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractMolecule.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractMolecule.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractName
package org.xmlcml.cml.element
[+] AbstractName.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractName.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractName.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractName.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractName.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractObject
package org.xmlcml.cml.element
[+] AbstractObject.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObject.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObject.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObject.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObject.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObject.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObject.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObject.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractObservation
package org.xmlcml.cml.element
[+] AbstractObservation.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObservation.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObservation.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObservation.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObservation.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractObservation.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractObservation.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractOperator
package org.xmlcml.cml.element
[+] AbstractOperator.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractOperator.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractOperator.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractOperator.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractOperator.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractOperator.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractParameter
package org.xmlcml.cml.element
[+] AbstractParameter.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setConstraint ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setConstraint:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameter.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameter.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractParameterList
package org.xmlcml.cml.element
[+] AbstractParameterList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameterList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameterList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameterList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameterList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParameterList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParameterList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractParticle
package org.xmlcml.cml.element
[+] AbstractParticle.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParticle.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParticle.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParticle.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParticle.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParticle.setX3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setX3:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParticle.setY3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setY3:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractParticle.setZ3 ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractParticle.setZ3:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPeak
package org.xmlcml.cml.element
[+] AbstractPeak.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setIntegral ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setIntegral:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setMoleculeRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setMoleculeRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setPeakHeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakHeight:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setPeakMultiplicity ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakMultiplicity:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setPeakShape ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakShape:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setPeakUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setPeakUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setXMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXMax:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setXMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXMin:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setXUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setXValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setXWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setXWidth:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setYMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYMax:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setYMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYMin:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setYUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setYValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeak.setYWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeak.setYWidth:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPeakGroup
package org.xmlcml.cml.element
[+] AbstractPeakGroup.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setIntegral ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setIntegral:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setMoleculeRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setMoleculeRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setPeakHeight ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakHeight:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setPeakMultiplicity ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakMultiplicity:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setPeakShape ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakShape:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setPeakUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setPeakUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setXMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXMax:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setXMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXMin:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setXUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setXValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setXWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setXWidth:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setYMax ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYMax:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setYMin ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYMin:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setYUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setYValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakGroup.setYWidth ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakGroup.setYWidth:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPeakList
package org.xmlcml.cml.element
[+] AbstractPeakList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPeakStructure
package org.xmlcml.cml.element
[+] AbstractPeakStructure.setAtomRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setAtomRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setBondRefs ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setBondRefs:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setCMLValue ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setCMLValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setPeakMultiplicity ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setPeakMultiplicity:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setPeakShape ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setPeakShape:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPeakStructure.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPeakStructure.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPlane3
package org.xmlcml.cml.element
[+] AbstractPlane3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPlane3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPlane3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPlane3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPlane3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPlane3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPlane3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPoint3
package org.xmlcml.cml.element
[+] AbstractPoint3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPoint3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPoint3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPoint3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPoint3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPoint3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPoint3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPotential
package org.xmlcml.cml.element
[+] AbstractPotential.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotential.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotential.setForm ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setForm:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotential.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotential.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotential.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPotentialForm
package org.xmlcml.cml.element
[+] AbstractPotentialForm.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotentialForm.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotentialForm.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotentialForm.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotentialForm.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialForm.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPotentialList
package org.xmlcml.cml.element
[+] AbstractPotentialList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotentialList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotentialList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPotentialList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPotentialList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractProduct
package org.xmlcml.cml.element
[+] AbstractProduct.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProduct.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProduct.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProduct.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProduct.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProduct.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProduct.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProduct.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProduct.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractProductList
package org.xmlcml.cml.element
[+] AbstractProductList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProductList.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProductList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProductList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProductList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProductList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProductList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProductList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractProperty
package org.xmlcml.cml.element
[+] AbstractProperty.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProperty.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProperty.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProperty.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProperty.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProperty.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractProperty.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractProperty.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractPropertyList
package org.xmlcml.cml.element
[+] AbstractPropertyList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPropertyList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPropertyList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPropertyList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPropertyList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractPropertyList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractPropertyList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReactant
package org.xmlcml.cml.element
[+] AbstractReactant.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactant.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactant.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactant.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactant.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactant.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactant.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactant.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactant.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReactantList
package org.xmlcml.cml.element
[+] AbstractReactantList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactantList.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactantList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactantList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactantList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactantList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactantList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactantList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReaction
package org.xmlcml.cml.element
[+] AbstractReaction.setAtomMap ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setAtomMap:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setBondMap ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setBondMap:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setElectronMap ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setElectronMap:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReaction.setYield ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReaction.setYield:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReactionList
package org.xmlcml.cml.element
[+] AbstractReactionList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionList.setName ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReactionScheme
package org.xmlcml.cml.element
[+] AbstractReactionScheme.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionScheme.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionScheme.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReactionStep
package org.xmlcml.cml.element
[+] AbstractReactionStep.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStep.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStep.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStep.setRatio ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setRatio:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStep.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStep.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStep.setYield ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStep.setYield:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReactionStepList
package org.xmlcml.cml.element
[+] AbstractReactionStepList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStepList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStepList.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStepList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStepList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStepList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactionStepList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactionStepList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractReactiveCentre
package org.xmlcml.cml.element
[+] AbstractReactiveCentre.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactiveCentre.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactiveCentre.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractReactiveCentre.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractReactiveCentre.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractRegion
package org.xmlcml.cml.element
[+] AbstractRegion.setAtomSetRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setAtomSetRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRegion.setBox3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setBox3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRegion.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRegion.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRegion.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRegion.setRegionRefs ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setRegionRefs:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRegion.setSphere3 ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setSphere3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRegion.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRegion.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractRelatedEntry
package org.xmlcml.cml.element
[+] AbstractRelatedEntry.setHref ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRelatedEntry.setHref:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractRelatedEntry.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractRelatedEntry.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSample
package org.xmlcml.cml.element
[+] AbstractSample.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSample.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSample.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSample.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSample.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSample.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSample.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractScalar
package org.xmlcml.cml.element
[+] AbstractScalar.setConstantToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setConstantToSI:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setDataType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setDataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setMultiplierToSI ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setMultiplierToSI:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setUnitType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setUnitType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractScalar.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractScalar.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSpectator
package org.xmlcml.cml.element
[+] AbstractSpectator.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectator.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectator.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectator.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectator.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectator.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSpectatorList
package org.xmlcml.cml.element
[+] AbstractSpectatorList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectatorList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectatorList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectatorList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectatorList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSpectrum
package org.xmlcml.cml.element
[+] AbstractSpectrum.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setFormat ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setFormat:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setFt ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setFt:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setMeasurement ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setMeasurement:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setMoleculeRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setMoleculeRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrum.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrum.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSpectrumData
package org.xmlcml.cml.element
[+] AbstractSpectrumData.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumData.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumData.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumData.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumData.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumData.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSpectrumList
package org.xmlcml.cml.element
[+] AbstractSpectrumList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumList.setMoleculeRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setMoleculeRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSpectrumList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSpectrumList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSphere3
package org.xmlcml.cml.element
[+] AbstractSphere3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSphere3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSphere3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSphere3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSphere3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSphere3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSphere3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSubstance
package org.xmlcml.cml.element
[+] AbstractSubstance.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setCount ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setCount:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setState ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setState:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstance.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstance.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSubstanceList
package org.xmlcml.cml.element
[+] AbstractSubstanceList.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstanceList.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstanceList.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstanceList.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstanceList.setRole ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setRole:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstanceList.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSubstanceList.setType ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSubstanceList.setType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSymmetry
package org.xmlcml.cml.element
[+] AbstractSymmetry.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSymmetry.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSymmetry.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSymmetry.setIrreducibleRepresentation ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setIrreducibleRepresentation:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSymmetry.setNumber ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setNumber:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSymmetry.setPointGroup ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setPointGroup:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSymmetry.setSpaceGroup ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setSpaceGroup:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSymmetry.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSymmetry.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractSystem
package org.xmlcml.cml.element
[+] AbstractSystem.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSystem.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSystem.setDimensionality ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setDimensionality:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSystem.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSystem.setPeriodicity ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setPeriodicity:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractSystem.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractSystem.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractTable
package org.xmlcml.cml.element
[+] AbstractTable.setColumns ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setColumns:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTable.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTable.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTable.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTable.setRows ( int value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setRows:(I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTable.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTable.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTable.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractTableContent
package org.xmlcml.cml.element
[+] AbstractTableContent.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableContent.setDelimiter ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setDelimiter:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableContent.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableContent.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableContent.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableContent.setXMLContent ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableContent.setXMLContent:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractTableHeader
package org.xmlcml.cml.element
[+] AbstractTableHeader.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableHeader.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableHeader.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableHeader.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableHeader.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractTableRow
package org.xmlcml.cml.element
[+] AbstractTableRow.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableRow.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableRow.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTableRow.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTableRow.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractTorsion
package org.xmlcml.cml.element
[+] AbstractTorsion.setAtomRefs4 ( String[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setErrorBasis ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setErrorBasis:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setErrorValue ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setErrorValue:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setMax ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setMax:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setMin ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setMin:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTorsion.setXMLContent ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTorsion.setXMLContent:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractTransform3
package org.xmlcml.cml.element
[+] AbstractTransform3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTransform3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTransform3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTransform3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTransform3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransform3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractTransitionState
package org.xmlcml.cml.element
[+] AbstractTransitionState.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTransitionState.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTransitionState.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractTransitionState.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractTransitionState.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractVector3
package org.xmlcml.cml.element
[+] AbstractVector3.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractVector3.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractVector3.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractVector3.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractVector3.setUnits ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setUnits:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractVector3.setXMLContent ( double[ ] value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractVector3.setXMLContent:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractXaxis
package org.xmlcml.cml.element
[+] AbstractXaxis.setConstantToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setConstantToData:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractXaxis.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractXaxis.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractXaxis.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractXaxis.setMultiplierToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setMultiplierToData:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractXaxis.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractXaxis.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractXaxis.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractYaxis
package org.xmlcml.cml.element
[+] AbstractYaxis.setConstantToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setConstantToData:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractYaxis.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractYaxis.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractYaxis.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractYaxis.setMultiplierToData ( double value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setMultiplierToData:(D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractYaxis.setRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractYaxis.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractYaxis.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, AbstractZMatrix
package org.xmlcml.cml.element
[+] AbstractZMatrix.setConvention ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setConvention:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractZMatrix.setDictRef ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setDictRef:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractZMatrix.setId ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setId:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] AbstractZMatrix.setTitle ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/AbstractZMatrix.setTitle:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLArray
package org.xmlcml.cml.element
[+] CMLArray.CMLArray ( String[ ] array ) (1)
[mangled: org/xmlcml/cml/element/CMLArray."<init>":([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLArray.getDoubles ( ) : double[ ] (1)
[mangled: org/xmlcml/cml/element/CMLArray.getDoubles:()[D]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLArray.getInts ( ) : int[ ] (1)
[mangled: org/xmlcml/cml/element/CMLArray.getInts:()[I]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLArray.setArray ( String[ ] array ) : void (1)
[mangled: org/xmlcml/cml/element/CMLArray.setArray:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLAtomParity
package org.xmlcml.cml.element
[+] CMLAtomParity.rearrangeAtomRefs4 ( String[ ] newAtomsRefs4 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomParity.rearrangeAtomRefs4:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLAtomParity.setAtomRefs4 ( CMLAtom[ ] atoms4 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomParity.setAtomRefs4:([Lorg/xmlcml/cml/element/CMLAtom;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLAtomSet
package org.xmlcml.cml.element
[+] CMLAtomSet.getCalculatedFormalCharge ( ) : int (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.getCalculatedFormalCharge:()I]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLAtomSet.getCalculatedFormula ( CMLMolecule.HydrogenControl control ) : CMLFormula (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.getCalculatedFormula:(Lorg/xmlcml/cml/element/CMLMolecule$HydrogenControl;)Lorg/xmlcml/cml/element/CMLFormula;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLAtomSet.intersection ( CMLAtomSet atomSet2 ) : CMLAtomSet (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.intersection:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLAtomSet.removeAtom ( CMLAtom atom ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtom:(Lorg/xmlcml/cml/element/CMLAtom;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLAtomSet.removeAtomById ( String id ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtomById:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLAtomSet.removeAtomSet ( CMLAtomSet atomSet ) : void (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.removeAtomSet:(Lorg/xmlcml/cml/element/CMLAtomSet;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLAtomSet.union ( CMLAtomSet atomSet2 ) : CMLAtomSet (1)
[mangled: org/xmlcml/cml/element/CMLAtomSet.union:(Lorg/xmlcml/cml/element/CMLAtomSet;)Lorg/xmlcml/cml/element/CMLAtomSet;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLBond
package org.xmlcml.cml.element
[+] CMLBond.atomHash ( CMLBond bond ) [static] : String (1)
[mangled: org/xmlcml/cml/element/CMLBond.atomHash:(Lorg/xmlcml/cml/element/CMLBond;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLBond.CMLBond ( CMLAtom atom1, CMLAtom atom2 ) (1)
[mangled: org/xmlcml/cml/element/CMLBond."<init>":(Lorg/xmlcml/cml/element/CMLAtom;Lorg/xmlcml/cml/element/CMLAtom;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLBond.setAtomRefs2 ( String atomId1, String atomId2 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBond.setAtomRefs2:(Ljava/lang/String;Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLBondSet
package org.xmlcml.cml.element
[+] CMLBondSet.addBond ( CMLBond bond ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.addBond:(Lorg/xmlcml/cml/element/CMLBond;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLBondSet.addBonds ( List bonds ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.addBonds:(Ljava/util/List;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLBondSet.addBondSet ( CMLBondSet bondSet ) : void (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.addBondSet:(Lorg/xmlcml/cml/element/CMLBondSet;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLBondSet.getBondsById ( String[ ] ids ) : CMLBondSet (1)
[mangled: org/xmlcml/cml/element/CMLBondSet.getBondsById:([Ljava/lang/String;)Lorg/xmlcml/cml/element/CMLBondSet;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLCrystal
package org.xmlcml.cml.element
[+] CMLCrystal.CMLCrystal ( double[ ] params ) (1)
[mangled: org/xmlcml/cml/element/CMLCrystal."<init>":([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLCrystal.createCellParameterElements ( ) : List (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.createCellParameterElements:()Ljava/util/List;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLCrystal.getCellScalars ( ) : List *DEPRECATED* (1)
[mangled: org/xmlcml/cml/element/CMLCrystal.getCellScalars:()Ljava/util/List;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLEigen
package org.xmlcml.cml.element
[+] CMLEigen.getEigenvector ( int serial ) : RealArray (1)
[mangled: org/xmlcml/cml/element/CMLEigen.getEigenvector:(I)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLElement
package org.xmlcml.cml.base
[+] CMLElement.getOrCreateChild ( String name ) : CMLElement (1)
[mangled: org/xmlcml/cml/base/CMLElement.getOrCreateChild:(Ljava/lang/String;)Lorg/xmlcml/cml/base/CMLElement;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLFormula
package org.xmlcml.cml.element
[+] CMLFormula.getCalculatedMolecularMass ( ) : double (1)
[mangled: org/xmlcml/cml/element/CMLFormula.getCalculatedMolecularMass:()D]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLFormula.getFormattedString ( CMLFormula.Type convention, CMLFormula.Sort sort, boolean omitCount1 ) : String (1)
[mangled: org/xmlcml/cml/element/CMLFormula.getFormattedString:(Lorg/xmlcml/cml/element/CMLFormula$Type;Lorg/xmlcml/cml/element/CMLFormula$Sort;Z)Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLFormula.setConcise ( String value ) : void (1)
[mangled: org/xmlcml/cml/element/CMLFormula.setConcise:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLLine3
package org.xmlcml.cml.element
[+] CMLLine3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLLine3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLLine3.getEuclidLine3 ( ) : Line3 (1)
[mangled: org/xmlcml/cml/element/CMLLine3.getEuclidLine3:()Lorg/xmlcml/euclid/Line3;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLMatrix
package org.xmlcml.cml.element
[+] CMLMatrix.CMLMatrix ( int rows, int columns, int[ ] array ) (1)
[mangled: org/xmlcml/cml/element/CMLMatrix."<init>":(II[I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLMatrix.setArray ( int rows, int columns, int[ ] array ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMatrix.setArray:(II[I)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLMetadata
package org.xmlcml.cml.element
[+] CMLMetadata.setMetadataType ( String value ) : void *DEPRECATED* (1)
[mangled: org/xmlcml/cml/element/CMLMetadata.setMetadataType:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLMolecule
package org.xmlcml.cml.element
[+] CMLMolecule.addAtom ( CMLAtom atom, boolean check ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.addAtom:(Lorg/xmlcml/cml/element/CMLAtom;Z)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLMolecule.addBond ( CMLBond bond, boolean check ) : void (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.addBond:(Lorg/xmlcml/cml/element/CMLBond;Z)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLMolecule.getCalculatedFormalCharge ( CMLElement.FormalChargeControl control ) : int (1)
[mangled: org/xmlcml/cml/element/CMLMolecule.getCalculatedFormalCharge:(Lorg/xmlcml/cml/base/CMLElement$FormalChargeControl;)I]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLPlane3
package org.xmlcml.cml.element
[+] CMLPlane3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLPlane3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLPlane3.getEuclidPlane3 ( ) : Plane3 (1)
[mangled: org/xmlcml/cml/element/CMLPlane3.getEuclidPlane3:()Lorg/xmlcml/euclid/Plane3;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLPoint3
package org.xmlcml.cml.element
[+] CMLPoint3.divideBy ( double f ) : CMLPoint3 (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.divideBy:(D)Lorg/xmlcml/cml/element/CMLPoint3;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLPoint3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLPoint3.getEuclidPoint3 ( ) : Point3 (1)
[mangled: org/xmlcml/cml/element/CMLPoint3.getEuclidPoint3:()Lorg/xmlcml/euclid/Point3;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLScalar
package org.xmlcml.cml.element
[+] CMLScalar.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLScalar.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLTableHeader
package org.xmlcml.cml.element
[+] CMLTableHeader.getColumnCount ( ) : int (1)
[mangled: org/xmlcml/cml/element/CMLTableHeader.getColumnCount:()I]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLTransform3
package org.xmlcml.cml.element
[+] CMLTransform3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLTransform3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLType
package org.xmlcml.cml.base
[+] CMLType.checkValue ( boolean b ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(Z)V]
| Change | Effect |
---|
1 | Removed CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLType.checkValue ( boolean[ ] bb ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([Z)V]
| Change | Effect |
---|
1 | Removed CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLType.checkValue ( double d ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(D)V]
| Change | Effect |
---|
1 | Removed CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLType.checkValue ( double[ ] dd ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([D)V]
| Change | Effect |
---|
1 | Removed CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLType.checkValue ( int i ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(I)V]
| Change | Effect |
---|
1 | Removed CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLType.checkValue ( int[ ] ii ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([I)V]
| Change | Effect |
---|
1 | Removed CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLType.checkValue ( String s ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLType.checkValue ( String[ ] ss ) : void (1)
[mangled: org/xmlcml/cml/base/CMLType.checkValue:([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, CMLVector3
package org.xmlcml.cml.element
[+] CMLVector3.finishMakingElement ( Element parent ) : void (1)
[mangled: org/xmlcml/cml/element/CMLVector3.finishMakingElement:(Lnu/xom/Element;)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLVector3.normalize ( ) : CMLVector3 (1)
[mangled: org/xmlcml/cml/element/CMLVector3.normalize:()Lorg/xmlcml/cml/element/CMLVector3;]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CMLVector3.setElementAt ( int n, double f ) : void (1)
[mangled: org/xmlcml/cml/element/CMLVector3.setElementAt:(ID)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] CMLVector3.setXYZ3 ( double[ ] xyz3 ) : void (1)
[mangled: org/xmlcml/cml/element/CMLVector3.setXYZ3:([D)V]
| Change | Effect |
---|
1 | Removed org.xmlcml.cml.base.CMLRuntime exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cdk-1.0.4.jar, Complex
package org.xmlcml.euclid
[+] Complex.divideBy ( Complex f ) : Complex (1)
[mangled: org/xmlcml/euclid/Complex.divideBy:(Lorg/xmlcml/euclid/Complex;)Lorg/xmlcml/euclid/Complex;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, IntArray
package org.xmlcml.euclid
[+] IntArray.dotProduct ( IntArray f ) : int (1)
[mangled: org/xmlcml/euclid/IntArray.dotProduct:(Lorg/xmlcml/euclid/IntArray;)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntArray.getReorderedArray ( IntSet idx ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntArray.getReorderedArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntArray.IntArray ( int n, int[ ] arr ) (1)
[mangled: org/xmlcml/euclid/IntArray."<init>":(I[I)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntArray.IntArray ( IntArray m, int low, int high ) (1)
[mangled: org/xmlcml/euclid/IntArray."<init>":(Lorg/xmlcml/euclid/IntArray;II)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntArray.IntArray ( IntArray ref, IntArray sub ) (1)
[mangled: org/xmlcml/euclid/IntArray."<init>":(Lorg/xmlcml/euclid/IntArray;Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntArray.plus ( IntArray f ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntArray.plus:(Lorg/xmlcml/euclid/IntArray;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntArray.subtract ( IntArray f ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntArray.subtract:(Lorg/xmlcml/euclid/IntArray;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntArray.subtractEquals ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntArray.subtractEquals:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, IntMatrix
package org.xmlcml.euclid
[+] IntMatrix.appendColumnData ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendColumnData:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.appendColumnData ( IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendColumnData:(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.appendRowData ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendRowData:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.appendRowData ( IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.appendRowData:(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.columnwiseDivide ( IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.columnwiseDivide:(Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.elementAt ( int row, int col ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.elementAt:(II)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.elementAt ( Int2 rowcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.elementAt:(Lorg/xmlcml/euclid/Int2;)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.elementsInRange ( IntRange r ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.elementsInRange:(Lorg/xmlcml/euclid/IntRange;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.extractColumnData ( int col ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractColumnData:(I)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.extractColumns ( int col1, int col2 ) : Int2Array (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractColumns:(II)Lorg/xmlcml/euclid/Int2Array;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.extractRows ( int row1, int row2 ) : Int2Array (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractRows:(II)Lorg/xmlcml/euclid/Int2Array;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.extractSubMatrixData ( int low_row, int high_row, int low_col, int high_col ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.extractSubMatrixData:(IIII)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.indexOfLargestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfLargestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.indexOfLargestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfLargestElementInRow:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.indexOfSmallestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfSmallestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.indexOfSmallestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.indexOfSmallestElementInRow:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.insertColumnData ( int after_col, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertColumnData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.insertColumnData ( int afterCol, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertColumnData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.insertRowData ( int after_row, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertRowData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.insertRowData ( int afterRow, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.insertRowData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.IntMatrix ( int rows, int cols, int[ ] array ) (1)
[mangled: org/xmlcml/euclid/IntMatrix."<init>":(II[I)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.IntMatrix ( int[ ][ ] m ) (1)
[mangled: org/xmlcml/euclid/IntMatrix."<init>":([[I)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.IntMatrix ( IntMatrix m, int lowrow, int hirow, int lowcol, int hicol ) (1)
[mangled: org/xmlcml/euclid/IntMatrix."<init>":(Lorg/xmlcml/euclid/IntMatrix;IIII)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.largestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.largestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.largestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.largestElementInRow:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.multiply ( IntArray f ) : IntArray (1)
[mangled: org/xmlcml/euclid/IntMatrix.multiply:(Lorg/xmlcml/euclid/IntArray;)Lorg/xmlcml/euclid/IntArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.multiply ( IntMatrix m ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.multiply:(Lorg/xmlcml/euclid/IntMatrix;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.multiplyEquals ( IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.multiplyEquals:(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.plus ( IntMatrix m2 ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.plus:(Lorg/xmlcml/euclid/IntMatrix;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.reorderColumnsBy ( IntSet is ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.reorderColumnsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.reorderRowsBy ( IntSet is ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.reorderRowsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.replaceColumnData ( int column, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceColumnData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.replaceColumnData ( int start_column, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceColumnData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.replaceRowData ( int afterRow, IntMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceRowData:(ILorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.replaceRowData ( int row, int[ ] f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceRowData:(I[I)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.replaceRowData ( int row, IntArray f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.replaceRowData:(ILorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.setElementAt ( int row, int col, int f ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.setElementAt:(III)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.smallestElement ( ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.smallestElement:()I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.smallestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.smallestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.smallestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/IntMatrix.smallestElementInRow:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.subtract ( IntMatrix m2 ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/IntMatrix.subtract:(Lorg/xmlcml/euclid/IntMatrix;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntMatrix.translateByColumn ( int[ ] d ) : void (1)
[mangled: org/xmlcml/euclid/IntMatrix.translateByColumn:([I)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, IntSet
package org.xmlcml.euclid
[+] IntSet.getSubscriptedIntSet ( IntSet sub ) : IntSet (1)
[mangled: org/xmlcml/euclid/IntSet.getSubscriptedIntSet:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/IntSet;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntSet.IntSet ( int[ ] is ) (1)
[mangled: org/xmlcml/euclid/IntSet."<init>":([I)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, IntSquareMatrix
package org.xmlcml.euclid
[+] IntSquareMatrix.IntSquareMatrix ( int[ ][ ] matrix ) (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix."<init>":([[I)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntSquareMatrix.IntSquareMatrix ( IntMatrix m ) (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix."<init>":(Lorg/xmlcml/euclid/IntMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntSquareMatrix.IntSquareMatrix ( IntMatrix m, int lowrow, int lowcol, int rows ) (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix."<init>":(Lorg/xmlcml/euclid/IntMatrix;III)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntSquareMatrix.multiply ( IntSquareMatrix m ) : IntSquareMatrix (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.multiply:(Lorg/xmlcml/euclid/IntSquareMatrix;)Lorg/xmlcml/euclid/IntSquareMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntSquareMatrix.plus ( IntSquareMatrix m ) : IntSquareMatrix (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.plus:(Lorg/xmlcml/euclid/IntSquareMatrix;)Lorg/xmlcml/euclid/IntSquareMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntSquareMatrix.shallowCopy ( IntSquareMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.shallowCopy:(Lorg/xmlcml/euclid/IntSquareMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] IntSquareMatrix.subtract ( IntSquareMatrix m ) : IntSquareMatrix (1)
[mangled: org/xmlcml/euclid/IntSquareMatrix.subtract:(Lorg/xmlcml/euclid/IntSquareMatrix;)Lorg/xmlcml/euclid/IntSquareMatrix;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Molutils
package org.xmlcml.molutil
[+] Molutils.calculate3DCoordinates0 ( Point3 aPoint, int geometry, double length ) [static] : List (1)
[mangled: org/xmlcml/molutil/Molutils.calculate3DCoordinates0:(Lorg/xmlcml/euclid/Point3;ID)Ljava/util/List;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Molutils.calculate3DCoordinates1 ( Point3 aPoint, Point3 bPoint, Point3 cPoint, int geometry, double length, double angle ) [static] : List (1)
[mangled: org/xmlcml/molutil/Molutils.calculate3DCoordinates1:(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;IDD)Ljava/util/List;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Molutils.calculate3DCoordinates2 ( Point3 aPoint, Point3 bPoint, Point3 cPoint, int geometry, double length, double angle ) [static] : List (1)
[mangled: org/xmlcml/molutil/Molutils.calculate3DCoordinates2:(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;IDD)Ljava/util/List;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Plane3
package org.xmlcml.euclid
[+] Plane3.Plane3 ( double l, double m, double n, double d ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(DDDD)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Plane3.Plane3 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":([D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Plane3.Plane3 ( double[ ] lmn, double d ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":([DD)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Plane3.Plane3 ( Line3 l, Point3 p ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(Lorg/xmlcml/euclid/Line3;Lorg/xmlcml/euclid/Point3;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Plane3.Plane3 ( Point3 p1, Point3 p2, Point3 p3 ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Plane3.Plane3 ( Vector3 v, double d ) (1)
[mangled: org/xmlcml/euclid/Plane3."<init>":(Lorg/xmlcml/euclid/Vector3;D)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Point3
package org.xmlcml.euclid
[+] Point3.calculateFromInternalCoordinates ( Point3 p1, Point3 p2, Point3 p3, double length, Angle angle, Angle torsion ) [static] : Point3 (1)
[mangled: org/xmlcml/euclid/Point3.calculateFromInternalCoordinates:(Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;Lorg/xmlcml/euclid/Point3;DLorg/xmlcml/euclid/Angle;Lorg/xmlcml/euclid/Angle;)Lorg/xmlcml/euclid/Point3;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3.elementAt ( int n ) : double (1)
[mangled: org/xmlcml/euclid/Point3.elementAt:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3.Point3 ( double[ ] f ) (1)
[mangled: org/xmlcml/euclid/Point3."<init>":([D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3.setElementAt ( int n, double d ) : void (1)
[mangled: org/xmlcml/euclid/Point3.setElementAt:(ID)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Point3Vector
package org.xmlcml.euclid
[+] Point3Vector.align3PointVectors ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.align3PointVectors:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.alignUsing3Points ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.alignUsing3Points:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.angle ( int i1, int i2, int i3 ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.angle:(III)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.angle ( IntSet is ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.angle:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.bestPlane ( ) : Plane3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.bestPlane:()Lorg/xmlcml/euclid/Plane3;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.distance ( IntSet is ) : double (1)
[mangled: org/xmlcml/euclid/Point3Vector.distance:(Lorg/xmlcml/euclid/IntSet;)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.fitTo ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.fitTo:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.get3SeparatedPoints ( ) : int[ ] (1)
[mangled: org/xmlcml/euclid/Point3Vector.get3SeparatedPoints:()[I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.getSigmaDeltaSquared ( Point3Vector v ) : double (1)
[mangled: org/xmlcml/euclid/Point3Vector.getSigmaDeltaSquared:(Lorg/xmlcml/euclid/Point3Vector;)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.plus ( Point3Vector pv2 ) : Point3Vector (1)
[mangled: org/xmlcml/euclid/Point3Vector.plus:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Point3Vector;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.Point3Vector ( double[ ] flarray ) (1)
[mangled: org/xmlcml/euclid/Point3Vector."<init>":([D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.Point3Vector ( int n, double[ ] x, double[ ] y, double[ ] z ) (1)
[mangled: org/xmlcml/euclid/Point3Vector."<init>":(I[D[D[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.Point3Vector ( RealArray m ) (1)
[mangled: org/xmlcml/euclid/Point3Vector."<init>":(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.roughAlign ( Point3Vector ref ) : Transform3 (1)
[mangled: org/xmlcml/euclid/Point3Vector.roughAlign:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Transform3;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.setElementAt ( Vector3 v, int i ) : void (1)
[mangled: org/xmlcml/euclid/Point3Vector.setElementAt:(Lorg/xmlcml/euclid/Vector3;I)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.subArray ( IntSet is ) : Point3Vector (1)
[mangled: org/xmlcml/euclid/Point3Vector.subArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Point3Vector;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.subtract ( Point3Vector pv2 ) : Point3Vector (1)
[mangled: org/xmlcml/euclid/Point3Vector.subtract:(Lorg/xmlcml/euclid/Point3Vector;)Lorg/xmlcml/euclid/Point3Vector;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.torsion ( int i1, int i2, int i3, int i4 ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.torsion:(IIII)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Point3Vector.torsion ( IntSet is ) : Angle (1)
[mangled: org/xmlcml/euclid/Point3Vector.torsion:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Real2Array
package org.xmlcml.euclid
[+] Real2Array.Real2Array ( RealArray x, RealArray y ) (1)
[mangled: org/xmlcml/euclid/Real2Array."<init>":(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Real2Vector
package org.xmlcml.euclid
[+] Real2Vector.angle ( int i1, int i2, int i3 ) : Angle (1)
[mangled: org/xmlcml/euclid/Real2Vector.angle:(III)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Real2Vector.angle ( IntSet is ) : Angle (1)
[mangled: org/xmlcml/euclid/Real2Vector.angle:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Angle;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Real2Vector.distance ( IntSet is ) : double (1)
[mangled: org/xmlcml/euclid/Real2Vector.distance:(Lorg/xmlcml/euclid/IntSet;)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Real2Vector.Real2Vector ( double[ ] flarray ) (1)
[mangled: org/xmlcml/euclid/Real2Vector."<init>":([D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Real2Vector.Real2Vector ( int n, double[ ] x, double[ ] y ) (1)
[mangled: org/xmlcml/euclid/Real2Vector."<init>":(I[D[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Real2Vector.Real2Vector ( RealArray m ) (1)
[mangled: org/xmlcml/euclid/Real2Vector."<init>":(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Real2Vector.set ( int i, Real2 v ) : void (1)
[mangled: org/xmlcml/euclid/Real2Vector.set:(ILorg/xmlcml/euclid/Real2;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Real2Vector.subArray ( IntSet is ) : Real2Vector (1)
[mangled: org/xmlcml/euclid/Real2Vector.subArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/Real2Vector;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, RealArray
package org.xmlcml.euclid
[+] RealArray.dotProduct ( RealArray f ) : double (1)
[mangled: org/xmlcml/euclid/RealArray.dotProduct:(Lorg/xmlcml/euclid/RealArray;)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.getReorderedArray ( IntSet idx ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.getReorderedArray:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.plus ( RealArray f ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.plus:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.plusEquals ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealArray.plusEquals:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.RealArray ( int n, double[ ] arr ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":(I[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.RealArray ( RealArray m, int low, int high ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":(Lorg/xmlcml/euclid/RealArray;II)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.RealArray ( RealArray ref, IntArray sub ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":(Lorg/xmlcml/euclid/RealArray;Lorg/xmlcml/euclid/IntArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.RealArray ( String[ ] strings ) (1)
[mangled: org/xmlcml/euclid/RealArray."<init>":([Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.rms ( ) : double (1)
[mangled: org/xmlcml/euclid/RealArray.rms:()D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.subtract ( RealArray f ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.subtract:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.subtractEquals ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealArray.subtractEquals:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealArray.unitVector ( ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealArray.unitVector:()Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, RealMatrix
package org.xmlcml.euclid
[+] RealMatrix.appendColumnData ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendColumnData:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.appendColumnData ( RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendColumnData:(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.appendRowData ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendRowData:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.appendRowData ( RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.appendRowData:(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.columnwiseDivide ( RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.columnwiseDivide:(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.elementAt ( int row, int col ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.elementAt:(II)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.elementAt ( Int2 rowcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.elementAt:(Lorg/xmlcml/euclid/Int2;)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.elementsInRange ( RealRange r ) : IntMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.elementsInRange:(Lorg/xmlcml/euclid/RealRange;)Lorg/xmlcml/euclid/IntMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.euclideanColumnLength ( int jcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.euclideanColumnLength:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.euclideanRowLength ( int i ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.euclideanRowLength:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.extractColumnData ( int col ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractColumnData:(I)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.extractColumns ( int col1, int col2 ) : Real2Array (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractColumns:(II)Lorg/xmlcml/euclid/Real2Array;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.extractRowData ( int row ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractRowData:(I)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.extractRows ( int row1, int row2 ) : Real2Array (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractRows:(II)Lorg/xmlcml/euclid/Real2Array;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.extractSubMatrixData ( int low_row, int high_row, int low_col, int high_col ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.extractSubMatrixData:(IIII)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.indexOfLargestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfLargestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.indexOfLargestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfLargestElementInRow:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.indexOfSmallestElementInColumn ( int jcol ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfSmallestElementInColumn:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.indexOfSmallestElementInRow ( int irow ) : int (1)
[mangled: org/xmlcml/euclid/RealMatrix.indexOfSmallestElementInRow:(I)I]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.insertColumnData ( int after_col, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertColumnData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.insertColumnData ( int afterCol, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertColumnData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.insertRowData ( int after_row, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertRowData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.insertRowData ( int afterRow, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.insertRowData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.largestElementInColumn ( int jcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.largestElementInColumn:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.largestElementInRow ( int irow ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.largestElementInRow:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.multiply ( RealArray f ) : RealArray (1)
[mangled: org/xmlcml/euclid/RealMatrix.multiply:(Lorg/xmlcml/euclid/RealArray;)Lorg/xmlcml/euclid/RealArray;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.multiply ( RealMatrix m ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.multiply:(Lorg/xmlcml/euclid/RealMatrix;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.multiplyEquals ( RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.multiplyEquals:(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.plus ( RealMatrix m2 ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.plus:(Lorg/xmlcml/euclid/RealMatrix;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.RealMatrix ( double[ ][ ] m ) (1)
[mangled: org/xmlcml/euclid/RealMatrix."<init>":([[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.RealMatrix ( int rows, int cols, double[ ] array ) (1)
[mangled: org/xmlcml/euclid/RealMatrix."<init>":(II[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.RealMatrix ( RealMatrix m, int lowrow, int hirow, int lowcol, int hicol ) (1)
[mangled: org/xmlcml/euclid/RealMatrix."<init>":(Lorg/xmlcml/euclid/RealMatrix;IIII)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.reorderColumnsBy ( IntSet is ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.reorderColumnsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.reorderRowsBy ( IntSet is ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.reorderRowsBy:(Lorg/xmlcml/euclid/IntSet;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.replaceColumnData ( int column, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceColumnData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.replaceColumnData ( int start_column, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceColumnData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.replaceRowData ( int afterRow, RealMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceRowData:(ILorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.replaceRowData ( int row, double[ ] f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceRowData:(I[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.replaceRowData ( int row, RealArray f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.replaceRowData:(ILorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.setElementAt ( int row, int col, double f ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.setElementAt:(IID)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.smallestElement ( ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.smallestElement:()D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.smallestElementInColumn ( int jcol ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.smallestElementInColumn:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.smallestElementInRow ( int irow ) : double (1)
[mangled: org/xmlcml/euclid/RealMatrix.smallestElementInRow:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.subtract ( RealMatrix m2 ) : RealMatrix (1)
[mangled: org/xmlcml/euclid/RealMatrix.subtract:(Lorg/xmlcml/euclid/RealMatrix;)Lorg/xmlcml/euclid/RealMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealMatrix.translateByColumn ( double[ ] d ) : void (1)
[mangled: org/xmlcml/euclid/RealMatrix.translateByColumn:([D)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, RealSquareMatrix
package org.xmlcml.euclid
[+] RealSquareMatrix.getInverse ( ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.getInverse:()Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.multiply ( RealSquareMatrix m ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.multiply:(Lorg/xmlcml/euclid/RealSquareMatrix;)Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.plus ( RealSquareMatrix m ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.plus:(Lorg/xmlcml/euclid/RealSquareMatrix;)Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.RealSquareMatrix ( double[ ][ ] matrix ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":([[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.RealSquareMatrix ( int rows, double[ ] array ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":(I[D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.RealSquareMatrix ( RealMatrix m ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":(Lorg/xmlcml/euclid/RealMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.RealSquareMatrix ( RealMatrix m, int lowrow, int lowcol, int rows ) (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix."<init>":(Lorg/xmlcml/euclid/RealMatrix;III)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.shallowCopy ( RealSquareMatrix m ) : void (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.shallowCopy:(Lorg/xmlcml/euclid/RealSquareMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] RealSquareMatrix.subtract ( RealSquareMatrix m ) : RealSquareMatrix (1)
[mangled: org/xmlcml/euclid/RealSquareMatrix.subtract:(Lorg/xmlcml/euclid/RealSquareMatrix;)Lorg/xmlcml/euclid/RealSquareMatrix;]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Transform2
package org.xmlcml.euclid
[+] Transform2.flipAboutVector ( Real2 r ) [static] : Transform2 (1)
[mangled: org/xmlcml/euclid/Transform2.flipAboutVector:(Lorg/xmlcml/euclid/Real2;)Lorg/xmlcml/euclid/Transform2;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Transform2.Transform2 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":([D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Transform2.Transform2 ( RealSquareMatrix m ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Transform2.Transform2 ( RealSquareMatrix m, Vector2 v ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/Vector2;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Transform2.Transform2 ( Vector2 v1, Vector2 v2 ) (1)
[mangled: org/xmlcml/euclid/Transform2."<init>":(Lorg/xmlcml/euclid/Vector2;Lorg/xmlcml/euclid/Vector2;)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Transform3
package org.xmlcml.euclid
[+] Transform3.Transform3 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":([D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Transform3.Transform3 ( RealSquareMatrix m ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Transform3.Transform3 ( RealSquareMatrix m, Vector3 v ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":(Lorg/xmlcml/euclid/RealSquareMatrix;Lorg/xmlcml/euclid/Vector3;)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Transform3.Transform3 ( String opString ) (1)
[mangled: org/xmlcml/euclid/Transform3."<init>":(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Util
package org.xmlcml.euclid
[+] Util.check ( double[ ] array, int size ) [static] : void (1)
[mangled: org/xmlcml/euclid/Util.check:([DI)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Util.check ( int n, int low, int high ) [static] : void (1)
[mangled: org/xmlcml/euclid/Util.check:(III)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Util.outputFloat ( int nPlaces, int nDec, double value ) [static] : String (1)
[mangled: org/xmlcml/euclid/Util.outputFloat:(IID)Ljava/lang/String;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Util.splitToDoubleArray ( String s, String delim ) [static] : double[ ] (1)
[mangled: org/xmlcml/euclid/Util.splitToDoubleArray:(Ljava/lang/String;Ljava/lang/String;)[D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Util.splitToIntArray ( String s, String delim ) [static] : int[ ] (1)
[mangled: org/xmlcml/euclid/Util.splitToIntArray:(Ljava/lang/String;Ljava/lang/String;)[I]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
cdk-1.0.4.jar, Vector3
package org.xmlcml.euclid
[+] Vector3.elementAt ( int n ) : double (1)
[mangled: org/xmlcml/euclid/Vector3.elementAt:(I)D]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Vector3.projectOnto ( Vector3 v ) : Vector3 (1)
[mangled: org/xmlcml/euclid/Vector3.projectOnto:(Lorg/xmlcml/euclid/Vector3;)Lorg/xmlcml/euclid/Vector3;]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Vector3.setElementAt ( int n, double f ) : void (1)
[mangled: org/xmlcml/euclid/Vector3.setElementAt:(ID)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Vector3.Vector3 ( double[ ] array ) (1)
[mangled: org/xmlcml/euclid/Vector3."<init>":([D)V]
| Change | Effect |
---|
1 | Added EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
[+] Vector3.Vector3 ( RealArray f ) (1)
[mangled: org/xmlcml/euclid/Vector3."<init>":(Lorg/xmlcml/euclid/RealArray;)V]
| Change | Effect |
---|
1 | Added org.xmlcml.euclid.EuclidRuntimeException exception thrown.
| A client program may be interrupted by added exception. |
to the top
Other Changes in Data Types (151)
cdk-1.0.4.jar
package net.sf.jniinchi
[+] INCHI_BOND_TYPE (1)
| Change | Effect |
---|
1 | Field NONE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NONE is ambiguous. |
[+] affected methods (5)
getIndx ( )This method is from 'INCHI_BOND_TYPE' class.
toString ( )This method is from 'INCHI_BOND_TYPE' class.
JniInchiBond ( JniInchiAtom, JniInchiAtom, INCHI_BOND_TYPE )3rd parameter 'type' of this method has type 'INCHI_BOND_TYPE'.
JniInchiBond ( JniInchiAtom, JniInchiAtom, INCHI_BOND_TYPE, INCHI_BOND_STEREO )3rd parameter 'type' of this method has type 'INCHI_BOND_TYPE'.
getBondType ( )Return value of this method has type 'INCHI_BOND_TYPE'.
package org.openscience.cdk
[+] CDKConstants (4)
| Change | Effect |
---|
1 | Field BONDORDER_QUADRUPLE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BONDORDER_QUADRUPLE is ambiguous. |
2 | Field FORMULA has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FORMULA is ambiguous. |
3 | Field LONE_PAIR_COUNT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LONE_PAIR_COUNT is ambiguous. |
4 | Field PI_BOND_COUNT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to PI_BOND_COUNT is ambiguous. |
[+] affected methods (1)
CDKConstants ( )This constructor is from 'CDKConstants' class.
[+] PeriodicTableElement (3)
| Change | Effect |
---|
1 | Field covalentRadius has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to covalentRadius is ambiguous. |
2 | Field paulingEneg has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to paulingEneg is ambiguous. |
3 | Field vdwRadius has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to vdwRadius is ambiguous. |
[+] affected methods (18)
configure ( PeriodicTableElement )1st parameter 'element' of this method has type 'PeriodicTableElement'.
getElement ( String )Return value of this method has type 'PeriodicTableElement'.
ElementPTHandler ( )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
characters ( char[ ], int, int )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
endElement ( String, String, String )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
startDocument ( )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
startElement ( String, String, String, Attributes )Field 'this.elementType' in the object of this method has type 'PeriodicTableElement'.
PeriodicTableElement ( String )This constructor is from 'PeriodicTableElement' class.
clone ( )This method is from 'PeriodicTableElement' class.
getCASid ( )This method is from 'PeriodicTableElement' class.
getChemicalSerie ( )This method is from 'PeriodicTableElement' class.
getName ( )This method is from 'PeriodicTableElement' class.
...
package org.openscience.cdk.io
[+] DefaultChemObjectReader (1)
| Change | Effect |
---|
1 | Field mode has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to mode is ambiguous. |
[+] affected methods (6)
DefaultChemObjectReader ( )This constructor is from 'DefaultChemObjectReader' abstract class.
addChemObjectIOListener ( IChemObjectIOListener )This method is from 'DefaultChemObjectReader' abstract class.
fireFrameRead ( )This method is from 'DefaultChemObjectReader' abstract class.
fireIOSettingQuestion ( IOSetting )This method is from 'DefaultChemObjectReader' abstract class.
getIOSettings ( )This method is from 'DefaultChemObjectReader' abstract class.
removeChemObjectIOListener ( IChemObjectIOListener )This method is from 'DefaultChemObjectReader' abstract class.
package org.openscience.cdk.io.cml
[+] CMLCoreModule (7)
| Change | Effect |
---|
1 | Field atomCustomProperty has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to atomCustomProperty is ambiguous. |
2 | Field atomicNumbers has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to atomicNumbers is ambiguous. |
3 | Field bondCustomProperty has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to bondCustomProperty is ambiguous. |
4 | Field exactMasses has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to exactMasses is ambiguous. |
5 | Field formula has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to formula is ambiguous. |
6 | Field formulaCounter has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to formulaCounter is ambiguous. |
7 | Field moleculeCustomProperty has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to moleculeCustomProperty is ambiguous. |
[+] affected methods (19)
CMLCoreModule ( IChemFile )This constructor is from 'CMLCoreModule' class.
CMLCoreModule ( ICMLModule )This constructor is from 'CMLCoreModule' class.
addArrayElementsTo ( List, String )This method is from 'CMLCoreModule' class.
characterData ( CMLStack, char[ ], int, int )This method is from 'CMLCoreModule' class.
endDocument ( )This method is from 'CMLCoreModule' class.
endElement ( CMLStack, String, String, String )This method is from 'CMLCoreModule' class.
inherit ( ICMLModule )This method is from 'CMLCoreModule' class.
newAtomData ( )This method is from 'CMLCoreModule' class.
newBondData ( )This method is from 'CMLCoreModule' class.
newCrystalData ( )This method is from 'CMLCoreModule' class.
newMolecule ( )This method is from 'CMLCoreModule' class.
newMoleculeData ( )This method is from 'CMLCoreModule' class.
...
package org.openscience.cdk.io.iterator
[+] DefaultIteratingChemObjectReader (1)
| Change | Effect |
---|
1 | Field mode has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to mode is ambiguous. |
[+] affected methods (7)
DefaultIteratingChemObjectReader ( )This constructor is from 'DefaultIteratingChemObjectReader' abstract class.
accepts ( Class )This method is from 'DefaultIteratingChemObjectReader' abstract class.
addChemObjectIOListener ( IChemObjectIOListener )This method is from 'DefaultIteratingChemObjectReader' abstract class.
fireIOSettingQuestion ( IOSetting )This method is from 'DefaultIteratingChemObjectReader' abstract class.
getIOSettings ( )This method is from 'DefaultIteratingChemObjectReader' abstract class.
remove ( )This method is from 'DefaultIteratingChemObjectReader' abstract class.
removeChemObjectIOListener ( IChemObjectIOListener )This method is from 'DefaultIteratingChemObjectReader' abstract class.
package org.rosuda.JRI
[+] Rengine (1)
| Change | Effect |
---|
1 | Field idleDelay has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to idleDelay is ambiguous. |
[+] affected methods (65)
Rengine ( String[ ], boolean, JRI.RMainLoopCallbacks )This constructor is from 'Rengine' class.
addMainLoopCallbacks ( JRI.RMainLoopCallbacks )This method is from 'Rengine' class.
assign ( String, double[ ] )This method is from 'Rengine' class.
assign ( String, int[ ] )This method is from 'Rengine' class.
assign ( String, String )This method is from 'Rengine' class.
assign ( String, JRI.REXP )This method is from 'Rengine' class.
end ( )This method is from 'Rengine' class.
eval ( String )This method is from 'Rengine' class.
eval ( String, boolean )This method is from 'Rengine' class.
getMainEngine ( )This method is from 'Rengine' class.
getRsync ( )This method is from 'Rengine' class.
getVersion ( )This method is from 'Rengine' class.
...
[+] REXP (3)
| Change | Effect |
---|
1 | Field RAWSXP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to RAWSXP is ambiguous. |
2 | Field S4SXP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to S4SXP is ambiguous. |
3 | Field XT_ARRAY_BOOL_INT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to XT_ARRAY_BOOL_INT is ambiguous. |
[+] affected methods (43)
assign ( String, JRI.REXP )2nd parameter 'p2' of this method has type 'REXP'.
eval ( String )Return value of this method has type 'REXP'.
eval ( String, boolean )Return value of this method has type 'REXP'.
idleEval ( String )Return value of this method has type 'REXP'.
idleEval ( String, boolean )Return value of this method has type 'REXP'.
REXP ( )This constructor is from 'REXP' class.
REXP ( double[ ] )This constructor is from 'REXP' class.
REXP ( int[ ] )This constructor is from 'REXP' class.
REXP ( String[ ] )This constructor is from 'REXP' class.
REXP ( int, Object )This constructor is from 'REXP' class.
REXP ( int, Object, JRI.REXP )3rd parameter 'p3' of this method has type 'REXP'.
REXP ( JRI.Rengine, long )This constructor is from 'REXP' class.
...
package org.xmlcml.cml.base
[+] CMLElement (2)
| Change | Effect |
---|
1 | Field attributeFactory has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to attributeFactory is ambiguous. |
2 | Field nodeFactory has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to nodeFactory is ambiguous. |
[+] affected methods (40)
CMLElement ( )This constructor is from 'CMLElement' class.
CMLElement ( String )This constructor is from 'CMLElement' class.
CMLElement ( CMLElement )This constructor is from 'CMLElement' class.
compareTo ( CMLElement )1st parameter 'elem' of this method has type 'CMLElement'.
copy ( )This method is from 'CMLElement' class.
copyAttributesFromTo ( Element, Element )This method is from 'CMLElement' class.
copyNamespaces ( CMLElement )This method is from 'CMLElement' class.
copyProperties ( CMLElement )This method is from 'CMLElement' class.
debug ( )This method is from 'CMLElement' class.
detach ( )This method is from 'CMLElement' class.
finishMakingElement ( Element )This method is from 'CMLElement' class.
getAncestry ( )This method is from 'CMLElement' class.
...
[+] CMLType (5)
| Change | Effect |
---|
1 | Field NO_BASE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NO_BASE is ambiguous. |
2 | Field javaType has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to javaType is ambiguous. |
3 | Field list has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to list is ambiguous. |
4 | Field restriction has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to restriction is ambiguous. |
5 | Field union has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to union is ambiguous. |
[+] affected methods (52)
getSchemaType ( )Return value of this method has type 'CMLType'.
setSchemaType ( CMLType )1st parameter 'schemaType' of this method has type 'CMLType'.
CMLType ( )This constructor is from 'CMLType' class.
CMLType ( CMLType )1st parameter 'st' of this method has type 'CMLType'.
checkValue ( double[ ] )This method is from 'CMLType' class.
checkValue ( int[ ] )This method is from 'CMLType' class.
checkValue ( String[ ] )This method is from 'CMLType' class.
checkValue ( boolean[ ] )This method is from 'CMLType' class.
checkValue ( double )This method is from 'CMLType' class.
checkValue ( int )This method is from 'CMLType' class.
checkValue ( String )This method is from 'CMLType' class.
checkValue ( boolean )This method is from 'CMLType' class.
...
package org.xmlcml.cml.element
[+] CMLAbundance (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLAbundance ( )This constructor is from 'CMLAbundance' class.
CMLAbundance ( CMLAbundance )1st parameter 'old' of this method has type 'CMLAbundance'.
copy ( )This method is from 'CMLAbundance' class.
[+] CMLAngle (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (7)
CMLAngle ( )This constructor is from 'CMLAngle' class.
CMLAngle ( CMLAngle )1st parameter 'old' of this method has type 'CMLAngle'.
atomHash ( String, String, String )This method is from 'CMLAngle' class.
copy ( )This method is from 'CMLAngle' class.
getAtoms ( CMLMolecule )This method is from 'CMLAngle' class.
getCalculatedAngle ( CMLMolecule )This method is from 'CMLAngle' class.
getIndexedAngles ( List )This method is from 'CMLAngle' class.
[+] CMLArg (3)
| Change | Effect |
---|
1 | Field END_CHARS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to END_CHARS is ambiguous. |
2 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
3 | Field START_CHARS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to START_CHARS is ambiguous. |
[+] affected methods (3)
CMLArg ( )This constructor is from 'CMLArg' class.
CMLArg ( CMLArg )1st parameter 'old' of this method has type 'CMLArg'.
copy ( )This method is from 'CMLArg' class.
[+] CMLArray (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (31)
CMLArray ( )This constructor is from 'CMLArray' class.
CMLArray ( double[ ] )This constructor is from 'CMLArray' class.
CMLArray ( double[ ], String )This constructor is from 'CMLArray' class.
CMLArray ( int[ ] )This constructor is from 'CMLArray' class.
CMLArray ( int[ ], String )This constructor is from 'CMLArray' class.
CMLArray ( String[ ] )This constructor is from 'CMLArray' class.
CMLArray ( String[ ], String )This constructor is from 'CMLArray' class.
CMLArray ( CMLArray )1st parameter 'old' of this method has type 'CMLArray'.
append ( double )This method is from 'CMLArray' class.
append ( int )This method is from 'CMLArray' class.
append ( String )This method is from 'CMLArray' class.
checkNumericConformability ( CMLArray )This method is from 'CMLArray' class.
...
[+] CMLAtom (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (53)
cdkAtomToCMLAtom ( IAtomContainer, IAtom )Return value of this method has type 'CMLAtom'.
CMLAtom ( )This constructor is from 'CMLAtom' class.
CMLAtom ( CMLAtom )1st parameter 'old' of this method has type 'CMLAtom'.
check ( )This method is from 'CMLAtom' class.
compareByAtomicNumber ( CMLAtom )This method is from 'CMLAtom' class.
copy ( )This method is from 'CMLAtom' class.
finishMakingElement ( Element )This method is from 'CMLAtom' class.
get2DCrossProduct ( CMLAtom, CMLAtom )This method is from 'CMLAtom' class.
get2DPoint3 ( )This method is from 'CMLAtom' class.
get3DCrossProduct ( CMLAtom, CMLAtom )This method is from 'CMLAtom' class.
getAtomicNumber ( )This method is from 'CMLAtom' class.
getChemicalElement ( )This method is from 'CMLAtom' class.
...
[+] CMLAtomArray (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (5)
CMLAtomArray ( )This constructor is from 'CMLAtomArray' class.
CMLAtomArray ( CMLAtomArray )1st parameter 'old' of this method has type 'CMLAtomArray'.
copy ( )This method is from 'CMLAtomArray' class.
finishMakingElement ( Element )This method is from 'CMLAtomArray' class.
checkAtomArrayFormat ( CMLAtomArray )1st parameter 'atomArray' of this method has type 'CMLAtomArray'.
[+] CMLAtomicBasisFunction (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (6)
CMLAtomicBasisFunction ( )This constructor is from 'CMLAtomicBasisFunction' class.
CMLAtomicBasisFunction ( int, int, int, String, String, String )This constructor is from 'CMLAtomicBasisFunction' class.
CMLAtomicBasisFunction ( CMLAtomicBasisFunction )1st parameter 'old' of this method has type 'CMLAtomicBasisFunction'.
copy ( )This method is from 'CMLAtomicBasisFunction' class.
getABFList ( CMLAtom, CMLBasisSet.Basis )This method is from 'CMLAtomicBasisFunction' class.
getString ( )This method is from 'CMLAtomicBasisFunction' class.
[+] CMLAtomParity (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (8)
CMLAtomParity ( )This constructor is from 'CMLAtomParity' class.
CMLAtomParity ( CMLAtomParity )1st parameter 'old' of this method has type 'CMLAtomParity'.
copy ( )This method is from 'CMLAtomParity' class.
getAtomRefs4 ( CMLMolecule )This method is from 'CMLAtomParity' class.
getIntegerValue ( )This method is from 'CMLAtomParity' class.
isZero ( )This method is from 'CMLAtomParity' class.
rearrangeAtomRefs4 ( String[ ] )This method is from 'CMLAtomParity' class.
setAtomRefs4 ( CMLAtom[ ] )This method is from 'CMLAtomParity' class.
[+] CMLAtomSet (2)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
2 | Field checkDuplicates has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to checkDuplicates is ambiguous. |
[+] affected methods (52)
CMLAtomSet ( )This constructor is from 'CMLAtomSet' class.
CMLAtomSet ( CMLAtom[ ] )This constructor is from 'CMLAtomSet' class.
CMLAtomSet ( List )This constructor is from 'CMLAtomSet' class.
CMLAtomSet ( Set )This constructor is from 'CMLAtomSet' class.
CMLAtomSet ( CMLAtomSet )1st parameter 'old' of this method has type 'CMLAtomSet'.
CMLAtomSet ( CMLMolecule )This constructor is from 'CMLAtomSet' class.
CMLAtomSet ( CMLMolecule, String[ ] )This constructor is from 'CMLAtomSet' class.
addAtom ( CMLAtom )This method is from 'CMLAtomSet' class.
addAtoms ( CMLAtom[ ] )This method is from 'CMLAtomSet' class.
addAtoms ( List )This method is from 'CMLAtomSet' class.
addAtomSet ( CMLAtomSet )This method is from 'CMLAtomSet' class.
compareTo ( CMLAtomSet )This method is from 'CMLAtomSet' class.
...
[+] CMLAtomType (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLAtomType ( )This constructor is from 'CMLAtomType' class.
CMLAtomType ( CMLAtomType )1st parameter 'old' of this method has type 'CMLAtomType'.
copy ( )This method is from 'CMLAtomType' class.
[+] CMLBond (6)
| Change | Effect |
---|
1 | Field BOND_LINK has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BOND_LINK is ambiguous. |
2 | Field HASH_SYMB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to HASH_SYMB is ambiguous. |
3 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
4 | Field QUERY_BOLD has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to QUERY_BOLD is ambiguous. |
5 | Field QUERY_HASH has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to QUERY_HASH is ambiguous. |
6 | Field USER_CYCLIC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to USER_CYCLIC is ambiguous. |
[+] affected methods (29)
cdkBondToCMLBond ( IBond )Return value of this method has type 'CMLBond'.
CMLBond ( )This constructor is from 'CMLBond' class.
CMLBond ( CMLAtom, CMLAtom )This constructor is from 'CMLBond' class.
CMLBond ( CMLBond )1st parameter 'old' of this method has type 'CMLBond'.
appendToId ( String, boolean )This method is from 'CMLBond' class.
areWithinBondingDistance ( CMLAtom, CMLAtom )This method is from 'CMLBond' class.
atomHash ( )This method is from 'CMLBond' class.
atomHash ( String[ ] )This method is from 'CMLBond' class.
atomHash ( String, String )This method is from 'CMLBond' class.
atomHash ( CMLAtom, CMLAtom )This method is from 'CMLBond' class.
atomHash ( CMLBond )1st parameter 'bond' of this method has type 'CMLBond'.
clearBondStereo ( )This method is from 'CMLBond' class.
...
[+] CMLBondArray (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (4)
CMLBondArray ( )This constructor is from 'CMLBondArray' class.
CMLBondArray ( CMLBondArray )1st parameter 'old' of this method has type 'CMLBondArray'.
copy ( )This method is from 'CMLBondArray' class.
makeElementInContext ( Element )This method is from 'CMLBondArray' class.
[+] CMLBondSet (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (15)
CMLBondSet ( )This constructor is from 'CMLBondSet' class.
CMLBondSet ( CMLBond[ ] )This constructor is from 'CMLBondSet' class.
CMLBondSet ( CMLBondSet )1st parameter 'old' of this method has type 'CMLBondSet'.
CMLBondSet ( CMLMolecule )This constructor is from 'CMLBondSet' class.
addBond ( CMLBond )This method is from 'CMLBondSet' class.
addBonds ( CMLBond[ ] )This method is from 'CMLBondSet' class.
addBonds ( List )This method is from 'CMLBondSet' class.
addBondSet ( CMLBondSet )This method is from 'CMLBondSet' class.
contains ( CMLBond )This method is from 'CMLBondSet' class.
copy ( )This method is from 'CMLBondSet' class.
getBondById ( String )This method is from 'CMLBondSet' class.
getBondIDs ( )This method is from 'CMLBondSet' class.
...
[+] CMLBondStereo (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (5)
getBondStereo ( )Return value of this method has type 'CMLBondStereo'.
setBondStereo ( CMLBondStereo )1st parameter 'stereo' of this method has type 'CMLBondStereo'.
CMLBondStereo ( )This constructor is from 'CMLBondStereo' class.
CMLBondStereo ( CMLBondStereo )1st parameter 'old' of this method has type 'CMLBondStereo'.
copy ( )This method is from 'CMLBondStereo' class.
[+] CMLCellParameter (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (9)
CMLCellParameter ( )This constructor is from 'CMLCellParameter' class.
CMLCellParameter ( CMLScalar[ ], CMLCellParameter.Type )This constructor is from 'CMLCellParameter' class.
CMLCellParameter ( List, CMLCellParameter.Type )This constructor is from 'CMLCellParameter' class.
CMLCellParameter ( CMLCellParameter )1st parameter 'old' of this method has type 'CMLCellParameter'.
copy ( )This method is from 'CMLCellParameter' class.
createCMLScalars ( List )This method is from 'CMLCellParameter' class.
createCMLScalars ( CMLElements )This method is from 'CMLCellParameter' class.
getCellParameter ( List, CMLCellParameter.Type )This method is from 'CMLCellParameter' class.
getCellParameter ( CMLElements, CMLCellParameter.Type )This method is from 'CMLCellParameter' class.
[+] CMLCml (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (4)
cdkChemFileToCMLList ( IChemFile )Return value of this method has type 'CMLCml'.
CMLCml ( )This constructor is from 'CMLCml' class.
CMLCml ( CMLCml )1st parameter 'old' of this method has type 'CMLCml'.
copy ( )This method is from 'CMLCml' class.
[+] CMLCrystal (8)
| Change | Effect |
---|
1 | Field A has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to A is ambiguous. |
2 | Field ALPHA has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ALPHA is ambiguous. |
3 | Field B has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to B is ambiguous. |
4 | Field BETA has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BETA is ambiguous. |
5 | Field C has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to C is ambiguous. |
6 | Field GAMMA has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to GAMMA is ambiguous. |
7 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
8 | Field Z2OP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to Z2OP is ambiguous. |
[+] affected methods (24)
CMLCrystal ( )This constructor is from 'CMLCrystal' class.
CMLCrystal ( double[ ] )This constructor is from 'CMLCrystal' class.
CMLCrystal ( CMLScalar[ ] )This constructor is from 'CMLCrystal' class.
CMLCrystal ( CMLCrystal )1st parameter 'old' of this method has type 'CMLCrystal'.
CMLCrystal ( CMLLattice )This constructor is from 'CMLCrystal' class.
copy ( )This method is from 'CMLCrystal' class.
createCellParameterElements ( )This method is from 'CMLCrystal' class.
createScalar ( String, double, String )This method is from 'CMLCrystal' class.
createScalar ( String, double, String, double )This method is from 'CMLCrystal' class.
getCellParameterValues ( )This method is from 'CMLCrystal' class.
getCellScalars ( )This method is from 'CMLCrystal' class.
getCellVolume1 ( )This method is from 'CMLCrystal' class.
...
[+] CMLDictionary (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (10)
CMLDictionary ( )This constructor is from 'CMLDictionary' class.
CMLDictionary ( CMLDictionary )1st parameter 'old' of this method has type 'CMLDictionary'.
addEntry ( CMLEntry )This method is from 'CMLDictionary' class.
copy ( )This method is from 'CMLDictionary' class.
createDictionary ( File )This method is from 'CMLDictionary' class.
getCMLEntry ( String )This method is from 'CMLDictionary' class.
getGenericEntry ( String )This method is from 'CMLDictionary' class.
indexEntries ( )This method is from 'CMLDictionary' class.
removeEntry ( CMLEntry )This method is from 'CMLDictionary' class.
removeEntryById ( String )This method is from 'CMLDictionary' class.
[+] CMLEigen (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (10)
setMolecularOrbitalCoefficients ( CMLEigen )1st parameter 'coefficients' of this method has type 'CMLEigen'.
CMLEigen ( )This constructor is from 'CMLEigen' class.
CMLEigen ( CMLEigen )1st parameter 'old' of this method has type 'CMLEigen'.
CMLEigen ( CMLMatrix, CMLArray, CMLEigen.Orientation )This constructor is from 'CMLEigen' class.
copy ( )This method is from 'CMLEigen' class.
finishMakingElement ( Element )This method is from 'CMLEigen' class.
getEigenvalues ( )This method is from 'CMLEigen' class.
getEigenvector ( int )This method is from 'CMLEigen' class.
getEigenvectors ( )This method is from 'CMLEigen' class.
getSize ( )This method is from 'CMLEigen' class.
[+] CMLElectron (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLElectron ( )This constructor is from 'CMLElectron' class.
CMLElectron ( CMLElectron )1st parameter 'old' of this method has type 'CMLElectron'.
copy ( )This method is from 'CMLElectron' class.
[+] CMLEntry (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (8)
addEntry ( CMLEntry )1st parameter 'entry' of this method has type 'CMLEntry'.
getCMLEntry ( String )Return value of this method has type 'CMLEntry'.
getGenericEntry ( String )Return value of this method has type 'CMLEntry'.
removeEntry ( CMLEntry )1st parameter 'entry' of this method has type 'CMLEntry'.
CMLEntry ( )This constructor is from 'CMLEntry' class.
CMLEntry ( String )This constructor is from 'CMLEntry' class.
CMLEntry ( CMLEntry )1st parameter 'old' of this method has type 'CMLEntry'.
copy ( )This method is from 'CMLEntry' class.
[+] CMLFormula (3)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
2 | Field SMILES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SMILES is ambiguous. |
3 | Field SMILES1 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SMILES1 is ambiguous. |
[+] affected methods (38)
getCalculatedFormula ( CMLMolecule.HydrogenControl )Return value of this method has type 'CMLFormula'.
CMLFormula ( )This constructor is from 'CMLFormula' class.
CMLFormula ( CMLFormula )1st parameter 'old' of this method has type 'CMLFormula'.
CMLFormula ( CMLMolecule )This constructor is from 'CMLFormula' class.
add ( String, double )This method is from 'CMLFormula' class.
addFormula ( CMLFormula )1st parameter 'f' of this method has type 'CMLFormula'.
appendChild ( Element )This method is from 'CMLFormula' class.
checkAtomArrayFormat ( CMLAtomArray )This method is from 'CMLFormula' class.
copy ( )This method is from 'CMLFormula' class.
createAggregatedFormula ( CMLFormula )1st parameter 'form' of this method has type 'CMLFormula'.
createFormula ( String )This method is from 'CMLFormula' class.
createFormula ( String, CMLFormula.Type )This method is from 'CMLFormula' class.
...
[+] CMLGradient (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLGradient ( )This constructor is from 'CMLGradient' class.
CMLGradient ( CMLGradient )1st parameter 'old' of this method has type 'CMLGradient'.
copy ( )This method is from 'CMLGradient' class.
[+] CMLIdentifier (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (2)
CMLIdentifier ( )This constructor is from 'CMLIdentifier' class.
copy ( )This method is from 'CMLIdentifier' class.
[+] CMLIsotope (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLIsotope ( )This constructor is from 'CMLIsotope' class.
CMLIsotope ( CMLIsotope )1st parameter 'old' of this method has type 'CMLIsotope'.
copy ( )This method is from 'CMLIsotope' class.
[+] CMLKpoint (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLKpoint ( )This constructor is from 'CMLKpoint' class.
CMLKpoint ( CMLKpoint )1st parameter 'old' of this method has type 'CMLKpoint'.
copy ( )This method is from 'CMLKpoint' class.
[+] CMLLabel (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLLabel ( )This constructor is from 'CMLLabel' class.
CMLLabel ( CMLLabel )1st parameter 'old' of this method has type 'CMLLabel'.
copy ( )This method is from 'CMLLabel' class.
[+] CMLLattice (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (15)
CMLCrystal ( CMLLattice )1st parameter 'lattice' of this method has type 'CMLLattice'.
getLattice ( )Return value of this method has type 'CMLLattice'.
getPrimitiveLattice ( )Return value of this method has type 'CMLLattice'.
getPrimitiveLattice ( CMLCrystal.Centering )Return value of this method has type 'CMLLattice'.
getReciprocalLattice ( )Return value of this method has type 'CMLLattice'.
CMLLattice ( )This constructor is from 'CMLLattice' class.
CMLLattice ( CMLLatticeVector[ ] )This constructor is from 'CMLLattice' class.
CMLLattice ( CMLLattice )1st parameter 'old' of this method has type 'CMLLattice'.
CMLLattice ( CMLLatticeVector, CMLLatticeVector, CMLLatticeVector )This constructor is from 'CMLLattice' class.
copy ( )This method is from 'CMLLattice' class.
getCellParameters ( )This method is from 'CMLLattice' class.
getCMLVector3 ( int )This method is from 'CMLLattice' class.
...
[+] CMLLatticeVector (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (7)
CMLLattice ( CMLLatticeVector, CMLLatticeVector, CMLLatticeVector )1st parameter 'a' of this method has type 'CMLLatticeVector'.
CMLLatticeVector ( )This constructor is from 'CMLLatticeVector' class.
CMLLatticeVector ( double[ ] )This constructor is from 'CMLLatticeVector' class.
CMLLatticeVector ( CMLLatticeVector )1st parameter 'old' of this method has type 'CMLLatticeVector'.
CMLLatticeVector ( CMLVector3 )This constructor is from 'CMLLatticeVector' class.
copy ( )This method is from 'CMLLatticeVector' class.
getCMLVector3 ( )This method is from 'CMLLatticeVector' class.
[+] CMLLength (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (4)
CMLLength ( )This constructor is from 'CMLLength' class.
CMLLength ( CMLLength )1st parameter 'old' of this method has type 'CMLLength'.
copy ( )This method is from 'CMLLength' class.
getCalculatedLength ( CMLMolecule )This method is from 'CMLLength' class.
[+] CMLLine3 (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (26)
CMLLine3 ( )This constructor is from 'CMLLine3' class.
CMLLine3 ( CMLLine3 )1st parameter 'old' of this method has type 'CMLLine3'.
CMLLine3 ( CMLPoint3, CMLPoint3 )This constructor is from 'CMLLine3' class.
CMLLine3 ( CMLPoint3, CMLVector3 )This constructor is from 'CMLLine3' class.
CMLLine3 ( Line3 )This constructor is from 'CMLLine3' class.
containsPoint ( CMLPoint3 )This method is from 'CMLLine3' class.
copy ( )This method is from 'CMLLine3' class.
finishMakingElement ( Element )This method is from 'CMLLine3' class.
getClosestPointTo ( CMLPoint3 )This method is from 'CMLLine3' class.
getDistanceFromPoint ( CMLPoint3 )This method is from 'CMLLine3' class.
getEuclidLine3 ( )This method is from 'CMLLine3' class.
getIntersectionWith ( CMLPlane3 )This method is from 'CMLLine3' class.
...
[+] CMLLink (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (9)
CMLLink ( )This constructor is from 'CMLLink' class.
CMLLink ( CMLLink )1st parameter 'old' of this method has type 'CMLLink'.
copy ( )This method is from 'CMLLink' class.
addLink ( CMLLink )1st parameter 'link' of this method has type 'CMLLink'.
addUniqueLink ( CMLLink, CMLMap.Direction )1st parameter 'link' of this method has type 'CMLLink'.
getFromToLink ( String, String )Return value of this method has type 'CMLLink'.
getLink ( String, CMLMap.Direction )Return value of this method has type 'CMLLink'.
getType ( CMLLink, CMLMap.Direction )1st parameter 'link' of this method has type 'CMLLink'.
removeLink ( CMLLink )1st parameter 'link' of this method has type 'CMLLink'.
[+] CMLList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (5)
cdkChemModelToCMLList ( IChemModel )Return value of this method has type 'CMLList'.
cdkChemSequenceToCMLList ( IChemSequence )Return value of this method has type 'CMLList'.
CMLList ( )This constructor is from 'CMLList' class.
CMLList ( CMLList )1st parameter 'old' of this method has type 'CMLList'.
copy ( )This method is from 'CMLList' class.
[+] CMLMatrix (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (26)
CMLEigen ( CMLMatrix, CMLArray, CMLEigen.Orientation )1st parameter 'eigenvectors' of this method has type 'CMLMatrix'.
getEigenvectors ( )Return value of this method has type 'CMLMatrix'.
CMLMatrix ( )This constructor is from 'CMLMatrix' class.
CMLMatrix ( double[ ][ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( int[ ][ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( int, int, double[ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( int, int, int[ ] )This constructor is from 'CMLMatrix' class.
CMLMatrix ( CMLMatrix )1st parameter 'old' of this method has type 'CMLMatrix'.
copy ( )This method is from 'CMLMatrix' class.
getColumns ( )This method is from 'CMLMatrix' class.
getDataType ( )This method is from 'CMLMatrix' class.
getDoubleArray ( )This method is from 'CMLMatrix' class.
...
[+] CMLMechanism (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLMechanism ( )This constructor is from 'CMLMechanism' class.
CMLMechanism ( CMLMechanism )1st parameter 'old' of this method has type 'CMLMechanism'.
copy ( )This method is from 'CMLMechanism' class.
[+] CMLMechanismComponent (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLMechanismComponent ( )This constructor is from 'CMLMechanismComponent' class.
CMLMechanismComponent ( CMLMechanismComponent )1st parameter 'old' of this method has type 'CMLMechanismComponent'.
copy ( )This method is from 'CMLMechanismComponent' class.
[+] CMLMetadata (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (7)
CMLMetadata ( )This constructor is from 'CMLMetadata' class.
CMLMetadata ( CMLMetadata )1st parameter 'old' of this method has type 'CMLMetadata'.
addAttribute ( Attribute )This method is from 'CMLMetadata' class.
copy ( )This method is from 'CMLMetadata' class.
getMetadataType ( )This method is from 'CMLMetadata' class.
getMetadataTypeAttribute ( )This method is from 'CMLMetadata' class.
setMetadataType ( String )This method is from 'CMLMetadata' class.
[+] CMLMetadataList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (7)
CMLMetadataList ( )This constructor is from 'CMLMetadataList' class.
CMLMetadataList ( CMLMetadataList )1st parameter 'old' of this method has type 'CMLMetadataList'.
copy ( )This method is from 'CMLMetadataList' class.
getMetadataDescendants ( )This method is from 'CMLMetadataList' class.
getMetadataDescendants ( CMLElement )This method is from 'CMLMetadataList' class.
getMetadataDescendantsByName ( String )This method is from 'CMLMetadataList' class.
getMetadataDescendantsByName ( List, String )This method is from 'CMLMetadataList' class.
[+] CMLModule (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLModule ( )This constructor is from 'CMLModule' class.
CMLModule ( CMLModule )1st parameter 'old' of this method has type 'CMLModule'.
copy ( )This method is from 'CMLModule' class.
[+] CMLMolecule (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (146)
cdkAtomContainerToCMLMolecule ( IAtomContainer )Return value of this method has type 'CMLMolecule'.
cdkCrystalToCMLMolecule ( ICrystal )Return value of this method has type 'CMLMolecule'.
cdkMoleculeToCMLMolecule ( IMolecule )Return value of this method has type 'CMLMolecule'.
getAtoms ( CMLMolecule )1st parameter 'molecule' of this method has type 'CMLMolecule'.
getCalculatedAngle ( CMLMolecule )1st parameter 'molecule' of this method has type 'CMLMolecule'.
getMolecule ( )Return value of this method has type 'CMLMolecule'.
getAtomRefs4 ( CMLMolecule )1st parameter 'molecule' of this method has type 'CMLMolecule'.
CMLAtomSet ( )Field 'this.molecule' in the object of this method has type 'CMLMolecule'.
CMLAtomSet ( CMLAtom[ ] )Field 'this.molecule' in the object of this method has type 'CMLMolecule'.
CMLAtomSet ( List )Field 'this.molecule' in the object of this method has type 'CMLMolecule'.
CMLAtomSet ( Set )Field 'this.molecule' in the object of this method has type 'CMLMolecule'.
CMLAtomSet ( CMLAtomSet )Field 'old.molecule' in 1st parameter 'old' of this method has type 'CMLMolecule'.
...
[+] CMLName (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLName ( )This constructor is from 'CMLName' class.
CMLName ( CMLName )1st parameter 'old' of this method has type 'CMLName'.
copy ( )This method is from 'CMLName' class.
[+] CMLParameter (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLParameter ( )This constructor is from 'CMLParameter' class.
CMLParameter ( CMLParameter )1st parameter 'old' of this method has type 'CMLParameter'.
copy ( )This method is from 'CMLParameter' class.
[+] CMLParameterList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (7)
CMLParameterList ( )This constructor is from 'CMLParameterList' class.
CMLParameterList ( CMLParameterList )1st parameter 'old' of this method has type 'CMLParameterList'.
copy ( )This method is from 'CMLParameterList' class.
getParameterDescendants ( )This method is from 'CMLParameterList' class.
getParameterDescendants ( CMLElement )This method is from 'CMLParameterList' class.
getParameterDescendantsByDictRef ( List, String )This method is from 'CMLParameterList' class.
getParameterDescendantsByName ( String )This method is from 'CMLParameterList' class.
[+] CMLParticle (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLParticle ( )This constructor is from 'CMLParticle' class.
CMLParticle ( CMLParticle )1st parameter 'old' of this method has type 'CMLParticle'.
copy ( )This method is from 'CMLParticle' class.
[+] CMLPeak (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLPeak ( )This constructor is from 'CMLPeak' class.
CMLPeak ( CMLPeak )1st parameter 'old' of this method has type 'CMLPeak'.
copy ( )This method is from 'CMLPeak' class.
[+] CMLPeakGroup (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLPeakGroup ( )This constructor is from 'CMLPeakGroup' class.
CMLPeakGroup ( CMLPeakGroup )1st parameter 'old' of this method has type 'CMLPeakGroup'.
copy ( )This method is from 'CMLPeakGroup' class.
[+] CMLPeakList (2)
| Change | Effect |
---|
1 | Field IDX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to IDX is ambiguous. |
2 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLPeakList ( )This constructor is from 'CMLPeakList' class.
CMLPeakList ( CMLPeakList )1st parameter 'old' of this method has type 'CMLPeakList'.
copy ( )This method is from 'CMLPeakList' class.
[+] CMLPeakStructure (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (5)
CMLPeakStructure ( )This constructor is from 'CMLPeakStructure' class.
CMLPeakStructure ( CMLPeakStructure )1st parameter 'old' of this method has type 'CMLPeakStructure'.
copy ( )This method is from 'CMLPeakStructure' class.
getCouplingsFrom ( CMLMolecule )This method is from 'CMLPeakStructure' class.
hasValidNestedPeakStructure ( )This method is from 'CMLPeakStructure' class.
[+] CMLPlane3 (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (30)
getIntersectionWith ( CMLPlane3 )1st parameter 'pl' of this method has type 'CMLPlane3'.
CMLPlane3 ( )This constructor is from 'CMLPlane3' class.
CMLPlane3 ( double[ ] )This constructor is from 'CMLPlane3' class.
CMLPlane3 ( double[ ], double )This constructor is from 'CMLPlane3' class.
CMLPlane3 ( CMLLine3, CMLPoint3 )This constructor is from 'CMLPlane3' class.
CMLPlane3 ( CMLPlane3 )1st parameter 'old' of this method has type 'CMLPlane3'.
CMLPlane3 ( CMLPoint3, CMLPoint3, CMLPoint3 )This constructor is from 'CMLPlane3' class.
CMLPlane3 ( CMLVector3, double )This constructor is from 'CMLPlane3' class.
CMLPlane3 ( Plane3 )This constructor is from 'CMLPlane3' class.
containsPoint ( CMLPoint3 )This method is from 'CMLPlane3' class.
copy ( )This method is from 'CMLPlane3' class.
finishMakingElement ( Element )This method is from 'CMLPlane3' class.
...
[+] CMLPoint3 (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (58)
CMLLine3 ( CMLPoint3, CMLPoint3 )1st parameter 'p1' of this method has type 'CMLPoint3'.
CMLLine3 ( CMLPoint3, CMLVector3 )1st parameter 'p' of this method has type 'CMLPoint3'.
containsPoint ( CMLPoint3 )1st parameter 'p' of this method has type 'CMLPoint3'.
getClosestPointTo ( CMLPoint3 )1st parameter 'p2' of this method has type 'CMLPoint3'.
getDistanceFromPoint ( CMLPoint3 )1st parameter 'p' of this method has type 'CMLPoint3'.
getIntersectionWith ( CMLPlane3 )Return value of this method has type 'CMLPoint3'.
CMLPlane3 ( CMLLine3, CMLPoint3 )2nd parameter 'p' of this method has type 'CMLPoint3'.
CMLPlane3 ( CMLPoint3, CMLPoint3, CMLPoint3 )1st parameter 'p1' of this method has type 'CMLPoint3'.
containsPoint ( CMLPoint3 )1st parameter 'p' of this method has type 'CMLPoint3'.
getClosestPointTo ( CMLPoint3 )1st parameter 'p2' of this method has type 'CMLPoint3'.
getDistanceFromPoint ( CMLPoint3 )1st parameter 'p' of this method has type 'CMLPoint3'.
getIntersectionWith ( CMLLine3 )Return value of this method has type 'CMLPoint3'.
...
[+] CMLPotential (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLPotential ( )This constructor is from 'CMLPotential' class.
CMLPotential ( CMLPotential )1st parameter 'old' of this method has type 'CMLPotential'.
copy ( )This method is from 'CMLPotential' class.
[+] CMLPotentialForm (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLPotentialForm ( )This constructor is from 'CMLPotentialForm' class.
CMLPotentialForm ( CMLPotentialForm )1st parameter 'old' of this method has type 'CMLPotentialForm'.
copy ( )This method is from 'CMLPotentialForm' class.
[+] CMLPotentialList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLPotentialList ( )This constructor is from 'CMLPotentialList' class.
CMLPotentialList ( CMLPotentialList )1st parameter 'old' of this method has type 'CMLPotentialList'.
copy ( )This method is from 'CMLPotentialList' class.
[+] CMLProduct (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (11)
CMLProduct ( )This constructor is from 'CMLProduct' class.
CMLProduct ( CMLProduct )1st parameter 'old' of this method has type 'CMLProduct'.
copy ( )This method is from 'CMLProduct' class.
getAtoms ( )This method is from 'CMLProduct' class.
getBonds ( )This method is from 'CMLProduct' class.
getFormulas ( )This method is from 'CMLProduct' class.
getMolecule ( )This method is from 'CMLProduct' class.
getMolecules ( )This method is from 'CMLProduct' class.
getOrCreateFormula ( )This method is from 'CMLProduct' class.
getReactionComponentChildren ( )This method is from 'CMLProduct' class.
getReactionComponentDescendants ( )This method is from 'CMLProduct' class.
...
[+] CMLProductList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (10)
CMLProductList ( )This constructor is from 'CMLProductList' class.
CMLProductList ( CMLProductList )1st parameter 'old' of this method has type 'CMLProductList'.
copy ( )This method is from 'CMLProductList' class.
getAtoms ( )This method is from 'CMLProductList' class.
getBonds ( )This method is from 'CMLProductList' class.
getFormulas ( )This method is from 'CMLProductList' class.
getMolecules ( )This method is from 'CMLProductList' class.
getReactionComponentChildren ( )This method is from 'CMLProductList' class.
getReactionComponentDescendants ( )This method is from 'CMLProductList' class.
getProductList ( )Return value of this method has type 'CMLProductList'.
[+] CMLProperty (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLProperty ( )This constructor is from 'CMLProperty' class.
CMLProperty ( CMLProperty )1st parameter 'old' of this method has type 'CMLProperty'.
copy ( )This method is from 'CMLProperty' class.
[+] CMLPropertyList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (7)
CMLPropertyList ( )This constructor is from 'CMLPropertyList' class.
CMLPropertyList ( CMLPropertyList )1st parameter 'old' of this method has type 'CMLPropertyList'.
copy ( )This method is from 'CMLPropertyList' class.
getPropertyDescendants ( )This method is from 'CMLPropertyList' class.
getPropertyDescendants ( CMLElement )This method is from 'CMLPropertyList' class.
getPropertyDescendantsByDictRef ( List, String )This method is from 'CMLPropertyList' class.
getPropertyDescendantsByName ( String )This method is from 'CMLPropertyList' class.
[+] CMLReactant (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (11)
CMLReactant ( )This constructor is from 'CMLReactant' class.
CMLReactant ( CMLReactant )1st parameter 'old' of this method has type 'CMLReactant'.
copy ( )This method is from 'CMLReactant' class.
getAtoms ( )This method is from 'CMLReactant' class.
getBonds ( )This method is from 'CMLReactant' class.
getFormulas ( )This method is from 'CMLReactant' class.
getMolecule ( )This method is from 'CMLReactant' class.
getMolecules ( )This method is from 'CMLReactant' class.
getOrCreateFormula ( )This method is from 'CMLReactant' class.
getReactionComponentChildren ( )This method is from 'CMLReactant' class.
getReactionComponentDescendants ( )This method is from 'CMLReactant' class.
...
[+] CMLReactantList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (10)
CMLReactantList ( )This constructor is from 'CMLReactantList' class.
CMLReactantList ( CMLReactantList )1st parameter 'old' of this method has type 'CMLReactantList'.
copy ( )This method is from 'CMLReactantList' class.
getAtoms ( )This method is from 'CMLReactantList' class.
getBonds ( )This method is from 'CMLReactantList' class.
getFormulas ( )This method is from 'CMLReactantList' class.
getMolecules ( )This method is from 'CMLReactantList' class.
getReactionComponentChildren ( )This method is from 'CMLReactantList' class.
getReactionComponentDescendants ( )This method is from 'CMLReactantList' class.
getReactantList ( )Return value of this method has type 'CMLReactantList'.
[+] CMLReaction (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (19)
cdkReactionToCMLReaction ( IReaction )Return value of this method has type 'CMLReaction'.
CMLReaction ( )This constructor is from 'CMLReaction' class.
CMLReaction ( CMLReaction )1st parameter 'old' of this method has type 'CMLReaction'.
copy ( )This method is from 'CMLReaction' class.
getAtoms ( )This method is from 'CMLReaction' class.
getBonds ( )This method is from 'CMLReaction' class.
getDescendantProducts ( )This method is from 'CMLReaction' class.
getDescendantReactants ( )This method is from 'CMLReaction' class.
getDescendantSpectators ( )This method is from 'CMLReaction' class.
getFilename ( )This method is from 'CMLReaction' class.
getFormulas ( )This method is from 'CMLReaction' class.
getId ( String )This method is from 'CMLReaction' class.
...
[+] CMLReaction.Component (4)
| Change | Effect |
---|
1 | Field ANY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ANY is ambiguous. |
2 | Field ANYLIST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ANYLIST is ambiguous. |
3 | Field SPECTATOR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SPECTATOR is ambiguous. |
4 | Field SPECTATORLIST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SPECTATORLIST is ambiguous. |
[+] affected methods (2)
valueOf ( String )This method is from 'CMLReaction.Component' class.
values ( )This method is from 'CMLReaction.Component' class.
[+] CMLReactionList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (4)
cdkReactionSetToCMLReactionList ( IReactionSet )Return value of this method has type 'CMLReactionList'.
CMLReactionList ( )This constructor is from 'CMLReactionList' class.
CMLReactionList ( CMLReactionList )1st parameter 'old' of this method has type 'CMLReactionList'.
copy ( )This method is from 'CMLReactionList' class.
[+] CMLReactionScheme (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLReactionScheme ( )This constructor is from 'CMLReactionScheme' class.
CMLReactionScheme ( CMLReactionScheme )1st parameter 'old' of this method has type 'CMLReactionScheme'.
copy ( )This method is from 'CMLReactionScheme' class.
[+] CMLReactionStep (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLReactionStep ( )This constructor is from 'CMLReactionStep' class.
CMLReactionStep ( CMLReactionStep )1st parameter 'old' of this method has type 'CMLReactionStep'.
copy ( )This method is from 'CMLReactionStep' class.
[+] CMLReactionStepList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLReactionStepList ( )This constructor is from 'CMLReactionStepList' class.
CMLReactionStepList ( CMLReactionStepList )1st parameter 'old' of this method has type 'CMLReactionStepList'.
copy ( )This method is from 'CMLReactionStepList' class.
[+] CMLReactiveCentre (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLReactiveCentre ( )This constructor is from 'CMLReactiveCentre' class.
CMLReactiveCentre ( CMLReactiveCentre )1st parameter 'old' of this method has type 'CMLReactiveCentre'.
copy ( )This method is from 'CMLReactiveCentre' class.
[+] CMLRegion (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLRegion ( )This constructor is from 'CMLRegion' class.
CMLRegion ( CMLRegion )1st parameter 'old' of this method has type 'CMLRegion'.
copy ( )This method is from 'CMLRegion' class.
[+] CMLSample (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLSample ( )This constructor is from 'CMLSample' class.
CMLSample ( CMLSample )1st parameter 'old' of this method has type 'CMLSample'.
copy ( )This method is from 'CMLSample' class.
[+] CMLScalar (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (21)
createScalar ( String, double, String )Return value of this method has type 'CMLScalar'.
createScalar ( String, double, String, double )Return value of this method has type 'CMLScalar'.
CMLScalar ( )This constructor is from 'CMLScalar' class.
CMLScalar ( double )This constructor is from 'CMLScalar' class.
CMLScalar ( int )This constructor is from 'CMLScalar' class.
CMLScalar ( String )This constructor is from 'CMLScalar' class.
CMLScalar ( CMLScalar )1st parameter 'old' of this method has type 'CMLScalar'.
copy ( )This method is from 'CMLScalar' class.
finishMakingElement ( Element )This method is from 'CMLScalar' class.
getDataType ( )This method is from 'CMLScalar' class.
getDouble ( )This method is from 'CMLScalar' class.
getInt ( )This method is from 'CMLScalar' class.
...
[+] CMLSpectator (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (11)
CMLSpectator ( )This constructor is from 'CMLSpectator' class.
CMLSpectator ( CMLSpectator )1st parameter 'old' of this method has type 'CMLSpectator'.
copy ( )This method is from 'CMLSpectator' class.
getAtoms ( )This method is from 'CMLSpectator' class.
getBonds ( )This method is from 'CMLSpectator' class.
getFormulas ( )This method is from 'CMLSpectator' class.
getMolecules ( )This method is from 'CMLSpectator' class.
getReactionComponentChildren ( )This method is from 'CMLSpectator' class.
getReactionComponentDescendants ( )This method is from 'CMLSpectator' class.
mergeChildMolecules ( )This method is from 'CMLSpectator' class.
moveLabelledReactantsProducts ( Elements, String )This method is from 'CMLSpectator' class.
...
[+] CMLSpectatorList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (10)
CMLSpectatorList ( )This constructor is from 'CMLSpectatorList' class.
CMLSpectatorList ( CMLSpectatorList )1st parameter 'old' of this method has type 'CMLSpectatorList'.
copy ( )This method is from 'CMLSpectatorList' class.
getAtoms ( )This method is from 'CMLSpectatorList' class.
getBonds ( )This method is from 'CMLSpectatorList' class.
getFormulas ( )This method is from 'CMLSpectatorList' class.
getMolecules ( )This method is from 'CMLSpectatorList' class.
getReactionComponentChildren ( )This method is from 'CMLSpectatorList' class.
getReactionComponentDescendants ( )This method is from 'CMLSpectatorList' class.
getSpectatorMolecules ( String )This method is from 'CMLSpectatorList' class.
[+] CMLSpectrum (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (8)
CMLSpectrum ( )This constructor is from 'CMLSpectrum' class.
CMLSpectrum ( CMLSpectrum )1st parameter 'old' of this method has type 'CMLSpectrum'.
copy ( )This method is from 'CMLSpectrum' class.
getAuntMolecule ( CMLElement )This method is from 'CMLSpectrum' class.
getCouplingsTo ( CMLAtom )This method is from 'CMLSpectrum' class.
getDescendantPeaks ( CMLElement )This method is from 'CMLSpectrum' class.
getSiblingMolecule ( )This method is from 'CMLSpectrum' class.
getSpectrum ( CMLElement )This method is from 'CMLSpectrum' class.
[+] CMLSpectrumData (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLSpectrumData ( )This constructor is from 'CMLSpectrumData' class.
CMLSpectrumData ( CMLSpectrumData )1st parameter 'old' of this method has type 'CMLSpectrumData'.
copy ( )This method is from 'CMLSpectrumData' class.
[+] CMLSpectrumList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLSpectrumList ( )This constructor is from 'CMLSpectrumList' class.
CMLSpectrumList ( CMLSpectrumList )1st parameter 'old' of this method has type 'CMLSpectrumList'.
copy ( )This method is from 'CMLSpectrumList' class.
[+] CMLSphere3 (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLSphere3 ( )This constructor is from 'CMLSphere3' class.
CMLSphere3 ( CMLSphere3 )1st parameter 'old' of this method has type 'CMLSphere3'.
copy ( )This method is from 'CMLSphere3' class.
[+] CMLSubstance (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLSubstance ( )This constructor is from 'CMLSubstance' class.
CMLSubstance ( CMLSubstance )1st parameter 'old' of this method has type 'CMLSubstance'.
copy ( )This method is from 'CMLSubstance' class.
[+] CMLSubstanceList (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLSubstanceList ( )This constructor is from 'CMLSubstanceList' class.
CMLSubstanceList ( CMLSubstanceList )1st parameter 'old' of this method has type 'CMLSubstanceList'.
copy ( )This method is from 'CMLSubstanceList' class.
[+] CMLSymmetry (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (17)
CMLSymmetry ( )This constructor is from 'CMLSymmetry' class.
CMLSymmetry ( String[ ] )This constructor is from 'CMLSymmetry' class.
CMLSymmetry ( List )This constructor is from 'CMLSymmetry' class.
CMLSymmetry ( CMLSymmetry )1st parameter 'old' of this method has type 'CMLSymmetry'.
convolute ( CMLSymmetry )1st parameter 'sym' of this method has type 'CMLSymmetry'.
copy ( )This method is from 'CMLSymmetry' class.
createFromXYZStrings ( List )This method is from 'CMLSymmetry' class.
getCentering ( )This method is from 'CMLSymmetry' class.
getNonTranslations ( )This method is from 'CMLSymmetry' class.
getPointGroupMultiplicity ( Point3, double )This method is from 'CMLSymmetry' class.
getPureTranslations ( )This method is from 'CMLSymmetry' class.
getSpaceGroupMultiplicity ( Point3 )This method is from 'CMLSymmetry' class.
...
[+] CMLSystem (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLSystem ( )This constructor is from 'CMLSystem' class.
CMLSystem ( CMLSystem )1st parameter 'old' of this method has type 'CMLSystem'.
copy ( )This method is from 'CMLSystem' class.
[+] CMLTable (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (6)
CMLTable ( )This constructor is from 'CMLTable' class.
CMLTable ( CMLTable )1st parameter 'old' of this method has type 'CMLTable'.
copy ( )This method is from 'CMLTable' class.
getColumns ( )This method is from 'CMLTable' class.
getColumnValuesList ( )This method is from 'CMLTable' class.
getRows ( )This method is from 'CMLTable' class.
[+] CMLTableContent (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (4)
CMLTableContent ( )This constructor is from 'CMLTableContent' class.
CMLTableContent ( CMLTableContent )1st parameter 'old' of this method has type 'CMLTableContent'.
copy ( )This method is from 'CMLTableContent' class.
getStrings ( )This method is from 'CMLTableContent' class.
[+] CMLTableHeader (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (5)
CMLTableHeader ( )This constructor is from 'CMLTableHeader' class.
CMLTableHeader ( CMLTableHeader )1st parameter 'old' of this method has type 'CMLTableHeader'.
copy ( )This method is from 'CMLTableHeader' class.
getColumnCount ( )This method is from 'CMLTableHeader' class.
writeHTML ( Writer )This method is from 'CMLTableHeader' class.
[+] CMLTableRow (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLTableRow ( )This constructor is from 'CMLTableRow' class.
CMLTableRow ( CMLTableRow )1st parameter 'old' of this method has type 'CMLTableRow'.
copy ( )This method is from 'CMLTableRow' class.
[+] CMLTorsion (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (6)
CMLTorsion ( )This constructor is from 'CMLTorsion' class.
CMLTorsion ( CMLTorsion )1st parameter 'old' of this method has type 'CMLTorsion'.
atomHash ( String, String, String, String )This method is from 'CMLTorsion' class.
copy ( )This method is from 'CMLTorsion' class.
getAtoms ( CMLMolecule )This method is from 'CMLTorsion' class.
getCalculatedTorsion ( CMLMolecule )This method is from 'CMLTorsion' class.
[+] CMLTransform3 (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (41)
transform ( CMLTransform3 )1st parameter 't' of this method has type 'CMLTransform3'.
isInvariant ( CMLTransform3, boolean )1st parameter 't3' of this method has type 'CMLTransform3'.
transform ( CMLTransform3 )1st parameter 't' of this method has type 'CMLTransform3'.
CMLTransform3 ( )This constructor is from 'CMLTransform3' class.
CMLTransform3 ( double[ ] )This constructor is from 'CMLTransform3' class.
CMLTransform3 ( double, double, double )This constructor is from 'CMLTransform3' class.
CMLTransform3 ( int, double )This constructor is from 'CMLTransform3' class.
CMLTransform3 ( String )This constructor is from 'CMLTransform3' class.
CMLTransform3 ( CMLLine3, double )This constructor is from 'CMLTransform3' class.
CMLTransform3 ( CMLTransform3 )1st parameter 'old' of this method has type 'CMLTransform3'.
CMLTransform3 ( CMLTransform3, CMLPoint3 )1st parameter 't' of this method has type 'CMLTransform3'.
CMLTransform3 ( CMLVector3 )This constructor is from 'CMLTransform3' class.
...
[+] CMLTransitionState (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLTransitionState ( )This constructor is from 'CMLTransitionState' class.
CMLTransitionState ( CMLTransitionState )1st parameter 'old' of this method has type 'CMLTransitionState'.
copy ( )This method is from 'CMLTransitionState' class.
[+] CMLVector3 (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (49)
getCMLVector3 ( int )Return value of this method has type 'CMLVector3'.
CMLLatticeVector ( CMLVector3 )1st parameter 'v3' of this method has type 'CMLVector3'.
getCMLVector3 ( )Return value of this method has type 'CMLVector3'.
CMLLine3 ( CMLPoint3, CMLVector3 )2nd parameter 'v' of this method has type 'CMLVector3'.
setVector3 ( CMLVector3 )1st parameter 'v' of this method has type 'CMLVector3'.
CMLPlane3 ( CMLVector3, double )1st parameter 'v' of this method has type 'CMLVector3'.
getVector ( )Return value of this method has type 'CMLVector3'.
plus ( CMLVector3 )1st parameter 'v' of this method has type 'CMLVector3'.
plusEquals ( CMLVector3 )1st parameter 'v' of this method has type 'CMLVector3'.
subtract ( CMLPoint3 )Return value of this method has type 'CMLVector3'.
subtract ( CMLVector3 )1st parameter 'v' of this method has type 'CMLVector3'.
subtractEquals ( CMLVector3 )1st parameter 'vec3' of this method has type 'CMLVector3'.
...
[+] CMLXaxis (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLXaxis ( )This constructor is from 'CMLXaxis' class.
CMLXaxis ( CMLXaxis )1st parameter 'old' of this method has type 'CMLXaxis'.
copy ( )This method is from 'CMLXaxis' class.
[+] CMLYaxis (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLYaxis ( )This constructor is from 'CMLYaxis' class.
CMLYaxis ( CMLYaxis )1st parameter 'old' of this method has type 'CMLYaxis'.
copy ( )This method is from 'CMLYaxis' class.
[+] CMLZMatrix (1)
| Change | Effect |
---|
1 | Field NS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NS is ambiguous. |
[+] affected methods (3)
CMLZMatrix ( )This constructor is from 'CMLZMatrix' class.
CMLZMatrix ( CMLZMatrix )1st parameter 'old' of this method has type 'CMLZMatrix'.
copy ( )This method is from 'CMLZMatrix' class.
package org.xmlcml.euclid
[+] IntSet (1)
| Change | Effect |
---|
1 | Field integerMap has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to integerMap is ambiguous. |
[+] affected methods (46)
getReorderedArray ( IntSet )1st parameter 'idx' of this method has type 'IntSet'.
indexSortAscending ( )Return value of this method has type 'IntSet'.
indexSortDescending ( )Return value of this method has type 'IntSet'.
inRange ( IntRange )Return value of this method has type 'IntSet'.
outOfRange ( IntRange )Return value of this method has type 'IntSet'.
reorderColumnsBy ( IntSet )1st parameter 'is' of this method has type 'IntSet'.
reorderRowsBy ( IntSet )1st parameter 'is' of this method has type 'IntSet'.
IntSet ( )This constructor is from 'IntSet' class.
IntSet ( int[ ] )This constructor is from 'IntSet' class.
IntSet ( int )This constructor is from 'IntSet' class.
IntSet ( int, int )This constructor is from 'IntSet' class.
IntSet ( IntSet )1st parameter 'is' of this method has type 'IntSet'.
...
[+] Util (11)
| Change | Effect |
---|
1 | Field DATE_REGEX1 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DATE_REGEX1 is ambiguous. |
2 | Field DATE_REGEX2 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DATE_REGEX2 is ambiguous. |
3 | Field GREEK_ENTITIES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to GREEK_ENTITIES is ambiguous. |
4 | Field ISOLATIN_ENTITIES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ISOLATIN_ENTITIES is ambiguous. |
5 | Field ISOLATIN_HI has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ISOLATIN_HI is ambiguous. |
6 | Field ISOLATIN_LO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ISOLATIN_LO is ambiguous. |
7 | Field LOWER_ROMAN_NUMERAL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOWER_ROMAN_NUMERAL is ambiguous. |
8 | Field LOWER_ROMAN_REGEX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOWER_ROMAN_REGEX is ambiguous. |
9 | Field UPPER_GREEK_ENTITIES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPPER_GREEK_ENTITIES is ambiguous. |
10 | Field UPPER_ROMAN_REGEX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPPER_ROMAN_REGEX is ambiguous. |
11 | Field months has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to months is ambiguous. |
[+] affected methods (51)
Util ( )This constructor is from 'Util' class.
capitalise ( String )This method is from 'Util' class.
check ( double[ ], int )This method is from 'Util' class.
check ( int, int, int )This method is from 'Util' class.
concatenate ( double[ ][ ], String )This method is from 'Util' class.
concatenate ( double[ ], String )This method is from 'Util' class.
concatenate ( int[ ], String )This method is from 'Util' class.
concatenate ( String[ ], String )This method is from 'Util' class.
concatenate ( boolean[ ], String )This method is from 'Util' class.
containsString ( String[ ], String )This method is from 'Util' class.
copyFile ( File, File )This method is from 'Util' class.
createCommaSeparatedStrings ( List )This method is from 'Util' class.
...
to the top
Java ARchives (1)
cdk-1.0.4.jar
to the top