Package OntoUML

Examples of OntoUML.MultiplicityElement


   * <!-- end-user-doc -->
   * @generated
   */
  @Override
  public String getText(Object object) {
    MultiplicityElement multiplicityElement = (MultiplicityElement)object;
    return getString("_UI_MultiplicityElement_type") + " " + multiplicityElement.getUpper();
  }
View Full Code Here


        if (result == null) result = caseElement(momentClass);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case OntoUMLPackage.MULTIPLICITY_ELEMENT: {
        MultiplicityElement multiplicityElement = (MultiplicityElement)theEObject;
        T result = caseMultiplicityElement(multiplicityElement);
        if (result == null) result = caseElement(multiplicityElement);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
View Full Code Here

TOP

Related Classes of OntoUML.MultiplicityElement

Copyright © 2018 www.massapicom. 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.