com.nedap.archie.adlparser.modelconstraints.RMConstraintImposer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openehr-rm Show documentation
Show all versions of openehr-rm Show documentation
An implementation of the openehr reference model
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());
}
}