Class 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 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.deckfour.uitopia.api.model.ViewType

        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 interface org.deckfour.uitopia.api.model.ViewType
        Throws:
        java.lang.IllegalArgumentException
      • getTypeName

        public java.lang.String getTypeName()
        Specified by:
        getTypeName in interface org.deckfour.uitopia.api.model.ViewType
      • getViewableType

        public org.deckfour.uitopia.api.model.ResourceType getViewableType()
        Specified by:
        getViewableType in interface org.deckfour.uitopia.api.model.ViewType
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getPrimaryType

        public java.lang.Class<?> getPrimaryType()
        Specified by:
        getPrimaryType in interface org.deckfour.uitopia.api.model.ViewType