de.cau.cs.kieler.kiml.grana.handlers
Class AnalysisEffect

java.lang.Object
  extended by de.cau.cs.kieler.core.kivi.AbstractEffect
      extended by 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 red

Constructor Summary
AnalysisEffect(KNode theparentNode, List<AbstractInfoAnalysis> theanalyses, boolean theprogressBar)
          Creates an analysis effect.
 
Method Summary
 void execute()
          Execute the effect.
 
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractEffect
isMergeable, merge, schedule, scheduleUndo, toString, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalysisEffect

public AnalysisEffect(KNode theparentNode,
                      List<AbstractInfoAnalysis> theanalyses,
                      boolean theprogressBar)
Creates an analysis effect.

Parameters:
theparentNode - the parent node
theanalyses - the analyses to perform
theprogressBar - whether a progress bar should be used
Method Detail

execute

public void execute()
Execute the effect.