|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.serenity.process.AProcess
com.ikokoon.serenity.process.Pruner
public class Pruner
This class removes the lines and the efferent and afferent from the model as we will not need them further and they form a very large part of the model which hogs memory.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Pruner(IProcess parent,
IDataBase dataBase)
Constructor takes the parent. |
|
| Method Summary | |
|---|---|
void |
execute()
This is the method that executes the logic for the process. |
| Methods inherited from class com.ikokoon.serenity.process.AProcess |
|---|
setChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pruner(IProcess parent,
IDataBase dataBase)
parent - the parent process that will chain this process| Method Detail |
|---|
public void execute()
execute in interface IProcessexecute in class AProcessAProcess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||