Skip navigation links
A C D E G H I K N P R S T U V W _ 

A

actionPerformed(ActionEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.PathLinkerMenuAction
 
Algorithms - Class in com.dpgil.pathlinker.path_linker.internal.util
// ------------------------------------------------------------------------- /** Algorithms class for the PathLinker plugin.
Algorithms() - Constructor for class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
 
Algorithms.PathWay - Class in com.dpgil.pathlinker.path_linker.internal.util
Represents a pathway.
allowSourcesTargetsInPaths - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 

C

com.dpgil.pathlinker.path_linker.internal - package com.dpgil.pathlinker.path_linker.internal
 
com.dpgil.pathlinker.path_linker.internal.event - package com.dpgil.pathlinker.path_linker.internal.event
 
com.dpgil.pathlinker.path_linker.internal.model - package com.dpgil.pathlinker.path_linker.internal.model
 
com.dpgil.pathlinker.path_linker.internal.rest - package com.dpgil.pathlinker.path_linker.internal.rest
 
com.dpgil.pathlinker.path_linker.internal.task - package com.dpgil.pathlinker.path_linker.internal.task
 
com.dpgil.pathlinker.path_linker.internal.util - package com.dpgil.pathlinker.path_linker.internal.util
 
com.dpgil.pathlinker.path_linker.internal.view - package com.dpgil.pathlinker.path_linker.internal.view
 
compareTo(Algorithms.PathWay) - Method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
Use for sorting the path results Sort by weight, if weight is equal then sort by the name of the nodes if name is equal then return the path with less nodes
constructNodeList(HashMap<CyNode, CyNode>, CyNode, CyNode) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Finds a path from a source to a sink using a supplied previous node list
continueStatus() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
Getter method of quit
createKSPSubgraphAndView() - Method in class com.dpgil.pathlinker.path_linker.internal.task.CreateKSPViewTask
Creates a new sub-network and sub-network view for the subgraph generated by the KSP
CreateKSPViewTask - Class in com.dpgil.pathlinker.path_linker.internal.task
Class which creates a task that creates the KSP subgraph and subgraph view based on the input network and model
CreateKSPViewTask(PathLinkerControlPanel, CyNetwork, PathLinkerModel, CyAppAdapter, CyApplicationManager) - Constructor for class com.dpgil.pathlinker.path_linker.internal.task.CreateKSPViewTask
Default constructor
CreateResultPanelTask - Class in com.dpgil.pathlinker.path_linker.internal.task
Class which creates a task that constructs result panel for the given network and paths
CreateResultPanelTask(PathLinkerControlPanel, CyNetwork, String, CyNetworkManager, List<Algorithms.PathWay>, CyServiceRegistrar, CySwingApplication) - Constructor for class com.dpgil.pathlinker.path_linker.internal.task.CreateResultPanelTask
Default constructor
CY_NETWORK_NOT_FOUND_CODE - Static variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Error code for Network Not Found
CY_NETWORK_NOT_FOUND_ERROR - Static variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Error message for Network Not Found
CyActivator - Class in com.dpgil.pathlinker.path_linker.internal
// ------------------------------------------------------------------------- /** CyActivator class for the PathLinker Cytoscape Plugin.
CyActivator() - Constructor for class com.dpgil.pathlinker.path_linker.internal.CyActivator
 

D

dijkstra(CyNetwork, Map<CyNode, String>, CyNode, CyNode) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Computes the shortest path from a source to a sink in the supplied network
DoubleTextFieldInputFilter - Class in com.dpgil.pathlinker.path_linker.internal.view
TextFieldInputFilter class specifically validate for data type Double
DoubleTextFieldInputFilter() - Constructor for class com.dpgil.pathlinker.path_linker.internal.view.DoubleTextFieldInputFilter
 

E

edgePenalty - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
edgeWeightColumnName - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
edgeWeightType - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
EdgeWeightType - Enum in com.dpgil.pathlinker.path_linker.internal.util
Setting of the edge weight selected by the user Used by PathLinkerModel class and PathLinkerPanel class
equals(Object) - Method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
 

G

get(int) - Method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
Returns the ith node in the path
getComponent() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
getComponent() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerResultPanel
 
getCyNodeToId() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
Getter method of cyNodeToId
getCytoPanelName() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
getCytoPanelName() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerResultPanel
 
getEdge(CyNetwork, CyNode, CyNode) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Returns an edge that connects source to target if it exists, null otherwise
getIcon() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
getIcon() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerResultPanel
 
getNodeList() - Method in class com.dpgil.pathlinker.path_linker.internal.util.Path
Getter method for the node list
getOutputK() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModel
Getter method of output k value
getPathRankColumnName() - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Getter method of the pathRankColumnName
getPaths() - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Getter method of the paths
getRank() - Method in class com.dpgil.pathlinker.path_linker.internal.util.Path
Getter method for rank
getResult() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModel
Getter method of the result
getResults(Class<? extends R>) - Method in class com.dpgil.pathlinker.path_linker.internal.task.CreateKSPViewTask
Used to access the ksp subgraph/view and path rank column name created by the task
getResults(Class<? extends R>) - Method in class com.dpgil.pathlinker.path_linker.internal.task.CreateResultPanelTask
Get Result method returns PathLinkerResultPanel instance created by the task
getResults(Class<? extends R>) - Method in class com.dpgil.pathlinker.path_linker.internal.task.RunKSPTask
Get Result method returns PathLinkerModel used by the RunKSPTask the model consist of error lists and results from running the ksp algorithm
getScore() - Method in class com.dpgil.pathlinker.path_linker.internal.util.Path
Getter method for score
getSourceNames() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
Getter method of sourceNames
getSourcesList() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
Getter method of sourcesList
getSubgraphSources() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModel
Getter method of the subgraph sources
getSubgraphTargets() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModel
Getter method of the subgraph targets
getSubnetworkSUID() - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Getter method of the subnetworkSUID
getSubnetworkViewSUID() - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Getter method of the subnetworkViewSUID
getTargetNames() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
Getter method of targetNames
getTargetsList() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
Getter method of targetsList
getTitle() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
getTitle() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerResultPanel
 
getWeight(CyNetwork, CyEdge) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Returns the weight of an edge in the network

H

handleEvent(ColumnNameChangedEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerColumnUpdateListener
 
handleEvent(ColumnDeletedEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerColumnUpdateListener
 
handleEvent(ColumnCreatedEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerColumnUpdateListener
 
handleEvent(SetCurrentNetworkEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerNetworkEventListener
 
handleEvent(NetworkAddedEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerNetworkEventListener
 
handleEvent(NetworkDestroyedEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerNetworkEventListener
 
handleEvent(RowsSetEvent) - Method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerNodeSelectionListener
Enables the buttons if user selects a node in the network view, otherwise disable
hashCode() - Method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
 

I

includeTiedPaths - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
initialize(CySwingApplication, CyServiceRegistrar, CyApplicationManager, CyNetworkManager, CyAppAdapter, String, String) - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
Initializer for the panel to reduce the number of parameters in the constructor
initializeHiddenEdges(Set<CyEdge>) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Initializes the set of hidden edges.
initializeNetworkCmb() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
construct/update the combo box items for the network combo box Use when the PathLinker starts when network name is changed
IntegerTextFieldFilter - Class in com.dpgil.pathlinker.path_linker.internal.view
TextFieldInputFilter class specifically validate for data type Integer
IntegerTextFieldFilter() - Constructor for class com.dpgil.pathlinker.path_linker.internal.view.IntegerTextFieldFilter
 
INVALID_INPUT_CODE - Static variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Error code for invalid user input
INVALID_INPUT_ERROR - Static variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Error message for invalid user input

K

k - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
ksp(CyNetwork, Map<CyNode, String>, CyNode, CyNode, int, boolean) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Computes the k shortest acyclic paths in the supplied network using Yen's algorithm.

N

nameIndex - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
Global sync index number to sync network, Path Index, and result names upon creation
nodeIdMap - Variable in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
the map of node names in the nodeList
nodeList - Variable in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
the list of nodes in order in the path

P

Path - Class in com.dpgil.pathlinker.path_linker.internal.util
Path class that represents the path generated by PathLinker Each path contains a path rank in the corresponding network, the total path weight an array list of nodes names that is included in the path
Path(int, double, ArrayList<String>) - Constructor for class com.dpgil.pathlinker.path_linker.internal.util.Path
Default constructor
PATH_NOT_FOUND_CODE - Static variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Error code for path not found
PATH_NOT_FOUND_ERROR - Static variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Error message for path not found
PathLinkerAboutMenuDialog - Class in com.dpgil.pathlinker.path_linker.internal.view
About dialog box for PathLinker
PathLinkerAboutMenuDialog(CySwingApplication, String, String) - Constructor for class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerAboutMenuDialog
Constructor for the dialog box
PathLinkerAppResponse - Class in com.dpgil.pathlinker.path_linker.internal.rest
Class handles PathLinker API function response
PathLinkerAppResponse() - Constructor for class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
 
PathLinkerColumnUpdateListener - Class in com.dpgil.pathlinker.path_linker.internal.event
Listener class for _edgeWeightColumnBox in PathLinkerPanel class Updates the _suidToPathIndexMap and _pathIndexToSuidMap Can be use by more GUI objects in the future
PathLinkerColumnUpdateListener(PathLinkerControlPanel) - Constructor for class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerColumnUpdateListener
Default constructor to gain access of the control panel
PathLinkerControlPanel - Class in com.dpgil.pathlinker.path_linker.internal.view
Panel for the PathLinker plugin
PathLinkerControlPanel() - Constructor for class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
PathLinkerControlPanel.PanelState - Enum in com.dpgil.pathlinker.path_linker.internal.view
The state of the panel
PathLinkerDocumentation - Class in com.dpgil.pathlinker.path_linker.internal
 
PathLinkerDocumentation() - Constructor for class com.dpgil.pathlinker.path_linker.internal.PathLinkerDocumentation
 
PathLinkerError - Class in com.dpgil.pathlinker.path_linker.internal.util
Class extending CIError which stores and represents errors generate by user inputs in PathLinker
PathLinkerError(Integer, String, String, String) - Constructor for class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Default constructor
PathLinkerImpl - Class in com.dpgil.pathlinker.path_linker.internal.rest
Implementation of the PathLinkerResource interface
PathLinkerImpl(PathLinkerControlPanel, CyApplicationManager, CyNetworkManager, CyAppAdapter, CyServiceRegistrar, CySwingApplication, CIExceptionFactory) - Constructor for class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerImpl
Default constructor
PathLinkerMenuAction - Class in com.dpgil.pathlinker.path_linker.internal
// ------------------------------------------------------------------------- /** Menu option to open the PathLinker plugin
PathLinkerMenuAction(PathLinkerControlPanel, CyApplicationManager) - Constructor for class com.dpgil.pathlinker.path_linker.internal.PathLinkerMenuAction
Constructor for the menu option
PathLinkerModel - Class in com.dpgil.pathlinker.path_linker.internal.model
Back end model for the PathLinker plugin
PathLinkerModel(CyNetwork, boolean, boolean, Set<String>, Set<String>, List<CyNode>, List<CyNode>, String, int, EdgeWeightType, Double, Map<CyNode, String>) - Constructor for class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModel
Constructor of the model
PathLinkerModelParams - Class in com.dpgil.pathlinker.path_linker.internal.model
The Class that holds and validates all the required parameters for PathLinkerModel in order to run ksp algorithm in CyRest
PathLinkerModelParams() - Constructor for class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
PathLinkerNetworkEventListener - Class in com.dpgil.pathlinker.path_linker.internal.event
Listener class for _edgeWeightColumnBox _networkCmb Can be use by more GUI objects in the future
PathLinkerNetworkEventListener(PathLinkerControlPanel) - Constructor for class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerNetworkEventListener
Default constructor to gain access to the control panel
PathLinkerNodeSelectionListener - Class in com.dpgil.pathlinker.path_linker.internal.event
Listener class for _loadNodeToSourceButton and _loadNodeToTargetButton in PathLinkerPanel class
PathLinkerNodeSelectionListener(PathLinkerControlPanel, CyApplicationManager) - Constructor for class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerNodeSelectionListener
Default constructor
PathLinkerResource - Interface in com.dpgil.pathlinker.path_linker.internal.rest
Interface for PathLinker CytoScape CyRest Service
PathLinkerResultPanel - Class in com.dpgil.pathlinker.path_linker.internal.view
// ------------------------------------------------------------------------- /** Panel that displays the results for the PathLinker CytoScape plugin
PathLinkerResultPanel(PathLinkerControlPanel, String, CyNetworkManager, CyNetwork, List<Algorithms.PathWay>) - Constructor for class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerResultPanel
Constructor for the result frame class
PathWay(ArrayList<CyNode>, Map<CyNode, String>, double) - Constructor for class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
Constructor for the path class

R

RESOURCE_ERROR_ROOT - Static variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Response String for error origin
reverseSingleSourceDijkstra(CyNetwork, CyNode) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Computes the shortest distance from a source to every node in the graph
run(long, PathLinkerModelParams) - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerImpl
Implementation of run method from PathLinkerResource Runs algorithm on the input network SUID and user parameters
run(PathLinkerModelParams) - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerImpl
Implementation of run method from PathLinkerResource Runs algorithm on the currently selected network and user parameters
run(long, PathLinkerModelParams) - Method in interface com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerResource
Post Function that takes user input, and runs PathLinker on specific network; generate new network/network view, and return network/view SUIDs and k-number sorted path list
run(PathLinkerModelParams) - Method in interface com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerResource
Post Function that takes user input, and runs PathLinker on currently selected network; generate new network/network view, and return network/view SUIDs and k-number sorted path list
run(TaskMonitor) - Method in class com.dpgil.pathlinker.path_linker.internal.task.CreateKSPViewTask
Runs the task to create the ksp subgraph, subgraphview, and path rank
run(TaskMonitor) - Method in class com.dpgil.pathlinker.path_linker.internal.task.CreateResultPanelTask
Creates the Result Panel
run(TaskMonitor) - Method in class com.dpgil.pathlinker.path_linker.internal.task.RunKSPTask
Runs the KSP algorithm
RUN_CURRENT_NETWORK_SWAGGER_NOTES - Static variable in class com.dpgil.pathlinker.path_linker.internal.PathLinkerDocumentation
 
RUN_SWAGGER_NOTES - Static variable in class com.dpgil.pathlinker.path_linker.internal.PathLinkerDocumentation
 
runKSP() - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModel
Runs all the necessary algorithms to calculate kth shortest path If path exists, selects corresponding nodes and edges in the network to prepare for the subnetwork creation
RunKSPTask - Class in com.dpgil.pathlinker.path_linker.internal.task
Class which creates a task that runs the KSP algorithm
RunKSPTask(CyNetwork, PathLinkerModelParams) - Constructor for class com.dpgil.pathlinker.path_linker.internal.task.RunKSPTask
Default constructor

S

setActive(boolean) - Static method in class com.dpgil.pathlinker.path_linker.internal.event.PathLinkerNodeSelectionListener
Setter method for active field
setEdgeWeights(Map<CyEdge, Double>) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Initializes our local copy of the edge weights
setPanelState(PathLinkerControlPanel.PanelState) - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
Sets the state of the panel (open or closed).
setPathRankColumnName(String) - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Setter method of the pathRankColumnName
setPaths(List<Path>) - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Setter method of the paths
setSubNetworkSUID(Long) - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Setter method of the subnetworkSUID
setSubnetworkViewSUID(Long) - Method in class com.dpgil.pathlinker.path_linker.internal.rest.PathLinkerAppResponse
Setter method of the subnetworkViewSUID
setWeight(CyEdge, double) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Sets the weight of an edge in the network.
shortestPathAStar(CyNetwork, Map<CyNode, String>, CyNode, CyNode, HashMap<CyNode, Double>) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
An implementation of the A* algorithm.
singleSourceDijkstra(CyNetwork, CyNode) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Computes the shortest distance from a source to every node in the graph
size() - Method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
Returns the size of the path
skipSubnetworkGeneration - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
sortResult(ArrayList<Algorithms.PathWay>) - Static method in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms
Sort the list of the paths using its custom compareTo method
sources - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 
start(BundleContext) - Method in class com.dpgil.pathlinker.path_linker.internal.CyActivator
 

T

targets - Variable in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
 

U

uiMessage - Variable in class com.dpgil.pathlinker.path_linker.internal.util.PathLinkerError
Message specifically used for generating error message on UI
updateEdgeWeightColumn() - Method in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
construct/update the combo box items for selecting edge weight Called by PathLinkerNetworkEventListener and PathLinkerColumnUpdateListener class if event triggered
updateNetworkName() - Method in class com.dpgil.pathlinker.path_linker.internal.task.CreateKSPViewTask
Assign appropriate network name to the new sub-network created using nameIndex field
updatePathRankAttribute(ArrayList<Algorithms.PathWay>) - Method in class com.dpgil.pathlinker.path_linker.internal.task.CreateKSPViewTask
Creates a path rank attribute to the network edge tables that rank each edge in the newly generated paths according to its weight

V

validate(CyNetwork, String) - Method in class com.dpgil.pathlinker.path_linker.internal.model.PathLinkerModelParams
Validation of the model parameter on the give network modify the model parameter object itself and initialize/sets varies other properties
validate(String) - Method in class com.dpgil.pathlinker.path_linker.internal.view.DoubleTextFieldInputFilter
 
validate(String) - Method in class com.dpgil.pathlinker.path_linker.internal.view.IntegerTextFieldFilter
 
valueOf(String) - Static method in enum com.dpgil.pathlinker.path_linker.internal.util.EdgeWeightType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel.PanelState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.dpgil.pathlinker.path_linker.internal.util.EdgeWeightType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel.PanelState
Returns an array containing the constants of this enum type, in the order they are declared.

W

weight - Variable in class com.dpgil.pathlinker.path_linker.internal.util.Algorithms.PathWay
the total weight of the path

_

_edgeWeightColumnBox - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
_indexToSUIDMap - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
The map stores the index-SUID pair of each network inside the networkCmb
_loadNodeToSourceButton - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
_loadNodeToTargetButton - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
_networkCmb - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
_pathRankToSuidMap - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
The map stores path raml column name to SUID pair of each network
_suidToIndexMap - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
The map stores the SUID-index pair of each network inside the networkCmb
_suidToPathRankMap - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
The map stores the SUID to path rank column name pair of each network
_targetsSameAsSourcesOption - Variable in class com.dpgil.pathlinker.path_linker.internal.view.PathLinkerControlPanel
 
A C D E G H I K N P R S T U V W _ 
Skip navigation links

Copyright © 2018. All rights reserved.