Examples of BehavioredClassifier


Examples of org.eclipse.uml2.uml.BehavioredClassifier

   * @param in_oStateMachine
   * @return
   */
  public static org.eclipse.uml2.uml.Class getClassForStateMachine(StateMachine in_oStateMachine)
  {
    BehavioredClassifier oClassifier = in_oStateMachine.getContext();
    if(oClassifier instanceof org.eclipse.uml2.uml.Class)
      return (org.eclipse.uml2.uml.Class)oClassifier;
    return null;
  }
View Full Code Here

Examples of org.eclipse.uml2.uml.BehavioredClassifier

   * @param in_oStateMachine
   * @return
   */
  public static org.eclipse.uml2.uml.Class getClassForStateMachine(StateMachine in_oStateMachine)
  {
    BehavioredClassifier oClassifier = in_oStateMachine.getContext();
    if(oClassifier instanceof org.eclipse.uml2.uml.Class)
      return (org.eclipse.uml2.uml.Class)oClassifier;
    return null;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.