Class ProMCategory
- java.lang.Object
-
- org.processmining.contexts.uitopia.model.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.StringgetDescription()java.lang.StringgetFilterImage()java.lang.StringgetName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.deckfour.uitopia.api.model.Category
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceorg.deckfour.uitopia.api.model.Category
-
getFilterImage
public java.lang.String getFilterImage()
- Specified by:
getFilterImagein interfaceorg.deckfour.uitopia.api.model.Category
-
-