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

com.innoq.codeyourmodel.diagram.DiagramRenderer.groovy Maven / Gradle / Ivy

package com.innoq.codeyourmodel.diagram

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


interface DiagramRenderer {

  def add(Element... elements)

  String renderDiagram()

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy