All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mule.tools.visualizer.components.PostProcessor Maven / Gradle / Ivy

/*
 * $Id: PostProcessor.java 6096 2007-04-19 14:01:51Z rossmason $
 * --------------------------------------------------------------------------------------
 * Copyright (c) MuleSource, Inc.  All rights reserved.  http://www.mulesource.com
 *
 * The software in this package is published under the terms of the BSD style
 * license, a copy of which has been included with this distribution in the
 * LICENSE.txt file.
 */

package org.mule.tools.visualizer.components;

import org.mule.tools.visualizer.config.GraphEnvironment;

import com.oy.shared.lm.graph.Graph;

public interface PostProcessor
{
    void postProcess(Graph graph, GraphEnvironment env);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy