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

com.nedap.archie.adlparser.modelconstraints.RMConstraintImposer Maven / Gradle / Ivy

There is a newer version: 3.11.0
Show newest version
package com.nedap.archie.adlparser.modelconstraints;

import com.nedap.archie.rminfo.ArchieRMInfoLookup;

/**
 * Constraints imposer for the Archie reference model implementation.
 *
 * Created by pieter.bos on 04/11/15.
 */
public class RMConstraintImposer extends ReflectionConstraintImposer {

    public RMConstraintImposer() {
        super(ArchieRMInfoLookup.getInstance());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy