hep.aida.ref
Class BatchAnalysisFactory

java.lang.Object
  extended by hep.aida.IAnalysisFactory
      extended by hep.aida.ref.BatchAnalysisFactory
Direct Known Subclasses:
AnalysisFactory

public class BatchAnalysisFactory
extends hep.aida.IAnalysisFactory


Constructor Summary
BatchAnalysisFactory()
           
 
Method Summary
 hep.aida.IDataPointSetFactory createDataPointSetFactory(hep.aida.ITree iTree, java.lang.String options)
           
 hep.aida.IFitFactory createFitFactory(java.lang.String options)
           
 hep.aida.IFunctionFactory createFunctionFactory(hep.aida.ITree tree, java.lang.String options)
           
 hep.aida.IGenericFactory createGenericFactory(java.lang.String factoryType, java.lang.String options)
           
 hep.aida.IHistogramFactory createHistogramFactory(hep.aida.ITree tree, java.lang.String options)
           
 hep.aida.IGenericFactory createManagedObjectGenericFactory(java.lang.String arg0, hep.aida.ITree arg1, java.lang.String arg2)
           
 hep.aida.IPlotterFactory createPlotterFactory(java.lang.String options)
           
 hep.aida.ITreeFactory createTreeFactory(java.lang.String options)
           
 hep.aida.ITupleFactory createTupleFactory(hep.aida.ITree tree, java.lang.String options)
           
 
Methods inherited from class hep.aida.IAnalysisFactory
create, create, createDataPointSetFactory, createFitFactory, createFunctionFactory, createGenericFactory, createHistogramFactory, createManagedObjectGenericFactory, createPlotterFactory, createTreeFactory, createTupleFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchAnalysisFactory

public BatchAnalysisFactory()
Method Detail

createTreeFactory

public hep.aida.ITreeFactory createTreeFactory(java.lang.String options)
Specified by:
createTreeFactory in class hep.aida.IAnalysisFactory

createHistogramFactory

public hep.aida.IHistogramFactory createHistogramFactory(hep.aida.ITree tree,
                                                         java.lang.String options)
Specified by:
createHistogramFactory in class hep.aida.IAnalysisFactory

createTupleFactory

public hep.aida.ITupleFactory createTupleFactory(hep.aida.ITree tree,
                                                 java.lang.String options)
Specified by:
createTupleFactory in class hep.aida.IAnalysisFactory

createFunctionFactory

public hep.aida.IFunctionFactory createFunctionFactory(hep.aida.ITree tree,
                                                       java.lang.String options)
Specified by:
createFunctionFactory in class hep.aida.IAnalysisFactory

createPlotterFactory

public hep.aida.IPlotterFactory createPlotterFactory(java.lang.String options)
Specified by:
createPlotterFactory in class hep.aida.IAnalysisFactory

createDataPointSetFactory

public hep.aida.IDataPointSetFactory createDataPointSetFactory(hep.aida.ITree iTree,
                                                               java.lang.String options)
Specified by:
createDataPointSetFactory in class hep.aida.IAnalysisFactory

createFitFactory

public hep.aida.IFitFactory createFitFactory(java.lang.String options)
Specified by:
createFitFactory in class hep.aida.IAnalysisFactory

createGenericFactory

public hep.aida.IGenericFactory createGenericFactory(java.lang.String factoryType,
                                                     java.lang.String options)
Specified by:
createGenericFactory in class hep.aida.IAnalysisFactory

createManagedObjectGenericFactory

public hep.aida.IGenericFactory createManagedObjectGenericFactory(java.lang.String arg0,
                                                                  hep.aida.ITree arg1,
                                                                  java.lang.String arg2)
Specified by:
createManagedObjectGenericFactory in class hep.aida.IAnalysisFactory


jHepWork 2.1 (C) S.Chekanov