Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.io.mxObjectCodec
-
Packages that use mxObjectCodec Package Description org.processmining.objectcentricconstraintchecking.algorithms.io -
-
Uses of mxObjectCodec in org.processmining.objectcentricconstraintchecking.algorithms.io
Subclasses of mxObjectCodec in org.processmining.objectcentricconstraintchecking.algorithms.io Modifier and Type Class Description classmxCellCodecCodec for mxCells.classmxChildChangeCodecCodec for mxChildChanges.classmxGenericChangeCodecCodec for mxChildChanges.classmxModelCodecCodec for mxGraphModels.classmxRootChangeCodecCodec for mxChildChanges.classmxStylesheetCodecCodec for mxStylesheets.classmxTerminalChangeCodecCodec for mxChildChanges.Fields in org.processmining.objectcentricconstraintchecking.algorithms.io with type parameters of type mxObjectCodec Modifier and Type Field Description protected static java.util.Hashtable<java.lang.String,mxObjectCodec>mxCodecRegistry. codecsMaps from constructor names to codecs.Methods in org.processmining.objectcentricconstraintchecking.algorithms.io that return mxObjectCodec Modifier and Type Method Description static mxObjectCodecmxCodecRegistry. getCodec(java.lang.String name)Returns a codec that handles the given object, which can be an object instance or an XML node.static mxObjectCodecmxCodecRegistry. register(mxObjectCodec codec)Registers a new codec and associates the name of the template constructor in the codec with the codec object.Methods in org.processmining.objectcentricconstraintchecking.algorithms.io with parameters of type mxObjectCodec Modifier and Type Method Description static mxObjectCodecmxCodecRegistry. register(mxObjectCodec codec)Registers a new codec and associates the name of the template constructor in the codec with the codec object.
-