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

Packages that use JControlModel
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.jmerge   
 

Uses of JControlModel in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return JControlModel
 JControlModel GenModel.getJControlModel()
           
 

Uses of JControlModel in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as JControlModel
protected  JControlModel GenModelImpl.jControlModel
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return JControlModel
 JControlModel GenModelImpl.getJControlModel()
           
 

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

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

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

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

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


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