Uses of Class
org.objectweb.medor.optim.jorm.JormRule

Packages that use JormRule
org.objectweb.medor.optim.jorm   
 

Uses of JormRule in org.objectweb.medor.optim.jorm
 

Subclasses of JormRule in org.objectweb.medor.optim.jorm
 class Jorm2Rdb
          This rules transforms a QueryTree built on top of JORM Extents into a QueryTree built on top of RdbExpQueryLeaves.
 class JormFilteredInheritance
          In the case of filtered inheritance, this rule replaces a QueryTree built on top of JormExtents with inheritance by a QueryTree with JormExtents without inheritance, on top of which are inserted new SelectProjects containing the filter corresponding to the inheritance filter.
 class JormFlatten2Rdb
          This rules transforms a QueryTree built on top of JORM Extents into a QueryTree built on top of RdbExpQueryLeaves.
 class JormLeafRewriter