Uses of Interface
org.eclipse.ocl.uml.NumericLiteralExp

Packages that use NumericLiteralExp
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of NumericLiteralExp in org.eclipse.ocl.uml
 

Subinterfaces of NumericLiteralExp in org.eclipse.ocl.uml
 interface IntegerLiteralExp
          A representation of the model object 'Integer Literal Exp'
 interface RealLiteralExp
          A representation of the model object 'Real Literal Exp'
 interface UnlimitedNaturalLiteralExp
          A representation of the model object 'Unlimited Natural Literal Exp'
 

Uses of NumericLiteralExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type NumericLiteralExp
 T UMLSwitch.caseNumericLiteralExp(NumericLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Numeric Literal Exp'
 boolean UMLValidator.validateNumericLiteralExp(NumericLiteralExp numericLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.