
cn.lzgabel.model.grid.CellFlag 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.model.grid;
public enum CellFlag {
FREE, TAKEN, RESERVED;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy