Uses of Class
org.eclipse.emf.codegen.jmerge.JControlModel

Packages that use JControlModel
org.eclipse.emf.codegen.jmerge   
 

Uses of JControlModel in org.eclipse.emf.codegen.jmerge
 

Fields in org.eclipse.emf.codegen.jmerge declared as JControlModel
protected  JControlModel JPatternDictionary.options
          Deprecated.  
protected  JControlModel JMerger.jControlModel
          Deprecated.  
 

Methods in org.eclipse.emf.codegen.jmerge that return JControlModel
 JControlModel JPatternDictionary.options()
          Deprecated.  
 JControlModel JMerger.getControlModel()
          Deprecated.  
 

Methods in org.eclipse.emf.codegen.jmerge with parameters of type JControlModel
 void JMerger.setControlModel(JControlModel jControlModel)
          Deprecated.  
 

Constructors in org.eclipse.emf.codegen.jmerge with parameters of type JControlModel
JPatternDictionary(org.eclipse.jdt.core.jdom.IDOMCompilationUnit compilationUnit, JControlModel options)
          Deprecated. This creates an instance.
JMerger(JControlModel jControlModel, org.eclipse.jdt.core.jdom.IDOMCompilationUnit sourceCompilationUnit, org.eclipse.jdt.core.jdom.IDOMCompilationUnit targetCompilationUnit)
          Deprecated.  
 


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