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

Packages that use BooleanLiteralExp
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of BooleanLiteralExp in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return BooleanLiteralExp
 BooleanLiteralExp UMLFactory.createBooleanLiteralExp()
          Returns a new object of class 'Boolean Literal Exp'
 

Uses of BooleanLiteralExp in org.eclipse.ocl.uml.impl
 

Methods in org.eclipse.ocl.uml.impl that return BooleanLiteralExp
 BooleanLiteralExp UMLFactoryImpl.createBooleanLiteralExp()
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type BooleanLiteralExp
 T UMLSwitch.caseBooleanLiteralExp(BooleanLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal Exp'
 boolean UMLValidator.validateBooleanLiteralExp(BooleanLiteralExp booleanLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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