Uses of Interface
org.anchoranalysis.bean.xml.AssociateXMLUponLoad
Packages that use AssociateXMLUponLoad
Package
Description
Reading Beans from XML files.
Beans related to executing an experiment by calling jobs on inputs.
Generic experiments that handle input and output in structured ways.
-
Uses of AssociateXMLUponLoad in org.anchoranalysis.bean.xml
Methods in org.anchoranalysis.bean.xml with type parameters of type AssociateXMLUponLoadModifier and TypeMethodDescriptionstatic <T extends AssociateXMLUponLoad>
TBeanXMLLoader.loadBeanAssociatedXml(Path path, String xmlPath) Creates a bean by loading an XML description from the filesystem. -
Uses of AssociateXMLUponLoad in org.anchoranalysis.experiment.bean
Classes in org.anchoranalysis.experiment.bean that implement AssociateXMLUponLoadModifier and TypeClassDescriptionclassA base class for a type of task that produces some kind of result of interest. -
Uses of AssociateXMLUponLoad in org.anchoranalysis.experiment.bean.io
Classes in org.anchoranalysis.experiment.bean.io that implement AssociateXMLUponLoadModifier and TypeClassDescriptionclassInputOutputExperiment<T extends InputFromManager,S> An experiment that uses both anInputManagerto specify inputs and aOutputManagerto specify outputting.classAnExperimentthat produces output files, as defined by aOutputManager.