Package OntoUML

Examples of OntoUML.AntiRigidSortalClass


        if (result == null) result = caseElement(antiRigidMixinClass);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case OntoUMLPackage.ANTI_RIGID_SORTAL_CLASS: {
        AntiRigidSortalClass antiRigidSortalClass = (AntiRigidSortalClass)theEObject;
        T result = caseAntiRigidSortalClass(antiRigidSortalClass);
        if (result == null) result = caseSortalClass(antiRigidSortalClass);
        if (result == null) result = caseObjectClass(antiRigidSortalClass);
        if (result == null) result = caseClass(antiRigidSortalClass);
        if (result == null) result = caseClassifier(antiRigidSortalClass);
View Full Code Here

TOP

Related Classes of OntoUML.AntiRigidSortalClass

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.