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

com.nedap.archie.flattener.IAttributeFlattenerSupport 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.CAttribute;
import com.nedap.archie.aom.CObject;
import com.nedap.archie.rminfo.MetaModels;

public interface IAttributeFlattenerSupport {

    CObject createSpecializeCObject(CAttribute attribute, CObject parent, CObject specialized);
    public MetaModels getMetaModels();

    public FlattenerConfiguration getConfig();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy