Accessing UML RT SDK example

This content applies to version 7.5.1 or later. You can access an example of the UML RT SDK in both source and compiled form.

To view and compile the UML RT SDK example:

  1. Click Window > Customize Perspective > Shortcuts > New, and select Examples - UML Capsule Development.
  2. Click File > New > Example.
  3. In the New Example window, select UML Capsule Development > UML RT SDK Example.
    1. Optional. For a UML RT C++ Transformation Extension example, select UML Capsule Development > UML RT C++ Transformation Extension.
  4. Click Next. The UML RT SDK Example window opens.
  5. In the UML RT SDK Example window, in the Project name field, type a name for the project.
  6. Click Finish. A Java project is created in your workspace that contains the following examples:
    • com.ibm.xtools.uml.rt.sdk.examples: contains Activator.java
    • com.ibm.xtools.uml.rt.sdk.examples.actions: contains AggregateSelectedCapsules.java

Feedback