
net.sourceforge.plantuml.bpm.BpmEventGoto Maven / Gradle / Ivy
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.bpm;
public class BpmEventGoto implements BpmEvent {
private final String id;
public BpmEventGoto(String id) {
this.id = id;
}
public final String getId() {
return id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy