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

com.innoq.codeyourmodel.core.ModelRepository.groovy Maven / Gradle / Ivy

package com.innoq.codeyourmodel.core

import com.innoq.codeyourmodel.core.meta2.Element

interface ModelRepository {

  void clear()

  def  void addElements(List elements)

  def  List allElements()

  def  T find(Class type, String name)

  def  List findAll(Class elementType)

  def  List findAllRelated(Element element, String relationshipName)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy