![JAR search and dependency download from the Maven repository](/logo.png)
se.javasoft.framework.development.meta.model.IModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metamodel Show documentation
Show all versions of metamodel Show documentation
The meta model for javasoft.se development framework
The newest version!
package se.javasoft.framework.development.meta.model;
import org.xml.sax.Attributes;
import java.util.Collection;
public interface IModel {
String getId();
String getName();
void configure(String name, Attributes attributes);
void addModelGroup(IModelGroup model);
Collection getModelGroups();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy