Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.shape.mxStencil
-
Packages that use mxStencil Package Description org.processmining.objectcentricconstraintchecking.algorithms.shape -
-
Uses of mxStencil in org.processmining.objectcentricconstraintchecking.algorithms.shape
Fields in org.processmining.objectcentricconstraintchecking.algorithms.shape with type parameters of type mxStencil Modifier and Type Field Description protected static java.util.Map<java.lang.String,mxStencil>mxStencilRegistry. stencilsMethods in org.processmining.objectcentricconstraintchecking.algorithms.shape that return mxStencil Modifier and Type Method Description static mxStencilmxStencilRegistry. getStencil(java.lang.String name)Returns the stencil for the given name.Methods in org.processmining.objectcentricconstraintchecking.algorithms.shape with parameters of type mxStencil Modifier and Type Method Description static voidmxStencilRegistry. addStencil(java.lang.String name, mxStencil stencil)Adds the given stencil.
-