org.eclipse.ocl.uml
Interface VariableExp

All Superinterfaces:
ASTNode, OCLExpression<Classifier>, TypedElement<Classifier>, VariableExp<Classifier,Parameter>, Visitable

public interface VariableExp
extends OCLExpression, VariableExp<Classifier,Parameter>

A representation of the model object 'Variable Exp'.

See Also:
UMLPackage.getVariableExp()

Method Summary
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.ocl.expressions.VariableExp
checkVarType, getReferredVariable, setReferredVariable
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 


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