Uses of Class
org.malai.mapping.List2ListMapping

Packages that use List2ListMapping
net.sf.latexdraw.mapping   
org.malai.mapping   
 

Uses of List2ListMapping in net.sf.latexdraw.mapping
 

Subclasses of List2ListMapping in net.sf.latexdraw.mapping
 class ShapeList2ViewListMapping
          Defines a mapping that link a list of IShape to a list of IShapeView.
 class ViewList2TooltipableList
          Defines a mapping that link the views of a canvas to a set of tooltipable views.
 

Uses of List2ListMapping in org.malai.mapping
 

Subclasses of List2ListMapping in org.malai.mapping
 class SymmetricList2ListMapping<E,F>
          This interface defines the concept of mapping that link source objects with target objects.