Class ProMCategory

  • All Implemented Interfaces:
    org.deckfour.uitopia.api.model.Category

    public class ProMCategory
    extends java.lang.Object
    implements org.deckfour.uitopia.api.model.Category
    • Constructor Summary

      Constructors 
      Constructor Description
      ProMCategory​(org.processmining.framework.plugin.annotations.PluginCategory c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getFilterImage()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • ProMCategory

        public ProMCategory​(org.processmining.framework.plugin.annotations.PluginCategory c)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.deckfour.uitopia.api.model.Category
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface org.deckfour.uitopia.api.model.Category
      • getFilterImage

        public java.lang.String getFilterImage()
        Specified by:
        getFilterImage in interface org.deckfour.uitopia.api.model.Category