de.cau.cs.kieler.kaom.diagram.providers
Class KaomElementTypes

java.lang.Object
  extended by de.cau.cs.kieler.kaom.diagram.providers.KaomElementTypes

public class KaomElementTypes
extends Object

Rating red
Generated:
This code was automatically generated.

Field Summary
static IElementType Entity_1000
           
static IElementType Entity_2001
           
static IElementType Entity_3002
           
static IElementType Link_4001
           
static IElementType Port_3001
           
static IElementType Relation_2002
           
static IElementType Relation_3003
           
 
Method Summary
static ENamedElement getElement(IAdaptable hint)
          Returns 'type' of the ecore object associated with the hint.
static IElementType getElementType(int visualID)
           
static Image getImage(ENamedElement element)
           
static Image getImage(IAdaptable hint)
           
static ImageDescriptor getImageDescriptor(ENamedElement element)
           
static ImageDescriptor getImageDescriptor(IAdaptable hint)
           
static boolean isKnownElementType(IElementType elementType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Entity_1000

public static final IElementType Entity_1000
Generated:
This code was automatically generated.

Entity_2001

public static final IElementType Entity_2001
Generated:
This code was automatically generated.

Relation_2002

public static final IElementType Relation_2002
Generated:
This code was automatically generated.

Port_3001

public static final IElementType Port_3001
Generated:
This code was automatically generated.

Entity_3002

public static final IElementType Entity_3002
Generated:
This code was automatically generated.

Relation_3003

public static final IElementType Relation_3003
Generated:
This code was automatically generated.

Link_4001

public static final IElementType Link_4001
Generated:
This code was automatically generated.
Method Detail

getImageDescriptor

public static ImageDescriptor getImageDescriptor(ENamedElement element)
Generated:
This code was automatically generated.

getImage

public static Image getImage(ENamedElement element)
Generated:
This code was automatically generated.

getImageDescriptor

public static ImageDescriptor getImageDescriptor(IAdaptable hint)
Generated:
This code was automatically generated.

getImage

public static Image getImage(IAdaptable hint)
Generated:
This code was automatically generated.

getElement

public static ENamedElement getElement(IAdaptable hint)
Returns 'type' of the ecore object associated with the hint.

Generated:
This code was automatically generated.

isKnownElementType

public static boolean isKnownElementType(IElementType elementType)
Generated:
This code was automatically generated.

getElementType

public static IElementType getElementType(int visualID)
Generated:
This code was automatically generated.