Uses of Interface
org.ocleditor.parser.model.IOclModel

Packages that use IOclModel
org.ocleditor.internal.ui.editor   
org.ocleditor.internal.ui.outline   
org.ocleditor.parser   
org.oclparser.internal.core   
org.oclparser.internal.core.model   
 

Uses of IOclModel in org.ocleditor.internal.ui.editor
 

Methods in org.ocleditor.internal.ui.editor that return IOclModel
 IOclModel OclEditor.getOclModel()
           
 

Uses of IOclModel in org.ocleditor.internal.ui.outline
 

Methods in org.ocleditor.internal.ui.outline that return IOclModel
 IOclModel OclContentOutlinePage.getOclModel()
           
 

Uses of IOclModel in org.ocleditor.parser
 

Methods in org.ocleditor.parser that return IOclModel
 IOclModel IOclParser.getOclModel(org.eclipse.core.resources.IResource resource)
          Returns the OCL model for the given OCL file.
 IOclModel IOclParser.getOclModel(java.lang.String oclInput)
          Returns the OCL model for the given OCL input.
 

Uses of IOclModel in org.oclparser.internal.core
 

Methods in org.oclparser.internal.core that return IOclModel
 IOclModel OclParserDresden.getOclModel(org.eclipse.core.resources.IResource resource)
           
 IOclModel OclParserDresden.getOclModel(java.lang.String oclInput)
           
 

Uses of IOclModel in org.oclparser.internal.core.model
 

Classes in org.oclparser.internal.core.model that implement IOclModel
 class OclFile
          represents an OCL model - in this implementation a file.