org.ocleditor.parser.model
Interface IOclModel

All Superinterfaces:
IOclElement
All Known Implementing Classes:
OclFile

public interface IOclModel
extends IOclElement

Represents an OCL model (it's mostly an OCL file).


Method Summary
 IOclPackage getPackage(java.lang.String packageName)
          Returns the OCL package element for a given package name.
 
Methods inherited from interface org.ocleditor.parser.model.IOclElement
accept, addChild, getChildren, getColumn, getEndColumn, getEndLine, getLength, getLine, getName, getParent, hasChildren, setColumn, setEndColumn, setEndLine, setLine
 

Method Detail

getPackage

public IOclPackage getPackage(java.lang.String packageName)
Returns the OCL package element for a given package name.

Parameters:
packageName -
Returns:
the OCL package element or null if none exists.