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() |
getAuthor
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)
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.ViewType
java.lang.IllegalArgumentException
public java.lang.String getTypeName()
getTypeName
in interface org.deckfour.uitopia.api.model.ViewType
public org.deckfour.uitopia.api.model.ResourceType getViewableType()
getViewableType
in interface org.deckfour.uitopia.api.model.ViewType
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Class<?> getPrimaryType()
getPrimaryType
in interface org.deckfour.uitopia.api.model.ViewType