A B C D E F G I J K L M N O P Q R S T V W

S

saveDatamart(Datamart, String) - Static method in class fr.lri.bd.olap.model.DatamartUtils
Save datamart into the file
selectFileName(Component) - Static method in class fr.lri.bd.olap.gui.SwingUtils
Shows open/save file dialog and returns string of selected absolute path to file
sendDatamartSchema(VERDOLAPServiceStub.SendDatamartSchema) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub
Auto generated method signature
sendViewSpec(VERDOLAPServiceStub.SendViewSpec) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub
Auto generated method signature
setActualPath(GraphPath) - Method in class fr.lri.bd.olap.gui.QueryBottomPanel
Set actual path
setAlias(String) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.Col_definition
Auto generated setter method
setClassifier(boolean) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.Col_spec
Auto generated setter method
setCol_specs(VERDOLAPServiceStub.Col_spec[]) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendViewSpec
Auto generated setter method
setCreateViews(boolean) - Static method in class fr.lri.bd.olap.model.ApplicationSettings
 
setDriverClass(String) - Method in class fr.lri.bd.olap.dto.DBConnectionProperties
 
setExpression(String) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.Col_definition
Auto generated setter method
setFrom(String[]) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendDatamartSchema
Auto generated setter method
setMode(ModalGraphMouse.Mode) - Method in class fr.lri.bd.olap.jung.ExtendedPickingModalGraphMouse
 
setName(String) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.Col_spec
Auto generated setter method
setName(String) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendViewSpec
Auto generated setter method
setPassword(String) - Method in class fr.lri.bd.olap.dto.DBConnectionProperties
 
setResult(boolean) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendDatamartSchemaResponse
Auto generated setter method
setResult(boolean) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendViewSpecResponse
Auto generated setter method
setSchema(String) - Method in class fr.lri.bd.olap.dto.DBConnectionProperties
 
setSelect(VERDOLAPServiceStub.Col_definition[]) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendDatamartSchema
Auto generated setter method
setSelectSQL(String) - Method in class fr.lri.bd.olap.dto.ViewDTO
 
setSid(int) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.OpenNewWindowResponse
Auto generated setter method
setSid(int) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendDatamartSchema
Auto generated setter method
setSid(int) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendViewSpec
Auto generated setter method
setSoapEnabled(boolean) - Static method in class fr.lri.bd.olap.model.ApplicationSettings
 
setSoapURL(String) - Static method in class fr.lri.bd.olap.model.ApplicationSettings
 
setTemplate(String) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.OpenNewWindow
Auto generated setter method
setTemplate_list(String[]) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.GetTemplateListResponse
Auto generated setter method
SETTINGS_DB_CLASS - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_DB_PWD - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_DB_QUERY_CREATE_VIEW - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_DB_QUERY_CUBES_ENABLED - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_DB_SCHEMA - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_DB_URI - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_DB_USER - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_SOAP_SERVICE_ENABLED - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
SETTINGS_SOAP_SERVICE_URL - Static variable in class fr.lri.bd.olap.consts.OlapConsts
 
setType(String) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.Col_definition
Auto generated setter method
setType(String) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.Col_spec
Auto generated setter method
setURL(String) - Method in class fr.lri.bd.olap.dto.DBConnectionProperties
 
setUseCubes(boolean) - Static method in class fr.lri.bd.olap.model.ApplicationSettings
 
setUserName(String) - Method in class fr.lri.bd.olap.dto.DBConnectionProperties
 
setVertexTo(Vertex) - Method in class fr.lri.bd.olap.gui.QueryBottomPanel
Set destination vertex
setVertexToAndFindShortest(Vertex) - Method in class fr.lri.bd.olap.gui.QueryBottomPanel
Set destination vertex and find shortest path between it and root vertex
setWhere(String[]) - Method in class fr.lri.bd.olap.soap.VERDOLAPServiceStub.SendDatamartSchema
Auto generated setter method
showDefineDatamart(OlapTree) - Method in class fr.lri.bd.olap.gui.MainWindow
Show bottom panel related to datamart definiton
showGroupingSetsFrame(List<GraphPath>) - Method in class fr.lri.bd.olap.gui.GroupingSetsFrame
Show this frame
showNewGraph(ViewDTO, String) - Method in class fr.lri.bd.olap.soap.SoapClient
Show new visualization using VERD engine's tamplate
showQuery(OlapTree) - Method in class fr.lri.bd.olap.gui.MainWindow
Show bottom panel related to query execution
showSchema(OlapTree) - Method in class fr.lri.bd.olap.gui.MainWindow
Show bottom panel related to schema visualization
showSummarizationMode(OlapTree, List<List>, List<GraphPath>, List<String>, boolean) - Method in class fr.lri.bd.olap.gui.TopWindow
Executes and shows results of specified query
SoapClient - Class in fr.lri.bd.olap.soap
SoapClient is singleton of application used to send SOAP messages to VERD engine
SplashScreen - Class in fr.lri.bd.olap.gui
SplashScreen class can can two functions.
SplashScreen(Frame, boolean) - Constructor for class fr.lri.bd.olap.gui.SplashScreen
Default constructor
SplashScreen(String, Frame, int, boolean) - Constructor for class fr.lri.bd.olap.gui.SplashScreen
Full constructor
SQLFactory - Class in fr.lri.bd.olap.model
SQL factory builds SQL queries from OLAP ones
SQLFactory() - Constructor for class fr.lri.bd.olap.model.SQLFactory
 
startElement(String, String, String, Attributes) - Method in class fr.lri.bd.olap.jung.LRIGraphMLFileHandler
 
STRING - Static variable in class fr.lri.bd.olap.dto.Column
 
SubGraphEdgeStrokeFunction - Class in fr.lri.bd.olap.jung
SubGraphEdgeStrokeFunction takes care about highlight of edges, which are part of subgraph
SubGraphEdgeStrokeFunction(MainWindow) - Constructor for class fr.lri.bd.olap.jung.SubGraphEdgeStrokeFunction
Default constructor
SubGraphPickedListener - Class in fr.lri.bd.olap.jung
SubGraphPickedListener is ItemListener used for choosing new root of datamart or subvertexes of datamart
SubGraphPickedListener(MainWindow) - Constructor for class fr.lri.bd.olap.jung.SubGraphPickedListener
Default constructor
SubGraphVertexPaintFunction - Class in fr.lri.bd.olap.jung
SubGraphVertexPaintFunction is VertexPaintFunction used for show schema
SubGraphVertexPaintFunction(MainWindow) - Constructor for class fr.lri.bd.olap.jung.SubGraphVertexPaintFunction
Default constructor
SwingUtils - Class in fr.lri.bd.olap.gui
SwingUtils class represtents set of static methods which are reusable along all application
SwingUtils() - Constructor for class fr.lri.bd.olap.gui.SwingUtils
 

A B C D E F G I J K L M N O P Q R S T V W