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

se.javasoft.framework.development.meta.model.IModel Maven / Gradle / Ivy

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