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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
InputOutputExperiment<T extends InputFromManager,
S> An experiment that uses both anInputManager
to specify inputs and aOutputManager
to specify outputting.class
AnExperiment
that produces output files, as defined by aOutputManager
.