de.cau.cs.kieler.kiml.grana.handlers
Class AnalysisEffect
java.lang.Object
de.cau.cs.kieler.core.kivi.AbstractEffect
de.cau.cs.kieler.kiml.grana.handlers.AnalysisEffect
- All Implemented Interfaces:
- IEffect
public class AnalysisEffect
- extends AbstractEffect
A view management effect for graph analysis.
- Rating

Method Summary |
void |
execute()
Execute the effect. |
AnalysisEffect
public AnalysisEffect(KNode theparentNode,
List<AbstractInfoAnalysis> theanalyses,
boolean theprogressBar)
- Creates an analysis effect.
- Parameters:
theparentNode
- the parent nodetheanalyses
- the analyses to performtheprogressBar
- whether a progress bar should be used
execute
public void execute()
- Execute the effect.