org.eclipse.ocl.ecore
Interface Variable

All Superinterfaces:
ASTNode, TypedASTNode, TypedElement<EClassifier>, Variable<EClassifier,EParameter>, Visitable

public interface Variable
extends Variable<EClassifier,EParameter>

A representation of the model object 'Variable'.

See Also:
EcorePackage.getVariable()

Method Summary
 
Methods inherited from interface org.eclipse.ocl.expressions.Variable
checkInitType, getInitExpression, getRepresentedParameter, setInitExpression, setRepresentedParameter
 
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.TypedASTNode
getTypeEndPosition, getTypeStartPosition, setTypeEndPosition, setTypeStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 


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