Uses of Interface
org.processmining.framework.abstractplugins.ImportPlugin
-
Packages that use ImportPlugin Package Description org.processmining.framework.abstractplugins -
-
Uses of ImportPlugin in org.processmining.framework.abstractplugins
Classes in org.processmining.framework.abstractplugins that implement ImportPlugin Modifier and Type Class Description class
AbstractImportPlugin
Note that implementing classes of this baseclass should carry the UIImportPlugin annotation Subclasses of AbstractImportPlugin should use the @Plugin Annotation as follows:
-