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

net.sourceforge.plantuml.mda.MDAEntityImpl Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.mda;

import net.sourceforge.plantuml.abel.Entity;
import net.sourceforge.plantuml.api.mda.option2.MDAEntity;

public class MDAEntityImpl implements MDAEntity {
    // ::remove folder when __HAXE__

	private final Entity leaf;

	public MDAEntityImpl(Entity leaf) {
		this.leaf = leaf;
	}

	public String getName() {
		return leaf.getName();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy