package ever.pipeline; /** * Abstract class for Analyzers which analyze the workflow structure of a set of cases * @author Pol Schumacher, Wirtschaftsinformatik, Institut fuer Informatik, Goethe Universitaet Frankfurt * */ public abstract class AbstractGlobalWorkflowAnalyzer extends Analyzer { }