com.nedap.archie.flattener.IAttributeFlattenerSupport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools Show documentation
Show all versions of tools Show documentation
tools that operate on the archie reference models and archetype object model
The 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();
}