Class SettableComponentFactory


  • public class SettableComponentFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel getComponent​(ComponentId.Type type)  
      void setSelectedLpm​(org.processmining.placebasedlpmdiscovery.model.LocalProcessModel lpm)  
      void setStatistics​(org.processmining.placebasedlpmdiscovery.analysis.statistics.Statistics statistics)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SettableComponentFactory

        public SettableComponentFactory()
    • Method Detail

      • getComponent

        public javax.swing.JPanel getComponent​(ComponentId.Type type)
      • setSelectedLpm

        public void setSelectedLpm​(org.processmining.placebasedlpmdiscovery.model.LocalProcessModel lpm)
      • setStatistics

        public void setStatistics​(org.processmining.placebasedlpmdiscovery.analysis.statistics.Statistics statistics)