Uses of Interface
org.processmining.plugins.pnml.base.PnmlElementFactory
-
Packages that use PnmlElementFactory Package Description org.processmining.plugins.pnml.base -
-
Uses of PnmlElementFactory in org.processmining.plugins.pnml.base
Classes in org.processmining.plugins.pnml.base that implement PnmlElementFactory Modifier and Type Class Description classFullPnmlElementFactoryFields in org.processmining.plugins.pnml.base declared as PnmlElementFactory Modifier and Type Field Description protected static PnmlElementFactoryPnmlElement. factoryMethods in org.processmining.plugins.pnml.base with parameters of type PnmlElementFactory Modifier and Type Method Description static voidPnmlElement. setFactory(PnmlElementFactory factory)When changing the factory for the purpose of exporting with non-default pnml, please make sure no other thread can change the factory during export.
-