com.ibm.xtools.uml.rt.core
Class RTFactory

java.lang.Object
  extended by com.ibm.xtools.uml.rt.core.RTFactory

public class RTFactory
extends java.lang.Object

Factory for creating or making UMLRT-specific model elements

Author:
gsturov

Nested Class Summary
static class RTFactory.CapsuleFactory
          Factory for creating Capsule objects
static class RTFactory.EventFactory
          Factory for making Events with UMLRT traits The UML2 Event objects can be created using RTModelOperations API This factory only adds UMLRT traits such as "IN", "OUT" flags to existing UML2 Event elements.
static class RTFactory.ProtocolFactory
          Factory for creating Protocol objects
static interface RTFactory.RTRedefFactory
          Extension for UML Modeler Redefinition Factory
 
Field Summary
static RTFactory.RTRedefFactory redefFactory
          Redefinition Factory singleton
 
Constructor Summary
RTFactory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

redefFactory

public static RTFactory.RTRedefFactory redefFactory
Redefinition Factory singleton

Constructor Detail

RTFactory

public RTFactory()