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

Packages that use OlapTree
fr.lri.bd.olap.dto Data transfer objects 
fr.lri.bd.olap.gui Application GUI classes - Java Swing 
fr.lri.bd.olap.jung Classes relative to JUNG graph library 
fr.lri.bd.olap.model Beans, which encapsulate bussines logic of application. 
fr.lri.bd.olap.soap SOAP connectors 
 

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

Subclasses of OlapTree in fr.lri.bd.olap.dto
 class Datamart
          Correlation class is DTO class for correlation class which describes transformation from one schema to other one.
 

Methods in fr.lri.bd.olap.dto that return OlapTree
 OlapTree Correlation.getCorrTree()
           
 OlapTree Datamart.getOriginalTree()
           
 

Constructors in fr.lri.bd.olap.dto with parameters of type OlapTree
Correlation(OlapTree tree1, OlapTree tree2)
          Default constructor
Datamart(OlapTree originalTree)
          Constructor used for serialization
Datamart(String name, edu.uci.ics.jung.graph.Vertex root, List<edu.uci.ics.jung.graph.Vertex> vertexes, OlapTree originalTree)
          Default constructor
GraphPath(OlapTree tree, List<edu.uci.ics.jung.graph.Vertex> preds, edu.uci.ics.jung.graph.Vertex mTo)
          Default constructor
GraphPath(OlapTree tree, edu.uci.ics.jung.graph.Vertex mTo)
          Minimal constructor
 

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

Methods in fr.lri.bd.olap.gui that return OlapTree
 OlapTree MainWindow.getOlapTree()
           
 

Methods in fr.lri.bd.olap.gui with parameters of type OlapTree
 void MainWindow.initialize(OlapTree tree)
          Initialize this main window with olap tree
 void QueryBottomPanel.initialize(OlapTree tree)
          Initialize window with new Olap tree
 void MainWindow.initialize(OlapTree tree, boolean replace)
          Initialization this window with new Olap tree.
 void DatamartDefinition.initialize(String datamartName, OlapTree originalTree)
          Initialize this window
 void MainWindow.replaceTree(OlapTree tree)
          Called by datamart definiton to visualize new datamart
 void MainWindow.showDefineDatamart(OlapTree tree)
          Show bottom panel related to datamart definiton
 void MainWindow.showQuery(OlapTree tree)
          Show bottom panel related to query execution
 void MainWindow.showSchema(OlapTree tree)
          Show bottom panel related to schema visualization
 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 OlapTree in fr.lri.bd.olap.jung
 

Methods in fr.lri.bd.olap.jung with parameters of type OlapTree
static void GraphUtils.drawShortest(OlapTree tree, edu.uci.ics.jung.graph.Vertex mTo, List<edu.uci.ics.jung.graph.Vertex> mPred)
          Draw shortest path from root to destination vertex
static void GraphUtils.drawSubGraph(OlapTree tree, edu.uci.ics.jung.graph.Vertex mTo, List<edu.uci.ics.jung.graph.Vertex> subVertexes)
          Draw subgraph (used for visualizating new subgraph when choosing new root for datamart)
 

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

Methods in fr.lri.bd.olap.model with parameters of type OlapTree
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.getTableSpecFromDatamart(OlapTree tree)
          Build and return SQL query from OLAP one
static Correlation CorrelationUtils.loadCorrelation(OlapTree tree1, OlapTree tree2, String fileName)
          Load correlation file for specified olap trees
static Datamart DatamartUtils.loadDatamart(OlapTree originalTree, String fileName)
          Load datamart from the file
 

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

Uses of OlapTree in fr.lri.bd.olap.soap
 

Methods in fr.lri.bd.olap.soap with parameters of type OlapTree
 void SoapClient.visualizeTree(OlapTree tree, String template)
          Visualize datamart using VERD engine