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

net.sf.andromedaioc.model.builder.processor.ContextModelProcessor Maven / Gradle / Ivy

The newest version!
package net.sf.andromedaioc.model.builder.processor;

import net.sf.andromedaioc.model.beans.ContextModel;

/**
 * Context model processor interface to implements different post process
 *
 * @author Alexey Mitrov
 */
public interface ContextModelProcessor {

    /**
     * Process or transform input context model and returns result
     *
     * @param input unprocessed context model
     *
     * @return processed ContextModel
     */
    ContextModel process(ContextModel input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy