Class ProMCResource
- java.lang.Object
-
- org.processmining.contexts.uitopia.model.ProMResource<org.processmining.framework.connections.ConnectionID>
-
- org.processmining.contexts.uitopia.model.ProMCResource
-
- All Implemented Interfaces:
org.deckfour.uitopia.api.model.Resource
public class ProMCResource extends ProMResource<org.processmining.framework.connections.ConnectionID>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.processmining.contexts.uitopia.model.ProMResource
ProMResource.Listener
-
-
Field Summary
-
Fields inherited from class org.processmining.contexts.uitopia.model.ProMResource
context, creationTime, favorite, id, isDestroyed, lastAccessTime, listener, parents, resType, sourceAction, view
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
org.processmining.framework.connections.Connection
getInstance()
Provides access to the object of the type specified by this resource.java.lang.String
getName()
void
setName(java.lang.String name)
-
Methods inherited from class org.processmining.contexts.uitopia.model.ProMResource
equals, getCreationTime, getID, getLastAccessTime, getParents, getPreview, getSourceAction, getType, hashCode, isDestroyed, isFavorite, setCreationTime, setFavorite, setLastAccessTime, setListener, setParents, setView, toString, updateLastAccessTime
-
-
-
-
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 classProMResource<org.processmining.framework.connections.ConnectionID>
- Returns:
- The object carried by this resource.
-
-