Package org.eclipse.ocl.uml

Examples of org.eclipse.ocl.uml.ExpressionInOCL


        out("found AST Node" + ((ASTNode) o).getStartPosition());
      }
    }
    out(invariant.toString());
    out(invariant.getSpecification().toString());
    ExpressionInOCL exp = (ExpressionInOCL) invariant.getSpecification();
    out(helper.getEnvironment().getVariables().size()+"");
    exp.getBodyExpression();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ocl.uml.ExpressionInOCL

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.