Uses of Interface
org.ow2.clif.storage.api.BladeFilter

Packages that use BladeFilter
org.ow2.clif.analyze.api API (Java interfaces and Fractal component types) for Analyzer components (such components provide analysis and report generation support for all data/results generated by test runs). 
org.ow2.clif.analyze.api.graph   
org.ow2.clif.analyze.api.graph.datasource   
org.ow2.clif.analyze.lib.basic Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis. 
org.ow2.clif.analyze.lib.egui   
org.ow2.clif.analyze.lib.graph Analyzer component implementation providing a GUI for drawing graphs and and proceed with enhanced statistical analysis. 
org.ow2.clif.analyze.lib.graph.ui   
org.ow2.clif.analyze.lib.list   
org.ow2.clif.analyze.statistics   
org.ow2.clif.storage.api API (Java interfaces, Fractal component types and generic events) related to events generated by test runs, including their storage and retrieval. 
org.ow2.clif.storage.lib.filestorage CSV-formatted file-based implementation of storage and storage proxy components. 
org.ow2.clif.storage.lib.util   
 

Uses of BladeFilter in org.ow2.clif.analyze.api
 

Methods in org.ow2.clif.analyze.api with parameters of type BladeFilter
 BladeDescriptor[] AnalyzerExternalAccess.getTestPlan(java.lang.String testName, BladeFilter filter)
          Gets the test plan definition for a given test run name.
 

Uses of BladeFilter in org.ow2.clif.analyze.api.graph
 

Methods in org.ow2.clif.analyze.api.graph with parameters of type BladeFilter
 BladeDescriptor[] DataSupplier.getBladeDescriptor(java.lang.String testName, BladeFilter filter)
          Get the blade descriptor from a test and a blade filter
 BladeDescriptor[] DataSupplier.getTestPlan(java.lang.String testName, BladeFilter filter)
          Get the blade descriptors
 

Uses of BladeFilter in org.ow2.clif.analyze.api.graph.datasource
 

Methods in org.ow2.clif.analyze.api.graph.datasource with parameters of type BladeFilter
 BladeDescriptor[] RawDataRead.getBladeDescriptor(java.lang.String testName, BladeFilter filter)
          Get the blade descriptor from a test and a blade filter
 BladeDescriptor[] RawDataRead.getTestPlan(java.lang.String testName, BladeFilter filter)
          Get the tests' names.
 

Uses of BladeFilter in org.ow2.clif.analyze.lib.basic
 

Methods in org.ow2.clif.analyze.lib.basic with parameters of type BladeFilter
 BladeDescriptor[] AnalyzerImpl.getTestPlan(java.lang.String testName, BladeFilter filter)
           
 

Uses of BladeFilter in org.ow2.clif.analyze.lib.egui
 

Methods in org.ow2.clif.analyze.lib.egui with parameters of type BladeFilter
 BladeDescriptor[] AnalyzerImpl.getTestPlan(java.lang.String testName, BladeFilter filter)
           
 

Uses of BladeFilter in org.ow2.clif.analyze.lib.graph
 

Methods in org.ow2.clif.analyze.lib.graph with parameters of type BladeFilter
 BladeDescriptor[] DataProxyImpl.getBladeDescriptor(java.lang.String testName, BladeFilter filter)
           
 BladeDescriptor[] AnalyzerStorageProxyImpl.getBladeDescriptor(java.lang.String testName, BladeFilter filter)
           
 BladeDescriptor[] DataProxyImpl.getTestPlan(java.lang.String testName, BladeFilter filter)
           
 BladeDescriptor[] AnalyzerStorageProxyImpl.getTestPlan(java.lang.String testName, BladeFilter filter)
           
 

Uses of BladeFilter in org.ow2.clif.analyze.lib.graph.ui
 

Methods in org.ow2.clif.analyze.lib.graph.ui with parameters of type BladeFilter
 BladeDescriptor[] SwingGUI.getBladeDescriptor(java.lang.String testName, BladeFilter filter)
           
 

Uses of BladeFilter in org.ow2.clif.analyze.lib.list
 

Classes in org.ow2.clif.analyze.lib.list that implement BladeFilter
 class ClassnameBladeFilter
          Instances of this class filter blade descriptors according to their class name.
 

Uses of BladeFilter in org.ow2.clif.analyze.statistics
 

Classes in org.ow2.clif.analyze.statistics that implement BladeFilter
 class BladeFilterImpl
          Instances of this class filter blade descriptors according to what you want..
 

Methods in org.ow2.clif.analyze.statistics that return BladeFilter
 BladeFilter AnalyzerImpl.getBladeFilter()
           
 

Methods in org.ow2.clif.analyze.statistics with parameters of type BladeFilter
 BladeDescriptor[] FileStoreReader.getTestPlan(java.lang.String testName, BladeFilter filter)
           
 void AnalyzerImpl.setBladeFilter(BladeFilter filter)
           
 

Uses of BladeFilter in org.ow2.clif.storage.api
 

Methods in org.ow2.clif.storage.api with parameters of type BladeFilter
 BladeDescriptor[] StorageRead.getTestPlan(java.lang.String testName, BladeFilter filter)
          Gets the test plan definition for a given test run name.
 

Uses of BladeFilter in org.ow2.clif.storage.lib.filestorage
 

Methods in org.ow2.clif.storage.lib.filestorage with parameters of type BladeFilter
 BladeDescriptor[] ConsoleFileStorageImpl.getTestPlan(java.lang.String testName, BladeFilter filter)
           
 

Uses of BladeFilter in org.ow2.clif.storage.lib.util
 

Classes in org.ow2.clif.storage.lib.util that implement BladeFilter
 class NameBladeFilter