Class ProMViewType
- java.lang.Object
-
- org.processmining.contexts.uitopia.model.AbstractAuthored
-
- org.processmining.contexts.uitopia.model.ProMViewType
-
- All Implemented Interfaces:
org.deckfour.uitopia.api.model.ViewType
public class ProMViewType extends AbstractAuthored implements org.deckfour.uitopia.api.model.ViewType
-
-
Constructor Summary
Constructors Constructor Description ProMViewType(ProMViewManager manager, org.deckfour.uitopia.api.model.ResourceType acceptedType, org.processmining.framework.util.Pair<java.lang.Integer,org.processmining.framework.plugin.PluginParameterBinding> binding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.uitopia.api.model.ViewcreateView(org.deckfour.uitopia.api.model.Resource res)booleanequals(java.lang.Object o)java.lang.Class<?>getPrimaryType()java.lang.StringgetTypeName()org.deckfour.uitopia.api.model.ResourceTypegetViewableType()inthashCode()java.lang.StringtoString()-
Methods inherited from class org.processmining.contexts.uitopia.model.AbstractAuthored
getAuthor
-
-
-
-
Constructor Detail
-
ProMViewType
public ProMViewType(ProMViewManager manager, org.deckfour.uitopia.api.model.ResourceType acceptedType, org.processmining.framework.util.Pair<java.lang.Integer,org.processmining.framework.plugin.PluginParameterBinding> binding)
-
-
Method Detail
-
createView
public org.deckfour.uitopia.api.model.View createView(org.deckfour.uitopia.api.model.Resource res) throws java.lang.IllegalArgumentException- Specified by:
createViewin interfaceorg.deckfour.uitopia.api.model.ViewType- Throws:
java.lang.IllegalArgumentException
-
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeNamein interfaceorg.deckfour.uitopia.api.model.ViewType
-
getViewableType
public org.deckfour.uitopia.api.model.ResourceType getViewableType()
- Specified by:
getViewableTypein interfaceorg.deckfour.uitopia.api.model.ViewType
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getPrimaryType
public java.lang.Class<?> getPrimaryType()
- Specified by:
getPrimaryTypein interfaceorg.deckfour.uitopia.api.model.ViewType
-
-