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.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()
-
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:
createView
in interfaceorg.deckfour.uitopia.api.model.ViewType
- Throws:
java.lang.IllegalArgumentException
-
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName
in interfaceorg.deckfour.uitopia.api.model.ViewType
-
getViewableType
public org.deckfour.uitopia.api.model.ResourceType getViewableType()
- Specified by:
getViewableType
in interfaceorg.deckfour.uitopia.api.model.ViewType
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getPrimaryType
public java.lang.Class<?> getPrimaryType()
- Specified by:
getPrimaryType
in interfaceorg.deckfour.uitopia.api.model.ViewType
-
-