A B C D E F G H I L M N O P R S T U V W X 
All Classes All Packages

R

readBy(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
Returns the nodes from which nodes in the origin read.
readBy(Q, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
Returns the nodes from which nodes in the origin read.
readersOf(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
Returns the nodes which directly read from nodes in origin.
readersOf(Q, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
Returns the nodes which directly read from nodes in origin.
RecursiveFunctions - Class in com.ensoftcorp.open.commons.analyzers
An analyzer for recursive functions
RecursiveFunctions() - Constructor for class com.ensoftcorp.open.commons.analyzers.RecursiveFunctions
 
refreshSelection() - Method in class com.ensoftcorp.open.commons.utilities.selection.ExpiringGraphSelectionProviderView
If an index exists and a selection has previously been made this replays the last selection event
refreshSelection() - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionProviderView
If an index exists and a selection has previously been made this replays the last selection event
registerAnalyzerResultChangedCallback(Analyzers.AnalyzerResultChangedCallback) - Static method in class com.ensoftcorp.open.commons.analyzers.Analyzers
 
registerGraphHandlers() - Method in class com.ensoftcorp.open.commons.utilities.selection.ExpiringGraphSelectionProviderView
This method should be invoked at the end of the ViewPart's createPartControl(Composite parent) method.
registerGraphHandlers() - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionListenerView
This method should be invoked at the end of the ViewPart's createPartControl(Composite parent) method.
registerGraphHandlers() - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionProviderView
This method should be invoked at the end of the ViewPart's createPartControl(Composite parent) method.
RegisterHierarchyStartup - Class in com.ensoftcorp.open.commons.startup
 
RegisterHierarchyStartup() - Constructor for class com.ensoftcorp.open.commons.startup.RegisterHierarchyStartup
 
RegressionTest - Class in com.ensoftcorp.open.commons.utilities.regression
A helper class for importing, mapping, and removing known projects before and after tests
RegressionTest() - Constructor for class com.ensoftcorp.open.commons.utilities.regression.RegressionTest
 
remove() - Method in class com.ensoftcorp.open.commons.algorithms.dominance.DepthFirstPreorderIterator
 
removeColorPalette(int) - Method in class com.ensoftcorp.open.commons.codepainter.CodePainter
Removes a color palette at the given index and shifts any subsequent methods to the left of the index
removeColorPalette(ColorPalette) - Method in class com.ensoftcorp.open.commons.codepainter.CodePainter
Removes a color palette from the code painter
removeSelectionChangedListener(ISelectionChangedListener) - Method in class com.ensoftcorp.open.commons.utilities.selection.ExpiringGraphSelectionProvider
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionProvider
 
reset() - Method in class com.ensoftcorp.open.commons.utilities.CodeMapChangeListener
 
ResourceUtils() - Constructor for class com.ensoftcorp.open.commons.utilities.OSUtils.ResourceUtils
 
restoreDefaultColorPalettes() - Method in class com.ensoftcorp.open.commons.codepainter.CodePainter
Restores default color palettes
restoreDefaultConfigurations() - Method in class com.ensoftcorp.open.commons.codepainter.Configurable
Restores default configurations
restoreDefaults() - Static method in class com.ensoftcorp.open.commons.preferences.AnalyzerPreferences
Restores the default preferences
restoreDefaults() - Static method in class com.ensoftcorp.open.commons.preferences.CommonsPreferences
Restores the default preferences
restoreDefaults() - Static method in class com.ensoftcorp.open.commons.preferences.SubsystemPreferences
Restores the default preferences
Result(String, Q) - Constructor for class com.ensoftcorp.open.commons.analyzers.Analyzer.Result
 
RESULT_PREFIX - Static variable in class com.ensoftcorp.open.commons.analyzers.CyclomaticComplexity
 
RESULT_PREFIX - Static variable in class com.ensoftcorp.open.commons.analyzers.DeadCode
 
RESULT_PREFIX - Static variable in class com.ensoftcorp.open.commons.analyzers.RecursiveFunctions
 
reverse(SandboxHashSet<SandboxNode>) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
From this graph, selects the subgraph reachable from the given nodes using reverse transitive traversal.
reverse(SandboxNode) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
From this graph, selects the subgraph reachable from the given nodes using reverse transitive traversal.
reverseDFSIterator() - Method in class com.ensoftcorp.open.commons.algorithms.StronglyConnectedComponents
Returns an iterator which iterates over the elements of this graph in a forward DFS order, after having identified SCCs and converted the graph to a DAG.
reverseStep(SandboxHashSet<SandboxNode>) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
From this graph, selects the subgraph reachable from the given nodes along a path length of 1 in the reverse direction.
reverseStep(SandboxNode) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
From this graph, selects the subgraph reachable from the given nodes along a path length of 1 in the reverse direction.
reverseTopologicalTraversal() - Method in class com.ensoftcorp.open.commons.algorithms.dominance.DominatorTree
Create and/or fetch a reverse topological traversal of the dominator tree, such that for every node, node appears before idom(node).
reverseTopologicalTraversal() - Method in class com.ensoftcorp.open.commons.algorithms.dominance.PostDominatorTree
Create and/or fetch a reverse topological traversal of the dominator tree, such that for every node, node appears before idom(node).
ROOT_ELEMENT - Static variable in class com.ensoftcorp.open.commons.utilities.project.ProjectAnalysisProperties
 
ROOT_SUBSYSTEM_TAG - Static variable in class com.ensoftcorp.open.commons.subsystems.Subsystem
 
roots() - Method in class com.ensoftcorp.open.commons.algorithms.StronglyConnectedComponents
Returns the graph's roots, which may be single nodes or else root SCCs.
roots() - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
Selects the nodes of this graph that have no predecessors Convenience for limit(NodeDirection.IN)
A B C D E F G H I L M N O P R S T U V W X 
All Classes All Packages