Class ProMCResource

  • All Implemented Interfaces:
    org.deckfour.uitopia.api.model.Resource

    public class ProMCResource
    extends ProMResource<org.processmining.framework.connections.ConnectionID>
    • Constructor Detail

      • ProMCResource

        public ProMCResource​(UIContext context,
                             org.deckfour.uitopia.api.model.Action sourceAction,
                             org.deckfour.uitopia.api.model.ResourceType resType,
                             org.processmining.framework.connections.ConnectionID id,
                             java.util.List<java.util.Collection<ProMPOResource>> parameterValues)
    • Method Detail

      • destroy

        public void destroy()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getInstance

        public org.processmining.framework.connections.Connection getInstance()
        Provides access to the object of the type specified by this resource.
        Specified by:
        getInstance in class ProMResource<org.processmining.framework.connections.ConnectionID>
        Returns:
        The object carried by this resource.