A C D E F G H I J L M N O P R S T U

G

getActiveCategoryModule(String) - Static method in class org.severe.jripples.modules.manager.ModuleProxy
Returns the active module in the provided category.
getActiveCategoryModuleName(String) - Static method in class org.severe.jripples.modules.manager.ModuleProxy
Returns the name of an active module in the provided category.
getAdapter(Class) - Method in class org.severe.jripples.eig.JRipplesEIGNode
Provides an adapter for the IMember, IResource JRipplesEIGNode and String classes.
getAllAnyNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns both top and member nodes that both call and are called by both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getAllEdges() - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns all the edges, registered with this EIG (that is, created with JRipplesEIG.addEdge(JRipplesEIGNode, JRipplesEIGNode) method).
getAllMarks() - Method in interface org.severe.jripples.modules.interfaces.JRipplesICModuleInterface
Returns a set of all marks (names of propagation rules), used by an Incremental Change stage that is supported in this module.
getAllMemberNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns member nodes that both call and are called by both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getAllNodes() - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns all the nodes, registered with this EIG (that is, created with JRipplesEIG.addNode(IMember) method).
getAllTopNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns top nodes that both call and are called by both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
GetAvailableRulesForMark(String) - Method in interface org.severe.jripples.modules.interfaces.JRipplesICModuleInterface
Returns a set of marks (names of propagation rules), available for a node with the supplied current mark.
getCategory() - Method in class org.severe.jripples.modules.manager.JRipplesModuleLoader
Returns the category of the module.
getClassName() - Method in class org.severe.jripples.modules.manager.JRipplesModuleLoader
Returns the name of the class name of this module.
getColorForMark(String) - Method in interface org.severe.jripples.modules.interfaces.JRipplesICModuleInterface
Returns color that is used to decorate rows of the tables in a GUI.
getControllerType() - Method in class org.severe.jripples.modules.manager.ModuleSwitchEvent
Returns a role of a controller, which triggered this event, so that clients registered for receiving this kind of event can process the event more appropriately.
getCount() - Method in class org.severe.jripples.eig.JRipplesEIGEdge
Returns number of times the edges appears in the code.
getDefault() - Static method in class org.severe.jripples.core.JRipplesPlugin
Returns the shared instance.
getDefaultCategoryModuleName(String) - Static method in class org.severe.jripples.modules.manager.ModuleProxy
Finds the name of a default module for a given category of modules.
getEdge(JRipplesEIGNode, JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns previously created edge between two nodes, if one found in JRipples EIG.
Please note, that the edge is omni-directional, that is request for fromNode->toNode edge will not return toNode->fromNode edge even if such exists.
getEdge() - Method in class org.severe.jripples.eig.JRipplesEIGEdgeEvent
Returns the edge this event occured on.
getEdgeEvents() - Method in class org.severe.jripples.eig.JRipplesEIGEvent
Returns all edge events.
getEdgeTypedEvents(int[]) - Method in class org.severe.jripples.eig.JRipplesEIGEvent
Returns specific edge events.
getEdgeTypedEvents(int) - Method in class org.severe.jripples.eig.JRipplesEIGEvent
Returns specific edge events.
getEIG() - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns an instance of JRipples EIG.
getEventType() - Method in class org.severe.jripples.eig.JRipplesEIGEdgeEvent
Returns the type of the edge event, where type is one of the constants defined in JRipplesEIGEdgeEvent.
getEventType() - Method in class org.severe.jripples.eig.JRipplesEIGNodeEvent
Returns a type of the node event, where type is one of the constants defined in JRipplesEIGNodeEvent.
getFromNode() - Method in class org.severe.jripples.eig.JRipplesEIGEdge
Returns a JRipplesEIGNode, from which this dependency originates.
getFullName() - Method in class org.severe.jripples.eig.JRipplesEIGNode
Returns node's fully qualified name.
getIcon() - Method in class org.severe.jripples.modules.manager.JRipplesModuleLoader
Returns the icon of the module.
getId() - Method in class org.severe.jripples.modules.manager.JRipplesModuleLoader
Returns the id of the module.
getImage(ImageDescriptor) - Method in class org.severe.jripples.modules.manager.internal.ImageCache
 
getImageDescriptor() - Method in class org.severe.jripples.modules.manager.JRipplesModuleLoader
Returns the image descriptor of the module's icon.
getImageDescriptorForMark(String) - Method in interface org.severe.jripples.modules.interfaces.JRipplesICModuleInterface
Returns image descriptor that is used to display the supplied mark in a GUI.
getIncomingAnyNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns both top and member nodes that call both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getIncomingMemberNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns member nodes that call both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getIncomingTopNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns top nodes that call both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getMainClass() - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns the main class (a class to start the analysis from) of a project under analysis, usually chosen through "JRipples > Start" menu.
getManager() - Method in class org.severe.jripples.modules.manager.ConfigurationAction
Returns manager with a menu for modules configuration.
getMark() - Method in class org.severe.jripples.eig.JRipplesEIGEdge
Associates EIG mark with the edge during Incremental Change process.
getMark() - Method in class org.severe.jripples.eig.JRipplesEIGNode
associates EIG mark with the node.
getMemberNestingLevel(IMember) - Static method in class org.severe.jripples.eig.JRipplesIMemberServices
Evaluates degree of nesting of a given IMember object.
getMemberParent(IMember) - Static method in class org.severe.jripples.eig.JRipplesIMemberServices
 
getMemberParentAtNestingLevelOne(IMember) - Static method in class org.severe.jripples.eig.JRipplesIMemberServices
 
getMenu(Control) - Method in class org.severe.jripples.core.JRipplesConfigurationLoadAction
 
getMenu(Control) - Method in class org.severe.jripples.core.JRipplesConfigurationManageAction
 
getMenu(Control) - Method in class org.severe.jripples.core.JRipplesConfigurationSaveAction
 
getMenu(Control) - Method in class org.severe.jripples.core.JRipplesStart
 
getMenu(Control) - Method in class org.severe.jripples.modules.manager.ConfigurationAction
Returns a menu for modules configuration.
getMenu(Menu) - Method in class org.severe.jripples.modules.manager.ConfigurationAction
Returns a menu for modules configuration.
getModule() - Method in class org.severe.jripples.modules.manager.JRipplesModuleLoader
Returns the actual object of this module implementing JRipplesModuleInterface interface.
getModuleCategoryLoaders(String) - Static method in class org.severe.jripples.modules.manager.ModuleProxy
Returns module loaders for a specified category of JRipples modules intalled in Eclipse.
getModuleLoader(String) - Static method in class org.severe.jripples.modules.manager.ModuleProxy
Returns module loader for a module with the specified name.
getModulesCategories() - Static method in class org.severe.jripples.modules.manager.ModuleProxy
Returns a set with the names of all categories of modules, available in JRipples.
getModulesLoaders() - Static method in class org.severe.jripples.modules.manager.ModuleProxy
Returns module loaders for all JRipples modules intalled in Eclipse.
getName() - Method in class org.severe.jripples.modules.manager.JRipplesModuleLoader
Returns the name of the module.
getNewLoader() - Method in class org.severe.jripples.modules.manager.ModuleSwitchEvent
Returns a module that was activated in this event.
getNode(IMember) - Static method in class org.severe.jripples.eig.JRipplesEIG
Checks whether JRipples EIG database contains a node with provided IMember object and returns it if any.
getNode() - Method in class org.severe.jripples.eig.JRipplesEIGNodeEvent
Returns the node this event occured on.
getNodeEvents() - Method in class org.severe.jripples.eig.JRipplesEIGEvent
Returns the array of all node events related to this event.
getNodeIMember() - Method in class org.severe.jripples.eig.JRipplesEIGNode
Returns node's underlying IMember - the actual component of IMember type of the project ander analysis, which this node represents.
getNodeMembers(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns member nodes, whose underlying IMember Java elements are defined within IMember Java element of a supplied top node.
getNodeTypedEvents(int[]) - Method in class org.severe.jripples.eig.JRipplesEIGEvent
Returns specific node events.
getNodeTypedEvents(int) - Method in class org.severe.jripples.eig.JRipplesEIGEvent
Returns specific node events.
getOldLoader() - Method in class org.severe.jripples.modules.manager.ModuleSwitchEvent
Returns a module that was deactivated in this event.
getOutgoingAnyNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns both top and member nodes that are called by both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getOutgoingMemberNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns member nodes that are called by both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getOutgoingTopNodeNeighbors(JRipplesEIGNode) - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns top nodes that are called by both the supplied node and it's member nodes if any
Works by calling JRipplesEIG.edgesToNeigbors(Set, int, int) method with predefined parameters
getProbability() - Method in class org.severe.jripples.eig.JRipplesEIGEdge
Return probability value associated with the edge.
getProbability() - Method in class org.severe.jripples.eig.JRipplesEIGNode
Return probability value associated with the node.
getProject() - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns a project under analysis, usually chosen through "JRipples > Start" menu.
getResourceBundle() - Method in class org.severe.jripples.core.JRipplesPlugin
Returns the plugin's resource bundle.
getResourceString(String) - Static method in class org.severe.jripples.core.JRipplesPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getShortName() - Method in class org.severe.jripples.eig.JRipplesEIGNode
Returns node's short name - simple, human-readable string, which is used for node presentation in GUI.
getToNode() - Method in class org.severe.jripples.eig.JRipplesEIGEdge
Returns a JRipplesEIGNode, to which which this dependency points.
getTopDeclaringType(IMember) - Static method in class org.severe.jripples.eig.JRipplesIMemberServices
Returns top declaring type of the IMember object by recursivly walking through the types that declare the object.
getTopNodes() - Static method in class org.severe.jripples.eig.JRipplesEIG
Returns all the top nodes (nodes, whose underlying IMember object is top class hierarchy), registered with this EIG.
getUnitsTitle() - Method in interface org.severe.jripples.modules.interfaces.JRipplesAnalysisModuleInterface
Returns units in which this module does estimations (e.g.

A C D E F G H I J L M N O P R S T U