
cn.lzgabel.util.FlowInformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bpmn-auto-layout Show documentation
Show all versions of bpmn-auto-layout Show documentation
Tools for auto layout bpmn files
package cn.lzgabel.util;
public class FlowInformation{
public String iD;
public String sourceRef;
public String targetRef;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy