org.eclipse.emf.ocl.utilities
Interface Visitable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AssociationClassCallExp, BooleanLiteralExp, CallExp, CollectionLiteralExp, Constraint, EnumLiteralExp, FeatureCallExp, IfExp, IntegerLiteralExp, InvalidLiteralExp, IterateExp, IteratorExp, LetExp, LiteralExp, LoopExp, MessageExp, NavigationCallExp, NullLiteralExp, NumericLiteralExp, OCLExpression, OperationCallExp, PrimitiveLiteralExp, PropertyCallExp, RealLiteralExp, StateExp, StringLiteralExp, TupleLiteralExp, TupleLiteralPart, TypeExp, UnspecifiedValueExp, Variable, VariableExp
All Known Implementing Classes:
AssociationClassCallExpImpl, BooleanLiteralExpImpl, CallExpImpl, CollectionLiteralExpImpl, ConstraintImpl, EnumLiteralExpImpl, FeatureCallExpImpl, IfExpImpl, IntegerLiteralExpImpl, InvalidLiteralExpImpl, IterateExpImpl, IteratorExpImpl, LetExpImpl, LiteralExpImpl, LoopExpImpl, MessageExpImpl, NavigationCallExpImpl, NullLiteralExpImpl, NumericLiteralExpImpl, OCLExpressionImpl, OperationCallExpImpl, PrimitiveLiteralExpImpl, PropertyCallExpImpl, RealLiteralExpImpl, StateExpImpl, StringLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralPartImpl, TypeExpImpl, UnspecifiedValueExpImpl, VariableExpImpl, VariableImpl, VisitableImpl

public interface Visitable
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Visitable'.

See Also:
UtilitiesPackage.getVisitable()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.Object accept(Visitor v)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

accept

public java.lang.Object accept(Visitor v)


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