Uses of Interface
org.eclipse.jst.jsf.common.sets.mapping.AxiomaticSetMapping

Packages that use AxiomaticSetMapping
org.eclipse.jst.jsf.common.sets.mapping Classes for creating member mappings between sets. 
org.eclipse.jst.jsf.core.set.mapping JSF Core Set Mapping. 
 

Uses of AxiomaticSetMapping in org.eclipse.jst.jsf.common.sets.mapping
 

Subinterfaces of AxiomaticSetMapping in org.eclipse.jst.jsf.common.sets.mapping
 interface ObjectInjectiveSetMapping
          A type of axiomatic set mapping that operates injectively on the input set to create its result set.
 

Classes in org.eclipse.jst.jsf.common.sets.mapping that implement AxiomaticSetMapping
 class AbstractObjectInjectiveSetMapping
          Super-class of all ObjectInjectiveSetMapping.
 

Uses of AxiomaticSetMapping in org.eclipse.jst.jsf.core.set.mapping
 

Classes in org.eclipse.jst.jsf.core.set.mapping that implement AxiomaticSetMapping
 class ElementToTagIdentifierMapping
          Converts a set of DOM element's to a set of (object) injective set of TagIdentifiers.