|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.IAnalysisFactory
hep.aida.ref.BatchAnalysisFactory
public class BatchAnalysisFactory
| Constructor Summary | |
|---|---|
BatchAnalysisFactory()
|
|
| Method Summary | |
|---|---|
IDataPointSetFactory |
createDataPointSetFactory(ITree iTree,
String options)
Create an IDataPointSetFactory. |
IFitFactory |
createFitFactory(String options)
Create an IFitFactory. |
IFunctionFactory |
createFunctionFactory(ITree tree,
String options)
Create an IFunctionFactory. |
IGenericFactory |
createGenericFactory(String factoryType,
String options)
Create an IGenericFactory. |
IHistogramFactory |
createHistogramFactory(ITree tree,
String options)
Create an IHistogramFactory. |
IGenericFactory |
createManagedObjectGenericFactory(String arg0,
ITree arg1,
String arg2)
Create an IGenericFactory that can create Managed Objects. |
IPlotterFactory |
createPlotterFactory(String options)
Create an IPlotterFactory. |
ITreeFactory |
createTreeFactory(String options)
Create an ITreeFactory. |
ITupleFactory |
createTupleFactory(ITree tree,
String options)
Create an ITupleFactory. |
| 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 |
|---|
public BatchAnalysisFactory()
| Method Detail |
|---|
public ITreeFactory createTreeFactory(String options)
IAnalysisFactory
createTreeFactory in class IAnalysisFactory
public IHistogramFactory createHistogramFactory(ITree tree,
String options)
IAnalysisFactory
createHistogramFactory in class IAnalysisFactorytree - The ITree which created histograms will be associated to.
public ITupleFactory createTupleFactory(ITree tree,
String options)
IAnalysisFactory
createTupleFactory in class IAnalysisFactorytree - The ITree which created tuples will be associated to.
public IFunctionFactory createFunctionFactory(ITree tree,
String options)
IAnalysisFactory
createFunctionFactory in class IAnalysisFactorytree - The ITree which created functions will be associated to.
public IPlotterFactory createPlotterFactory(String options)
IAnalysisFactory
createPlotterFactory in class IAnalysisFactory
public IDataPointSetFactory createDataPointSetFactory(ITree iTree,
String options)
IAnalysisFactory
createDataPointSetFactory in class IAnalysisFactoryiTree - The ITree which created IDataPointSet will be associated to.
public IFitFactory createFitFactory(String options)
IAnalysisFactory
createFitFactory in class IAnalysisFactory
public IGenericFactory createGenericFactory(String factoryType,
String options)
IAnalysisFactory
createGenericFactory in class IAnalysisFactoryfactoryType - The type of factory to create
public IGenericFactory createManagedObjectGenericFactory(String arg0,
ITree arg1,
String arg2)
IAnalysisFactory
createManagedObjectGenericFactory in class IAnalysisFactoryarg0 - The type of factory to createarg1 - The tree on which the managed objects are added.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||