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

org.unlaxer.diagram.Builder Maven / Gradle / Ivy

The newest version!
package org.unlaxer.diagram;

public interface Builder{
	public String build();
	public Builder addInner(Builder inner); 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy