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

com.nedap.archie.rules.evaluation.FunctionImplementation Maven / Gradle / Ivy

Go to download

tools that operate on the archie reference models and archetype object model

There is a newer version: 3.12.0
Show newest version
package com.nedap.archie.rules.evaluation;

import java.util.List;

/**
 * Created by pieter.bos on 07/04/2017.
 */
public interface FunctionImplementation {

    String getName();
    ValueList evaluate(List arguments) throws FunctionCallException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy