|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IProcess | |
|---|---|
| com.ikokoon.serenity.process | |
| Uses of IProcess in com.ikokoon.serenity.process |
|---|
| Classes in com.ikokoon.serenity.process that implement IProcess | |
|---|---|
class |
Accumulator
This class looks through the classpath and collects metrics on the classes that were not instanciated by the classloader during the unit tests and creates a visitor chain for the class that will collect the complexity and dependency metrics for the class. |
class |
Aggregator
This class aggregates all the totals for the report. |
class |
AProcess
This class is the process that calls the child processes in the chain. |
class |
Cleaner
During the collection of the data packages are collected along with the data so we have references to the packages. |
class |
Pruner
This class removes the methods and lines from the model as we will not need them further and they form a very large part of the model which hogs memory. |
| Methods in com.ikokoon.serenity.process with parameters of type IProcess | |
|---|---|
void |
IProcess.setChild(IProcess child)
|
void |
AProcess.setChild(IProcess child)
Sets the child of this process. |
| Constructors in com.ikokoon.serenity.process with parameters of type IProcess | |
|---|---|
Accumulator(IProcess parent)
|
|
Aggregator(IProcess parent,
IDataBase dataBase)
Constructor takes the parent process. |
|
AProcess(IProcess parent)
Constructor takes the parent, and the child calls the parent to add it's self to the parent. |
|
Cleaner(IProcess parent,
IDataBase dataBase)
Constructor takes the parent. |
|
Pruner(IProcess parent,
IDataBase dataBase)
Constructor takes the parent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||