Uses of Package
org.ocleditor.parser.model

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

Classes in org.ocleditor.parser.model used by org.ocleditor.internal.ui.document
IOclElement
          Represents the base interface for all OCL elements.
 

Classes in org.ocleditor.parser.model used by org.ocleditor.internal.ui.editor
IOclModel
          Represents an OCL model (it's mostly an OCL file).
 

Classes in org.ocleditor.parser.model used by org.ocleditor.internal.ui.outline
IOclModel
          Represents an OCL model (it's mostly an OCL file).
 

Classes in org.ocleditor.parser.model used by org.ocleditor.parser
IOclModel
          Represents an OCL model (it's mostly an OCL file).
 

Classes in org.ocleditor.parser.model used by org.ocleditor.parser.model
IOclContext
          Represents an OCL context.
IOclElement
          Represents the base interface for all OCL elements.
IOclModelVisitor
          Visitor for the OCL model.
IOclPackage
           
 

Classes in org.ocleditor.parser.model used by org.oclparser.internal.core
IOclModel
          Represents an OCL model (it's mostly an OCL file).
 

Classes in org.ocleditor.parser.model used by org.oclparser.internal.core.model
IOclContext
          Represents an OCL context.
IOclElement
          Represents the base interface for all OCL elements.
IOclInvariant
          Represents an OCL invariant.
IOclModel
          Represents an OCL model (it's mostly an OCL file).
IOclModelVisitor
          Visitor for the OCL model.
IOclPackage
           
IOclPostCondition
          Represents an OCL post condition.
IOclPreCondition
          Represents an OCL pre condition.