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

net.sourceforge.plantuml.command.Command 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.command;

import net.sourceforge.plantuml.core.Diagram;
import net.sourceforge.plantuml.klimt.color.NoSuchColorException;
import net.sourceforge.plantuml.utils.BlocLines;

public interface Command {

	CommandExecutionResult execute(D diagram, BlocLines lines) throws NoSuchColorException;

	CommandControl isValid(BlocLines lines);

	String[] getDescription();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy