Uses of Interface
org.episteme.natural.chemistry.loaders.cml.AbstractBase
Packages that use AbstractBase
Package
Description
Provides the
org.episteme.natural.chemistry.loaders.cml module.Provides the
org.episteme.natural.chemistry.loaders.cml.cmlimpl module.Provides the
org.episteme.natural.chemistry.loaders.cml.logger module.-
Uses of AbstractBase in org.episteme.natural.chemistry.loaders.cml
Methods in org.episteme.natural.chemistry.loaders.cml that return AbstractBaseModifier and TypeMethodDescriptionAbstractCMLDocument.clone(AbstractBase element) clone element in context of document.AbstractCMLDocument.createAbstractBase()creates new AbstractBaseAbstractBase.deepCopy()deep clones an element including subclassingAbstractBase.deepCopy(AbstractCMLDocument document) deep clones an element including subclassingBaseTool.getAbstractBase()get abstract base.Methods in org.episteme.natural.chemistry.loaders.cml with parameters of type AbstractBaseModifier and TypeMethodDescriptionAbstractCMLDocument.clone(AbstractBase element) clone element in context of document.voidBaseTool.copyAttributesFromTo(AbstractBase from, AbstractBase to) copy attributes from one AbstractBase to another.voidBaseTool.setAbstractBase(AbstractBase ab) set abstract basevoidBaseTool.transferChildrenFromTo(AbstractBase from, AbstractBase to) transfer children from one AbstractBase to another. -
Uses of AbstractBase in org.episteme.natural.chemistry.loaders.cml.cmlimpl
Classes in org.episteme.natural.chemistry.loaders.cml.cmlimpl that implement AbstractBaseModifier and TypeClassDescriptionclassThe base class for all elementObjects mentioned in the SchemaFields in org.episteme.natural.chemistry.loaders.cml.cmlimpl declared as AbstractBaseMethods in org.episteme.natural.chemistry.loaders.cml.cmlimpl that return AbstractBaseModifier and TypeMethodDescriptionAbstractCMLDocumentImpl.clone(AbstractBase element) clone element in context of document.AbstractCMLDocumentImpl.createAbstractBase()creates new AbstractBaseCMLBaseImpl.deepCopy()deep clones an element including subclassing.CMLBaseImpl.deepCopy(AbstractCMLDocument document) deep clones an element including subclassingBaseToolImpl.getAbstractBase()get abstract basestatic AbstractBaseAbstractCMLDocumentImpl.transferOwnerDocument(AbstractCMLDocument doc, AbstractBase elem) Methods in org.episteme.natural.chemistry.loaders.cml.cmlimpl with parameters of type AbstractBaseModifier and TypeMethodDescriptionAbstractCMLDocumentImpl.clone(AbstractBase element) clone element in context of document.voidBaseToolImpl.copyAttributesFromTo(AbstractBase from, AbstractBase to) copy attributes from one AbstractBase to another.static StringCMLBaseImpl.createToolClassName(AbstractBase abstractBase) constructs a class name for toolstatic BaseToolBaseToolImpl.getTool(AbstractBase base) gets tool or creates new one.static BaseToolBaseToolImpl.getTool(AbstractBase base, BaseTool tool) gets existing tool forbaseor returnstoolafter initialising it withbase.voidBaseToolImpl.setAbstractBase(AbstractBase ab) set abstract baseprotected voidBaseToolImpl.superInit(AbstractBase base) voidBaseToolImpl.transferChildrenFromTo(AbstractBase from, AbstractBase to) transfer children from one AbstractBase to another.static AbstractBaseAbstractCMLDocumentImpl.transferOwnerDocument(AbstractCMLDocument doc, AbstractBase elem) Constructors in org.episteme.natural.chemistry.loaders.cml.cmlimpl with parameters of type AbstractBase -
Uses of AbstractBase in org.episteme.natural.chemistry.loaders.cml.logger
Methods in org.episteme.natural.chemistry.loaders.cml.logger with parameters of type AbstractBaseModifier and TypeMethodDescriptionvoidJumboLogger.logXML(Level level, AbstractBase base) Write XML to a Logger.