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

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

Go to download

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

The newest version!
package com.nedap.archie.rules.evaluation;

import com.nedap.archie.rules.RuleElement;

import java.util.List;

/**
 * Created by pieter.bos on 31/03/16.
 */
public interface Evaluator {

    ValueList evaluate(RuleEvaluation evaluation, T statement);

    List> getSupportedClasses();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy