Uses of Interface
org.eclipse.emf.ocl.uml.Constraint

Packages that use Constraint
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
org.eclipse.emf.ocl.uml Extensions to the Ecore metamodel for UML-specific concepts supported by the OCL language.  
org.eclipse.emf.ocl.uml.impl Implementation of the Ecore extensions in support of the UML constructs used by OCL.  
org.eclipse.emf.ocl.uml.util Standard utilities for the Ecore extensions in support of the UML constructs used by OCL.  
 

Uses of Constraint in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type Constraint
 java.lang.Object Visitor.visitConstraint(Constraint constraint)
           
 

Uses of Constraint in org.eclipse.emf.ocl.expressions.impl
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type Constraint
 java.lang.Object ValidationVisitorImpl.visitConstraint(Constraint constraint)
          Applies well-formedness rules to constraints.
 java.lang.Object ToStringVisitorImpl.visitConstraint(Constraint constraint)
          Renders a constraint with its context and expression.
 

Uses of Constraint in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type Constraint
 java.lang.Object AbstractVisitor.visitConstraint(Constraint constraint)
           
 

Uses of Constraint in org.eclipse.emf.ocl.uml
 

Methods in org.eclipse.emf.ocl.uml that return Constraint
 Constraint UMLFactory.createConstraint()
          Returns a new object of class 'Constraint'
 

Uses of Constraint in org.eclipse.emf.ocl.uml.impl
 

Classes in org.eclipse.emf.ocl.uml.impl that implement Constraint
 class ConstraintImpl
           An implementation of the model object 'Constraint'
 

Methods in org.eclipse.emf.ocl.uml.impl that return Constraint
 Constraint UMLFactoryImpl.createConstraint()
           
 

Uses of Constraint in org.eclipse.emf.ocl.uml.util
 

Methods in org.eclipse.emf.ocl.uml.util with parameters of type Constraint
 java.lang.Object UMLSwitch.caseConstraint(Constraint object)
          Returns the result of interpretting the object as an instance of 'Constraint'
 


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