Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ActionAddButtonCSVFrame(CSVFrame, AddManuallyCorrelationFrame) - Static method in class Services.CustomizeCorrelationView.CSV.CSVFrameService
- actionCustomCorrelationAdd(CustomizeCorrelationPage, String) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- actionDxButton(CustomizeCorrelationPage) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- actionFilterButton(AddManuallyCorrelationFrame) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- actionFromComboBox(AddManuallyCorrelationFrame, CorrelatorHelperService) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- actionInfoRequestButton(CustomizeCorrelationPage) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- actionNumReqCheckBox(AddManuallyCorrelationFrame, ArrayList<String>, String, ArrayList<String>, String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- actionOptionCheckBox(AddManuallyCorrelationFrame) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- actionPathSearch(Home) - Static method in class Services.HomeView.HomeServices
- ActionPreviewButton(CSVFrame) - Static method in class Services.CustomizeCorrelationView.CSV.CSVFrameService
- actionSaveButton(CorrelatorHelperService, CustomizeCorrelationPage) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- actionSaveButton(AddManuallyCorrelationFrame, CustomizeCorrelationPage, String, ArrayList<String>) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- actionSaveButton(Home) - Static method in class Services.HomeView.HomeServices
- actionSetPreviousResponsePostDataCheckBox(CustomizeCorrelationPage) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- actionSetPreviousResponsePostDataComboBox(CustomizeCorrelationPage) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- actionSxButton(CustomizeCorrelationPage) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- AddManuallyCorrelationFrame - Class in View.AddManuallyCorrelationPage
- AddManuallyCorrelationFrame() - Constructor for class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- addRegExtractor(Document, Node, String, String, String) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
-
Adds a regular expression extractor to the specified sampler.
- addRegExtractorMain(Document, Node, List<Object>, int) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
-
Adds regular expression extractors based on dependency information.
- addRequestoToGraph(Request, int) - Method in class Entity.DependencyGraph
- addVariableAtList(ArrayList<String>, ArrayList<String>, ArrayList<Integer>, String, String, String) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- analizeHttpNode(Document, Node, List<Edge>) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
-
Analyzes an HTTP sampler and applies dependency-based replacements.
- analyze_responses() - Method in class Services.Dependencies.ExtractDependencies
-
Analyzes all responses in the HAR file.
- analyzeResponseHeader(Header[], ResponseUnstructured) - Method in class Services.ResponseAnalyzer.ResponseAnalyzer
-
Analyzes HTTP response headers and extracts atomic objects for headers such as "Set-Cookie".
- AtomicDependencyValidator - Class in Services.Dependencies
-
Validates atomic dependencies between primitive values in requests and responses.
- AtomicDependencyValidator() - Constructor for class Services.Dependencies.AtomicDependencyValidator
- AtomicObject - Class in Services.ResponseAnalyzer
-
Represents a single atomic value extracted from an HTTP response.
- AtomicObject(String, String, String) - Constructor for class Services.ResponseAnalyzer.AtomicObject
-
Constructs an AtomicObject with the given value, name, and XPath.
- AtomicObject(String, String, String, boolean) - Constructor for class Services.ResponseAnalyzer.AtomicObject
-
Constructs an AtomicObject with the given value, name, XPath, and Set-Cookie origin flag.
B
- BodyDependency - Class in Services.Dependencies
-
Handles analysis of request bodies (POST/PUT) to detect dependencies between requests.
- BodyDependency() - Constructor for class Services.Dependencies.BodyDependency
- build_dependencies_graph() - Method in class Services.Dependencies.ExtractDependencies
-
Builds a dependency graph of all requests in the HAR file.
- ButtonsAction - Class in Services.CustomizeCorrelationView
- ButtonsAction() - Constructor for class Services.CustomizeCorrelationView.ButtonsAction
C
- Cache - Class in Entity
- Cache() - Constructor for class Entity.Cache
- changeValueCookieHeaderParameter(Node, JSONArray, JSONArray, String) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- changeValueHeadersParameter(Node, List<Edge>) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- changeValueQueryParameter(Node, List<Edge>) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- ChartWorkload - Class in Services.HomeView.WorkloadGraph
- ChartWorkload() - Constructor for class Services.HomeView.WorkloadGraph.ChartWorkload
- check_body_dependency(List<ResponseUnstructured>, int, DependencyGraph, MyNode, int) - Static method in class Services.Dependencies.BodyDependency
-
Checks for dependencies in the body of a POST or PUT request.
- check_cookie_dependency(List<ResponseUnstructured>, int, DependencyGraph, MyNode, int) - Static method in class Services.Dependencies.CookieDependency
-
Checks for cookie-based dependencies for a given request.
- check_header_dependency(List<ResponseUnstructured>, int, DependencyGraph, MyNode, int) - Static method in class Services.Dependencies.HeaderDependency
-
Checks for header-based dependencies for a given request.
- check_queryParams_dependency(List<ResponseUnstructured>, int, DependencyGraph, MyNode, int) - Static method in class Services.Dependencies.QueryParameterDependency
-
Checks for query parameter-based dependencies for a given request.
- check_url_dependencies(List<ResponseUnstructured>, int, DependencyGraph, MyNode, int) - Static method in class Services.Dependencies.UrlDependency
-
Checks for URL-based dependencies for a given request.
- CheckableItem - Class in Entity
- CheckableItem(Edge, boolean) - Constructor for class Entity.CheckableItem
- CheckableItem(Edge, int, String, boolean) - Constructor for class Entity.CheckableItem
- checkFileExistByExt(String, String, String) - Static method in class Services.HomeView.HomeServices
- checkRegExtractor(Node, int) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
-
Checks whether the response for the given request index has already been saved.
- checkTotalSaveResponse(int) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
-
Checks whether the response for the given request index has already been saved.
- cleanItems() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- Content - Class in Entity
- Content() - Constructor for class Entity.Content
- Converter - Class in Services.CorrelationsView.ScriptGeneration
-
Handles the conversion of HAR files into JMeter JMX scripts using the BlazeMeter Converter public API.
- Converter() - Constructor for class Services.CorrelationsView.ScriptGeneration.Converter
- convertRequest(String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Triggers the conversion process for a previously uploaded HAR file.
- ConvertThreadGroupArrayToMap(ArrayList<UltimateThreadGroup>) - Static method in class Services.CorrelationsView.ScriptGeneration.JMeterLoadCreator
-
Converts an array of UltimateThreadGroup objects into a map keyed by filename.
- ConvertThreadGroupArrayToMap(ArrayList<UltimateThreadGroup>) - Static method in class Services.HomeView.WorkloadGraph.ChartWorkload
- Cookie - Class in Entity
- Cookie() - Constructor for class Entity.Cookie
- COOKIE - Enum constant in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
- CookieDependency - Class in Services.Dependencies
-
Handles the analysis of cookies to detect dependencies between HTTP requests.
- CookieDependency() - Constructor for class Services.Dependencies.CookieDependency
- CorrelationFrame - Class in View.CorrelationsPage
- CorrelationFrame() - Constructor for class View.CorrelationsPage.CorrelationFrame
- CorrelationFrameService - Class in Services.CorrelationsView
- CorrelationFrameService() - Constructor for class Services.CorrelationsView.CorrelationFrameService
- CorrelationTableModel - Class in View.CorrelationsPage
- CorrelationTableModel(ArrayList<String>) - Constructor for class View.CorrelationsPage.CorrelationTableModel
- correlatorHelperService - Variable in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- CorrelatorHelperService - Class in Services.CustomizeCorrelationView
- CorrelatorHelperService(List<ResponseUnstructured>, DependencyGraph, Har, String, CorrelationFrame) - Constructor for class Services.CustomizeCorrelationView.CorrelatorHelperService
- create(Gson, TypeToken<T>) - Method in class Services.Dependencies.EdgeAdapterFactory
-
Creates a custom TypeAdapter for
Edgeobjects. - Creator - Class in Entity
- Creator() - Constructor for class Entity.Creator
- csv_path - Static variable in class Properties.Paths
- CSVFrame - Class in View.CSV
- CSVFrame() - Constructor for class View.CSV.CSVFrame
- CSVFrameOpen(AddManuallyCorrelationFrame) - Static method in class Services.CustomizeCorrelationView.CSV.CSVFrameService
- CSVFrameService - Class in Services.CustomizeCorrelationView.CSV
- CSVFrameService() - Constructor for class Services.CustomizeCorrelationView.CSV.CSVFrameService
- CSVNode - Class in Entity
- CSVNode(boolean, String, String, String) - Constructor for class Entity.CSVNode
- CustomCorrelationFrameService - Class in Services.CustomizeCorrelationView
- CustomCorrelationFrameService() - Constructor for class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- CustomCorrelationTableModel - Class in View.AddManuallyCorrelationPage
- CustomCorrelationTableModel() - Constructor for class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- CustomCorrelationTableModel.ResponseParamCheckable - Class in View.AddManuallyCorrelationPage
- CustomizeCorrelationPage - Class in View.CustomizeCorrelationPage
- CustomizeCorrelationPage() - Constructor for class View.CustomizeCorrelationPage.CustomizeCorrelationPage
D
- dep_saved_path - Static variable in class Properties.Paths
- dependency - Variable in class Entity.Edge
- DependencyGraph - Class in Entity
- DependencyGraph() - Constructor for class Entity.DependencyGraph
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class Services.Dependencies.TypeEdgeAdaptor
-
Deserializes a JSON element into the appropriate
Edgesubclass based on its "type" field. - deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class Services.Dependencies.TypeFromNodeAdaptor
- dist(char[], char[]) - Static method in class Services.Dependencies.LevenshteinDistance
-
Computes the Levenshtein distance between two character arrays.
- downloadRequest(String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Downloads the generated JMX file from the given URL.
E
- E2eTableService - Class in Services.HomeView
- E2eTableService() - Constructor for class Services.HomeView.E2eTableService
- E2eTestTableModel - Class in Services.HomeView
- E2eTestTableModel(ArrayList<String>) - Constructor for class Services.HomeView.E2eTestTableModel
- Edge - Class in Entity
- Edge(MyNode, MyNode, String, AtomicObject) - Constructor for class Entity.Edge
- EdgeAdapterFactory - Class in Services.Dependencies
-
Custom Gson
TypeAdapterFactoryto handle runtime conversion ofEdgeobjects. - EdgeAdapterFactory() - Constructor for class Services.Dependencies.EdgeAdapterFactory
- EdgeBodyJSON - Class in Entity
- EdgeBodyJSON(boolean, String, MyNode, MyNode, AtomicObject, StructuredObject) - Constructor for class Entity.EdgeBodyJSON
- EdgeBodyJSON(boolean, String, MyNode, MyNode, AtomicObject, StructuredObject, int, int) - Constructor for class Entity.EdgeBodyJSON
- EdgeBodyUE - Class in Entity
- EdgeBodyUE(MyNode, MyNode, String, AtomicObject) - Constructor for class Entity.EdgeBodyUE
- EdgeBodyUE(MyNode, MyNode, String, AtomicObject, int, int) - Constructor for class Entity.EdgeBodyUE
- EdgeCookie - Class in Entity
- EdgeCookie(MyNode, MyNode, String, AtomicObject) - Constructor for class Entity.EdgeCookie
- EdgeCookie(MyNode, MyNode, String, AtomicObject, int, int) - Constructor for class Entity.EdgeCookie
- EdgeHeader - Class in Entity
- EdgeHeader(MyNode, MyNode, String, AtomicObject) - Constructor for class Entity.EdgeHeader
- EdgeHeader(MyNode, MyNode, String, AtomicObject, int, int) - Constructor for class Entity.EdgeHeader
- EdgeQueryParam - Class in Entity
- EdgeQueryParam(MyNode, MyNode, String, AtomicObject) - Constructor for class Entity.EdgeQueryParam
- EdgeQueryParam(MyNode, MyNode, String, AtomicObject, int, int) - Constructor for class Entity.EdgeQueryParam
- edges - Variable in class Entity.DependencyGraph
- EdgeUrl - Class in Entity
- EdgeUrl(MyNode, MyNode, String, AtomicObject) - Constructor for class Entity.EdgeUrl
- EdgeUrl(MyNode, MyNode, String, AtomicObject, int, int) - Constructor for class Entity.EdgeUrl
- enableTabByUrl() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- Entity - package Entity
- Entry - Class in Entity
- Entry() - Constructor for class Entity.Entry
- equals(Object) - Method in class Entity.CSVNode
- equals(Object) - Method in class Entity.MyNode
- equals(Object) - Method in class Entity.Request
- equals(Object) - Method in class Services.ResponseAnalyzer.AtomicObject
- evaluate_atomic_dependencies(AtomicObject, Object, StructuredObject, Request) - Method in class Services.Dependencies.AtomicDependencyValidator
-
Evaluates atomic dependency between an atomic object and another object (Header, QueryParam, Param, Cookie).
- evaluate_url_atomic_dep(AtomicObject, Request, String, StructuredObject, String) - Method in class Services.Dependencies.AtomicDependencyValidator
-
Evaluates atomic dependency for a URL segment.
- extendsFromListWS(ArrayList<String>, String, String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- ExtractDependencies - Class in Services.Dependencies
-
Extracts and analyzes dependencies from a HAR (HTTP Archive) file.
- ExtractDependencies(File) - Constructor for class Services.Dependencies.ExtractDependencies
-
Constructs an ExtractDependencies object from a HAR file.
F
- fill_general_request_area(JTable, CustomizeCorrelationPage, int, PanelMessage, String) - Static method in class Services.CustomizeCorrelationView.PanelMessage.PanelMessageInfoService
- fill_noturl_info_panel(JTable, CustomizeCorrelationPage, PanelMessage, String, int, int) - Static method in class Services.CustomizeCorrelationView.PanelMessage.PanelMessageInfoService
- fill_post_request_area(JTable, CustomizeCorrelationPage, int, PanelMessage) - Static method in class Services.CustomizeCorrelationView.PanelMessage.PanelMessageInfoService
- fill_response_area(JTable, CustomizeCorrelationPage, int, PanelMessage, String) - Static method in class Services.CustomizeCorrelationView.PanelMessage.PanelMessageInfoService
- fill_ur_info_panel(JTable, CustomizeCorrelationPage, int, PanelMessage, String) - Static method in class Services.CustomizeCorrelationView.PanelMessage.PanelMessageInfoService
- findAllIntersections(ArrayList<MyPoint>, ArrayList<MyPoint>) - Static method in class Services.HomeView.WorkloadGraph.ChartWorkload
- findIntersection(MyPoint, MyPoint, MyPoint, MyPoint) - Static method in class Services.HomeView.WorkloadGraph.ChartWorkload
- from - Variable in class Entity.Edge
- from_index - Variable in class Entity.Edge
- from_set_cookie - Variable in class Services.ResponseAnalyzer.AtomicObject
G
- general_atomic_comparioson(AtomicObject, String, String, StructuredObject, Request) - Method in class Services.Dependencies.AtomicDependencyValidator
-
General atomic comparison between an AtomicObject and a target value.
- generateJSONSchema(String) - Static method in class Services.ResponseAnalyzer.JsonSchemaGenerator
-
Generates a JSON Schema for the given JSON string by sending it to an external service.
- get_priority() - Method in class Entity.Entry
- get_resourceType() - Method in class Entity.Entry
- getAdd() - Method in class Entity.UltimateThreadGroup
- getAdd() - Method in class View.CustomizeCorrelationPage.TableComponent
- getAddButton() - Method in class View.CorrelationsPage.CorrelationFrame
- getBlocked() - Method in class Entity.Timing
- getBodySize() - Method in class Entity.Request
- getBodySize() - Method in class Entity.Response
- getCache() - Method in class Entity.Entry
- getCHART() - Method in class View.Home
- getCheckItemListsRequest() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getColumnClass(int) - Method in class Services.HomeView.E2eTestTableModel
- getColumnClass(int) - Method in class Services.HomeView.WorkloadTableModel
- getColumnClass(int) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- getColumnClass(int) - Method in class View.CorrelationsPage.CorrelationTableModel
- getColumnClass(int) - Method in class View.CorrelationsPage.ScriptsTableModel
- getColumnClass(int) - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- getColumnCount() - Method in class Services.HomeView.E2eTestTableModel
- getColumnCount() - Method in class Services.HomeView.WorkloadTableModel
- getColumnCount() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- getColumnCount() - Method in class View.CorrelationsPage.CorrelationTableModel
- getColumnCount() - Method in class View.CorrelationsPage.ScriptsTableModel
- getColumnCount() - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- getColumnName(int) - Method in class Services.HomeView.E2eTestTableModel
- getColumnName(int) - Method in class Services.HomeView.WorkloadTableModel
- getColumnName(int) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- getColumnName(int) - Method in class View.CorrelationsPage.CorrelationTableModel
- getColumnName(int) - Method in class View.CorrelationsPage.ScriptsTableModel
- getColumnName(int) - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- getCompression() - Method in class Entity.Content
- getConnect() - Method in class Entity.Timing
- getConnection() - Method in class Entity.Entry
- getContent() - Method in class Entity.Response
- getCookieName(MyNode) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getCookies() - Method in class Entity.Request
- getCookies() - Method in class Entity.Response
- getCorrelationFrame() - Method in class Services.CustomizeCorrelationView.CorrelatorHelperService
- getCorrelationsTable() - Method in class View.CorrelationsPage.CorrelationFrame
- getCorrelatorHelperApp() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getCorrelatorHelperService() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getCreateScriptButton() - Method in class View.CorrelationsPage.CorrelationFrame
- getCreator() - Method in class Entity.Log
- getCsvArea() - Method in class View.CSV.CSVFrame
- getCSVButton() - Method in class View.CSV.CSVFrame
- getCsvNode() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- getCSVNodeDependencies() - Method in class Entity.DependencyGraph
- getCurrent_request() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getCustomCorrelationTableModel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getData() - Method in class Entity.WebSocketMessage
- getDataNameRequestWS(String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getDataRequestWS() - Method in class Entity.CheckableItem
- getDelete() - Method in class Entity.UltimateThreadGroup
- getDeleteButton() - Method in class View.CorrelationsPage.CorrelationFrame
- getDependenciesByNode(MyNode) - Method in class Entity.DependencyGraph
- getDependenciesToExtractToFromNode(MyNode, int) - Method in class Entity.DependencyGraph
- getDependency() - Method in class Entity.EdgeBodyUE
- getDependency() - Method in class Entity.EdgeCookie
- getDependency() - Method in class Entity.EdgeHeader
- getDependency() - Method in class Entity.EdgeQueryParam
- getDependency() - Method in class Entity.EdgeUrl
- getDependencyGraph() - Method in class Services.CustomizeCorrelationView.CorrelatorHelperService
- getDescriptionTextArea() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getDns() - Method in class Entity.Timing
- getDx() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getE2eName() - Method in class Services.CustomizeCorrelationView.CorrelatorHelperService
- getE2eName() - Method in class View.CorrelationsPage.CorrelationFrame
- getE2eTestCases() - Method in class View.Home
- getEdge() - Method in class Entity.CheckableItem
- getEncoding() - Method in class Entity.CSVNode
- getEntries() - Method in class Entity.Log
- getFile_har() - Method in class Services.Dependencies.ExtractDependencies
-
Returns the HAR file.
- getFileComboBox() - Method in class View.CorrelationsPage.CorrelationFrame
- getFileEncodingComboBox() - Method in class View.CSV.CSVFrame
- getFileHAR() - Method in class View.CorrelationsPage.CorrelationFrame
- getFileJSON() - Method in class View.CorrelationsPage.CorrelationFrame
- getFilename() - Method in class Entity.CSVNode
- getFilename() - Method in class Entity.UltimateThreadGroup
- getFilename() - Method in class Services.HomeView.E2eTestTableModel
- getFilename() - Method in class View.CorrelationsPage.CorrelationTableModel
- getFilename() - Method in class View.CorrelationsPage.ScriptsTableModel
- getFilenameCheck() - Method in class Services.HomeView.E2eTestTableModel
- getFilenameCheck() - Method in class View.CorrelationsPage.CorrelationTableModel
- getFilenameCheck() - Method in class View.CorrelationsPage.ScriptsTableModel
- getFilenameCSVCreate() - Method in class View.CSV.CSVFrame
- getFilesByNameAndPath(String, String) - Static method in class Services.Utils
-
Returns a list of filenames in the specified directory that contain the given string.
- getFilterButton() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getFilterJLabel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getFilterJtext() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getFirstLineCheckBox() - Method in class View.CSV.CSVFrame
- getFrom_index() - Method in class Entity.Edge
- getFromByNumReq(ArrayList<String>, String, int, String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getFromComboBox() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getFromCookie() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- getFromLabel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getFromSetCookie() - Method in class Services.ResponseAnalyzer.AtomicObject
- getHar() - Method in class Services.CustomizeCorrelationView.CorrelatorHelperService
- getHar() - Method in class Services.Dependencies.ExtractDependencies
-
Returns the parsed HAR object.
- getHeader_name() - Method in class Entity.EdgeHeader
- getHeaders() - Method in class Entity.Request
- getHeaders() - Method in class Entity.Response
- getHeaderSize() - Method in class Entity.Request
- getHeaderSize() - Method in class Entity.Response
- getHeadersNameFrom(MyNode) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getHoldLoadFor() - Method in class Entity.UltimateThreadGroup
- getHttpVersion() - Method in class Entity.Request
- getHttpVersion() - Method in class Entity.Response
- getImportCSVButton() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getIndex(Object) - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- getIndexs() - Method in class Entity.MyNode
- getInfoRequestsButton() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getInfoRequestsLabel() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getInfoReqWS(String, int, String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getInitialDelay() - Method in class Entity.UltimateThreadGroup
- getItems() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- getLabelRequest() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getLabelResponse() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getLog() - Method in class Entity.Har
- getManuallyCheckBox() - Method in class View.CSV.CSVFrame
- getMask() - Method in class Entity.WebSocketMessage
- getMethod() - Method in class Entity.Request
- getMimeType() - Method in class Entity.Content
- getMimeType() - Method in class Entity.PostData
- getName() - Method in class Entity.Cookie
- getName() - Method in class Entity.EdgeBodyJSON
- getName() - Method in class Entity.EdgeBodyUE
- getName() - Method in class Entity.EdgeCookie
- getName() - Method in class Entity.Header
- getName() - Method in class Entity.Param
- getName() - Method in class Entity.QueryParam
- getName() - Method in class Services.ResponseAnalyzer.AtomicObject
- getName() - Method in class Services.ResponseAnalyzer.StructuredObject
-
Returns the name of the object.
- getNameComboBox() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getNameE2E() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getNamefileHar(String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Returns the base filename without extension.
- getNameFromValue(String) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- getNameLabel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getNamePostData(MyNode) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getNodeByIndex(int) - Method in class Entity.DependencyGraph
- getNodeByUrlandMethod(String, String) - Method in class Entity.DependencyGraph
- getNodes() - Method in class Entity.DependencyGraph
- getNumberOfRequestUsed() - Method in class View.AddManuallyCorrelationPage.UsePreviouseResponseModel.SingleItem
- getNumReqComboBox() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getNumReqLabel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getNumReqPanel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getNumReqWS() - Method in class Entity.CheckableItem
- getObjects() - Method in class Services.ResponseAnalyzer.ResponseUnstructured
-
Returns the list of objects extracted from the HTTP response.
- getObjects() - Method in class Services.ResponseAnalyzer.StructuredObject
-
Returns the list of child objects contained within this structured object.
- getOpcode() - Method in class Entity.WebSocketMessage
- getOptionCheckBox() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getOptionLabel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getOptionText() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getoUrl(String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Extracts the output download URL from the API response.
- getPages() - Method in class Entity.Log
- getPanel1() - Method in class View.CustomizeCorrelationPage.TableComponent
- getPanel2() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getPanelRequest() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getPanelResponse() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getParams() - Method in class Entity.PostData
- getPath() - Method in class View.Home
- getPathCSV() - Method in class View.CSV.CSVFrame
- getPathE2ETests() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getPathElementFrom(String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getPathJButton() - Method in class View.Home
- getPathJField() - Method in class View.Home
- getPathJLabel() - Method in class View.Home
- getPostData() - Method in class Entity.Request
- getPostData() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getPreviousResponseCheckBox() - Method in class View.CustomizeCorrelationPage.TableComponent
- getPreviousResponseComboBox() - Method in class View.CustomizeCorrelationPage.TableComponent
- getPreviousResponsePanel() - Method in class View.CustomizeCorrelationPage.TableComponent
- getQuery_param_name() - Method in class Entity.EdgeQueryParam
- getQueryNameFrom(MyNode) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getQueryParams() - Method in class Entity.Request
- getReceive() - Method in class Entity.Timing
- getRedirectURL() - Method in class Entity.Response
- getRegExField() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getRegExField() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getRegExLabel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getRegExLabel() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getReplacementTableModel() - Method in class View.CustomizeCorrelationPage.TableComponent
- getReplacementTableModelCookie() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getReplacementTableModelHeaders() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getReplacementTableModelQuery() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getReplacementTableModelRequest() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getReplacementTableModelUrl() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getReplacementTablePostData() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getRequest() - Method in class Entity.Entry
- getRequest() - Method in class Entity.MyNode
- getRequestTextArea() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getResponse() - Method in class Entity.Entry
- getResponse() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- getResponseUnstructuredList() - Method in class Services.Dependencies.ExtractDependencies
-
Returns the list of unstructured response objects parsed from the HAR.
- getResposeTextArea() - Method in class View.CustomizeCorrelationPage.PanelMessage
- getRow_n() - Method in class Services.HomeView.WorkloadGraph.MyPoint
- getRowCount() - Method in class Services.HomeView.E2eTestTableModel
- getRowCount() - Method in class Services.HomeView.WorkloadTableModel
- getRowCount() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- getRowCount() - Method in class View.CorrelationsPage.CorrelationTableModel
- getRowCount() - Method in class View.CorrelationsPage.ScriptsTableModel
- getRowCount() - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- getSave() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getSaveButton() - Method in class View.CorrelationsPage.CorrelationFrame
- getSaveButton() - Method in class View.CSV.CSVFrame
- getSaveButton() - Method in class View.Home
- getSchemaString() - Method in class Services.ResponseAnalyzer.StructuredObject
-
Returns the JSON schema string generated for this object.
- getScriptChosenTable() - Method in class View.Home
- getScriptNameJText() - Method in class View.Home
- getScriptTable() - Method in class View.CorrelationsPage.CorrelationFrame
- getScrollPaneValueTable() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getSend() - Method in class Entity.Timing
- getServerIPAddress() - Method in class Entity.Entry
- getShutDownTime() - Method in class Entity.UltimateThreadGroup
- getSize() - Method in class Entity.Content
- getSsl() - Method in class Entity.Timing
- getStartedDateTime() - Method in class Entity.Entry
- getStartupTime() - Method in class Entity.UltimateThreadGroup
- getState() - Method in class Services.HomeView.WorkloadGraph.MyPoint
- getStatus() - Method in class Entity.Response
- getStatus(String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Extracts the conversion status from a JSON response.
- getStatusText() - Method in class Entity.Response
- getStructuredObject() - Method in class Entity.EdgeBodyJSON
- getSubPath() - Method in class Entity.EdgeUrl
- getSx() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getTable() - Method in class View.CustomizeCorrelationPage.TableComponent
- getText() - Method in class Entity.Content
- getText() - Method in class Entity.PostData
- getThreadsCount() - Method in class Entity.UltimateThreadGroup
- getThredGroups() - Method in class Services.HomeView.WorkloadTableModel
- getTime() - Method in class Entity.Entry
- getTime() - Method in class Entity.WebSocketMessage
- getTimings() - Method in class Entity.Entry
- getTo_index() - Method in class Entity.Edge
- getToken(String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Extracts the public token from a JSON response.
- getTransferSize() - Method in class Entity.Response
- getTwoPartNameE2E() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getType() - Method in class Entity.WebSocketMessage
- getUnstructuredResponse(String) - Method in class Services.ResponseAnalyzer.ResponseAnalyzer
-
Converts a JSON response string into a
ResponseUnstructuredobject containingStructuredObjectandAtomicObjectinstances. - getUrl() - Method in class Entity.Request
- getUrls(DependencyGraph, Integer) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getUrlswithMethods(DependencyGraph, Integer) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- getUsePreviouseResponseModel() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- getUsePreviousResponseArray() - Method in class View.AddManuallyCorrelationPage.UsePreviouseResponseModel
- getValue() - Method in class Entity.Cookie
- getValue() - Method in class Entity.Header
- getValue() - Method in class Entity.Param
- getValue() - Method in class Entity.QueryParam
- getValue() - Method in class Services.ResponseAnalyzer.AtomicObject
- getValue() - Method in class Services.ResponseAnalyzer.StructuredObject
-
Returns the value of the object.
- getValueAt(int, int) - Method in class Services.HomeView.E2eTestTableModel
- getValueAt(int, int) - Method in class Services.HomeView.WorkloadTableModel
- getValueAt(int, int) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- getValueAt(int, int) - Method in class View.CorrelationsPage.CorrelationTableModel
- getValueAt(int, int) - Method in class View.CorrelationsPage.ScriptsTableModel
- getValueAt(int, int) - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- getValueLabel() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getValueTable() - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- getVariableNames() - Method in class View.CSV.CSVFrame
- getVariablesName() - Method in class Entity.CSVNode
- getVersion() - Method in class Entity.Log
- getWait() - Method in class Entity.Timing
- getWebSocketMessages() - Method in class Entity.Entry
- getX() - Method in class Services.HomeView.WorkloadGraph.MyPoint
- getXpath() - Method in class Services.ResponseAnalyzer.AtomicObject
- getXpath() - Method in class Services.ResponseAnalyzer.StructuredObject
-
Returns the XPath-like path of the object within the JSON hierarchy.
- getY() - Method in class Services.HomeView.WorkloadGraph.MyPoint
H
- Har - Class in Entity
- Har() - Constructor for class Entity.Har
- Header - Class in Entity
- Header() - Constructor for class Entity.Header
- HEADER - Enum constant in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
- header_name - Variable in class Entity.EdgeHeader
- HeaderDependency - Class in Services.Dependencies
-
Handles analysis of HTTP headers to detect dependencies between requests.
- HeaderDependency() - Constructor for class Services.Dependencies.HeaderDependency
- Home - Class in View
- Home() - Constructor for class View.Home
- HomeServices - Class in Services.HomeView
- HomeServices() - Constructor for class Services.HomeView.HomeServices
I
- id_complention(String, Request) - Method in class Services.Dependencies.AtomicDependencyValidator
-
Completes a short ID using the request path.
- id_complention(String, String) - Method in class Services.Dependencies.AtomicDependencyValidator
-
Completes a short ID using the parent (father) string.
- img_path - Static variable in class Properties.Paths
- indexs - Variable in class Entity.MyNode
- isCellEditable(int, int) - Method in class Services.HomeView.E2eTestTableModel
- isCellEditable(int, int) - Method in class Services.HomeView.WorkloadTableModel
- isCellEditable(int, int) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- isCellEditable(int, int) - Method in class View.CorrelationsPage.CorrelationTableModel
- isCellEditable(int, int) - Method in class View.CorrelationsPage.ScriptsTableModel
- isCellEditable(int, int) - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- isIgnorefirstLine() - Method in class Entity.CSVNode
- isImported_from_csv() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- isIs_selected() - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- isPrimitive() - Method in class Entity.EdgeBodyJSON
- isSelected() - Method in class Entity.CheckableItem
- isUsed() - Method in class View.AddManuallyCorrelationPage.UsePreviouseResponseModel.SingleItem
J
- JMeterAdaption - Class in Services.CorrelationsView.ScriptGeneration
-
Handles the adaptation of a JMeter test plan generated from a HAR conversion.
- JMeterAdaption() - Constructor for class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- JMeterLoadCreator - Class in Services.CorrelationsView.ScriptGeneration
-
Creates a complete JMeter test plan wrapping multiple user behaviors (E2E GUI tests) chosen by the tester.
- JMeterLoadCreator() - Constructor for class Services.CorrelationsView.ScriptGeneration.JMeterLoadCreator
- JsonSchemaGenerator - Class in Services.ResponseAnalyzer
-
Provides utilities to generate a JSON Schema from a JSON string.
- JsonSchemaGenerator() - Constructor for class Services.ResponseAnalyzer.JsonSchemaGenerator
- JTableAction - Class in Services.CustomizeCorrelationView
- JTableAction() - Constructor for class Services.CustomizeCorrelationView.JTableAction
L
- LCS - Class in Services.Dependencies
-
Utility class for computing the Longest Common Substring (LCS) similarity between two character sequences.
- LCS() - Constructor for class Services.Dependencies.LCS
- LCSubStr(char[], char[], int, int) - Static method in class Services.Dependencies.LCS
-
Computes the normalized longest common substring (LCS) similarity between two character arrays.
- levenshteinDistance(String, String) - Static method in class Services.Dependencies.LevenshteinDistance
-
Computes the Levenshtein distance between two strings.
- LevenshteinDistance - Class in Services.Dependencies
-
Utility class to calculate the Levenshtein distance between two strings.
- LevenshteinDistance() - Constructor for class Services.Dependencies.LevenshteinDistance
- Log - Class in Entity
- Log() - Constructor for class Entity.Log
- lower_case(String) - Method in class Services.Dependencies.AtomicDependencyValidator
-
Converts the input string to lowercase.
M
- main(String[]) - Static method in class Main
- main(String[]) - Static method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- main(String[]) - Static method in class Services.CorrelationsView.ScriptGeneration.ScriptMain
- main(String[]) - Static method in class Services.Dependencies.ExtractDependencies
- main(String[]) - Static method in class Services.Dependencies.Main
- Main - Class in Unnamed Package
- Main - Class in Services.Dependencies
- Main() - Constructor for class Main
- Main() - Constructor for class Services.Dependencies.Main
- mergeLines(ArrayList<MyPoint>, ArrayList<MyPoint>) - Static method in class Services.HomeView.WorkloadGraph.ChartWorkload
- MyNode - Class in Entity
- MyNode(Request) - Constructor for class Entity.MyNode
- MyPoint - Class in Services.HomeView.WorkloadGraph
- MyPoint(float, float) - Constructor for class Services.HomeView.WorkloadGraph.MyPoint
- MyPoint(float, float, int, char) - Constructor for class Services.HomeView.WorkloadGraph.MyPoint
N
- name - Variable in class Entity.EdgeBodyJSON
- name - Variable in class Entity.EdgeBodyUE
- name - Variable in class Entity.EdgeCookie
- name - Variable in class Services.ResponseAnalyzer.AtomicObject
- name - Variable in class Services.ResponseAnalyzer.StructuredObject
- nodes - Variable in class Entity.DependencyGraph
O
- objects - Variable in class Services.ResponseAnalyzer.StructuredObject
- odp_path - Static variable in class Properties.Paths
- openCorrelationFrame(String, String, String, Home) - Static method in class Services.CorrelationsView.CorrelationFrameService
P
- PanelMessage - Class in View.CustomizeCorrelationPage
- PanelMessage() - Constructor for class View.CustomizeCorrelationPage.PanelMessage
- PanelMessageInfoService - Class in Services.CustomizeCorrelationView.PanelMessage
- PanelMessageInfoService() - Constructor for class Services.CustomizeCorrelationView.PanelMessage.PanelMessageInfoService
- Param - Class in Entity
- Param() - Constructor for class Entity.Param
- parseGraphByFile(File) - Static method in class Entity.DependencyGraph
- Paths - Class in Properties
- Paths() - Constructor for class Properties.Paths
- porter_stamming(String) - Method in class Services.Dependencies.AtomicDependencyValidator
-
Applies Porter stemming to the input string.
- PostData - Class in Entity
- PostData() - Constructor for class Entity.PostData
- POSTDATA - Enum constant in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
- print_graph() - Method in class Entity.DependencyGraph
- Properties - package Properties
Q
- QUERY - Enum constant in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
- query_param_name - Variable in class Entity.EdgeQueryParam
- QueryParam - Class in Entity
- QueryParam() - Constructor for class Entity.QueryParam
- QueryParameterDependency - Class in Services.Dependencies
-
Handles analysis of query parameters to detect dependencies between HTTP requests.
- QueryParameterDependency() - Constructor for class Services.Dependencies.QueryParameterDependency
R
- replaceAdaption(DependencyGraph, String, String) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
-
Applies all adaptation rules to the JMX file based on the dependency graph.
- replacementsInHeaders(Node, List<Edge>) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- replacementsInQueryParameters_PostData(Node, List<Edge>, String) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- replacementsInURL(Node, List<Edge>) - Method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- ReplacementTableModel - Class in View.CustomizeCorrelationPage
- ReplacementTableModel(ReplacementTableModel.TableView, List<CheckableItem>) - Constructor for class View.CustomizeCorrelationPage.ReplacementTableModel
- ReplacementTableModel.TableView - Enum Class in View.CustomizeCorrelationPage
- request - Variable in class Entity.MyNode
- Request - Class in Entity
- Request() - Constructor for class Entity.Request
- REQUEST - Enum constant in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
- Response - Class in Entity
- Response() - Constructor for class Entity.Response
- ResponseAnalyzer - Class in Services.ResponseAnalyzer
-
Analyzes HTTP responses and extracts structured and atomic objects from JSON responses and response headers.
- ResponseAnalyzer() - Constructor for class Services.ResponseAnalyzer.ResponseAnalyzer
-
Default constructor.
- ResponseAnalyzer(String, Integer) - Constructor for class Services.ResponseAnalyzer.ResponseAnalyzer
-
Constructs a ResponseAnalyzer for a specific URL and request number.
- ResponseParamCheckable(CSVNode) - Constructor for class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- ResponseParamCheckable(Object, boolean) - Constructor for class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- ResponseUnstructured - Class in Services.ResponseAnalyzer
-
Represents an unstructured HTTP response containing a collection of parsed objects.
- ResponseUnstructured() - Constructor for class Services.ResponseAnalyzer.ResponseUnstructured
-
Constructs an empty ResponseUnstructured object with an initialized list of objects.
- ReturnChartPanel(ArrayList<UltimateThreadGroup>) - Method in class Services.HomeView.WorkloadGraph.ChartWorkload
- returnNewValue(String, String, String, String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
- runCustomizeCorrelationFrame() - Method in class Services.CustomizeCorrelationView.CorrelatorHelperService
- runJMeterAdaption(DependencyGraph, String, String) - Static method in class Services.CorrelationsView.ScriptGeneration.JMeterAdaption
- runJMeterCreator(ArrayList<UltimateThreadGroup>, String) - Static method in class Services.CorrelationsView.ScriptGeneration.JMeterLoadCreator
- runMain(String, String, String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Main orchestration method that converts a HAR file into a JMX script.
S
- saveDependencyGraph(DependencyGraph, File) - Method in class Entity.DependencyGraph
- saveJMXFile(String, String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Saves the converted JMX content to disk.
- ScriptMain - Class in Services.CorrelationsView.ScriptGeneration
- ScriptMain() - Constructor for class Services.CorrelationsView.ScriptGeneration.ScriptMain
- scripts_saved_path - Static variable in class Properties.Paths
- ScriptsTableModel - Class in View.CorrelationsPage
- ScriptsTableModel(ArrayList<String>) - Constructor for class View.CorrelationsPage.ScriptsTableModel
- Services - package Services
- Services.CorrelationsView - package Services.CorrelationsView
- Services.CorrelationsView.ScriptGeneration - package Services.CorrelationsView.ScriptGeneration
- Services.CustomizeCorrelationView - package Services.CustomizeCorrelationView
- Services.CustomizeCorrelationView.CSV - package Services.CustomizeCorrelationView.CSV
- Services.CustomizeCorrelationView.PanelMessage - package Services.CustomizeCorrelationView.PanelMessage
- Services.Dependencies - package Services.Dependencies
- Services.HomeView - package Services.HomeView
- Services.HomeView.WorkloadGraph - package Services.HomeView.WorkloadGraph
- Services.ResponseAnalyzer - package Services.ResponseAnalyzer
- setActionDx(ActionListener) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setActionE2ETable(JTable, Home) - Static method in class Services.HomeView.E2eTableService
- setActionJTable(JTable, CustomizeCorrelationPage, String) - Static method in class Services.CustomizeCorrelationView.JTableAction
- setActionSave(ActionListener) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setActionSx(ActionListener) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setActionTableComponent() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setActionWorkloadTable(JTable, Home) - Static method in class Services.HomeView.WorkloadTableService
- setAddButton(JButton) - Method in class View.CorrelationsPage.CorrelationFrame
- setCheckItemListsRequest(List<Map<String, List<CheckableItem>>>) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setCorrelationsTable(JTable) - Method in class View.CorrelationsPage.CorrelationFrame
- setCorrelatorHelperApp(CorrelatorHelperService) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setCorrelatorHelperService(CorrelatorHelperService) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setCreateScriptButton(JButton) - Method in class View.CorrelationsPage.CorrelationFrame
- setCsvNode(CSVNode) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- setCurrent_request(int) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setCustomCorrelationTableModel(CustomCorrelationTableModel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setDeleteButton(JButton) - Method in class View.CorrelationsPage.CorrelationFrame
- setDependency(AtomicObject) - Method in class Entity.EdgeBodyUE
- setDependency(AtomicObject) - Method in class Entity.EdgeCookie
- setDependency(AtomicObject) - Method in class Entity.EdgeHeader
- setDependency(AtomicObject) - Method in class Entity.EdgeQueryParam
- setDependency(AtomicObject) - Method in class Entity.EdgeUrl
- setE2eName(String) - Method in class View.CorrelationsPage.CorrelationFrame
- setE2eTestCases(JTable) - Method in class View.Home
- setEncoding(String) - Method in class Entity.CSVNode
- setFileComboBox(JComboBox) - Method in class View.CorrelationsPage.CorrelationFrame
- setFileHAR(String) - Method in class View.CorrelationsPage.CorrelationFrame
- setFileJSON(String) - Method in class View.CorrelationsPage.CorrelationFrame
- setFilename(String) - Method in class Entity.CSVNode
- setFilename(String) - Method in class Entity.UltimateThreadGroup
- setFilename(ArrayList<String>) - Method in class Services.HomeView.E2eTestTableModel
- setFilename(ArrayList<String>) - Method in class View.CorrelationsPage.CorrelationTableModel
- setFilename(ArrayList<String>) - Method in class View.CorrelationsPage.ScriptsTableModel
- setFilenameCheck(ArrayList<Boolean>) - Method in class Services.HomeView.E2eTestTableModel
- setFilenameCheck(ArrayList<Boolean>) - Method in class View.CorrelationsPage.CorrelationTableModel
- setFilenameCheck(ArrayList<Boolean>) - Method in class View.CorrelationsPage.ScriptsTableModel
- setFilterButton(JButton) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setFilterJLabel(JLabel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setFilterJtext(JTextField) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setFrom(Boolean) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- setFrom_index(int) - Method in class Entity.Edge
- setFrom_set_cookie(boolean) - Method in class Services.ResponseAnalyzer.AtomicObject
-
Sets the from_set_cookie flag
- setFromComboBox(JComboBox) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setFromLabel(JLabel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setHeader_name(String) - Method in class Entity.EdgeHeader
- setHoldLoadFor(String) - Method in class Entity.UltimateThreadGroup
- setIgnorefirstLine(boolean) - Method in class Entity.CSVNode
- setImportCSVButton(JButton) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setImported_from_csv(boolean) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- setIndexs(List<Integer>) - Method in class Entity.MyNode
- setInitialDelay(String) - Method in class Entity.UltimateThreadGroup
- setIs_selected(boolean) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- setItemFromResponseUnstructured(Object) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- setItems(List<CheckableItem>) - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- setItems(List<CustomCorrelationTableModel.ResponseParamCheckable>) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- setName(String) - Method in class Entity.EdgeBodyJSON
- setName(String) - Method in class Entity.EdgeBodyUE
- setName(String) - Method in class Entity.EdgeCookie
- setName(String) - Method in class Entity.Param
- setName(String) - Method in class Services.ResponseAnalyzer.AtomicObject
-
Sets the name of the atomic object
- setName(String) - Method in class Services.ResponseAnalyzer.StructuredObject
-
Sets the name of the object.
- setNameComboBox(JComboBox) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setNameE2E(JLabel) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setNameLabel(JLabel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setNodes(List<MyNode>) - Method in class Entity.DependencyGraph
- setNumberOfRequestUsed(int) - Method in class View.AddManuallyCorrelationPage.UsePreviouseResponseModel.SingleItem
- setNumReqComboBox(JComboBox) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setNumReqLabel(JLabel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setNumReqPanel(JPanel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setNumReqWS(int) - Method in class Entity.CheckableItem
- setObjects(List<Object>) - Method in class Services.ResponseAnalyzer.StructuredObject
-
Sets the list of child objects for this structured object.
- setOptionCheckBox(JCheckBox) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setOptionLabel(JLabel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setOptionText(JTextField) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setPanelRequest(JScrollPane) - Method in class View.CustomizeCorrelationPage.PanelMessage
- setPanelResponse(JScrollPane) - Method in class View.CustomizeCorrelationPage.PanelMessage
- setPath(String) - Method in class View.Home
- setPathE2ETests(String) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setPathJButton(JButton) - Method in class View.Home
- setPathJField(JTextField) - Method in class View.Home
- setPathJLabel(JLabel) - Method in class View.Home
- setPrimitive(boolean) - Method in class Entity.EdgeBodyJSON
- setQuery_param_name(String) - Method in class Entity.EdgeQueryParam
- setRegExField(JTextField) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setRegExField(JTextField) - Method in class View.CustomizeCorrelationPage.PanelMessage
- setRegExLabel(JLabel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setRegExLabel(JLabel) - Method in class View.CustomizeCorrelationPage.PanelMessage
- setReplacementTableModel() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setReplacementTableModel(ReplacementTableModel) - Method in class View.CustomizeCorrelationPage.TableComponent
- setReplacementTablePostData(ReplacementTableModel) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setRequest(Request) - Method in class Entity.MyNode
- setRequestTextArea(JTextArea) - Method in class View.CustomizeCorrelationPage.PanelMessage
- setResponse(Object) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel.ResponseParamCheckable
- setResposeTextArea(JTextArea) - Method in class View.CustomizeCorrelationPage.PanelMessage
- setSave(JButton) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setSaveButton(JButton) - Method in class View.CorrelationsPage.CorrelationFrame
- setSaveButton(JButton) - Method in class View.Home
- setSchemaString(String) - Method in class Services.ResponseAnalyzer.StructuredObject
- setScriptChosenTable(JTable) - Method in class View.Home
- setScriptNameJText(JTextField) - Method in class View.Home
- setScriptTable(JTable) - Method in class View.CorrelationsPage.CorrelationFrame
- setSelected(boolean) - Method in class Entity.CheckableItem
- setShutDownTime(String) - Method in class Entity.UltimateThreadGroup
- setStartupTime(String) - Method in class Entity.UltimateThreadGroup
- setStructuredObject(StructuredObject) - Method in class Entity.EdgeBodyJSON
- setSubPath(String) - Method in class Entity.EdgeUrl
- setThreadsCount(String) - Method in class Entity.UltimateThreadGroup
- setTo_index(int) - Method in class Entity.Edge
- setTwoPartNameE2E(JTextField) - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setUrl() - Method in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- setUrl(String) - Method in class Entity.Request
- setUsed(boolean) - Method in class View.AddManuallyCorrelationPage.UsePreviouseResponseModel.SingleItem
- setValue(String) - Method in class Entity.Param
- setValue(String) - Method in class Services.ResponseAnalyzer.AtomicObject
-
Sets the value of the atomic object
- setValue(String) - Method in class Services.ResponseAnalyzer.StructuredObject
-
Sets the value of the object.
- setValueAt(Object, int, int) - Method in class Services.HomeView.E2eTestTableModel
- setValueAt(Object, int, int) - Method in class Services.HomeView.WorkloadTableModel
- setValueAt(Object, int, int) - Method in class View.AddManuallyCorrelationPage.CustomCorrelationTableModel
- setValueAt(Object, int, int) - Method in class View.CorrelationsPage.CorrelationTableModel
- setValueAt(Object, int, int) - Method in class View.CorrelationsPage.ScriptsTableModel
- setValueAt(Object, int, int) - Method in class View.CustomizeCorrelationPage.ReplacementTableModel
- setValueLabel(JLabel) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setValueTable(JTable) - Method in class View.AddManuallyCorrelationPage.AddManuallyCorrelationFrame
- setVariablesName(String) - Method in class Entity.CSVNode
- setXpath(String) - Method in class Services.ResponseAnalyzer.AtomicObject
-
Sets the XPath of the atomic object
- setXpath(String) - Method in class Services.ResponseAnalyzer.StructuredObject
-
Sets the XPath-like path of the object within the JSON hierarchy.
- SingleItem(boolean, int, String) - Constructor for class View.AddManuallyCorrelationPage.UsePreviouseResponseModel.SingleItem
- startExpressContainer() - Static method in class Main
- statusRequest(String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Retrieves the conversion status from the API.
- stopExpressContainer() - Static method in class Main
- structuredObject - Variable in class Entity.EdgeBodyJSON
- StructuredObject - Class in Services.ResponseAnalyzer
-
Represents a structured part of an HTTP response.
- StructuredObject(String, String, String) - Constructor for class Services.ResponseAnalyzer.StructuredObject
-
Constructs a StructuredObject with the specified name, value, and XPath.
- subPath - Variable in class Entity.EdgeUrl
T
- TableComponent - Class in View.CustomizeCorrelationPage
- TableComponent() - Constructor for class View.CustomizeCorrelationPage.TableComponent
- Timing - Class in Entity
- Timing() - Constructor for class Entity.Timing
- to - Variable in class Entity.Edge
- to_index - Variable in class Entity.Edge
- toString() - Method in class Entity.Cookie
- toString() - Method in class Entity.CSVNode
- toString() - Method in class Entity.Edge
- toString() - Method in class Entity.EdgeBodyJSON
- toString() - Method in class Entity.EdgeBodyUE
- toString() - Method in class Entity.EdgeCookie
- toString() - Method in class Entity.EdgeHeader
- toString() - Method in class Entity.EdgeQueryParam
- toString() - Method in class Entity.EdgeUrl
- toString() - Method in class Entity.MyNode
- toString() - Method in class Entity.UltimateThreadGroup
- toString() - Method in class Services.HomeView.WorkloadGraph.MyPoint
- toString() - Method in class Services.ResponseAnalyzer.AtomicObject
- toString() - Method in class Services.ResponseAnalyzer.StructuredObject
-
Returns a string representation of the object, including its name, value, number of child objects, JSON schema, and XPath.
- type - Variable in class Entity.Edge
- TypeEdgeAdaptor - Class in Services.Dependencies
-
Custom Gson deserializer for
Edgeobjects. - TypeEdgeAdaptor() - Constructor for class Services.Dependencies.TypeEdgeAdaptor
- TypeFromNodeAdaptor - Class in Services.Dependencies
-
Custom Gson deserializer for
MyNodeobjects. - TypeFromNodeAdaptor() - Constructor for class Services.Dependencies.TypeFromNodeAdaptor
U
- UltimateThreadGroup - Class in Entity
- UltimateThreadGroup(String, String, String, String, String, String) - Constructor for class Entity.UltimateThreadGroup
- updateChartWorkload(Home) - Static method in class Services.HomeView.WorkloadTableService
- updateTableModel(CustomizeCorrelationPage) - Static method in class Services.CustomizeCorrelationView.ButtonsAction
- UploadRequest(String, String) - Static method in class Services.CorrelationsView.ScriptGeneration.Converter
-
Uploads a HAR file to the BlazeMeter converter service.
- URL - Enum constant in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
- UrlDependency - Class in Services.Dependencies
-
Handles the detection of dependencies based on the URL paths of HTTP requests.
- UrlDependency() - Constructor for class Services.Dependencies.UrlDependency
- usePreviouseResponseModel - Variable in class View.CustomizeCorrelationPage.CustomizeCorrelationPage
- UsePreviouseResponseModel - Class in View.AddManuallyCorrelationPage
- UsePreviouseResponseModel() - Constructor for class View.AddManuallyCorrelationPage.UsePreviouseResponseModel
- UsePreviouseResponseModel.SingleItem - Class in View.AddManuallyCorrelationPage
- Utils - Class in Services
-
Utility class providing general-purpose helper methods for file operations.
- Utils() - Constructor for class Services.Utils
V
- value - Variable in class Services.ResponseAnalyzer.AtomicObject
- value - Variable in class Services.ResponseAnalyzer.StructuredObject
- valueOf(String) - Static method in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class View.CustomizeCorrelationPage.ReplacementTableModel.TableView
-
Returns an array containing the constants of this enum class, in the order they are declared.
- View - package View
- View.AddManuallyCorrelationPage - package View.AddManuallyCorrelationPage
- View.CorrelationsPage - package View.CorrelationsPage
- View.CSV - package View.CSV
- View.CustomizeCorrelationPage - package View.CustomizeCorrelationPage
- visitNodeDataRequestWS(List<String>, Object, String) - Static method in class Services.CustomizeCorrelationView.CustomCorrelationFrameService
W
- waitForExpress(String) - Static method in class Main
- WebSocketMessage - Class in Entity
- WebSocketMessage() - Constructor for class Entity.WebSocketMessage
- WorkloadTableModel - Class in Services.HomeView
- WorkloadTableModel() - Constructor for class Services.HomeView.WorkloadTableModel
- WorkloadTableService - Class in Services.HomeView
- WorkloadTableService() - Constructor for class Services.HomeView.WorkloadTableService
X
- xpath - Variable in class Services.ResponseAnalyzer.AtomicObject
- xpath - Variable in class Services.ResponseAnalyzer.StructuredObject
All Classes and Interfaces|All Packages|Serialized Form