|
UML Modeling Layer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UMLDiagramKind | |
|---|---|
| com.ibm.xtools.uml.type | Classes and interfaces for modifying models using UML Modeler's extensible commands. |
| com.ibm.xtools.uml.ui.diagram | This package provides the UML modeling API that enables UML diagrams to be created and modified. |
| com.ibm.xtools.umlnotation | UML Notation meta-model primary package. |
| com.ibm.xtools.umlviz.ui | UML Diagram Resource primary package. |
| Uses of UMLDiagramKind in com.ibm.xtools.uml.type |
|---|
| Methods in com.ibm.xtools.uml.type that return UMLDiagramKind | |
|---|---|
UMLDiagramKind |
IDiagramElementType.getDiagramKind()
Gets the diagram kind that this diagram element type represents. |
| Uses of UMLDiagramKind in com.ibm.xtools.uml.ui.diagram |
|---|
| Methods in com.ibm.xtools.uml.ui.diagram that return UMLDiagramKind | |
|---|---|
UMLDiagramKind |
IUMLDiagramHelper.getUmlDiagramKind(Diagram diagram)
Retrieves the UMLDiagramKind of the specified diagram |
| Methods in com.ibm.xtools.uml.ui.diagram with parameters of type UMLDiagramKind | |
|---|---|
Diagram |
IUMLDiagramHelper.createDiagram(Namespace container,
UMLDiagramKind kind)
Creates a UML diagram with a given kind and inserts it into a given container |
Diagram |
IUMLDiagramHelper.createDiagram(Namespace container,
UMLDiagramKind kind,
Element context)
Creates a UML diagram with a given context and kind and inserts it into a given container |
List<Diagram> |
IUMLDiagramHelper.getDiagrams(Namespace element,
UMLDiagramKind kind)
Gets a list of diagrams of a given kind for a given element |
| Uses of UMLDiagramKind in com.ibm.xtools.umlnotation |
|---|
| Fields in com.ibm.xtools.umlnotation declared as UMLDiagramKind | |
|---|---|
static UMLDiagramKind |
UMLDiagramKind.ACTIVITY_LITERAL
The 'Activity' literal object |
static UMLDiagramKind |
UMLDiagramKind.CLASS_LITERAL
The 'Class' literal object |
static UMLDiagramKind |
UMLDiagramKind.COMMUNICATION_LITERAL
The 'Communication' literal object |
static UMLDiagramKind |
UMLDiagramKind.COMPONENT_LITERAL
The 'Component' literal object |
static UMLDiagramKind |
UMLDiagramKind.DEPLOYMENT_LITERAL
The 'Deployment' literal object |
static UMLDiagramKind |
UMLDiagramKind.FREEFORM_LITERAL
The 'Freeform' literal object |
static UMLDiagramKind |
UMLDiagramKind.OBJECT_LITERAL
The 'Object' literal object |
static UMLDiagramKind |
UMLDiagramKind.SEQUENCE_LITERAL
The 'Sequence' literal object |
static UMLDiagramKind |
UMLDiagramKind.STATECHART_LITERAL
The 'Statechart' literal object |
static UMLDiagramKind |
UMLDiagramKind.STRUCTURE_LITERAL
The 'Structure' literal object |
static UMLDiagramKind |
UMLDiagramKind.USECASE_LITERAL
The 'Usecase' literal object |
| Methods in com.ibm.xtools.umlnotation that return UMLDiagramKind | |
|---|---|
static UMLDiagramKind |
UMLDiagramKind.get(int value)
Returns the 'UML Diagram Kind' literal with the specified integer value |
static UMLDiagramKind |
UMLDiagramKind.get(String literal)
Returns the 'UML Diagram Kind' literal with the specified literal value |
static UMLDiagramKind |
UMLDiagramKind.getByName(String name)
Returns the 'UML Diagram Kind' literal with the specified name |
| Uses of UMLDiagramKind in com.ibm.xtools.umlviz.ui |
|---|
| Methods in com.ibm.xtools.umlviz.ui with parameters of type UMLDiagramKind | |
|---|---|
static Diagram |
UMLDiagramResourceUtil.createDiagram(String file,
UMLDiagramKind umlDiagramKind)
Creates a visualization diagram given a file path |
static Diagram |
UMLDiagramResourceUtil.createDiagram(URI uri,
UMLDiagramKind umlDiagramKind)
Creates a visualization diagram given a URI |
|
UML Modeling Layer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||