Uses of Class
fr.lri.bd.olap.dto.GraphPath

Packages that use GraphPath
fr.lri.bd.olap.dto Data transfer objects 
fr.lri.bd.olap.gui Application GUI classes - Java Swing 
fr.lri.bd.olap.model Beans, which encapsulate bussines logic of application. 
 

Uses of GraphPath in fr.lri.bd.olap.dto
 

Methods in fr.lri.bd.olap.dto that return GraphPath
 GraphPath Datamart.getPath2NewRoot()
           
 

Uses of GraphPath in fr.lri.bd.olap.gui
 

Methods in fr.lri.bd.olap.gui that return GraphPath
 GraphPath QueryBottomPanel.getActualPath()
           
 

Methods in fr.lri.bd.olap.gui with parameters of type GraphPath
 void QueryBottomPanel.setActualPath(GraphPath actualPath)
          Set actual path
 

Method parameters in fr.lri.bd.olap.gui with type arguments of type GraphPath
 void GroupingSetsFrame.showGroupingSetsFrame(List<GraphPath> classifierList)
          Show this frame
 void TopWindow.showSummarizationMode(OlapTree tree, List<List> groupingSets, List<GraphPath> meassureList, List<String> operations, boolean isAbsolute)
          Executes and shows results of specified query
 

Uses of GraphPath in fr.lri.bd.olap.model
 

Method parameters in fr.lri.bd.olap.model with type arguments of type GraphPath
static ViewDTO SQLFactory.getSQLFromOlapQuery(OlapTree tree, List<GraphPath> classifierList, List<GraphPath> meassureList, List<String> operations, boolean isAbsolute)
          Build and return SQL query from OLAP one
static ViewDTO SQLFactory.getSQLFromOlapQuery(OlapTree tree, List<GraphPath> classifierList, List<GraphPath> meassureList, List<String> operations, boolean isAbsolute)
          Build and return SQL query from OLAP one
 

Constructor parameters in fr.lri.bd.olap.model with type arguments of type GraphPath
AggregateModel(OlapTree tree, List<GraphPath> classifierList, List<GraphPath> meassureList, List<String> operations, boolean isAbsolute)
          Executes and counts results of specified query
AggregateModel(OlapTree tree, List<GraphPath> classifierList, List<GraphPath> meassureList, List<String> operations, boolean isAbsolute)
          Executes and counts results of specified query