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

com.nedap.archie.flattener.OperationalTemplateProvider 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.flattener;

import com.nedap.archie.aom.OperationalTemplate;

/**
 * Interface to implement a custom OperationalTemplteProvider. Used for when OPTs are needed.
 */
public interface OperationalTemplateProvider {

    OperationalTemplate getOperationalTemplate(String archetypeId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy