RELEASE NOTES FOR THE xUML-RT txtUML API 2015-09-01 New features: - incarnate (see the example project) - getPortIndex (see the example project) - select an instance: MyClass m = Action.selectAny(MyClass.class); - filter for port in triggers: @From(Vertex1.class) @To(Vertex2.class) @Trigger(value = MySignal.class, port = MyPort.class) class MyTransition extends Transition {}