A B C D E G I L P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.kcsl.paths.algorithms - package com.kcsl.paths.algorithms
- com.kcsl.paths.common - package com.kcsl.paths.common
- com.kcsl.paths.counting - package com.kcsl.paths.counting
- com.kcsl.paths.enumeration - package com.kcsl.paths.enumeration
- com.kcsl.paths.log - package com.kcsl.paths.log
- com.kcsl.paths.preferences - package com.kcsl.paths.preferences
- com.kcsl.paths.regex - package com.kcsl.paths.regex
- com.kcsl.paths.transforms - package com.kcsl.paths.transforms
- com.kcsl.paths.ui - package com.kcsl.paths.ui
- com.kcsl.paths.ui.handlers - package com.kcsl.paths.ui.handlers
- com.kcsl.paths.ui.log - package com.kcsl.paths.ui.log
- com.kcsl.paths.ui.pathdetail - package com.kcsl.paths.ui.pathdetail
- com.kcsl.paths.ui.preferences - package com.kcsl.paths.ui.preferences
- com.kcsl.paths.ui.smart - package com.kcsl.paths.ui.smart
- compute(Q) - Static method in class com.kcsl.paths.regex.PathSequence
- computePathExpressions(Node) - Static method in class com.kcsl.paths.common.PathFactory
- CountingResult(BigInteger, BigInteger) - Constructor for class com.kcsl.paths.algorithms.PathCounter.CountingResult
- countIntermediatePaths(Node) - Static method in class com.kcsl.paths.common.PathFactory
-
Counts the paths in a given function's control flow graph ignoring exceptional control flows and returns the intermediate path results.
- countIntermediatePaths(Node, boolean) - Static method in class com.kcsl.paths.common.PathFactory
-
Counts the paths in a given function's control flow graph and returns the intermediate path results.
- countIntermediatePaths(Q) - Static method in class com.kcsl.paths.common.PathFactory
-
Counts the number of paths for the specified software graph and returns the intermediate path results.
- countInterProceduralFunctionPaths(Node, boolean) - Method in class com.kcsl.paths.common.PathFactory
-
Calculates the number of inter-procedural paths within a given function
- countInterProceduralPaths(Node, boolean) - Static method in class com.kcsl.paths.common.PathFactory
- countInterProceduralPathsInAFunction(Node, boolean) - Static method in class com.kcsl.paths.common.PathFactory
- countInterProceduralPathsInFunctions(Q) - Static method in class com.kcsl.paths.common.PathFactory
- countIntraProceduralFunctionPaths(Node, boolean) - Method in class com.kcsl.paths.common.PathFactory
-
Calculates the number of intra-procedural paths within a given function
- countPaths(Node) - Static method in class com.kcsl.paths.common.PathFactory
-
Counts the paths in a given function's control flow graph.
- countPaths(Node, boolean) - Static method in class com.kcsl.paths.common.PathFactory
-
Counts the paths in a given function's control flow graph.
- countPaths(Q) - Method in class com.kcsl.paths.algorithms.PathCounter
-
Counts the number of paths in a given control flow graph
- countPaths(Q) - Static method in class com.kcsl.paths.common.PathFactory
-
Counts for the specified software graph.
- countPaths(Q) - Method in class com.kcsl.paths.counting.BottomUpBFMultiplicitiesPathCounter
-
Counts the number of paths in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = cfg(function) var counter = BottomUpBFMultiplicitiesPathCounter counter.countPaths(graph)
- countPaths(Q) - Method in class com.kcsl.paths.counting.BottomUpDFMultiplicitiesPathCounter
-
Counts the number of paths in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = cfg(function) var counter = new BottomUpDFMultiplicitiesPathCounter counter.countPaths(graph)
- countPaths(Q) - Method in class com.kcsl.paths.counting.TopDownBFMultiplicitiesPathCounter
-
Counts the number of paths in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = cfg(dskqopt) var counter = new TopDownBFMultiplicitiesPathCounter counter.countPaths(graph)
- countPaths(Q) - Method in class com.kcsl.paths.counting.TopDownDFMultiplicitiesPathCounter
-
Counts the number of paths in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = graph(function) var counter = new TopDownDFMultiplicitiesPathCounter counter.countPaths(graph)
- countPaths(Q) - Method in class com.kcsl.paths.enumeration.TopDownBFPropagatePathEnumerator
-
Counts the number of paths in a given CFG
- countPaths(Q) - Method in class com.kcsl.paths.enumeration.TopDownDFBacktrackPathEnumerator
-
Counts the number of paths in a given CFG
- countSTPaths(Q, Q, Q) - Method in class com.kcsl.paths.counting.BottomUpBFMultiplicitiesPathCounter
-
Counts the number of paths between two nodes in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = graph(function) var s = start node var t = end node var counter = new BottomUpBFMultiplicitiesPathCounter counter.countSTPaths(graph,s,t)
- countSTPaths(Q, Q, Q) - Method in class com.kcsl.paths.counting.BottomUpDFMultiplicitiesPathCounter
-
Counts the number of paths between two nodes in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = graph(function) var s = start node var t = end node var counter = new BottomUpDFMultiplicitiesPathCounter counter.countSTPaths(graph,s,t)
- countSTPaths(Q, Q, Q) - Method in class com.kcsl.paths.counting.TopDownBFMultiplicitiesPathCounter
-
Counts the number of paths between two nodes in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = graph(function) var s = start node var t = end node var counter = new TopDownBFMultiplicitiesPathCounter counter.countSTPaths(graph,s,t)
- countSTPaths(Q, Q, Q) - Method in class com.kcsl.paths.counting.TopDownDFMultiplicitiesPathCounter
-
Counts the number of paths between two nodes in a given CFG Example Atlas Shell Usage: var function = functions("function name here") var graph = graph(function) var s = start node var t = end node var counter = new TopDownDFMultiplicitiesPathCounter counter.countSTPaths(graph,s,t)
- countStructuredGraphPaths(Q) - Method in class com.kcsl.paths.common.PathFactory
-
Counts the paths in a given control flow based graph including paths through loops Note that the graph does not have to specifically be a control flow graph, but the control flow back edges should be marked as XCSG.ControlFlowBackEdge.
- createPartControl(Composite) - Method in class com.kcsl.paths.ui.pathdetail.PathDetailView
All Classes All Packages