Uses of Class
jcolibri.method.maintenance.QueryResult

Packages that use QueryResult
jcolibri.extensions.maintenance_evaluation Classes to evaluate maintenance applications (implemented by Lisa Cummins). 
jcolibri.method.maintenance Maintenance methods (implemented by Lisa Cummins & Derek Bridge). 
 

Uses of QueryResult in jcolibri.extensions.maintenance_evaluation
 

Fields in jcolibri.extensions.maintenance_evaluation with type parameters of type QueryResult
protected  java.util.HashMap<java.lang.String,java.util.List<QueryResult>> DetailedEvaluationReport.queryData
          Stores the query series info
 

Methods in jcolibri.extensions.maintenance_evaluation that return types with arguments of type QueryResult
 java.util.List<QueryResult> DetailedEvaluationReport.getQuerySeries(java.lang.String label)
          Returns the evaluation info identified by the given label.
 

Method parameters in jcolibri.extensions.maintenance_evaluation with type arguments of type QueryResult
 void DetailedEvaluationReport.setSeries(java.lang.String label, java.util.List<QueryResult> queryEvaluations)
          Sets the given evaluation series to be the series identified by the given label.
 

Uses of QueryResult in jcolibri.method.maintenance
 

Subclasses of QueryResult in jcolibri.method.maintenance
 class CaseResult
          Stores the case result information.
 

Method parameters in jcolibri.method.maintenance with type arguments of type QueryResult
static java.util.List QueryResult.sortResults(boolean ascending, java.util.List<QueryResult> toSort)
          Sorts the given list of CaseResults in the given order and returns the sorted list.
 


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es