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 booleanequals(java.lang.Object o)org.deckfour.uitopia.api.model.AuthorgetTypeAuthor()java.lang.Class<?>getTypeClass()java.awt.ImagegetTypeIcon()java.lang.StringgetTypeName()inthashCode()booleanisAssignableFrom(org.deckfour.uitopia.api.model.ResourceType type)
-
-
-
Method Detail
-
getTypeAuthor
public org.deckfour.uitopia.api.model.Author getTypeAuthor()
- Specified by:
getTypeAuthorin interfaceorg.deckfour.uitopia.api.model.ResourceType
-
getTypeClass
public java.lang.Class<?> getTypeClass()
- Specified by:
getTypeClassin interfaceorg.deckfour.uitopia.api.model.ResourceType
-
getTypeIcon
public java.awt.Image getTypeIcon()
- Specified by:
getTypeIconin interfaceorg.deckfour.uitopia.api.model.ResourceType
-
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeNamein interfaceorg.deckfour.uitopia.api.model.ResourceType
-
isAssignableFrom
public boolean isAssignableFrom(org.deckfour.uitopia.api.model.ResourceType type)
- Specified by:
isAssignableFromin interfaceorg.deckfour.uitopia.api.model.ResourceType
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-