Class ProMResourceType
- java.lang.Object
-
- org.processmining.contexts.uitopia.model.ProMResourceType
-
- All Implemented Interfaces:
org.deckfour.uitopia.api.model.ResourceType
public class ProMResourceType extends java.lang.Object implements org.deckfour.uitopia.api.model.ResourceType
-
-
Constructor Summary
Constructors Constructor Description ProMResourceType(java.lang.Class<?> aType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
org.deckfour.uitopia.api.model.Author
getTypeAuthor()
java.lang.Class<?>
getTypeClass()
java.awt.Image
getTypeIcon()
java.lang.String
getTypeName()
int
hashCode()
boolean
isAssignableFrom(org.deckfour.uitopia.api.model.ResourceType type)
-
-
-
Method Detail
-
getTypeAuthor
public org.deckfour.uitopia.api.model.Author getTypeAuthor()
- Specified by:
getTypeAuthor
in interfaceorg.deckfour.uitopia.api.model.ResourceType
-
getTypeClass
public java.lang.Class<?> getTypeClass()
- Specified by:
getTypeClass
in interfaceorg.deckfour.uitopia.api.model.ResourceType
-
getTypeIcon
public java.awt.Image getTypeIcon()
- Specified by:
getTypeIcon
in interfaceorg.deckfour.uitopia.api.model.ResourceType
-
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName
in interfaceorg.deckfour.uitopia.api.model.ResourceType
-
isAssignableFrom
public boolean isAssignableFrom(org.deckfour.uitopia.api.model.ResourceType type)
- Specified by:
isAssignableFrom
in interfaceorg.deckfour.uitopia.api.model.ResourceType
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-