| java.lang.Object newprocess.diagram.part.New_processVisualIDRegistry
New_processVisualIDRegistry | public class New_processVisualIDRegistry (Code) | | This registry is used to determine which type of visual object should be
created for the corresponding Diagram, Node, ChildNode or Link represented
by a domain model object.
|
getDiagramVisualID | public static int getDiagramVisualID(EObject domainElement)(Code) | | |
getLinkWithClassVisualID | public static int getLinkWithClassVisualID(EObject domainElement)(Code) | | |
getLinkWithClassVisualID | public static int getLinkWithClassVisualID(EObject domainElement, EClass domainElementMetaclass)(Code) | | |
getNodeVisualID | public static int getNodeVisualID(View containerView, EObject domainElement)(Code) | | |
getNodeVisualID | public static int getNodeVisualID(View containerView, EObject domainElement, EClass domainElementMetaclass, String semanticHint)(Code) | | |
getVisualID | public static int getVisualID(View view)(Code) | | |
|
|