Uses of Package
org.eclipse.emf.codegen.merge.java

Packages that use org.eclipse.emf.codegen.merge.java
org.eclipse.emf.ant.taskdefs.codegen   
org.eclipse.emf.codegen.ecore.generator   
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.jmerge   
org.eclipse.emf.codegen.merge.java   
org.eclipse.emf.codegen.merge.java.facade   
 

Classes in org.eclipse.emf.codegen.merge.java used by org.eclipse.emf.ant.taskdefs.codegen
JMerger
          This implements the method JMerger.run(java.lang.Object), which is called just like main during headless workbench invocation.
 

Classes in org.eclipse.emf.codegen.merge.java used by org.eclipse.emf.codegen.ecore.generator
JControlModel
          A control model that provides dictionaries and rules to drive a merge process.
 

Classes in org.eclipse.emf.codegen.merge.java used by org.eclipse.emf.codegen.ecore.genmodel
JControlModel
          A control model that provides dictionaries and rules to drive a merge process.
 

Classes in org.eclipse.emf.codegen.merge.java used by org.eclipse.emf.codegen.ecore.genmodel.impl
JControlModel
          A control model that provides dictionaries and rules to drive a merge process.
 

Classes in org.eclipse.emf.codegen.merge.java used by org.eclipse.emf.codegen.jmerge
JControlModel
          A control model that provides dictionaries and rules to drive a merge process.
JControlModel.DictionaryPattern
           
JControlModel.Feature
           
JControlModel.PullRule
           
JControlModel.SortRule
          The sort rule is used to ensure that the order of the attributes as declared on the source is respected As usual you need to specify a Dictionary Pattern to identify the attributes that should be treated.
JControlModel.SweepRule
          A sweep rule removes elements from the target if they are NOT available in the source.
 

Classes in org.eclipse.emf.codegen.merge.java used by org.eclipse.emf.codegen.merge.java
JControlModel
          A control model that provides dictionaries and rules to drive a merge process.
JControlModel.DictionaryPattern
           
JControlModel.Feature
           
JControlModel.MatchRule
          During the merge, the current state of the nodes of a tree is applied to the nodes of another tree.
JControlModel.PushRule
          A push rule restricts what elements are pushed from the source to the target.
JControlModel.SweepRule.Action
           
JPatternDictionary
          A dictionary of signatures and JNodes.
 

Classes in org.eclipse.emf.codegen.merge.java used by org.eclipse.emf.codegen.merge.java.facade
JControlModel
          A control model that provides dictionaries and rules to drive a merge process.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.