Uses of Class
org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components.LPMDViewComponentType
-
Packages that use LPMDViewComponentType Package Description org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components -
-
Uses of LPMDViewComponentType in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components that return LPMDViewComponentType Modifier and Type Method Description static LPMDViewComponentTypeLPMDViewComponentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LPMDViewComponentType[]LPMDViewComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components with parameters of type LPMDViewComponentType Modifier and Type Method Description LPMDViewComponentComponentFactory. create(LPMDViewComponentType lpmdViewComponentType)LPMDViewComponentDefaultComponentFactory. create(LPMDViewComponentType lpmdViewComponentType)Constructor parameters in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components with type arguments of type LPMDViewComponentType Constructor Description DefaultComponentFactory(java.util.Map<LPMDViewComponentType,com.google.inject.Provider<LPMDViewComponent>> lpmdViewComponentMap)
-