public class ProMViewType extends AbstractAuthored implements org.deckfour.uitopia.api.model.ViewType
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.uitopia.api.model.View |
createView(org.deckfour.uitopia.api.model.Resource res) |
boolean |
equals(java.lang.Object o) |
java.lang.Class<?> |
getPrimaryType() |
java.lang.String |
getTypeName() |
org.deckfour.uitopia.api.model.ResourceType |
getViewableType() |
int |
hashCode() |
java.lang.String |
toString() |
getAuthorpublic ProMViewType(ProMViewManager manager, org.deckfour.uitopia.api.model.ResourceType acceptedType, org.processmining.framework.util.Pair<java.lang.Integer,org.processmining.framework.plugin.PluginParameterBinding> binding)
public org.deckfour.uitopia.api.model.View createView(org.deckfour.uitopia.api.model.Resource res)
throws java.lang.IllegalArgumentException
createView in interface org.deckfour.uitopia.api.model.ViewTypejava.lang.IllegalArgumentExceptionpublic java.lang.String getTypeName()
getTypeName in interface org.deckfour.uitopia.api.model.ViewTypepublic org.deckfour.uitopia.api.model.ResourceType getViewableType()
getViewableType in interface org.deckfour.uitopia.api.model.ViewTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Class<?> getPrimaryType()
getPrimaryType in interface org.deckfour.uitopia.api.model.ViewType